cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
407
Views
0
Helpful
5
Replies

Automatic failover

kradjesh13
Level 1
Level 1

Hi,

While trying to work out for auto failover, I came across this situation which I couldn?t figure out.

Two test dsl connection for a particular site. EIGRP is used between the core and the primary link and static routes with higher AD(215) is used for secondary link.

The idea is, to route the traffic via secondary link with a higher AD when the primary link goes down.

Initially things go fine. The system routs the traffic via the primary link. Once the PPP session goes down, EIGRP looses the neighbor relationship and the traffic is getting routed via the secondary link which is normal.

But, even after the primary link gets restored, the traffic is getting routed via the secondary link and its not switching back to the primary link which should doo.

Note : Attached the sample setup.

Thanks

Rajesh

5 Replies 5

spremkumar
Level 9
Level 9

Hi Rajesh

As you have mentioned in your post sample setup is not available also can you post the config which you are trying out there ...

regds

This is the sample diagram.

Hi,

if we are supposed to help you with this you also have to post your configs :)

post a show sh ip route eigrp on test1 , when primary link is up again.

BR,

Bjornarsb

mark.j.hodge
Level 3
Level 3

Check the routing table on the hosts. I suspect that when a failover occurs the hosts "learn" to route through the test2 router, when the lilnk recovers they don' unlearn this route.

This learning is done through ICMP redirects, if it is the cause, you can turn the feature off on an interface basis.

** Please rate posts if helpfull **

The issue is fixed; apparently the faulty behavior is due to the routing problem. Initially I had the following set of commands in the core. I added 10.48.48.0 because, the WAN address for the CPE is 10.48.48.2 & 3. In the core also we have another loopback 172.27.27.27/32

redistribute connected

redistribute static

redistribute bgp XXXX metric 2000 255 255 1 1500

no redistribute eigrp

no redistribute eigrp

network 10.48.48.0 0.0.0.255

no auto-summary

autonomous-system XXXX

exit-address-family

When I added network 172.27.27.0 0.0.0.255 to EIGRP; the CPE formed relationship with 172.27.27.27 and from there on it began to work fine.

Now, my point is how its forming relationship with 172.27.27.27 and not with 10.48.48.1. I cleared the EIGRP neighbors. But still 172.27.27.27 is the neighbor for test 1.

test1#sh ip eigrp neighbors

IP-EIGRP neighbors for process XXXX

H Address Interface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 172.27.27.27 Di1 13 00:35:10 24 2604 0 13

test1#

test1#sh ip route eigrp XXXX

10.0.0.0/32 is subnetted, 4 subnets

D EX 10.254.254.10 [170/46251776] via 172.27.27.27, 00:36:52

D 10.48.48.3 [90/48786176] via 172.27.27.27, 00:36:52

D 10.48.48.1 [90/46354176] via 172.27.27.27, 00:36:52

192.168.254.0/24 is variably subnetted, 3 subnets, 2 masks

D EX 192.168.254.244/32 [170/46251776] via 172.27.27.27, 00:36:52

D EX 192.168.254.245/32 [170/46251776] via 172.27.27.27, 00:36:52

D EX 192.168.254.248/29 [170/46226432] via 172.27.27.27, 00:36:52

192.168.100.0/32 is subnetted, 1 subnets

D EX 192.168.100.100 [170/46354176] via 172.27.27.27, 00:36:52

D*EX 0.0.0.0/0 [170/46228224] via 172.27.27.27, 00:36:52

test1#

Thanks

Rajesh

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