srinath interview-aarcus
ADD-PATH vs MULTIPATH — Very Important Difference
| Feature | ADD-PATH | Multipath |
|---|---|---|
| Purpose | Allow RR to send multiple paths | Allow router to install multiple paths |
| Where it works | Between BGP peers | Inside router’s RIB/FIB |
| Required for ECMP? | Yes, in iBGP with RR | Yes, for actual load balancing |
| When used | EVPN fabrics, iBGP | All BGP deployments |
Key idea:
ADD-PATH allows multiple paths to be advertised.
Multipath allows multiple paths to be installed.
You usually enable BOTH in EVPN/VXLAN.
Comments
Post a Comment