Hello All,
Happy new year to everyone!!!
We have two WAN links Primary with 40 Mbps and Secondary with 10 Mbps link.
Both routers are connected to Core switch, single core switch.
There is a EIGRP between these three devices. In Core switch, we have used one L3 VLAN. Same VLAN used in Routers connected interface as L2 VLAN.
So EIGRP neighbor forming between two routers on same interface as L3 VLAN
Hence we could see 2 Successor. And traffic is load balancing, sometime traffic takes secondary and it is 10 Mbps link. So users complaining slowness.
If it is two Physical interface then we can configure Delay and make primary as metric value. but in this case how can we achieve Primary Router as Successor and Secondary router as Feasible successor?
Please help me on this. Thanks!!!
Solved! Go to Solution.
Yes Paul!!!
I think Below points, we have two option right? if any other option let me know
access-list 1 permit 0.0.0.0 255.255.255.255
!
router eigrp 1
offset-list 1 out 171
Hello
if you are thinking about re-addressing then you need to liaise with the isp anyway so to save you the heartache of changes to your end hense the suggestion about querying the isp into making changes
However if you want to have the administrative control then yes options could include re-addressing and have eigrp unicast peering or use static and policy based routing -but as it stands it seems to me that eigrp metric manipulation from the l3 core is limited but not from the isp perspective which can be easily administered.
Thanks Paul.
Let me try the feasibility. Thanks for your time!!!