ip igmp static-group
Syntax
ip igmp static-group <MULTICAST-GROUP-IP>
no ip igmp static-group <MULTICAST-GROUP-IP>
Description
Configures an IGMP static multicast group on an interface, depending on the command context you are in. You can configure a maximum of 32 IGMP static groups.
The
no
form of the command unconfigures IGMP static multicast group on an interface.
Command context
config-if-vlan
config-if
config-lag-if
Parameters
<MULTICAST-GROUP-IP>
Specifies an IGMP static multicast group IP address on the interface. Format: A.B.C.D
Authority
Administrators
Examples
Configuring an IGMP static group on interface VLAN 2:
switch# configure terminal switch(config)# interface vlan 2 switch(config-if-vlan)# ip igmp static-group 239.1.1.1
Configuring an IGMP static group on interface 1/1/1:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# ip igmp static-group 239.1.1.10
Resetting an IGMP static group on an interface to the default (none):
switch(config-if)# no ip igmp static-group 239.1.1.10