D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
329
To configure an IGMP snoop multicast VLAN:
DES-3200-28: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-3200-28:4#
config igmp_snooping multicast_vlan multicast_group
Purpose
Used to configure the multicast group which will be learned with the
specific multicast VLAN.
Syntax
config igmp_snooping multicast_vlan_group <vlan_name 32> [ add
<mcast_address_list> | delete [<mcast_address_list> | all]]
Description
This command is used to configure the multicast group which will be
learned with the specific multicast VLAN. There are two cases need to be
considered. The join packet will be learned with the multicast VLAN that
contain the destination multicast group. If the destination multicast group of
the join packet can not be classified into any multicast VLAN that this port
belong, then the join packet will be learned with the natural VLAN of the
packet.
Note:
The same multicast group can not be
overlapped in different multicast VLANs. Multiple
multicast groups can be added to a multicast VLAN.
Parameters
<vlan_name 32> The name of the multicast VLAN to be configured, each
multicast VLAN is given a name that can be up to 32 characters.
<mcast_address_list> - Add or delete the list of multicast groups that will
be learned with the specified multicast VLAN.
all - All multicast groups will be deleted from the specified multicast VLAN.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To add a group to a multicast VLAN:
DES-3200-28:4#config igmp_snooping multicast_vlan_group v1 add 225.1.1.1
Command: config igmp_snooping multicast_vlan_group v1 add 225.1.1.1
Success.
DES-3200-28:4#