JALURI 17,456 SUMMARIES / 50 SOURCES
SEARCH LAST PASS 10:28 ATOM

On MPLS Paths, Tunnels and Interfaces

A reader struggled with implementing a multi-vendor multicast VPN over MPLS, finding GRE tunnels within a VRF as a workaround, highlighting fundamental differences between GRE/IPsec/VXLAN tunnels and MPLS paths, which are designed for different network functions and performance optimizations.

MAIN POINTS
  1. GRE tunnels and MPLS LSPs both wrap traffic with headers but serve different network functions.
  2. Tunnels connect discontiguous overlay networks, while MPLS paths optimize packet forwarding within the same network.
  3. MPLS paths are created based on IP routing tables, unlike tunnels requiring routing protocols over interfaces.
  4. MPLS TE tunnel interfaces are unidirectional, allowing different paths for each direction.
TAKEAWAYS
  1. GRE tunnels within a VRF can be a workaround for multi-vendor multicast VPN issues over MPLS.
  2. Understanding the distinct purposes of tunnels and MPLS paths is crucial for effective network design.
  3. MPLS paths enhance forwarding performance by merging multiple paths to the same egress device.
  4. MPLS TE tunnels' unidirectional nature offers flexibility but requires careful routing protocol management.
READ THE ORIGINAL