cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
537
Views
0
Helpful
2
Replies

Adding secondary ip route

bapatsubodh
Level 1
Level 1

hi,

We are having two ethernet links ( provided by service provider for WAN connectivity ). We need to configure failover routing that is if first link fails traffic should be routed via second link. As we are having connectivity via ethernet , locally router can not sence that link is down and then route traffic to second link. Only way to check that if first link is working or not working is to check IP address connectivity at second end. That means if my router is not able to contact other end of the first link , it should route that subnet to second link.This is similar to dialer-watch concept, when a particular subnet is not available in routing table it will triger ISDN.

Here is example

location A :

subnet : Network_A

ethernet(WAN_FIRST_LINK) : A.B.C.D1 255.255.255.252

ethernet (WANLINK_SECOND_LINK ) : P.Q.R.S1 255.255.255.252

location B :

subnet :Network_B

ethernet (WAN_FIRST_LINK) : A.B.C.D2 255.255.255.252

ethernet (WAN_SECOND_LINK) P.Q.R.S2 255.255.255.252.

Now if location A router can not contact A.B.C.D1 then it shoud route the traffic on P.Q.R.S1

Any link on cisco.com.

This is similar to if -then -else statement in higher end programming lanuage.

Thanks in advance

Subodh

2 Replies 2

royalblues
Level 10
Level 10

You can use reliable static route backup using object tracking

http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123newft/123limit/123x/123xe/dbackupx.htm

HTH

Narayan

anilgangwani88
Level 1
Level 1

you an track ethernet interface using sla

Ip sla 11

Icmp-echo < to the Primary interface to which tracking is done> source-interface Gi0/0

frequency 5

ip sla schedule 11 start-time now life forever

Track 22 rtr 11 reachability

use static routes for both links with adjustable admin distance for primary and secondary paths .

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