12-26-2022 12:53 AM
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
Solved! Go to Solution.
12-29-2022 01:16 AM - edited 12-29-2022 01:17 AM
12-26-2022 01:03 AM
are your platform ASR1k or ASR9K ?
12-27-2022 01:20 AM
ASR1002-X
12-27-2022 01:32 AM
12-26-2022 01:41 AM
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 :
12-26-2022 04:49 AM
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
12-27-2022 10:52 PM
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 ?
12-29-2022 12:33 AM
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
12-29-2022 01:16 AM - edited 12-29-2022 01:17 AM
interval is the time between icmp echo packet.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide