
C613-50186-01 Rev B
Command Reference for AR2050V
1469
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VRF-
LITE
C
OMMANDS
MAX
-
STATIC
-
ROUTES
(VRF)
max-static-routes (VRF)
Overview
Use this command to set the maximum number of static routes (excluding
FIB—Forwarding Information Base routes) for VRF instances. A limit of 1000 static
routes can be assigned to each individual VRF instance. For example you can
assign 800 static routes to the Global VRF, then also assign 600 static routes to VRF
instance Blue, and a further 600 routes to VRF instance Green.
NOTE
:
This command applies to a user-defined VRF instance; to set the
max-static-routes for the Global VRF instance use the
FIB 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 reset the maximum number of static routes
to the default value of 1000.
Syntax
max-static-routes <
1-1000
>
no max-static-routes
Default
The default number of static routes is the maximum number of static routes (1000).
Mode
VRF Configuration
Example
To assign 200 static routes to VRF instance Blue, use the following commands:
awplus#
configure terminal
awplus(config)#
ip vrf blue
awplus(condig-vrf)#
max-static-routes 200
NOTE
:
Static routes are applied before adding routes to the RIB (Routing Information
Base). Therefore, rejected static routes will not appear in the running config.
Related
Commands
Command
changes
Version 5.4.6-2.1: VRF-lite support added.