2-135
Catalyst4500 Series SwitchCiscoIOS Command Reference—Release 12.2(18)EW
78-16201-01
Chapter2Cisco IOS Commands for the Catalyst 4500 Series Switches
ip igmp profile
ip igmp profile
To create an IGMP profile, use the ip igmp profile command. To delete the IGMP profile, use the no
form of this command.
ip igmp profile profile number
no ip igmp profile profile number
Syntax Description
Defaults No profile created.
Command Modes Global configuration
IGMP profile configuration
Command History
Usage Guidelines When entering a range, enter the low IP multicast address, a space, and the high IP multicast address.
You can apply an IGMP profile to one or more Layer 2 interfaces, but each interface can have only one
profile applied to it.
Examples This example shows how to configure IGMP profile 40 that permits the specified range of IP multicast
addresses.
Switch # config terminal
Switch(config)# ip igmp profile 40
Switch(config-igmp-profile)# permit
Switch(config-igmp-profile)# range 233.1.1.1 233.255.255.255
Switch(config-igmp-profile)#
Related Commands ip igmp filter
show ip igmp profile
profile number IGMP profile number being configured; valid values are from 1 to 4294967295.
Release Modification
12.1(11b)EW Support for this command was introduced on the Catalyst 4500 series switch.