OcNOS-SP : Multicast Guide : Multicast Command Reference : Layer 3 IGMP Multicast Commands : ip igmp static-group
ip igmp static-group
Use this command to statically configure group membership entries on an interface. To statically add only a group membership, do not specify any parameters. This command applies to IGMP operation on a specific interface to statically add group and/or source records; on a VLAN interface to statically add group and/or source records.
Use the no parameter with this command to delete static group membership entries.
Command Syntax
ip igmp static-group A.B.C.D (source (A.B.C.D|ssm-map)|)
no ip igmp static-group A.B.C.D (source (A.B.C.D|ssm-map)|)
Parameters
A.B.C.D
Standard IP Multicast group address to be configured as a static group member.
source
Static source to be joined.
A.B.C.D
Standard IP source address to be configured as a static source from where multicast packets originate.
ssm-map
Mode of defining SSM mapping. SSM mapping statically assigns sources to IGMPv1 and IGMPv2 groups to translate these (*, G) groups' memberships to (S, G) memberships for use with PIM-SSM.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following examples show how to statically add group and/or source records for IGMP:
#configure terminal
(config)#interface eth1
(config-if)#ip igmp static-group 226.1.2.3
 
#configure terminal
(config)#interface eth1
(config-if)#ip igmp static-group 226.1.2.4 source 1.2.3.4
 
#configure terminal
(config)#interface eth1
(config-if)#ip igmp static-group 226.1.2.5 source ssm-map
Last modified date: 10/20/2023