Specifications

686 ExtremeWare XOS 10.1 Command Reference Guide
IP Multicast Commands
configure igmp snooping vlan ports delete static group
configure igmp snooping {vlan} <vlanname> ports <portlist> delete static
group [<ip_address> | all]
Description
Removes the port configuration that causes multicast group traffic to be forwarded, even if no IGMP
leaves have been received on the port.
Syntax Description
Default
None.
Usage Guidelines
Use this command to remove an entry created by the following command:
configure igmp snooping vlan <vlan name> ports <portlist> add static
group <ip address>
Example
The following command removes a static IGMP entry that forwards the multicast group 224.34.15.37 to
the VLAN marketing on ports 2:1-2:4:
configure igmp snooping marketing ports 2:1-2:4 delete static group 224.34.15.37
vlanname Specifies a VLAN name.
portlist Specifies one or more ports or slots and ports. On a modular switch, can be a
list of slots and ports. On a stand-alone switch, can be one or more port
numbers. May be in the form 1, 2, 3-5, 2:5, 2:6-2:8.
ip address Specifies the multicast group IP address.
all Delete all the static groups.