[Contents] [Prev] [Next] [Index] [Report an Error]

Receiving the Multicast Transmission

The steps that follow outline how a multicast transmission is propagated across the network:

  1. The multicast source connected to the CE1 router sends the packet to group 224.1.1.1 (the VPN group address). The packet is encapsulated into a PIM register.
  2. Because this packet already includes the PIM header, it is forwarded by means of unicast routing to the C-RP over the Layer 3 VPN.
  3. The C-RP removes the packet and sends it out the downstream interfaces (which include the interface back to the CE3 router). The CE3 router also forwards this to the PE3 router.
  4. The packet is sent through the multicast interface on the PE2 router; in the process, the GRE header is prepended to the packet.
  5. Next, the packet is sent through the PIM encapsulation interface, where the register header is prepended to the data packet.
  6. The packet is then forwarded to the SP-RP, which removes the register header, leaves the GRE header intact, and sends the packet to the PE routers.
  7. PE routers remove the GRE header and forward the packet to the CE routers that requested the multicast broadcast by sending the PIM Join message.

    Note: PE routers that have not received requests for multicast broadcasts from their connected CE routers still receive packets for the broadcast. These PE routers drop the packets as they are received.


[Contents] [Prev] [Next] [Index] [Report an Error]