Troubleshooting

Efficient Video Distribution Networks with.Multicast: IGMP Querier and PIM-DM
7
CLI Commands
Switch 1. Enter or cut and paste the following on the first switch (closest to the Video Server):
configure
vlan database
vlan 10
exit
interface vlan 10
ip address 10.0.0.1 255.255.255.0
exit
no ip igmp snooping vlan 1
ip igmp snooping querier
ip igmp snooping querier query-interval 20
ip igmp snooping querier vlan 10
interface Te1/0/23
switchport access vlan 10
switchport mode access
exit
interface Te1/0/24
switchport mode trunk
switchport trunk allowed vlan 10
switchport trunk native vlan 10
exit
set to 20 to speed up test (see CLI
guide for more details)
connected to Video Server
connected to second switch
Switch 2. Enter or cut and paste the following on the middle switch:
configure
vlan database
vlan 10
exit
interface vlan 10
ip address 10.0.0.2 255.255.255.0
exit
no ip igmp snooping vlan 1
interface Te1/0/23
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10
exit
interface Te1/0/24
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10
exit
connected to first switch
connected to third switch