Alliedware plus command – Allied Telesis AT-S63 User Manual

Page 646

Advertising
background image

Chapter 34: Port-based VLAN, Tagged VLAN, and Multiple VLAN Mode Commands

646

Section VI: Virtual LANs

add vlan=Service ports=7-8 frame=untagged

Using Syntax 2, you can add both types of ports with just one command:

add vlan=Service untaggedports=7-8 taggedports=5

AlliedWare Plus

Command

Syntax

To add untagged ports:

switchport access vlan

vid

To add tagged ports:

switchport trunk allow vlan add

vid

Mode

Port Interface mode

Description

This AlliedWare Plus command is identical to the standard command.

Example

This example adds ports 5 and 7 as untagged ports to a VLAN with the
VID 12:

awplus> enable
awplus# configure terminal
awplus(config)# interface 5,7
awplus(config-if)# switchport access vlan 12

This example adds ports 18 to 21 and 24 as tagged ports to a VLAN with
the VID 7:

awplus> enable
awplus# configure terminal
awplus(config)# interface 18-21,24
awplus(config-if)# switchport trunk allow vlan add 7

Advertising