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

Parameters

<MULTICAST-GROUP-IP>

Specifies an IGMP static multicast group IP address on the interface. Format: A.B.C.D

Authority

Administrators or local user group members with execution rights for this command.

Examples

Configuring an IGMP static group on interface VLAN 2:
switch(config)# interface vlan 2
switch(config-if-vlan)# ip igmp static-group 239.1.1.1

Resetting an IGMP static group on an interface to the default (none):

switch(config-if)# no ip igmp static-group 239.1.1.10