beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 939

background image

AT-8100 Switch Command Line User’s Guide

939

This example adds ports 22 to 24 as tagged ports to all the VLANs, except
for the VLAN with a VID of 11. The example assumes that the ports are
already designated as tagged ports:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.22-port1.0.24
awplus(config-if)# switchport trunk allowed vlan except 11

Examples of Removing Tagged Ports from VLANs

This example removes tagged port 17 from the VLAN with a VID of 8:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.17
awplus(config-if)# switchport trunk allowed vlan remove 8

This example removes ports 19 and 22 from all their tagged VLAN
assignments:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.19,port1.0.22
awplus(config-if)# switchport trunk allowed vlan none