Ip Igmp Profile - Cisco Catalyst 3560X-24P Command Reference Manual

Cisco ios release 12.2(55)se
Hide thumbs Also See for Catalyst 3560X-24P:
Table of Contents

Advertisement

Chapter 2
Catalyst 3750-X and 3560-X Switch Cisco IOS Commands

ip igmp profile

Use the ip igmp profile global configuration command on the switch stack or on a standalone switch to
create an Internet Group Management Protocol (IGMP) profile and enter IGMP profile configuration
mode. From this mode, you can specify the configuration of the IGMP profile to be used for filtering
IGMP membership reports from a switchport. Use the no form of this command to delete the IGMP
profile.
Syntax Description
profile number
Defaults
No IGMP profiles are defined. When configured, the default action for matching an IGMP profile is to
deny matching addresses.
Command Modes
Global configuration
Command History
Release
12.2(53)SE2
Usage Guidelines
When you are in IGMP profile configuration mode, you can create the profile by using these commands:
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)# ip igmp profile 40
Switch(config-igmp-profile)# permit
Switch(config-igmp-profile)# range 233.1.1.1 233.255.255.255
You can verify your settings by using the show ip igmp profile privileged EXEC command.
OL-21522-02
ip igmp profile profile number
no ip igmp profile profile number
The IGMP profile number being configured. The range is 1 to 4294967295.
Modification
This command was introduced.
deny: specifies that matching addresses are denied; this is the default condition.
exit: exits from igmp-profile configuration mode.
no: negates a command or resets to its defaults.
permit: specifies that matching addresses are permitted.
range: specifies a range of IP addresses for the profile. This can be a single IP address or a range
with a start and an end address.
When entering a range, enter the low IP multicast address, a space, and the high IP multicast address.
Catalyst 3750-X and 3560-X Switch Command Reference
ip igmp profile
2-259

Advertisement

Table of Contents
loading

Table of Contents