Allied Telesis C613-16164-00 REV E Network Card User Manual


 
Configuring VRF-lite
Page 14 | Configure VRF-lite
CONFIGURING VLANS AND VLAN DATABASE PURPOSE
Step 1 awplus(config)#vlan database VLANs are created in the VLAN database, and
ports are assigned to relevant VLANs.
Step 2 awplus(config-vlan)#vlan x state enable
Step 3 awplus(config-vlan)#exit
Step 4 awplus(config)#interface portx.x.x
Step 5 awplus(config-if)#switchport access vlanx
Step 6 awplus(config-if)#exit
CONFIGURING LOCAL LOOPBACK IP INTERFACE PURPOSE
Step 1 awplus(config-if)#interface lo1
Step 2 awplus(config-if)#ip address x.x.x.x/x Optional - IP network is associated with the LO
interface, to be used by upper layer routing
protocols.
Step 3 awplus(config-if)#exit
CONFIGURING VLANS - IP AND VRF MEMBERSHIP PURPOSE
Step 1 awplus(config)#interface <vlan-name> VRF routing domains are formed by associating
a VLAN Layer 3 interface with a VRF instance.
Step 2 awplus(config-if)#ip vrf forwarding <vrf-
name>
<name>is the name of a VRF instance created
by the IP VRF <name> command.
Step 3 awplus(config-if)#ip address <subnet>
Step 4 awplus(config-if)#exit
DYNAMIC ROUTING PROTOCOL - OSPF INSTANCE PURPOSE
Step 1 awplus(config)#router osfp <1-65535>
<vrf-name>
Optional. Associate an OSPF routing instance
with a specific VRF instance, and enter router
configuration mode.
Step 2 awplus(config-router)#network <x.x.x.x/
x> area <area-id>
Define a network on which the OSPF instance
runs and the area ID for that network.
Step 3 awplus(config-router)#redistribute
<protocol>
Configure the device to redistribute information
from another routing protocol into OSPF. For
example BGP can be specified, to allow OSPF
to advertise inter-VRF routes to an OSPF peer.
Step 4 awplus(config-router)#exit