configure igmp snooping vlan ports delete static group
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1799
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
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
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.