ip igmp join-group
Use this command to configure a join multicast group.
Use the no parameter with this command to delete group membership entry.
Command Syntax
ip igmp join-group A.B.C.D {(source (A.B.C.D)|)}
no ip igmp join-group A.B.C.D {(source (A.B.C.D)|)}
Parameters
A.B.C.D
Standard IP multicast group address to be configured as a group member.
source
Static source to be joined.
A.B.C.D
Standard IP source address to be configured as a source from where multicast packets originate.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth1
(config-if)#ip igmp join-group 225.1.1.1 source 1.1.1.2
(config-if)#no ip igmp join-group 225.1.1.1 source 1.1.1.2
Last modified date: 10/20/2023