cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1353
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 ?

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

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

How to Ask The Cisco Community for Help


hgfghfghfhghfgh.png

interval is the time between icmp echo packet. 

Review Cisco Networking for a $25 gift card