09-23-2011 01:23 AM - edited 03-07-2019 02:23 AM
hi guys,
is it possible for eem applet to track if a specific ip route exist in the routing table?
if yes, is any configuration example i can refer to?
thanks
Solved! Go to Solution.
09-24-2011 01:24 AM
You can use ip sla tracking to look into a certain route
And configure this track ti be watched in the eem and you can fo an action based on the track state
track 100 ip route 10.0.0.0 255.0.0.0 reachability
event manager applet route_unreachable
event track 100 state down
action 1.0 syslog msg " the route to network x is become unreachable!"
Hope this help
If helpful rate
Sent from Cisco Technical Support iPhone App
09-24-2011 01:24 AM
You can use ip sla tracking to look into a certain route
And configure this track ti be watched in the eem and you can fo an action based on the track state
track 100 ip route 10.0.0.0 255.0.0.0 reachability
event manager applet route_unreachable
event track 100 state down
action 1.0 syslog msg " the route to network x is become unreachable!"
Hope this help
If helpful rate
Sent from Cisco Technical Support iPhone App
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