Troubleshooting

Efficient Video Distribution Networks with.Multicast: IGMP Querier and PIM-DM
14
CLI Commands
Switch 1. Enter or cut and paste the following into the first switch (routing switch):
configure
vlan database
vlan 10,20,30,40
exit
ip routing
interface vlan 10
ip address 10.10.0.5 255.255.255.0
ip igmp
ip pim
exit
interface vlan 20
ip address 10.20.0.5 255.255.255.0
ip igmp
ip pim
exit
interface vlan 30
ip address 10.30.0.5 255.255.255.0
ip igmp
ip pim
exit
interface vlan 40
ip address 10.40.0.5 255.255.255.0
ip igmp
ip pim
exit
ip multicast
ip igmp
ip pim dense
interface Te1/0/22
switchport access vlan 10
exit
interface Te1/0/23
switchport access vlan 40
exit
interface Te1/0/24
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
exit
connected to Video Server 1 on vlan 10
connected to Video Server 2 on vlan 40
connected to second switch