Command Reference IGMP Snooping Commands
This command is used to clear the IGMP Snooping statistics, which can be displayed by using the show
ip igmp snooping statistics command.
The following example clears the IGMP Snooping statistics.
Ruijie# clear ip igmp snooping statistics
Use this command to deny the forwarding of the multicast streams in the range specified by the profile.
deny
The forwarding of the multicast streams in the range specified by the profile is denied.
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 take effect.
The following is an example of deny the forwarding of the multicast stream 224.2.2.2 to 224.2.2.244.
Ruijie(config)# ip igmp profile 1
Ruijie(config-profile)# range 224.2.2.2 224.2.2.244
Ruijie(config-profile)# deny
Use this command to create a profile and enter the IGMP profile configuration mode.
Use the no or default form of this command to restore the default setting.
ip igmp profile profile-number
no ip igmp profile profile-number
default ip igmp profile profile-number