Destroy vlan, Syntax, Parameters – Allied Telesis AT-S63 User Manual

Page 421: Description, Examples

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

421

DESTROY VLAN

Syntax

destroy vlan vlan=

name

|all [vid=

vid

]

Parameters

vlan

Specifies the name of the VLAN to be deleted. To

delete all VLANs, use the ALL option.

vid

Specifies the VID of the VLAN to be deleted. This
parameter is optional.

Description

When the switch is operating in the user-configured VLAN mode, you can
use this command to delete port-based and tagged VLANs from a switch.
You can use the command to deleted selected VLANS or to delete all
VLANs, with the exception of the Default_VLAN.

When the switch is operating in the 802.1q-compliant mode, this command
returns the switch back to the user-configure VLAN mode.

Examples

The following command deletes the Sales VLAN from the switch:

destroy vlan vlan=Sales

The following command deletes the Sales VLAN using both the name and
the VID:

destroy vlan vlan=Sales vid=102

The following command deletes all port-based and tagged VLANs on a
switch:

destroy vlan=all

Advertising