Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1495
EPSR Introduction and Configuration
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
57.13
Step 7:
Create the Control and Data VLANs on a Transit Node
Step 8:
Add port1.0.1 to the VLANs
awplus#
configure terminal
Enter the Global Configuration mode.
awplus(config)#
vlan database
Enter the VLAN Configuration mode.
awplus(config-vlan)#
vlan 5 name control_vlan state enable
Enable VLAN 5 called control_vlan on the Transit
Node. Specifying the enable state allows forwarding of
frames on the VLAN-aware node.
awplus(config-vlan)#
vlan 40 name data_vlan state enable
Enable VLAN 40 called data_vlan on the Transit
Node. Specifying the enable state allows forwarding of
frames on the VLAN-aware node.
awplus(config-vlan)#
exit
Exit the VLAN Configuration mode and enter the
Global Configuration mode.
awplus(config)#
interface port1.0.1
Specify the interface (port1.0.1) that you are
configuring and enter the Interface Configuration
mode.
awplus(config-if)#
switchport mode trunk
Set the switching characteristics of this port to Trunk
mode.
awplus(config-if)#
switchport trunk allowed vlan add 5
Enable VLAN 5 on this port.
awplus(config-if)#
switchport trunk allowed vlan add 40
Enable VLAN 40 on this port.
awplus(config-if)#
exit
Exit the Interface Configuration mode and enter the
Global Configuration mode.