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..