Configuring IGMP static members

Configure IGMP static members to add members to a snoop group. You can create a static entry to forward multicast data streams to a particular set of ports within the VLAN. After you create the entry, multicast data streams are always forwarded to the multicast router within the VLAN, in addition to the ports in this static entry.

Procedure

  1. Enter VLAN Interface Configuration mode:

    enable

    configure terminal

    interface vlan <1–4059>

  2. Configure interface static members:

    ip igmp static-group {A.B.C.D} {A.B.C.D} {port {slot/port[/sub-port][-slot/port[/sub-port]][,...]} [static|blocked]

Example

Configure interface static members:

Switch:1(config-if)#ip igmp static-group 239.1.1.1 239.1.2.1 port 2/1 static

Variable definitions

Use the data in the following table to use the ip igmp static-group command.

Variable

Value

{A.B.C.D} {A.B.C.D}

Indicates the IP address range of the selected multicast group.

port

Adds ports to a static group entry

{slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}

Creates a static group entry. Specifies the port or list of ports that is a member of the VLAN interface being configured to which you want to redirect the multicast stream for this multicast group.

Identifies the slot and port in one of the following formats: a single slot and port (slot/port), a range of slots and ports (slot/port-slot/port), or a series of slots and ports (slot/port,slot/port,slot/port). If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.

<static|blocked>

Configures the route to static or blocked.