Pages

Wednesday, September 9, 2015

Force10 ECMP & static Routes

Hi,
Just to clarify for group (as I got few email on this)
When a static route is configured it will be loaded in the routing table if the next interface (physical or vlan) is up but they won’t be any arp check on the next-hop (unless you set the PBR rules for that)
So a use case would be :

SW1 : static route to reach Lo(Sw2) / next hop = SW2 IP (in int vlan 2)
SW2 : static route to reach Lo(Sw1) / next hop = SW1 IP (in int vlan 2)

Lo(Sw1) ----- Sw1_Ten 0/1 --- (vlan inter 2)--- Sw2_Ten 0/2 ----- Lo(Sw2)

if the vlan 2 has other ports that are up, even though the link that interconnects sw1 and sw2 goes (physically) down,  the packet to the loopback get black hole (no route re-calculation since the static route is still in the routing table)
Regards,
Stéphane

From: Aich, Stephane
Sent: mardi 1 septembre 2015 22:42
To: Guerrero, Martin; WW Networking Domain
Subject: RE: ECMP & static Routes

Hi,
We’re not checking next hop availability (thought arp) for static routes you need to use PBR rules for that.
All of this being not related to ECMP.
Regards,
Stéphane

From: Guerrero, Martin
Sent: mardi 1 septembre 2015 20:27
To: WW Networking Domain
Subject: ECMP & static Routes

Dell - Internal Use - Confidential
Hi All,

I´m doing test with ECMP and static routes in order to provide route redundancy.

I configured the following:

ip ecmp weighted
ip route 12.1.1.9/32 10.197.107.235 weight 10
ip route 12.1.1.9/32 10.197.107.234 weight 20

It is not working when the first gateways goes down

It is something wrong on my configuration?

Any comment will be very appreciated

Regards.

Martin…

No comments:

Post a Comment