cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4415
Views
0
Helpful
2
Replies

Route-map with tracking

Haris P
Level 4
Level 4

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]

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: