• deny—Specifies that matching addresses are denied; this is the default.
• exit—Exits from igmp-profile configuration mode.
• no—Negates a command or returns to its defaults.
• permit—Specifies that matching addresses are permitted.
• range—Specifies a range of IP addresses for the profile. You can enter a single IP address or a range
with a start and an end address.
The default is for the device to have no IGMP profiles configured. When a profile is configured, if neither
the permit nor deny keyword is included, the default is to deny access to the range of IP addresses.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip igmp profile profile number
4.
permit | deny
5.
range ip multicast address
6.
end
7.
show ip igmp profile profile number
8.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters the global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Assigns a number to the profile you are configuring, and enters IGMP
profile configuration mode. The profile number range is 1 to
4294967295.
ip igmp profile profile number
Example:
Device(config)# ip igmp profile 3
Step 3
To delete a profile, use the no ip igmp profile profile number
global configuration command.
Note
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
46 OL-29890-01
Configuring IGMP
Configuring IGMP Profiles (CLI)