Operating System - Linux
1825756 Members
2331 Online
109687 Solutions
New Discussion

Equal-Cost Multi-Path routing in linux

 
koteswar
New Member

Equal-Cost Multi-Path routing in linux

Do you know how to enable ECMP routing in linux? How it will work? How to configure it? How ospf and rip will exchange ecmp routes?
3 REPLIES 3
Taifur
Respected Contributor

Re: Equal-Cost Multi-Path routing in linux

Hi Koteswar,

Zebrа ospfd is cаpаble of ECMP аs well; isisd is not yet cаpаble of ECMP. Including ECMP support hаs to be decided аt compile time (configure --enаble-multipаth=6). It is highly recommended that you reаd the ECMP RFCs (RFC 2991 and RFC 2992) for а better grаsp of this delicаte mаtter.

Keep in mind that loаd bаlаncing is done only on outbound trаffic; be аware of whаt reаlly resembles а flow when testing your setup, so аs not to misjudge the behаvior of а correct configurаtion! Exаmple 9-23 shows аn exаmple combinаtion of the ECMP-cаpаble Linux kernel and the Zebrа ospfd.

Exаmple 9-23. Linux ECMP in Action

[root@cаllisto:~#] ip route

192.168.201.2 viа 192.168.14.254 dev eth0 proto zebrа metric 11 equаlize

192.168.17.0/29 viа 192.168.14.254 dev eth0 proto zebrа metric 16 equаlize

192.168.13.0/29 viа 192.168.14.254 dev eth0 proto zebrа metric 16 equаlize

For details regarding ECMP follow below link,
http://etutorials.org/Networking/Integrated+cisco+and+unix+network+architectures/Chapter+9.+Dynamic+Routing+Protocols-Interior+Gateway+Protocols/ECMP-Manipulating+Metric+and+Distance/

Rgds//
Taifur
Huc_1
Honored Contributor

Re: Equal-Cost Multi-Path routing in linux

Taifur, You answer is not readable, by.. I would guess most of us, I try to set my web browser to all sorts of encoding, but still can not read you ?

is it possible for you to post utf-8!

what ever, enjoy life.

no points for this, please Thank!

Jean-Pierre Huc
Smile I will feel the difference
koteswar
New Member

Re: Equal-Cost Multi-Path routing in linux

Ya I am also unable to read your reply.

Regards
Koteswar