C613-50100-01 REV C Command Reference for x930 Series 1511
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
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 max-static-routes command. For
FIB routes use the max-fib-routes command for the Global VRF instance and the
max-fib-routes (VRF) 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-Mode
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
max-fib-routes (VRF)