![Dell PowerConnect 3400 Series Cli Reference Manual Download Page 406](http://html.mh-extra.com/html/dell/powerconnect-3400-series/powerconnect-3400-series_cli-reference-manual_86065406.webp)
406
VLAN Commands
www
.dell.com | support.dell.com
DELL CONFIDENTIAL – PRELIMINARY 9/13/06 – FOR PROOF ONLY
Example
The following example configures Ethernet port 1/e16 as an untagged layer 2 VLAN port.
switch
p
o
r
t access vlan
The
switchport access vlan
Interface Configuration mode command configures the VLAN ID
when the interface is in access mode. To return to the default configuration, use the
no
form of
this command.
Syntax
switchport access vlan {
vlan-id
|
dynamic
}
no switchport access vlan
•
vlan-id
— Specifies the ID of the VLAN to which the port is configured.
•
dynamic
—Indicates that the port is assigned to a VLAN based on the source MAC
address of the host connected to the port.
Default Configuration
All ports belong to VLAN 1.
Command Mode
Interface configuration (Ethernet, port-channel) mode
User Guidelines
•
The command automatically removes the port from the previous VLAN and adds it to the
new VLAN.
Example
The following example configures a VLAN ID of 23 to the untagged layer 2 VLAN Ethernet port
1/e16.
Console(config)#
interface ethernet
1/e16
Console(config-if)#
switchport mode
access
Console(config)#
interface ethernet
1/e16
Console(config-if)#
switchport access vlan
23