cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
4
Replies

Policy based routing and Floating routes

imranraheel
Level 1
Level 1

I have following configurations in one router and i am not been able to fetch the details thay y are they used. kindly suggest me some link or info regarding this

rtr 1

type echo protocol ipicmpecho 192.168.52.34

!

rtr schedule 1 life forever start-time now

!

track 192 rtr 1 reachability

!

int x

ip policy route-map ABC_MAP

!

route-map MIXIT_MAP

set ip next-hop verify-availability 192.168.52.34 10 track 192

!

ip route xx.xx.xx.241 255.255.255.255 192.168.52.34 track 192

ip route xx.xx.xx.241 255.255.255.255 ABC_INTERNET_INTERFACE 254

1 Accepted Solution

Accepted Solutions

Yes, there's no drawback. As soon as 192.168.52.34 becomes reachable the primary route will be used.

View solution in original post

4 Replies 4

All it's doing is the router would remove the route to xx.xx.xx.241 via 192.168.52.34 if the next hop is unreachable and it would start using the route to xx.xx.xx.241 via ABC_INTERNET_INTERFACE. You can read up more on this feature here.

http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html

HTH

Sundar

Is there any draw back will I be able to get the route back if i will get the connectivity back to xx.xx.xx.241 via 192.168.52.34

Yes, there's no drawback. As soon as 192.168.52.34 becomes reachable the primary route will be used.

I am trying to implemet the following configurations

rtr 1

type echo protocol ipicmpecho 192.168.52.34

!

rtr schedule 1 life forever start-time now

!

track 192 rtr 1 reachability

!

int x

ip policy route-map ABC_MAP

!

route-map ABC_MAP

set ip next-hop verify-availability 192.168.52.34 10 track 192

!

ip route xx.xx.xx.241 255.255.255.255 192.168.52.34 track 192

ip route xx.xx.xx.241 255.255.255.255 xx.xx.xx.2 254

But when ever i try this i receive an error (command support issues)on verify-availability

I am using 3550 with (C3550-IPSERVICESK9-M), Version 12.2(35)SE IOS.

Kindly put some light on this

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:

Review Cisco Networking products for a $25 gift card