switchport trunk
switchport trunk
To set the trunk characteristics when the interface is in trunking mode, use the switchport trunk command
in interface configuration mode. To reset a trunking characteristic to the default, use the no form of this
command.
switchport trunk {allowed vlan vlan-list| native vlan vlan-id| pruning vlan vlan-list}
no switchport trunk {allowed vlan| native vlan| pruning vlan}
Syntax Description
allowed vlan vlan-list
native vlan vlan-id
pruning vlan vlan-list
Command Default
VLAN 1 is the default native VLAN ID on the port.
The default for all VLAN lists is to include all VLANs.
Command Modes
Interface configuration
Command History
Release
Cisco IOS XE 3.3SECisco IOS XE 3.3SE
Usage Guidelines
The vlan-list format is all | none | [add | remove | except] vlan-atom [ ,vlan-atom... ]:
• all specifies all VLANs from 1 to 4094. This is the default. This keyword is not allowed on commands
• none specifies an empty list. This keyword is not allowed on commands that require certain VLANs to
• add adds the defined list of VLANs to those currently set instead of replacing the list. Valid IDs are
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
1050
Sets the list of allowed VLANs that can receive and send traffic on this
interface in tagged format when in trunking mode. See the Usage Guidelines
for the vlan-list choices.
Sets the native VLAN for sending and receiving untagged traffic when the
interface is in IEEE 802.1Q trunking mode. The range is 1 to 4094.
Sets the list of VLANs that are eligible for VTP pruning when in trunking
mode. See the Usage Guidelines for the vlan-list choices.
that do not permit all VLANs in the list to be set at the same time.
be set or at least one VLAN to be set.
from 1 to 1005; extended-range VLANs (VLAN IDs greater than 1005) are valid in some cases.
Modification
This command was introduced.