Enabling IGMP Static Group Membership
You can create IGMP static group membership to test multicast forwarding without a receiver host. When you enable IGMP static group membership, data is forwarded to an interface without receiving membership reports from host members.
When you configure static IGMP group entries on point-to-point links that connect routers to a rendezvous point (RP), the static IGMP group entries do not generate join messages toward the RP.
To configure IGMP static membership, include the
staticstatement. Then specify the group, or the group and its source or sources:static {groupgroup{sourcesource;}}
You can configure this statement at the following hierarchy levels:
[edit protocols igmp interfaceinterface-name][edit logical-routerslogical-router-nameprotocols igmp interfaceinterface-name]Example: IGMP Static Group Membership
Configure IGMP static membership on the interface where the data is to be forwarded, and specify the groups
239.255.0.1and232.1.1.1with the sources10.1.1.1and10.1.1.2:[edit]protocols {igmp {interface ge-1/1/1.0 {static {group 239.255.0.1;group 232.1.1.1 {source 10.1.1.1;source 10.1.1.2;}}}}}