Troubleshooting

Efficient Video Distribution Networks with.Multicast: IGMP Querier and PIM-DM
15
Switch 2. Enter or cut and paste the following into the second switch:
configure
vlan database
vlan 10,20,30
exit
ip default-gateway 10.10.0.5
interface vlan 10
ip address 10.10.0.1 255.255.255.0
exit
interface vlan 20
ip address 10.20.0.1 255.255.255.0
exit
interface vlan 30
ip address 10.30.0.1 255.255.255.0
exit
no ip igmp snooping vlan 1
ip multicast
interface Te1/0/21
switchport access vlan 10
exit
interface Te1/0/22
switchport access vlan 20
exit
interface Te1/0/23
switchport access vlan 30
exit
interface Te1/0/24
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
exit
connected to client on vlan 10
connected to client on vlan 20
connected to client on vlan 30
connected to first switch
Server and Client Setup
1. Download VLC Media Player for Windows:
http://www.videolan.org/vlc/download-windows.html
Note: In writing this paper, version 2.0.5 was used for the server and 2.0.3 for the client.
Version 1.1.9 was also used as both sender and receiver and found to be very stable. All were
tested and may be used for either role. VLC Media Player software is also used as the steaming
server software on the Video Server.
2. Install VLC to the server and all clients you wish to receive streaming video, taking all defaults
during the install process.