02-15-2006 02:58 AM - edited 03-03-2019 11:45 AM
I am using IPSLA to track reliability of a route:
ip sla monitor 1
type echo protocol ipicmpecho 62.1.1.4
timeout 1000
frequency 3
threshold 2
ip sla monitor schedule 1 life forever start-time now
track 100 rtr 1 reachability
ip route 0.0.0.0 0.0.0.0 dialer1 track100
ip route 0.0.0.0 0.0.0.0 dialer0 254
Is there any way I can log when this fail-over occurs?
Solved! Go to Solution.
02-15-2006 03:13 AM
Try something like this:
logging on
logging buffered debugging
ip sla logging traps
ip sla reaction-configuration 1 react connectionLoss action-type trapOnly
You can configure an SNMP server so that the traps will be sent to it. In any case, show logging should show you when the sla monitor failed...
Paresh
02-15-2006 03:13 AM
Try something like this:
logging on
logging buffered debugging
ip sla logging traps
ip sla reaction-configuration 1 react connectionLoss action-type trapOnly
You can configure an SNMP server so that the traps will be sent to it. In any case, show logging should show you when the sla monitor failed...
Paresh
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