Allied Telesis AT-S83 User Manual
Page 207

AT-S83 Management Software Command Line Interface User’s Guide
207
Command Mode
Interface mode
Examples
The following commands add a single VLAN, VLAN 2, to the member set
of interface 6:
switch#configure terminal
switch(config)#interface xe6
switch(config)#switchport mode trunk
switch(config-if)#switchport trunk allowed vlan add 2
The following commands add VLANs 2 through 6 to the member set of
interface 7:
switch#configure terminal
switch(config)#interface xe7
switch(config)#switchport mode trunk
switch(config-if)#switchport trunk allowed vlan add 2-
6
The following commands add a list of VLANs to the member set of
interface 5:
switch#configure terminal
switch(config)#interface xe5
switch(config)#switchport mode trunk
switch(config-if)#switchport trunk allowed vlan add
2,3,4
Related Commands