Allied Telesis AT-9000/12POE Switch User Manual


  Open as PDF
of 1480
 
AT-9000 Switch Command Line User’s Guide
Section III: File System 827
The next steps add the customer ports to the VLAN.
This series of steps adds the provider port to the VLAN.
awplus# configure terminal
Enter the Global Configuration
mode.
awplus(config)# interface port1.0.5-port1.0.6
Enter the Port Interface mode for
ports 5 and 6.
awplus(config-if)# switchport mode access
Use the SWITCHPORT MODE
ACCESS command to designate
the ports as untagged ports. As
explained earlier, customer ports
must be designated as untagged
ports in VLAN stacking, even if the
customer packets are tagged
packets.
awplus(config-if)# switchport access vlan 79
Add the ports as untagged ports to
the VLAN with the SWITCHPORT
ACCESS VLAN command.
awplus(config-if)# switchport vlan-stacking
customer-edge-port
Use the SWITCHPORT VLAN-
STACKING command to
designate the ports as customer
ports.
awplus(config-if)# end
Return to the Global Configuration
mode.
awplus# show vlan vlan-stacking
Use the SHOW VLAN VLAN-
STACKING command to confirm
the port configurations.
TPID INTERFACES (c)-Customer-Edge Port, (p)-Provider Port
==== =========
0x8100 port1.0.5(c)
0x8100 port1.0.6(c)
awplus# configure terminal
Enter the Global Configuration
mode.
awplus(config-if)# interface port1.0.7
Move to the Port Interface mode
for port 7.
awplus(config-if)# switchport mode trunk
Use the SWITCHPORT MODE
TRUNK command to designate
the port as a tagged port. The
provider port must be designated
as a tagged port.