cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2228
Views
35
Helpful
8
Replies

Monitor link status using IP SLA

Redash6174183
Level 1
Level 1

Hi all ,

I am looking for configuration scrip in ASR router  that can acheive the below requirements 

IP SLA to monitor link status ( certain amount of delay and packet loss)

in case the delay or packet loss reaches certain amount , it will send trap log to log server.

no other action is required

 

1 Accepted Solution

Accepted Solutions


hgfghfghfhghfgh.png

interval is the time between icmp echo packet. 

View solution in original post

8 Replies 8

are your platform ASR1k or ASR9K ?

balaji.bandi
Hall of Fame
Hall of Fame

check the example of IP SLA can generate Trap only :

https://www.cisco.com/c/en/us/td/docs/ios/ipsla/command/reference/sla_book/sla_02.html

depends on IOS/IOS XE/ IOS XR command syntax may vary, but the concept remains same.

IOS XR Look below :

https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-5/system-monitoring/configuration/guide/b-system-monitoring-cg-asr9000-65x/b-system-monitoring-cg-asr9000-65x_chapter_0100.html

 

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello,

here is a basic ICMP jitter config:

ip sla 10
icmp-jitter 172.18.1.129 interval 40 num-packets 100 source-ip 10.1.2.34
frequency 50
!
ip sla reaction-configuration 1 react jitterAvg threshold-value 5 2 action-type trap threshold-type immediate
!
ip sla schedule 1 start-time now life forever

Thanks so much 

can you please explain the command provided 

is the below correct ? 

Router will send 100 packets (every 50 ms) from 10.1.2.34 to 172.18.1.129 if the delay exceed 5ms it will send trap

what the interval 40 ?

 

 

the document give more explanation each syntax have you got time to read ?

https://www.cisco.com/c/en/us/td/docs/ios/ipsla/command/reference/sla_book/sla_02.html

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help


hgfghfghfhghfgh.png

interval is the time between icmp echo packet.