Command Reference IGMP Snooping Commands
Use this command to permit the multicast forwarding for specified ranges of a specified profile.
The forwarding of the multicast streams in the range specified by the profile is denied.
Profile configuration mode
A profile is used to filter a group of multicast packets, so as to assist other features.
Configuration steps:
1. Use the ip igmp profile command to create a profile and enter profile configuration mode.
2. Use the range command to define a range for the profile.
3. Use the permit command to permit the multicast forwarding for the profile.
The following example permits the forwarding of the multicast streams from 224.2.2.2 to 224.2.2.244 of
profile 1.
Ruijie(config)# ip igmp profile 1
Ruijie(config-profile)# range 224.2.2.2 224.2.2.244
Ruijie(config-profile)# permit
Use this command to define a range for a specific profile.
Use the no form of the command to remove the range from the profile.
range low-ip-address [high-ip-address]
no range low-ip-address [high-ip-address]