User's Manual

Route Limits
Page 86 | Configure VRF-lite
awplus(config)# ip vrf red
awplus(config-vrf)# max-fib-routes 2000 75
Alternatively, to ensure a warning message is generated when the number of routes exceeds
the limit (whilst ensuring routes exceeding the limit can still be added), configure the
following:
awplus(config)# ip vrf red
awplus(vrf-config)# max-fib-routes <1-4294967294> warning-only
Note: Dynamic limits routes are applied before adding routes to the FIB. All routes,
including rejected dynamic routes can be displayed via the command show ip
route database.
See Also
max-fib-routes
no max-fib-routes
show ip route
no max-fib-routes
PARAMETER DESCRIPTION
no Negate a command or set its defaults
max-fib-routes Set maximum fib routes number
PROMPT MODE PRIVILEGE LEVEL
(config) CONFIG_MODE PRIVILEGE_MAX PRIVILEGE_MAX
(config-vrf) VRF_MODE PRIVILEGE_VR_MAX PRIVILEGE_VR_MAX
Description Use this command to reset the maximum number of dynamic routes in FIB.
When this command is executed in VRF Configuration mode, it sets the maximum number
of dynamic routes that can be added to the HW FIB table associated with the VRF instance.
Command
Syntax
no max-fib-routes
Default By default, the maximum number of dynamic routes is 4294967294 and no warning
threshold is set.
Command
Level
See Also
max-fib-routes
show ip route