User's Manual
CONFIGURE IP ADDRESSES
awplus(config-if)#exit
[cont...]
Configuring a complex inter-VRF solution
Page 52 | Configure VRF-lite
Configure the IP
addresses
An IP address is allocated to each Local interface.
Also, VLANs are associated with each VRF instance. Each VRF instance can contain multiple
VLANs. A VLAN cannot be allocated to multiple VRFs. Each VLAN is allocated an IP subnet.
In the example below vlan 1 and vlan 6 are configured with the same IP network. The
overlapping subnets is a key feature that VRF provides. This is valid as each of the VLANs
reside in a different VRF domain.
awplus(config)#interface port1.0.8
awplus(config-if)#switchport access vlan 6
awplus(config-if)#exit
awplus(config)#interface port1.0.9
awplus(config-if)#switchport access vlan 7
awplus(config-if)#exit
awplus(config-if)#interface lo1
awplus(config-if)#ip address 1.1.1.1/32
awplus(config-if)#exit
awplus(config)#interface lo2
awplus(config-if)#ip address 2.2.2.2/32
awplus(config-if)#exit
awplus(config-if)#exit
awplus(config)#interface lo3
awplus(config-if)#ip address 3.3.3.3/32
awplus(config)#interface lo4
awplus(config-if
)#ip address 4.4.4.4/32
awplus(config-if)#exit
awplus(config)#interface lo5
awplus(config-if)#ip address 5.5.5.5/32
awplus(config-if)#exit
awplus(config)#interface lo6
awplus(config-if)#ip address 6.6.6.6/32
awplus(config-if)#exit