- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2010 05:12 AM - edited 03-04-2019 09:25 AM
Dear Experts ,
I Put an SLA as given below to track a route-map .The SLA stat showing up , but when I do show route-map its showing [undefined] . Is there is anything missing ?
ip sla 1
icmp-echo 192.168.111.5 source-ip 192.168.111.6
timeout 2000
frequency 5
ip sla schedule 1 life forever start-time now
route-map UPSTREAM_TRAFFIC permit 10
match ip address 104
set ip next-hop verify-availability 192.168.111.5 10 track 1
set ip default next-hop 2.2.2.2
***********************************************************8
show ip sla monitor stati
Round Trip Time (RTT) for Index 1
Latest RTT: 7 milliseconds
Latest operation start time: *12:07:01.571 UTC Sun Aug 15 2010
Latest operation return code: OK
Number of successes: 83
Number of failures: 0
Operation time to live: Forever
**********************************************************
show route-map
route-map UPSTREAM_TRAFFIC, permit, sequence 10
Match clauses:
ip address (access-lists): 104
Set clauses:
ip next-hop verify-availability 192.168.111.5 10 track 1 [undefined]
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2010 05:25 AM
Hello Haris,
you need a configuration line that defines tracking object 1 as using ip sla 1
see
http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html#wp1087990
track 1 rtr 1 reachability
where the second 1 refers to ip sla 1 object
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2010 05:25 AM
Hello Haris,
you need a configuration line that defines tracking object 1 as using ip sla 1
see
http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html#wp1087990
track 1 rtr 1 reachability
where the second 1 refers to ip sla 1 object
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2010 05:38 AM
Hmmm,
It's a small mistake , I Put the below commands and it came up
track 1 ip sla 1
!
track 2 ip sla 2
Regards,
haris
