IPSLA esempio di configurazione RPM in router cisco e juniper

Home ยป Blog ยป Routing ยป mpls ยป mpls design ยป IPSLA esempio di configurazione RPM in router cisco e juniper

IPSLA esempio di configurazione RPM in router cisco e juniper

02.03 2022 | by massimiliano

IPSLA RPM esempio di configurazione in router cisco e juniper   Real-Time Performance Monitoring (RPM) รจ un sistema che le […]



IPSLA RPM esempio di configurazione in router cisco e juniper

 

Real-Time Performance Monitoring (RPM) รจ un sistema che le permette di misurare le performance tra due peer endpoints.

Quando un RPM รจ configurato il nodo calcola le performance di rete basandosi sul tempo di risposta del peer endpoint, come pure per jitter e packet-loss attraverso ICMP request probe.

 

Si riporta la configurazione esempio di un RPM attivato a livello P_router T1600 Juniper:

 

set services rpm probe IPSLA test SLAASR9K-2 probe-type icmp-ping

set services rpm probe IPSLA test SLAASR9K-2 target address 10.10.17.237

set services rpm probe IPSLA test SLAASR9K-2 probe-count 1

set services rpm probe IPSLA test SLAASR9K–2 probe-interval 1                                    

set services rpm probe IPSLA test SLAASR9K-2 test-interval 1

set services rpm probe IPSLA test SLAASR9K-2 source-address 10.10.17.238

set services rpm probe IPSLA test SLAASR9K-2 thresholds rtt 35000

!

set services rpm probe IPSLA test SLAASR9K-1 probe-type icmp-ping

set services rpm probe IPSLA test SLAASR9K-1 target address 10.10.17.233

set services rpm probe IPSLA test SLAASR9K-1 probe-count 1

set services rpm probe IPSLA test SLAASR9K-1 probe-interval 1

set services rpm probe IPSLA test SLAASR9K-1 test-interval 1

set services rpm probe IPSLA test SLAASR9K-1 source-address 10.10.17.234

set services rpm probe IPSLA test SLAASR9K-1 thresholds rtt 35000

 

Sulla base di questa configurazione Junos, andiamo ad applicare le stesse logiche sugli ASR9910 P_router:

 

DESTINATION NODE:

ipsla

 responder

 

 

SOURCE NODE:

ipsla operation 10

 type icmp-echo

  destination address <peer-endpoint>

  frequency 1                        

  datasize request 36

  timeout 35  

exit

ipsla schedule operation 10

  life forever     

  start-time now

 

Torna in alto