Allied Telesis AT-S39 User Manual
Page 124
Chapter 13: VLAN Commands
124
Note
To delete a VLAN, see the command DESTROY VLAN.
Note
You cannot change the name or VID of a VLAN.
When an untagged port is deleted from a VLAN, it is automatically
returned to the Default_VLAN as an untagged member. If a port is also
functioning as a tagged member of other VLANs, it remains a member of
the other VLANs. For example, if you remove Port 4 from a VLAN, the
port is automatically returned as an untagged port to the Default VLAN.
If Port 4 is functioning as a tagged member in one or more other VLANs,
it remains as a tagged member of those VLANs.
If you remove an untagged port from the Default_VLAN without
assigning it to another VLAN, the port is excluded as an untagged
member from all VLANs on the switch.
When a tagged port is removed from a VLAN, all of its other tagged and
untagged VLAN assignments remain unchanged.
Examples
The following command uses Syntax 1 to delete untagged Ports 4 and 7
from a VLAN called Sales:
delete vlan name=sales port=4,7 frame=untagged
The following command does the same thing using Syntax 2:
delete vlan name=sales untaggedports=4,7
The following command uses Syntax 1 to delete tagged Port 3 from a
VLAN called Production:
delete vlan name=production port=3 frame=tagged
The following command does the same thing using Syntax 2:
delete vlan name=production untaggedports=3
To delete both tagged and untagged ports from a VLAN using Syntax 1
takes two commands. For example, if you had a VLAN called Service and
you wanted to delete tagged Port 5 and untagged Ports 10 to 12, the
commands would be:
delete vlan name=Service ports=5 frame=tagged
delete vlan name=Service ports=10-12
frame=untagged