User Manual UMN:CLIV810251710.3 Multicast RoutingWhen receivers join a certain group, multicast routers must deliver the multicast trafficcorresponding to the group to those receivers. To determine the appropriate forwardingpath and to replicate the multicast traffic to multiple destinations, multicast routing proto-cols are needed.The multicast routing protocols establish the distribution tree by building a forwarding ta-ble in its own way. The forwarding table contains the information of sources, groups, inter-faces, and how to forward multicast packets. Note that the multicast has the different rout-ing method from the unicast’s.Reverse Path Forwarding (RPF)Routers typically forward unicast packets with the destination lookup. When unicast pack-ets come to interfaces, routers forward the packets to the interfaces toward the destina-tions of those packets by referring to the routing table. If the routing table does not containthe information of the destinations, the routers forward the packets to the default gateway.On the other hand, routers forward multicast packets based on the source of the packets.When multicast packets come to an interface, routers validate whether the interface onwhich the packets are received is directly toward the source of those packets by referringto the existing unicast routing table. This procedure is called the reverse path forwarding(RPF) check. If incoming multicast packets pass the RPF check, routers forward thepackets to the outgoing interface. If not, routers drop the packets.In the multicast routing, routers must forward packets away from the sources to preventrouting loops. Finally, the distribution tree established by RPF follows the shortest pathtree (SPT) topology.10.3.1 Multicast Routing10.3.1.1 Enabling Multicast RoutingBy default, multicast routing is disabled. To configure the V8102 to forward multicast traf-fic via Layer 3 network, you need to enable multicast routing.To enable Layer 3 multicast routing, use the following command.Command Mode Descriptionip multicast-routing Global Enables multicast routing.no ip multicast-routing Disables multicast routing. (default)To enable/disable Layer 3 multicast routing for IPv6, use the following command.Command Mode Descriptionipv6 multicast-routing Global Enables IPv6 multicast routing.no ipv6 multicast-routing Disables IPv6 multicast routing. (default)