Chapter 24
| Multicast Filtering Commands
IGMP (Layer 3)
– 773 –
ip igmp static-group This command configures the router to be a static member of a multicast group on
the specified VLAN interface. Use the no form to remove the static mapping.
Syntax
ip igmp static-group group-address [source source-address]
no ip igmp static-group
group-address - IP multicast group address. (The group addresses specified
cannot be in the range of 224.0.0.1 - 239.255.255.255.)
source-address - Source address for a multicast server transmitting traffic to
the corresponding multicast group address.
Default Setting
None
Command Mode
Interface Configuration (VLAN)
Command Usage
â—† Group addresses within the entire multicast group address range can be
specified with this command. However, if any address within the source-
specific multicast (SSM) address range (default 232/8) is specified, but no
source address is included in the command, the request to join the multicast
group will fail unless the next node up the reverse path tree has statically
mapped this group to a specific source address. Also, if an address outside of
the SSM address range is specified, and a specific source address is included in
the command, the request to join the multicast group will also fail if the next
node up the reverse path tree has enabled the PIM-SSM protocol.
â—† If a static group is configured for an any-source multicast (*,G), a source address
cannot subsequently be defined for this group without first deleting the entry.
â—† If a static group is configured for one or more source-specific multicasts (S,G),
an any-source multicast (*,G) cannot subsequently be defined for this group
without first deleting all of the associated (S,G) entries.
â—† Using the no form of this command to delete a static group without specifying
the source address will delete all any-source and source-specific multicast
entries for the specified group.
â—† The switch supports a maximum of 16 static group entries.
Example
The following example assigns VLAN 1 as a static member of the specified multicast
group.
Console(config)#interface vlan1
Console(config-if)#ip igmp static-group 225.1.1.1