442
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
VLAN C
OMMANDS
SWITCHPORT
TRUNK
ALLOWED
VLAN
Add VLAN
4
by re-entering the
except
parameter with a list of VLANs to exclude,
instead of using the
add
parameter to include VLAN 4, as shown in the command
example below:
awplus#
configure terminal
awplus(config)#
interface port1.0.5
awplus(config-if)#
switchport trunk allowed vlan except 3,5
The configuration is changed after entering the above commands to add VLAN 4:
Examples
The following shows adding a single VLAN to the port’s member set.
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport trunk allowed vlan add 2
The following shows adding a range of VLANs to the port’s member set.
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport trunk allowed vlan add 2-4
The following shows adding a list of VLANs to the port’s member set.
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport trunk allowed vlan add 2,3,4
awplus#show running-config
!
interface port1.0.5
switchport
switchport mode trunk
switchport trunk allowed vlan except 3,5