UMN:CLI User Manual
V5808
440
9.3 Multicast Routing
When receivers join a certain group, multicast routers must deliver the multicast traffic
corresponding to the group to those receivers. To determine the appropriate forwarding
path and to replicate the multicast traffic to multiple destinations, multicast routing
protocols are needed.
The multicast routing protocols establish the distribution tree by building a forwarding
table in its own way. The forwarding table contains the information of sources, groups,
interfaces, and how to forward multicast packets. Note that the multicast has the different
routing method from the unicast’s.
Reverse Path Forwarding (RPF)
Routers typically forward unicast packets with the destination lookup. When unicast
packets come to interfaces, routers forward the packets to the interfaces toward the
destinations of those packets by referring to the routing table. If the routing table does not
contain the 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 on
which the packets are received is directly toward the source of those packets by referring
to 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 the
packets to the outgoing interface. If not, routers drop the packets.
In the multicast routing, routers must forward packets away from the sources to prevent
routing loops. Finally, the distribution tree established by RPF follows the shortest path
tree (SPT) topology.
9.3.1 Multicast Routing
9.3.1.1 Enabling Multicast Routing
By default, multicast routing is disabled. To configure the V5808 to forward multicast
traffic via Layer 3 network, you need to enable multicast routing.
To enable Layer 3 multicast routing, use the following command.
Enables multicast routing.
Disables multicast routing. (default)
To enable/disable Layer 3 multicast routing for IPv6, use the following command.
Enables IPv6 multicast routing.
no ipv6 multicast-routing
Disables IPv6 multicast routing. (default)