igmp-static-group-delete
This command deletes information about IGMP snooping on the network.
Syntax igmp-static-group-delete
group-ip ip-address |
Specify the group IP address for IGMP. |
vnet vnet name |
Specify the VNET to delete. |
l2-net l2-net name |
Specify the group Layer 2 network. |
vlan vlan-id |
Specify the VLAN identifier. |
Defaults None
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.1 |
The parameters, ports, is deprecated. |
Version 3.0.0 |
The parameters, vnet and l2-net, added. |
Usage IGMP groups are used to determine the reception state for a specific multicast address. This allows the switch to determine if any switches need messages sent from a multicast group. Use this command to remove an IGMP static group.
Examples To delete a static group for 239.4.9.3 on VLAN 202 and ports 55-57, use the following command:
CLI network-admin@switch > igmp-static-group-delete group-ip 239.4.9.3 vlan 202 ports 55-57