363
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip pim state-limit
ip pim state-limit
To configure a maximum number of IPv4 Protocol Independent Multicast (PIM) state entries in the
current virtual routing and forwarding (VRF) instance, use the ip pim state-limit command. To remove
the limit on state entries, use the no form of this command.
ip pim state-limit max-states [reserved policy-name max-reserved]
no ip pim state-limit [max-states [reserved policy-name max-reserved]]
Syntax Description
Command Default None
Command Modes Global configuration mode
VRF configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines To display commands where state limits are configured, use this command line:
switch(config)# show running-config | include state-limit
This command requires the LAN Base Services license.
Examples This example shows how to configure a state entry limit with a number of state entries reserved for routes
in a policy map:
switch(config)# ip pim state-limit 100000 reserved my_reserved_policy 40000
This example shows how to remove the limits on state entries:
max-states Maximum number of (*, G) and (S, G) entries allowed in this VRF. The range is from
1 to 429,496,7295. The default is no limit.
reserved (Optional) Specifies that a number of state entries are to be reserved for the routes
specified in a policy map.
policy-name (Optional) Route-map policy name.
max-reserved (Optional) Maximum reserved (*, G) and (S, G) entries allowed in this VRF. Must be
less than or equal to the maximum states allowed. The range is from 1 to
429,496,7295.
Release Modification
6.0(2)N1(1) This command was introduced.