171
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip igmp state-limit
ip igmp state-limit
To configure the maximum states allowed, use the ip igmp state-limit command. To remove the state
limit, use the no form of this command.
ip igmp state-limit max-states [reserved reserve-policy max-reserved]
no ip igmp state-limit [max-states [reserved reserve-policy max-reserved]]
Syntax Description
Command Default None
Command Modes Interface configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to configure a state limit:
switch(config)# interface ethernet 2/2
switch(config-if)# ip igmp state-limit 5000
switch(config-if)#
This example shows how to remove a state limit:
switch(config)# interface ethernet 2/2
switch(config-if)# no ip igmp state-limit
switch(config-if)#
Related Commands
max-states Maximum states allowed. The range is from 1 to 4,294,967,295.
reserved
reserve-policy
max-reserved
(Optional) Specifies to use the route-map policy name for the reserve policy. The
route map name can be a maximum of 100 alphanumeric characters.
max-reserved (Optional) Maximum number of (*, G) and (S, G) entries allowed on the interface.
Release Modification
6.0(2)N1(1) This command was introduced.
Command Description
show ip igmp interface Displays IGMP information about the interface.