cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
619
Views
5
Helpful
3
Replies

Floating Route

bava_ccna
Level 1
Level 1

What is floating route and where we will use it.Plz explain with examples

Regards

Ahmed Bava

3 Replies 3

Pravin Phadte
Level 5
Level 5

floating route works with the concept of Administrative Distance. Changes made with the route with administrative distance will be used as a floating router. also can be used as backup route.

Its mostly used in routing protocals and ISDN.

The below link has basic points to start with and at the end also the links which can show you the config examples.

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094195.shtml

Richard Burts
Hall of Fame
Hall of Fame

Ahmed

This link has a nice discussion of floating static routes. Hopefully it will help you to understand them better:

http://www.cisco.com/en/US/tech/tk801/tk133/technologies_tech_note09186a008009457d.shtml

HTH

Rick

HTH

Rick

bvsnarayana03
Level 5
Level 5

Its like having redundant paths with static routes. Where 1 static route will be primary & in case this route fails then the other route will be used.

Ip route x.x.x.x 255.255.255.0 next-hop (pri route)

Ip route x.x.x.x 255.255.255.0 next-hop 100 (sec route)

where 100 i at last in the second route is AD. by default static route has AD of 0 or 1 based on whether the next-hop is exit interface or the other router. If the other router has to be added for backup purpose than it has to be advertised by a higher AD (like we did in 2nd route)

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