Alliedware plus command – Allied Telesis AT-S63 User Manual

Page 653

Advertising
background image

AT-S63 Management Software Command Line User’s Guide

Section VI: Virtual LANs

653

delete vlan=Service ports=2 frame=tagged

delete vlan=Service ports=6-8 frame=untagged

Using Syntax 2, you can do the whole thing with just one command:

delete vlan=Service untaggedports=6-8 taggedports=2

AlliedWare Plus

Command

Syntax

To remove untagged ports:

no switchport access vlan

To remove tagged ports:

switchport trunk allow vlan remove

vid

Mode

Port Interface mode

Description

This AlliedWare Plus command is identical to the standard command.

Example

This example removes untagged port 5 from its VLAN and returns it to the
Default VLAN:

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

This example removes tagged ports 18 and 19 from a VLAN with the VID
7:

awplus> enable
awplus# configure terminal
awplus(config)# interface 18,19
awplus(config-if)# switchport trunk allow vlan remove 7

Advertising