A SERVICE OF

logo

Configuring VRF-lite
Page 16 | Configure VRF-lite
STATIC ROUTES PURPOSE
Step 1 awplus(config)# ip route vrf <name>
<network> {<gateway> <interface>|
<interface>}
Optional. To add a static route into the Routing
table for a VRF instance. This can be a route
pointing externally to a nexthop reachable via
an interface in this VRF instance, or it can be
used to facilitate inter-VRF routing, in which
case it would point to an interface in a different
VRF instance. Static inter-VRF routes can be
used instead of BGP, or in conjunction with BGP
to provide inter-VRF communications.
ROUTE MAPS THAT REFERENCE ACLS AND VRFS PURPOSE
Step 1 awplus(config)#route-map word (deny|
permit) <1-65535>
Optional. Configure a route map name that is
referenced by a VRF import or export map.
Step 2 awplus(config-route-map)#match ip
address <ACL name>
Configure a route map entry which references
an ACL.
Step 3 awplus(config-route-map)#exit
Step 4 awplus(config)#exit