Owner's Manual

VLAN Commands 459
Syntax
switchport general allowed vlan add
vlan-list
[
tagged
|
untagged
]
switchport general allowed vlan remove
vlan-list
add
vlan-list
—List of VLAN IDs to add. Separate non consecutive VLAN IDs with a
comma and no spaces. A hyphen designates a range of IDs.
remove
vlan-list
—List of VLAN IDs to remove. Separate non consecutive VLAN IDs with
a comma and no spaces. A hyphen designates a range of IDs.
tagged
—Sets the port to transmit tagged packets for the VLANs. If the port is added to a
VLAN without specifying tagged or untagged the default is tagged.
untagged
—Sets the port to transmit untagged packets for the VLANs.
Default Configuration
This command has no default configuration.
Command Mode
Interface Configuration (Ethernet, port-channel) mode
User Guidelines
There are no user guidelines for this command.
Example
The following example shows how to add VLANs 2, 5, and 6 to the allowed list.
switchport general pvid
The
switchport general pvid
interface configuration command configures the PVID when the
interface is in general mode. To configure the default value, use the
no
form of this command.
Syntax
switchport general pvid
vlan-id
no switchport general pvid
vlan-id
—PVID (Port VLAN ID). The vlan-id may belong to a non-existent VLAN.
Default Configuration
VLAN ID=1
Console (config)# interface ethernet g8
Console (config-if)# switchport general allowed vlan add 2,5,6
tagged