Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Multicast Support in EVPN-VXLAN Overlay Networks

This topic describes the following multicast feature, which is supported in an EVPN-VXLAN overlay network:

Inter-VLAN Multicast Forwarding Modes for EVPN-VXLAN Overlay Networks

Starting with Junos OS Release 17.3R3, the QFX10000 line of switches support two modes of inter-VLAN multicast forwarding—centrally-routed mode and edge-routed mode—for IPv4 traffic in an EVPN-VXLAN overlay network. The IP fabric architecture of your EVPN-VXLAN overlay network determines the mode that you must use.

QFX5120 switches support IGMP snooping as leaf devices in multihomed EVPN-VXLAN fabrics in centrally-routed multicast mode starting with the indicated Junos OS releases below. QFX10000 switches serve as spine devices that perform the Layer 3 multicast routing in the centrally-routed bridging (CRB) model.

  • QFX5120-48Y—Junos OS Release 18.4R2 (although not supported in releases 19.1R1 and 19.1R2)

  • QFX5120-32C—Junos OS Release 19.1R1

  • QFX5120-48T—Junos OS Release 20.2R1

  • QFX5120-48YM—Junos OS Release 20.4R1

Note:

We introduce optimized inter-subnet multicast (OISM) routing and forwarding model in Junos OS Release 21.2R1. This model enables QFX5110 and QFX5120 switches to route multicast traffic as leaf devices in an edge-routed bridging (ERB) overlay model for EVPN-VXLAN fabrics. (See Optimized Intersubnet Multicast in EVPN Networks for details.)

Starting with Junos OS Release 20.4R1, QFX5110, QFX5120, and the QFX10000 line of switches support centrally-routed forwarding mode with MLDv1, MLDv2, and MLD snooping for IPv6 intra-VLAN and IPv6 inter-VLAN multicast traffic in an EVPN-VXLAN overlay network.

Starting with Junos OS Release 21.2R1, QFX5110, QFX5120, and QFX10002 switches support the OISM routing and forwarding mode for ERB overlay EVPN-VXLAN fabrics. The OISM mode enables devices to handle multicast traffic routing as leaf devices in an ERB overlay fabric.

For more information about these EVPN-VXLAN architectures, the multicast mode required for each architecture, and how the multicast forwarding modes work, see the following sections.

Benefits of Inter-VLAN Multicast Forwarding Modes

  • The configuration statement enables you to choose the inter-VLAN multicast forwarding mode that suits the architecture of your EVPN-VXLAN overlay network.

Supported EVPN-VXLAN Architectures and Inter-VLAN Multicast Forwarding Modes

We support the following modes of inter-VLAN multicast forwarding:

  • EVPN-VXLAN CRB overlays (EVPN-VXLAN networks with a two-layer IP fabric) support central routing and forwarding of multicast traffic at the spine layer using a local-remote model. CRB overlay networks have a layer of Layer 3 spine devices and another layer of Layer 2 leaf devices. You configure all spine devices with IRB interfaces that route the multicast packets from one VLAN to another. One spine device is elected to handle the inter-VLAN routing for the network.

    In this mode, you configure the devices in the fabric with the irb local-remote option at the [edit forwarding-options multicast-replication evpn] hierarchy. (See multicast-replication.)

  • EVPN-VXLAN ERB overlays (EVPN-VXLAN networks with a collapsed IP fabric) support multicast traffic routing and forwarding at the leaf layer using either a local-only model or the OISM model. ERB overlay networks have leaf devices with IRB interfaces that handle multicast routing at Layer 3 and multicast forwarding at Layer 2. The leaf devices essentially act as spine-leaf devices. This fabric model usually has a layer of spine devices acting only as IP transit devices in the fabric, which we commonly refer to as lean spines. All of the leaf devices handle routing multicast packets from one VLAN to another.

    You configure supported leaf devices in the ERB fabric with either the irb local-only option or irb oism option at the [edit forwarding-options multicast-replication evpn] hierarchy. (See multicast-replication.)

    Note:

    This topic describes the local-only model.

    See Optimized Intersubnet Multicast in EVPN Networks for complete details on leaf device configuration and operation with the OISM model.

For centrally-routed bridging overlays, you can simply retain the default setting, irb local-remote, at the [edit forwarding-options multicast-replication evpn] hierarchy level on all spine devices. For edge-routed bridging overlays, you must explicitly specify the irb local-only or irb oism option on all leaf devices.

Note:

We do not recommend specifying the local-remote option on some QFX10000 switches and the local-only option on the other QFX10000 switches in either of the overlay networks. Doing so might cause the QFX10000 switches to forward the inter-VLAN multicast traffic inconsistently.

Understanding Multicast Traffic Flows in a Centrally-Routed Bridging Overlay

This section describes the multicast traffic flows in a centrally-routed bridging overlay.

The network shown in Figure 1 includes the following devices.

Figure 1: Centrally-Routed Bridging OverlayCentrally-Routed Bridging Overlay
  • Two QFX10000 switches that function as Layer 3 spine devices, on which the following key features are configured:

    • Centrally-routed (local-remote) multicast forwarding mode.

    • Protocol Independent Multicast (PIM). By virtue of PIM hello messages, Spine 1 is elected as the PIM designated router (PIM DR).

    • VLANs A and B.

      Note:

      For inter-VLAN multicast forwarding to work properly in this scenario, you must configure all VLANs on each spine device.

    • IRB interfaces associated with VLANs A and B.

  • Four QFX5100 switches that function as Layer 2 leaf devices, on which VLANs A and B are configured are follows:

    • Leafs 1 and 3 are configured with VLAN A only.

    • Leaf 2 is configured with VLAN B only.

    • Leaf 4 is configured with VLANs A and B.

  • A multicast source and various receivers.

When the multicast source shown in Figure 1 sends a packet from VLAN A, the following flows occur:

  • Flow 1: Intra-VLAN traffic—Based on the ingress replication mechanism, Leaf 1 replicates and switches the packet to all spine and other leaf devices. Leafs 3 and 4, on which VLAN A is configured, receive and forward the packet to the connected multicast receivers.

  • Flow 2: Inter-VLAN traffic—Upon receipt of the packet from Leaf 1 as described in flow 1, Spine 1, which is the PIM DR, takes the following action:

    • Routes the packet over the IRB interface associated with VLAN B.

    • Based on the ingress replication mechanism, replicates and forwards the packet to the other spine and the leaf devices.

      Leafs 2 and 4, on which VLAN B is configured, receive and forward the packet to the connected multicast receivers.

Understanding Multicast Traffic Flows in an Edge-Routed Bridging Overlay

This section describes the multicast traffic flow in an edge-routed bridging overlay.

The network shown in Figure 2 includes the following devices.

Figure 2: Edge-Routed Bridging Overlay Edge-Routed Bridging Overlay
  • Four QFX10002 switches that function as Layer 3 and Layer 2 spine-leaf devices, on which the following key features are configured:

    • Edge-routed (local-only) multicast forwarding mode.

    • PIM. To support the edge-routed mode of multicast forwarding, each spine-leaf device must act as the PIM DR for each VLAN. To enable a spine-leaf device to elect itself as the PIM DR, for each IRB interface, specify the distributed-dr configuration statement at the [edit protocols pim interface interface-name] hierarchy.

    • VLANs A and B.

      Note:

      For inter-VLAN multicast forwarding to work properly in this scenario, you must configure all VLANs on each spine-leaf device.

    • IRB interfaces associated with VLANs A and B.

  • A multicast source and various receivers.

When the multicast source shown in Figure 2 sends a packet from VLAN A, the following flows occur:

  • Flow 1: Intra-VLAN traffic—Based on the ingress replication mechanism, Spine-Leaf 1 replicates and switches the packet to the other spine-leaf devices. The spine-leaf devices forward the packet to VLAN A. Further, Spine-Leafs 2 and 3 forward the packet to VLAN A receivers.

  • Flow 2: Inter-VLAN traffic—Upon receipt of the packet from Spine-Leaf 1 as described in flow 1, the spine-leaf devices route the packet over the IRB interface associated with VLAN B. Further, Spine-Leafs 2 and 4 forward the packet to the VLAN B receivers.

Differences Between Inter-VLAN Multicast Forwarding Modes

There is an important difference between the centrally-routed and edge-routed modes.

With centrally-routed mode, for each VLAN, the spine device elected as the PIM-DR must replicate and send the packet to the other devices in the network. Keep in mind that the additional instances of replication consume bandwidth, and if many VLANs are configured, can potentially flood the EVPN core with multicast packets.

With edge-routed mode with the local-only model, the first spine-leaf device to receive a multicast packet replicates and sends the packet to the other spine-leaf devices. Upon receipt of the packet, the other spine-leaf devices route the packet to each VLAN and send the packet to access-side interfaces that handle traffic for the multicast receivers. In other words, the spine-leaf devices do not replicate the packet and send the packet out of the EVPN core-facing interfaces, which prevents excessive bandwidth consumption and congestion in the EVPN core.

The OISM model uses local routing, similar to the local-only model, to minimize multicast traffic flow in the EVPN core. However, with OISM, the leaf devices can also efficiently handle multicast traffic flow from sources outside the fabric to receivers within the fabric. OISM similarly enables multicast sources inside the fabric to send traffic to multicast receivers outside the fabric. See Optimized Intersubnet Multicast in EVPN Networks for details on OISM configuration and operation.

Change History Table

Feature support is determined by the platform and release you are using. Use Feature Explorer to determine if a feature is supported on your platform.

Release
Description
21.2R1
Starting with Junos OS Release 21.2R1, QFX5110, QFX5120, and QFX10002 switches support the optimized inter-subnet multicast (OISM) forwarding model for edge-routed bridging overlay EVPN-VXLAN fabrics.
20.4R1
Starting with Junos OS Release 20.4R1, QFX5120-48YM switches support IGMP snooping as leaf devices in multihomed EVPN-VXLAN fabrics in centrally-routed multicast mode. (QFX10000 switches are the spine devices that perform the multicast routing.)
20.4R1
Starting with Junos OS Release 20.4R1, QFX5110, QFX5120, and the QFX10000 line of switches support centrally-routed forwarding mode with MLDv1, MLDv2, and MLD snooping for IPv6 intra-VLAN and IPv6 inter-VLAN multicast traffic in an EVPN-VXLAN overlay network.
20.2R1
Starting with Junos OS Release 20.2R1, QFX5120-48T switches support IGMP snooping as leaf devices in multihomed EVPN-VXLAN fabrics in centrally-routed multicast mode. (QFX10000 switches are the spine devices that perform the multicast routing.)
19.1R1
Starting with Junos OS Release 19.1R1, QFX5120-32C switches support IGMP snooping as leaf devices in multihomed EVPN-VXLAN fabrics in centrally-routed multicast mode. (QFX10000 switches are the spine devices that perform the multicast routing.)
18.4R2
Starting with Junos OS Release 18.4R2, QFX5120-48Y switches support IGMP snooping as leaf devices in multihomed EVPN-VXLAN fabrics in centrally-routed multicast mode. (QFX10000 switches are the spine devices that perform the multicast routing.)
17.3R3
Starting with Junos OS Release 17.3R3, the QFX10000 line of switches support two modes of inter-VLAN multicast forwarding—centrally-routed mode and edge-routed mode—in an EVPN-VXLAN overlay network. The IP fabric architecture of your EVPN-VXLAN overlay network determines the mode that you must use.