
C613-50186-01 Rev B
Command Reference for AR2050V
1467
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VRF-
LITE
C
OMMANDS
MAX
-
FIB
-
ROUTES
(VRF)
max-fib-routes (VRF)
Overview
This command now enables you to control the maximum number of FIB routes
configured for a VRF instance. It operates by providing parameters that enable you
to configure preset maximums and warning message thresholds.
NOTE
:
This command applies to a user-defined VRF instance; to set the max-fib-routes
for the Global VRF instance use the
command. For static routes use the
command for the Global VRF instance and the
command for a user-defined VRF instance.
Use the
no
variant of this command to set the maximum number of FIB routes to
the default of 4294967294 FIB routes.
Syntax
max-fib-routes <
1-4294967294
> [<
1-100
>|warning-only]
no max-fib-routes
Mode
VRF Configuration
Default
Sets the maximum number of dynamic routes to 4294967294 and no warning
threshold.
Examples
To set the maximum number of dynamic routes to 2000 and warning threshold of
75% on VRF instance blue, use the commands:
awplus#
config terminal
awplus(config)#
ip vrf blue
awplus(config-vrf)#
max-fib-routes 2000 75
Parameter
Description
max-fib-routes
The maximum number of routes that can be stored in
Forwarding Information dataBase for either the Global VRF or a
VRF instance.
<
1-4294967294
>
The allowable configurable range for setting the maximum
number of FIB-routes.
<
1-100
>
This parameter enables you to optionally apply a percentage
value. This percentage will be based on the maximum number
of FIB routes you have specified. This will cause a warning
message to appear when your routes reach your specified
percentage value. Routes can continue to be added until your
configured maximum value is reached.
warning-only
This parameter enables you to optionally apply a warning
message. If you set this option a warning message will appear if
your maximum configured value configured. Routes can
continue to be added until your switch reaches either the
maximum capacity value of 4294967294, or a practical system
limit.