DES-1228/ME Layer 2 Metro Ethernet Switch CLI Reference Manual
247
Example usage:
To create IGMP snoop multicast VLAN mv12:
DES-1228/ME:4# create igmp_snoop multicast_vlan mv1 2
Command: create igmp_snoop multicast_vlan mv1 2
Success.
DES-1228/ME:4#
config igmp_snooping multicast_vlan
Purpose
Used to configure the parameter of the specific multicast VLAN.
Syntax
config igmp_snooping multicast_vlan <vlan_name 32> {[add| delete] [member_port
<portlist> | tag_member_port <portlist> |source_port <portlist>]|state [enable |
disable]|replace_source_ip [<ipaddr>|none]}(1)
Description
The
config igmp_snooping multicast_vlan
command allows you to add a member port,
add a tag member port, and add a source port to the port list. The member port will
automatically become the untagged member of the multicast VLAN, the tag member port
and the source port will automatically become the tagged member of the multicast VLAN.
To change the port list, the new port list will replace the previous port list if the add or
delete is not specified.
The member port list and source port list can not overlap. However, the member port of
one multicast VLAN can overlap with another multicast VLAN.
The multicast VLAN must be created first before configuration.
Parameters
<vlan_name>
−
The name of the VLAN to be created. Each multicast VLAN is given a
name that can be up to 32 characters.
member_port <portlist>
– A range of member ports to add to the multicast VLAN. They will
become the untagged member port of the ISM VLAN.
tag_member_port <portlist>
−
Specifies the tagged member port of the ISM VLAN.
source_port
−
A range of source ports to add to the multicast VLAN.
state
- enable or disable multicast VLAN for the chosen VLAN.
replace_source_ip
−
With the IGMP snooping function, the IGMP report packet sent by the
host will be forwarded to the source port. Before the forwarding of the packet, the source
IP address in the join packet needs to replaced by this IP address. If none is specified the
source IP address will not be replaced.
none
– Specifies that the source IP address will not be replaced.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure an IGMP snoop multicast VLAN:
DES-1228/ME:4# config igmp_snooping multicast_vlan v1 add member_port 1,3 state enable
Command: config igmp_snooping multicast_vlan v1 add member_port 1,3 state enable
Success.
DES-1228/ME:4#
config igmp_snooping multicast_vlan_group
Purpose
Used to configure the multicast group which will be learned with the specific multicast
VLAN.