
MES53xx, MES33xx, MES23xx Ethernet Switch Series
205
Configuration example of the port in the customer mode
This type of connection can be used to mark users’ IGMP reports of specific VLANs (CVLANs) with
specific outer stamps (SVLAN).
1.
Enable filtering of multicast data:
console(config)#
bridge multicast filtering
2.
Configure user VLANs (VID 100), multicast-tv VLAN (VID 1000, 1001), control VLAN (VID 1200):
console(config)#
vlan database
console(config-vlan)#
vlan
100,1000-1001,1200
console(config-vlan)#
exit
3.
Configure a user port:
console(config)#
interface
te1/0/1
console(config-if)#
switchport mode customer
console(config-if)#
switchport customer vlan
100
console(config-if)#
switchport customer multicast-tv vlan add
1000,1001
console(config-if)#
exit
4.
Configure an uplink port by allowing transfer of multicast traffic, user traffic and control:
console(config)#
interface
te1/0/10
console(config-if)#
switchport mode trunk
console(config-if)#
switchport trunk allowed vlan add
100,1000-1001,1200
console(config-if)#
exit
5.
Configure IGMP snooping globally and on interfaces, add marking rules for user IGMP reports:
console(config)#
ip igmp snooping
console(config)#
ip igmp snooping vlan
100
console(config)#
ip igmp snooping map cpe vlan
5
multicast-tv vlan
1000
console(config)#
ip igmp snooping map cpe vlan
6
multicast-tv vlan
1001
6.
Configure a control interface:
console(config)#
interface vlan
1200
console(config-if)#
ip address
192.168.33.100 255.255.255.0
console(config-if)#
exit