ip igmp static-group

Configures the IGMP static group membership entries for a specific interface.

Syntax

ip igmp static-group A.B.C.D
no ip igmp static-group A.B.C.D

Parameters

A.B.C.D
Specifies the group address, as a subnet number in dotted decimal format (for example, 10.0.0.1), as the allowable range of addresses to be included in the multicast group.

Modes

Interface subtype configuration mode

Usage Guidelines

Use IGMP static group membership to test multicast forwarding without a receiver host. Traffic is forwarded to an interface without the need to receive membership reports from host members. Packets to the group are fast-switched out of a specific interface. Static group membership entries are automatically added to the IGMP cache and the PIM mcache table.

Examples

The following example creates a static multicast group for an interface.

device(config)# interface ethernet 1/1
device(conf-if-eth-1/1)# ip igmp static-group 225.0.0.10