cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
258
Views
0
Helpful
1
Replies

POLICY BASED ROUTING QUERY IN CISCO 4948

Raja_D
Level 1
Level 1

Hi, How to configure policy based routing with use of track command in cisco 4948..as I tried to configure the set ip next-hop verify-avaiability x.x.x.x 5 track but it did not work, instead i was just able to configure just set ip next-hop x.x.x.x ..Not able to add track at the end of the set ip next.hop..

Please advise..

Below is configuration for your info...

route-map LAB permit 10

match ip add TEST

set ip next-hop x.x.x.x

Adding to my above configuration I would like to set another next hop incase if the mentioned next-hop is down. Usually in other devices like cisco 3945 I was able to set two individual set ip next-hop verify-avaiability x.x.x.x 5 track in seperate lines.

But in Cisco 4948 I tried to configure another next-hop as alternate but it comes up in the output as one single line as shown in below.

route-map LAB permit 10

match ip add TEST

set ip next-hop 25.2.2.2 31.2.2.2

will this output confirms that 31.2.2.2 will act as backup to 25.2.2.2 .

Please advise..

1 Reply 1

Philip D'Ath
VIP Alumni
VIP Alumni

I'm not very sure, but I think "verify availability" checks the CDP database to see if the next hop exists.  Does the next hop you are checking appear in your CDP database?