Multicast Routing
Multicast Routing
For Example:
PIM Sparse Mode (PIM-SM): Used for large networks with few
multicast subscribers or dispersed distribution. In this mode, two trees
are created for each group.
How it works
Routing devices determine the best path to send the data to the
recipients.
The routing devices replicate the data and send copies to the
recipients.
Benefits
Protocols
Uses
Explanation
Router1(config-if)# no shutdown
Router1(config-if)# no shutdown
Router1(config-if)# exit
Router2(config-if)# no shutdown
Router2(config-if)# no shutdown
Router2(config-if)# exit
Router3(config-if)# no shutdown
Router3(config-if)# no shutdown
Router3(config-if)# exit
Router1(config-if)# end
Router2(config-if)# end
Router3(config-if)# end
Enabling IP Multicast
Router1(config)# ip multicast-routing
Router2(config)# ip multicast-routing
Router3(config)# ip multicast-routing
This is the step that we configure PIM Sparse mode exactly. We will use “ip
pim sparse-mode” command on all the interfaces on the routers.
In this multicast network, how does the receivers find the multicast source?
They will find multicast source with the help of Randevous-Point (RP). So,
we will configure randevous-point in this step. Here, we can sue two ways.
One is manual way and the other is using an auto config protocol. In this
lesson, we will use manual RP configuration.
To see the full content of the IP Multicast Routing Table, we will use
“show ip mroute” command.
To verify that a source or receiver has joined the multicast group, we will use
“show ip igmp groups” command.
We use mtrace command to check the multicast path from the source to the
receiver. It is similar to tracert command on ip interfaces. We will use this
command here to check if are there any down on our multicast path.
Basic configuration
The matched and rewritten packet is sent back into Cisco IOS XE
unicast or multicast packet routing.
> When troubleshooting multicast routing, you can check the network
connection, verify the multicast address and port, and use debugging
tools. You can also use commands to check the Rendezvous Point (RP)
configuration and the Reverse Path Forwarding (RPF) process.
Check that the multicast address and port are configured correctly
Use the show ip rpf <ip address of source> command to check the RPF
failure for the source address
Use debugging tools Use the Multicast Test utility to verify that multicast is
working, Use the Multicast Monitor debugging utility, use debugging flags,
and Set debug attributes using WLST.