To configure the maximum number of groups for each interface accepted by a router, use the
maximum groups-per-interface
command in the appropriate configuration mode. To return to the default behavior, use the no form of this command.
maximum groups-per-interface number
no maximum groups-per-interface
Syntax Description
number
|
Maximum number of groups accepted by a router for each interface. Range is 1 to 40000.
|
Command Default
number
: 20000
Command Modes
IGMP configuration
IGMP VRF configuration
IGMP interface configuration
Command History
Release
|
Modification
|
Release 7.0.12
|
This command was introduced.
|
Usage Guidelines
The following groups obtain local membership on each interface when multicast is enabled and are added into the group totals
for each interface: 224.0.0.13 (for Protocol Independent Multicast [PIM]), 224.0.0.22 and 224.0.0.2 (for Internet Group Management
Protocol [IGMP]). The number of groups for each interface reflects both external and local group membership.
 Note |
You cannot use the
maximum groups-per-interface
command to configure the maximum number of groups for each interface below the number of existing groups on an interface.
For example, if the number of groups is 39, and you set the maximum number of groups to 10, the configuration is rejected.
|
When you use the
maximum groups-per-interface
command for a specific interface, it overrides the inheritance property of this command specified under IGMP configuration
mode.
Task ID
Task ID
|
Operations
|
multicast
|
read, write
|
Examples
The following example shows how to display the maximum number of groups for each interface. A configuration is committed to
change the maximum number of groups for each interface to 12. Before and after configuration, use the
show igmp summary
command to confirm the configuration change:
Router# show igmp summary
IGMP summary
Robustness Value 2
No. of Group x Interfaces 61
Maximum number of Group x Interfaces 50000
Supported Interfaces : 18
Unsupported Interfaces : 2
Enabled Interfaces : 18
Disabled Interfaces : 2
Interface Grp No Max Grp No
MgmtEth0/RSP0/CPU0/0 0 25000
Loopback0 4 25000
Bundle-Ether28 3 25000
Bundle-Ether28.1 3 25000
Bundle-Ether28.2 3 25000
Bundle-Ether28.3 3 25000
MgmtEth0/RP1/CPU0/0 0 25000
HundredGigE 0/0/0/24 3 25000
HundredGigE 0/0/0/25 5 25000
HundredGigE 0/0/0/26 5 25000
HundredGigE 0/0/0/27 3 25000
Router# configure
Router(config)# router igmp
Router(config-igmp)# maximum groups-per-interface 5
Router(config-igmp)# commit
Router# show igmp summary
Robustness Value 2
No. of Group x Interfaces 61
Maximum number of Group x Interfaces 65
Supported Interfaces : 18
Unsupported Interfaces : 2
Enabled Interfaces : 18
Disabled Interfaces : 2
Interface Grp No Max Grp No
MgmtEth0/RSP0/CPU0/0 0 5
Loopback0 4 5
Bundle-Ether28 3 5
Bundle-Ether28.1 3 5
Bundle-Ether28.2 3 5
Bundle-Ether28.3 3 5
MgmtEth0/RP1/CPU0/0 0 5
HundredGigE 0/0/0/24 3 5
HundredGigE 0/0/0/25 5 5
HundredGigE 0/0/0/26 5 5
The following example shows how to configure all interfaces with 3000 maximum groups per interface except HundredGigE 0/0/0/24,
which is set to 4000:
Router# configure
Router(config)# router igmp
Router(config-igmp)# maximum groups-per-interface 3000
Router(config-igmp)# interface HundredGigE 0/0/0/24
Router(config-igmp-default-if)# maximum groups-per-interface 4000
IGMP summary
Robustness Value 2
No. of Group x Interfaces 61
Maximum number of Group x Interfaces 50000
Supported Interfaces : 18
Unsupported Interfaces : 2
Enabled Interfaces : 18
Disabled Interfaces : 2
Interface Grp No Max Grp No
MgmtEth0/RP0/CPU0/0 0 25000
Loopback0 4 25000
Bundle-POS24 3 25000
Bundle-Ether28 3 25000
Bundle-Ether28.1 3 25000
Bundle-Ether28.2 3 25000
Bundle-Ether28.3 3 25000
MgmtEth0/RP1/CPU0/0 0 25000
HundredGigE 0/0/0/25 3 25000
HundredGigE 0/0/0/26 5 25000
HundredGigE 0/0/0/27 5 25000
Router# configure
Router(config)# router igmp
Router(config-igmp)# maximum groups-per-interface 5
Router(config-igmp)# commit
Router# show igmp summary
Robustness Value 2
No. of Group x Interfaces 61
Maximum number of Group x Interfaces 65
Supported Interfaces : 18
Unsupported Interfaces : 2
Enabled Interfaces : 18
Disabled Interfaces : 2
Interface Grp No Max Grp No
MgmtEth0/RP0/CPU0/0 0 5
Loopback0 4 5
Bundle-POS24 3 5
Bundle-Ether28 3 5
Bundle-Ether28.1 3 5
Bundle-Ether28.2 3 5
Bundle-Ether28.3 3 5
MgmtEth0/RP1/CPU0/0 0 5
HundredGigE 0/0/0/24 3 5
HundredGigE 0/0/0/25 5 5
HundredGigE 0/0/0/26 5 5
POS0/1/0/1 5 5
POS0/1/4/2 3 5
Router# configure
Router(config)# router igmp
Router(config-igmp)# maximum groups-per-interface 3000
Router(config-igmp)# interface POS 0/4/0/0
Router(config-igmp-default-if)# maximum groups-per-interface 4000