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

static route

adnan.dhl
Level 1
Level 1

How to configure two static routes for the same network but different ports one for ethernet and other for the BRI on the same router?

4 Replies 4

Danilo Dy
VIP Alumni
VIP Alumni

Hi,

Without knowing the relationship between the two interface, its difficult to guess.

However, if they are configured as primary/backup. Try floating static route http://www.cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a0080093f7e.shtml

Regards,

Dandy

shivlu jain
Level 5
Level 5

you can do like the given

ip route 10.0.0.0 255.0.0.0 fasetethernet0/0

ip route 10.0.0.0 255.0.0.0 fasetethernet0/1 60

60 is the preference, as you are increasing the pref the route will be less prefered.So it will be your secondary route.

regards

shivlu

HI,

If it is the floating static routes use can use the increased AD as 200 for secondary Link.

ip route 10.0.0.0 255.0.0.0 fasetethernet0/0

ip route 10.0.0.0 255.0.0.0 fasetethernet0/1 200

Pls Rate all Informative Post

Best Regards,

Guru Prasad R

On a MEN, having a floating static route can give issues.

MEN connects to the router through a switch which in turn connects to the providers network through fiber. If there is a fiber cut at the provider's end, the connectivity between the router and the provider switch will still be UP and the routing entry for 10.0.0.0 will still be reachable through f0/0

Traffic will never fall back on f0/1

-Sai.

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