Setting The Maximum Number Of Igmp Groups - Cisco Catalyst 2950 Software Configuration Manual

Hide thumbs Also See for Catalyst 2950:
Table of Contents

Advertisement

Chapter 16
Configuring IGMP Snooping and MVR
Building configuration...
Current configuration : 123 bytes
!
interface FastEthernet0/12
no ip address
shutdown
snmp trap link-status
ip igmp max-groups 25
ip igmp filter 4
end

Setting the Maximum Number of IGMP Groups

You can set the maximum number of IGMP groups that an interface can join. Use the no form of this
command to set the maximum back to the default, which is no limit.
Beginning in privileged EXEC mode, follow these steps to apply an IGMP profile to a switch port:
Command
Step 1
configure terminal
Step 2
interface interface-id
Step 3
ip igmp max-groups number
Step 4
end
Step 5
show running-configuration interface
interface-id
Step 6
copy running-config startup-config
To remove the maximum group limitation and return to the default of no maximum, use the no ip igmp
max-groups interface configuration command.
This example shows how to limit the number of IGMP groups that an interface can join to 25.
Switch# configure terminal
Switch(config)# interface fastethernet0/12
Switch(config-if)# ip igmp max-groups 25
Switch(config-if)# end
Switch# show running-config interface fastethernet0/12
Building configuration...
Current configuration : 123 bytes
!
interface FastEthernet0/12
no ip address
shutdown
snmp trap link-status
ip igmp max-groups 25
ip igmp filter 4
end
78-11380-04
Purpose
Enter global configuration mode.
Enter interface configuration mode, and enter the physical interface to
configure, for example fasthernet0/1.
Set the maximum number of IGMP groups that the interface can join.
The range is from 0 to 4294967294. The default is to have no maximum
set.
Return to privileged EXEC mode.
Verify the configuration.
(Optional) Save your entries in the configuration file.
Catalyst 2950 Desktop Switch Software Configuration Guide
Configuring IGMP Filtering
16-21

Advertisement

Table of Contents
loading

Table of Contents