Purpose
Command or Action
(Optional) Sets the action to permit or deny access to the IP multicast
address. If no action is configured, the default for the profile is to deny
access.
permit
|
deny
Example:
Device(config-igmp-profile)#
permit
Step 4
Enters the IP multicast address or range of IP multicast addresses to
which access is being controlled. If entering a range, enter the low IP
multicast address, a space, and the high IP multicast address.
range ip multicast address
Example:
Device(config-igmp-profile)#
range
Step 5
You can use the
range
command multiple times to enter multiple
addresses or ranges of addresses.
229.9.9.0
To delete an IP multicast address or range of IP multicast
addresses, use the
no range ip multicast address
IGMP
profile configuration command.
Note
Returns to privileged EXEC mode.
end
Example:
Device(config-igmp-profile)#
end
Step 6
Verifies the profile configuration.
show ip igmp profile profile number
Example:
Device#
show ip igmp profile 3
Step 7
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Device#
copy running-config
Step 8
startup-config
Applying IGMP Profiles (CLI)
To control access as defined in an IGMP profile, use the
ip igmp filter
interface configuration command to
apply the profile to the appropriate interfaces. You can apply IGMP profiles only to Layer 2 access ports; you
cannot apply IGMP profiles to routed ports or SVIs. You cannot apply profiles to ports that belong to an
EtherChannel port group. You can apply a profile to multiple interfaces, but each interface can have only one
profile applied to it.
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
OL-29890-01
47
Configuring IGMP
Applying IGMP Profiles (CLI)