10-03-2008 03:30 PM - edited 03-06-2019 01:45 AM
I'm using IP SLAs on a local router to track some interfaces on other routers but the status of the tracking state when
any monitored interface goes down (while testing) it never comes up because static routes pointing to these routers are
tracked too
this is what I have (this is a lab):
track 10 rtr 1 reachability
!
track 20 rtr 2 reachability
!
ip route 10.0.0.0 255.255.0.0 172.16.1.1 track 10
ip route 10.0.0.0 255.255.0.0 172.16.3.1 track 20
ip route 201.1.1.0 255.255.255.0 172.16.1.1 track 10
ip route 201.1.1.0 255.255.255.0 172.16.3.1 track 20
!
!
ip sla 1
icmp-echo 201.1.1.2 source-ip 192.168.1.20
timeout 1000
threshold 50
frequency 1
ip sla schedule 1 life forever start-time now
ip sla 2
icmp-echo 201.1.1.3 source-ip 192.168.1.20
timeout 1000
threshold 50
frequency 1
ip sla schedule 2 life forever start-time now
!
!
So my question is if there is a command that help me getting up tracked static routes so ip sla can reach a successful ping
and the value in the show track brief output displays up
Router#show track brief
Track Object Parameter Value Last Change
10 rtr 1 reachability Down 00:11:57
20 rtr 2 reachability Down 00:11:57
10-09-2008 08:12 AM
To display information about the IP route track table, use the show ip route track-table command in privileged EXEC mode.
show ip route track-table
The following example displays information about the IP route track table:
i.e.
Router# show ip route track-table
ip route 0.0.0.0 0.0.0.0 10.1.1.242 track-object 123 state is [up]
Here is the show ip route track-table Field Descriptions
ip route for the The configured IP route.
track-object for the The track object number.
state is for the The state of the track object. The object may be up or down.
10-10-2008 07:27 AM
What?
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