Allied Telesis AT-9000 Series User Manual
Page 856

Chapter 56: VLAN Stacking
828
Section III: File System
The final series of steps changes the EtherType/Length value to 0x8100.
awplus(config-if)# switchport trunk allowed vlan
add 79
Add the port to the VLAN with the
SWITCHPORT TRUNK
ALLOWED VLAN command.
awplus(config-if)# switchport vlan-stacking
provider-port
Use the SWITCHPORT VLAN-
STACKING command to
designate it as a provider port.
awplus(config-if)# end
Return to the Privileged Exec
mode.
awplus# show vlan vlan-stacking
Use the SHOW VLAN VLAN-
STACKING command to confirm
the port configurations.
awplus# show vlan
Use the SHOW VLAN command
again to confirm the configuration
of the ABC_Inc VLAN.
TPID
INTERFACES (c)-Customer-Edge Port, (p)-Provider Port
====
=========
0x8100
port1.0.5(c)
0x8100
port1.0.6(c)
0x8100
port1.0.7(p)
VLAN ID
Name
Type
State
Member ports
(u)-Untagged, (t) Tagged
=======
=======
=======
=======
==========================
1
default
STATIC
ACTIVE
port1.0.1(u) port1.0.2(u)
port1.0.3(u) port1.0.4(u)
port1.0.7(u) port1.0.8(u)
port1.0.9(u) port1.0.10(u)
port1.0.11(u) port1.0.12(u)
port1.0.13(u) port1.0.14(u)
port1.0.15(u) port1.0.16(u)
port1.0.17(u) port1.0.18(u)
port1.0.19(u) port1.0.20(u)
port1.0.21(u) port1.0.22(u)
port1.0.23(u) port1.0.24(u)
port1.0.25(u) port1.0.26(u)
port1.0.27(u) port1.0.28(u)
79
ABC_Inc
STATIC
INACTIVE port1.0.5(u) port1.0.6(u)
port1.0.7(t)
awplus# configure terminal
Enter the Global Configuration
mode.