CLI Reference IGMP Snooping Configuration Commands
Profile configuration mode.
First, configure the multicast range using the range command in the
profile configuration mode. In addition, the profile must be applied to
the interface in order to make the profile configuration to take
effective.
The following is an example of allowing the forwarding of the
multicast stream 224.2.2.2:
Ruijie(config)# ip igmp profile 1
Ruijie(config-profile)# range 224.2.2.2
Ruijie(config-profile)# permit
Configure the multicast address range.
range
To specify the range of multicast streams, execute the range command in the profile configuration mode.
You can specify either a single multicast address or a range of multicast addresses. Use the no form of
the command to remove the specified multicast IP address.
range low-ip-address [high-ip-address]
no range low-ip-address [high-ip-address]
Profile configuration mode.
You can specify a behavior after configuring the address range, for
example deny by default. In addition, the profile must be applied to
the interface in order to make the profile configuration take effect.
The following is an example of creating a profile whose multicast
stream is in the range 224.2.2.2 to 224.2.2.244: