Configuring IGMP snooping static groups

Configure IGMP snooping static groups.

Prerequisites

You must be in the VLAN configuration context, as indicated by theswitch(config-vlan)#prompt.

Procedure

Configure an IGMP snooping static group on a VLAN using the following command.

ip igmp snooping static-group

例如,下面的命令配置IGMP snooping static multicast group as 239.1.1.1 on VLAN 2:

switch(config)#vlan 2switch(config-vlan)#ip igmp snooping static-group 239.1.1.1

Thenoform of the command removes the IGMP snooping static group.