Examples of multicast vlan, Xamples, Ulticast – Accton Technology ES4626 User Manual
Page 609: Vlan, 4 examples of multicast vlan

609
enabled on a switch.
Examples:
Switch(config)#vlan 2
Switch(Config-Vlan2)#multicast-vlan
Switch(Config-Vlan2)# multicast-vlan association 3;4
15.4 Examples Of Multicast VLAN
Fig 15-1 Function configuration of the Multicast VLAN
As shown in the figure, the multicast server is connected to the layer 3 switch
switchA through port 1/1 which belongs to the vlan10 of the switch. The layer 3 switch
switchA is connected with layer 2 switches through the port 1/10. the Vlan20 is a
multicast vlan. On the SwitchB the vlan100 is configured set to contain port 1/15, and
vlan101 to contain port 1/20. PC1 and PC2 are respectively connected to port 1/15 and
1/20. The SwitchB is connected with the switchA through port 1/10. vlan 20 is a multicast
vlan. By configuring multicast vlan, the PC1 and PC2 will receives the multicast data from
the multicast VLAN.
Following configuration is based on the IP address of the switch has been configured
and all the equipment are connected correctly .
Configuration procedure
SwitchA
#config
SwitchA
(config)#vlan 10
SwitchA
(config-vlan10)#switchport access ethernet 1/1
SwitchA
(config-vlan10)exit
SwitchA
(config)#interface vlan 10
switch(Config-if-Vlan10)#ip pim dense-mode
switch(Config-if-Vlan10)#exit
SwitchA
(config)#vlan 20
SwitchA
(config-vlan20)#multicast-vlan
SwitchA
Work Station
PC1
PC2
SwitchB