C613-50170-01 Rev B
Command Reference for x510 Series
599
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VLAN C
OMMANDS
SWITCHPORT
TRUNK
ALLOWED
VLAN
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