D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
317
Example usage:
To delete an IGMP snooping static group for VLAN 1, group 239.1.1.1:
DGS-3627:admin# delete igmp_snooping static_group vlan vlan1 239.1.1.1
Command: delete igmp_snooping static_group vlan vlan1 239.1.1.1
Success.
DGS-3627:admin#
config igmp_snooping static_group
Purpose Used to configure an IGMP snooping multicast group static member port.
Syntax
config igmp_snooping static_group [vlan <vlan_name 32> | vlanid <vlanid_list> ] <
ipaddr > [ add | delete] <portlist>
Description When a port is configured as a static member port, the IGMP protocol will not operate on this
port. For example, suppose that a port is a dynamic member port learned by IGMP. If this
port is configured as a static member later, then the IGMP protocol will stop operating on this
port. The IGMP protocol will resume once this port is removed from static member ports.
The static member port will only affect V2 IGMP operation.
Parameters
vlan - Specify the name of the VLAN on which the static group resides.
vlanid - Specify the ID of the VLAN on which the static group resides.
ipaddr - Specify the multicast group IP address (for Layer 3 switch).
add | delete - Specify to add or delete the member ports.
portlist - Specify a range of ports to be configured.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To unset port range 9-10 from IGMP snooping static member ports for group 239.1.1.1 on default VLAN:
DGS-3627:admin# config igmp_snooping static_group vlan default 239.1.1.1 delete 2:9-2:10
Command: create igmp_snooping static_group vlan default 239.1.1.1 delete 2:9-2:10
Success.
DGS-3627:admin#
show igmp_snooping static_group
Purpose Used to display an IGMP Snooping multicast group static member port.
Syntax
show igmp_snooping static_group {[vlan <vlan_name 32> | vlanid <vlanid_list>] <
ipaddr >}
Description This command is used to display the IGMP snooping multicast group static members.
Parameters
vlan - Specify the name of the VLAN on which the static group resides.
vlanid - Specify the ID of the VLAN on which the static group resides.
ipaddr - Specify the multicast group IP address (for Layer 3 switch).
Restrictions None.
Example usage: