VLAN Trunk Configuration Guide
VLAN Trunk Configuration Guide
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
1
Configuring VLAN Trunks
Information About VLAN Trunks
Cisco switches separated by a cloud of non-Cisco IEEE 802.1Q switches. The non-Cisco IEEE 802.1Q
cloud separating the Cisco switches is treated as a single trunk link between the switches.
• Make sure the native VLAN for an IEEE 802.1Q trunk is the same on both ends of the trunk link. If the
native VLAN on one end of the trunk is different from the native VLAN on the other end, spanning-tree
loops might result.
• Disabling spanning tree on the native VLAN of an IEEE 802.1Q trunk without disabling spanning tree
on every VLAN in the network can potentially cause spanning-tree loops. We recommend that you leave
spanning tree enabled on the native VLAN of an IEEE 802.1Q trunk or disable spanning tree on every
VLAN in the network. Make sure your network is loop-free before disabling spanning tree.
Note You can configure a trunk on a single Ethernet interface or on an EtherChannel bundle.
Trunking Modes
Ethernet trunk interfaces support different trunking modes. You can set an interface as trunking or nontrunking
or to negotiate trunking with the neighboring interface. To autonegotiate trunking, the interfaces must be in
the same VTP domain.
Trunk negotiation is managed by the Dynamic Trunking Protocol (DTP), which is a Point-to-Point Protocol
(PPP). However, some internetworking devices might forward DTP frames improperly, which could cause
misconfigurations.
Related Topics
Configuring a Trunk Port , on page 6
Layer 2 Interface Modes, on page 3
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
2
Configuring VLAN Trunks
Layer 2 Interface Modes
Mode Function
switchport mode access Puts the interface (access port) into permanent
nontrunking mode and negotiates to convert the link
into a nontrunk link. The interface becomes a
nontrunk interface regardless of whether or not the
neighboring interface is a trunk interface.
switchport mode dynamic auto Makes the interface able to convert the link to a trunk
link. The interface becomes a trunk interface if the
neighboring interface is set to trunk or desirable
mode. The default switchport mode for all Ethernet
interfaces is dynamic auto.
switchport mode dynamic desirable Makes the interface actively attempt to convert the
link to a trunk link. The interface becomes a trunk
interface if the neighboring interface is set to trunk,
desirable, or auto mode.
switchport mode trunk Puts the interface into permanent trunking mode and
negotiates to convert the neighboring link into a trunk
link. The interface becomes a trunk interface even if
the neighboring interface is not a trunk interface.
Related Topics
Configuring a Trunk Port , on page 6
Trunking Modes, on page 2
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
3
Configuring VLAN Trunks
Load Sharing on Trunk Ports
continues to send and receive management traffic, for example, Cisco Discovery Protocol (CDP), Port
Aggregation Protocol (PAgP), Link Aggregation Control Protocol (LACP), DTP, and VTP in VLAN 1.
If a trunk port with VLAN 1 disabled is converted to a nontrunk port, it is added to the access VLAN. If the
access VLAN is set to 1, the port will be added to VLAN 1, regardless of the switchport trunk allowed
setting. The same is true for any VLAN that has been disabled on the port.
A trunk port can become a member of a VLAN if the VLAN is enabled, if VTP knows of the VLAN, and if
the VLAN is in the allowed list for the port. When VTP detects a newly enabled VLAN and the VLAN is in
the allowed list for a trunk port, the trunk port automatically becomes a member of the enabled VLAN. When
VTP detects a new VLAN and the VLAN is not in the allowed list for a trunk port, the trunk port does not
become a member of the new VLAN.
Related Topics
Defining the Allowed VLANs on a Trunk , on page 8
Related Topics
Configuring Load Sharing Using STP Port Priorities , on page 13
Related Topics
Configuring Load Sharing Using STP Path Cost , on page 17
Feature Interactions
Trunking interacts with other features in these ways:
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
4
Configuring VLAN Trunks
Default Layer 2 Ethernet Interface VLAN Configuration
• We recommend that you configure no more than 24 trunk ports in Per VLAN Spanning Tree (PVST)
mode and no more than 40 trunk ports in Multiple Spanning Tree (MST) mode.
• If you try to enable IEEE 802.1x on a trunk port, an error message appears, and IEEE 802.1x is not
enabled. If you try to change the mode of an IEEE 802.1x-enabled port to trunk, the port mode is not
changed.
• A port in dynamic mode can negotiate with its neighbor to become a trunk port. If you try to enable
IEEE 802.1x on a dynamic port, an error message appears, and IEEE 802.1x is not enabled. If you try
to change the mode of an IEEE 802.1x-enabled port to dynamic, the port mode is not changed.
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
5
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
• If you do not intend to trunk across those links, use the switchport mode access interface configuration
command to disable trunking.
• To enable trunking to a device that does not support DTP, use the switchport mode trunk and switchport
nonegotiate interface configuration commands to cause the interface to become a trunk but to not
generate DTP frames.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. switchport mode {dynamic {auto | desirable} | trunk}
5. switchport access vlan vlan-id
6. switchport trunk native vlan vlan-id
7. end
8. show interfaces interface-id switchport
9. show interfaces interface-id trunk
10. copy running-config startup-config
DETAILED STEPS
Example:
Switch> enable
Example:
Switch# configure terminal
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
6
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
Step 4 switchport mode {dynamic {auto | desirable} | Configures the interface as a Layer 2 trunk (required only if the
trunk} interface is a Layer 2 access port or tunnel port or to specify the
trunking mode).
Example: • dynamic auto—Sets the interface to a trunk link if the
Switch(config-if)# switchport mode dynamic neighboring interface is set to trunk or desirable mode. This
desirable is the default.
• dynamic desirable—Sets the interface to a trunk link if the
neighboring interface is set to trunk, desirable, or auto mode.
• trunk—Sets the interface in permanent trunking mode and
negotiate to convert the link to a trunk link even if the
neighboring interface is not a trunk interface.
Step 5 switchport access vlan vlan-id (Optional) Specifies the default VLAN, which is used if the
interface stops trunking.
Example:
Switch(config-if)# switchport access vlan
200
Step 6 switchport trunk native vlan vlan-id Specifies the native VLAN for IEEE 802.1Q trunks.
Example:
Switch(config-if)# switchport trunk native
vlan 200
Example:
Switch(config)# end
Step 8 show interfaces interface-id switchport Displays the switch port configuration of the interface in the
Administrative Mode and the Administrative Trunking
Example: Encapsulation fields of the display.
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
7
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
Example:
Switch# show interfaces gigabitethernet1/0/2
trunk
Step 10 copy running-config startup-config (Optional) Saves your entries in the configuration file.
Example:
Switch# copy running-config startup-config
Related Topics
Trunking Modes, on page 2
Layer 2 Interface Modes, on page 3
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. switchport mode trunk
5. switchport trunk allowed vlan {add | all | except | remove} vlan-list
6. end
7. show interfaces interface-id switchport
8. copy running-config startup-config
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
8
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
DETAILED STEPS
Example:
Switch# configure terminal
Step 3 interface interface-id Specifies the port to be configured, and enters interface
configuration mode.
Example:
Switch(config)# interface
gigabitethernet1/0/1
Step 4 switchport mode trunk Configures the interface as a VLAN trunk port.
Example:
Switch(config-if)# switchport mode trunk
Step 5 switchport trunk allowed vlan {add | all | except | (Optional) Configures the list of VLANs allowed on the trunk.
remove} vlan-list The vlan-list parameter is either a single VLAN number from
1 to 4094 or a range of VLANs described by two VLAN
Example: numbers, the lower one first, separated by a hyphen. Do not
Switch(config-if)# switchport trunk allowed enter any spaces between comma-separated VLAN parameters
vlan remove 2 or in hyphen-specified ranges.
All VLANs are allowed by default.
Example:
Switch(config)# end
Step 7 show interfaces interface-id switchport Verifies your entries in the Trunking VLANs Enabled field of
the display.
Example:
Switch# show interfaces gigabitethernet1/0/1
switchport
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
9
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
Example:
Switch# copy running-config startup-config
Related Topics
Allowed VLANs on a Trunk, on page 3
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. switchport trunk pruning vlan {add | except | none | remove} vlan-list [,vlan [,vlan [,,,]]
5. end
6. show interfaces interface-id switchport
7. copy running-config startup-config
DETAILED STEPS
Example:
Switch> enable
Example:
Switch# configure terminal
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
10
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
Step 4 switchport trunk pruning vlan {add | except Configures the list of VLANs allowed to be pruned from the trunk.
| none | remove} vlan-list [,vlan [,vlan [,,,]] For explanations about using the add, except, none, and remove
keywords, see the command reference for this release.
Separate non-consecutive VLAN IDs with a comma and no spaces;
use a hyphen to designate a range of IDs. Valid IDs are 2 to 1001.
Extended-range VLANs (VLAN IDs 1006 to 4094) cannot be
pruned.
VLANs that are pruning-ineligible receive flooded traffic.
The default list of VLANs allowed to be pruned contains VLANs
2 to 1001.
Example:
Switch(config)# end
Step 6 show interfaces interface-id switchport Verifies your entries in the Pruning VLANs Enabled field of the
display.
Example:
Switch# show interfaces
gigabitethernet2/0/1 switchport
Step 7 copy running-config startup-config (Optional) Saves your entries in the configuration file.
Example:
Switch# copy running-config
startup-config
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
11
Configuring VLAN Trunks
Configuring an Ethernet Interface as a Trunk Port
If a packet has a VLAN ID that is the same as the outgoing port native VLAN ID, the packet is sent untagged;
otherwise, the switch sends the packet with a tag.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. switchport trunk native vlan vlan-id
5. end
6. show interfaces interface-id switchport
7. copy running-config startup-config
DETAILED STEPS
Example:
Switch# configure terminal
Step 3 interface interface-id Defines the interface that is configured as the IEEE 802.1Q
trunk, and enters interface configuration mode.
Example:
Switch(config)# interface gigabitethernet1/0/2
Step 4 switchport trunk native vlan vlan-id Configures the VLAN that is sending and receiving
untagged traffic on the trunk port.
Example: For vlan-id, the range is 1 to 4094.
Switch(config-if)# switchport trunk native vlan
12
Example:
Switch(config-if)# end
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
12
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
Step 7 copy running-config startup-config (Optional) Saves your entries in the configuration file.
Example:
Switch# copy running-config startup-config
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
13
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
SUMMARY STEPS
1. enable
2. configure terminal
3. vtp domain domain-name
4. vtp mode server
5. end
6. show vtp status
7. show vlan
8. configure terminal
9. interface interface-id
10. switchport mode trunk
11. end
12. show interfaces interface-id switchport
13. Repeat the above steps on Switch A for a second port in the switch.
14. Repeat the above steps on Switch B to configure the trunk ports that connect to the trunk ports configured
on Switch A.
15. show vlan
16. configure terminal
17. interface interface-id
18. spanning-tree vlan vlan-range port-priority priority-value
19. exit
20. interface interface-id
21. spanning-tree vlan vlan-range port-priority priority-value
22. end
23. show running-config
24. copy running-config startup-config
DETAILED STEPS
Example:
Switch# configure terminal
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
14
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
Example:
Switch(config)# vtp mode server
Example:
Switch(config)# end
Step 6 show vtp status Verifies the VTP configuration on both Switch A and
Switch B.
Example: In the display, check the VTP Operating Mode and the
Switch# show vtp status VTP Domain Name fields.
Step 7 show vlan Verifies that the VLANs exist in the database on Switch
A.
Example:
Switch# show vlan
Example:
Switch# configure terminal
Example:
Switch(config-if)# switchport mode trunk
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
15
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
Example:
Switch(config-if)# end
Example:
Switch# show interfaces gigabitethernet1/0/1
switchport
Example:
Switch# configure terminal
Step 17 interface interface-id Defines the interface to set the STP port priority, and
enters interface configuration mode.
Example:
Switch(config)# interface gigabitethernet1/0/1
Step 18 spanning-tree vlan vlan-range port-priority Assigns the port priority for the VLAN range specified.
priority-value Enter a port priority value from 0 to 240. Port priority
values increment by 16.
Example:
Switch(config-if)# spanning-tree vlan 8-10
port-priority 16
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
16
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
Example:
Switch(config-if)# exit
Step 20 interface interface-id Defines the interface to set the STP port priority, and
enters interface configuration mode.
Example:
Switch(config)# interface gigabitethernet1/0/2
Step 21 spanning-tree vlan vlan-range port-priority Assigns the port priority for the VLAN range specified.
priority-value Enter a port priority value from 0 to 240. Port priority
values increment by 16.
Example:
Switch(config-if)# spanning-tree vlan 3-6
port-priority 16
Example:
Switch(config-if)# end
Example:
Switch# show running-config
Step 24 copy running-config startup-config (Optional) Saves your entries in the configuration file.
Example:
Switch# copy running-config startup-config
Related Topics
Network Load Sharing Using STP Priorities, on page 4
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
17
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. switchport mode trunk
5. exit
6. Repeat Steps 2 through 4 on a second interface in Switch A .
7. end
8. show running-config
9. show vlan
10. configure terminal
11. interface interface-id
12. spanning-tree vlan vlan-range cost cost-value
13. end
14. Repeat Steps 9 through 13 on the other configured trunk interface on Switch A, and set the spanning-tree
path cost to 30 for VLANs 8, 9, and 10.
15. exit
16. show running-config
17. copy running-config startup-config
DETAILED STEPS
Example:
Switch# configure terminal
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
18
Configuring VLAN Trunks
Configuring Trunk Ports for Load Sharing
Example:
Switch(config-if)# switchport mode trunk
Example:
Switch(config-if)# exit
Example:
Switch(config)# end
Step 8 show running-config Verifies your entries. In the display, make sure that the
interfaces are configured as trunk ports.
Example:
Switch# show running-config
Step 9 show vlan When the trunk links come up, Switch A receives the
VTP information from the other switches. This command
Example: verifies that Switch A has learned the VLAN
configuration.
Switch# show vlan
Example:
Switch# configure terminal
Step 11 interface interface-id Defines the interface on which to set the STP cost, and
enters interface configuration mode.
Example:
Switch(config)# interface gigabitethernet1/0/1
Step 12 spanning-tree vlan vlan-range cost cost-value Sets the spanning-tree path cost to 30 for VLANs 2
through 4.
Example:
Switch(config-if)# spanning-tree vlan 2-4 cost
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
19
Configuring VLAN Trunks
Configuration Examples for VLAN Trunking
Example:
Switch(config-if)# end
Example:
Switch(config)# exit
Step 16 show running-config Verifies your entries. In the display, verify that the path
costs are set correctly for both trunk interfaces.
Example:
Switch# show running-config
Step 17 copy running-config startup-config (Optional) Saves your entries in the configuration file.
Example:
Switch# copy running-config startup-config
Related Topics
Network Load Sharing Using STP Path Cost, on page 4
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
20
Configuring VLAN Trunks
Example: Removing a VLAN from a Port
Switch(config-if)# end
Where to Go Next
After configuring VLAN trunks, you can configure the following:
• VLANs
Additional References
Related Documents
Standard/RFC Title
— —
MIBs
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
21
Configuring VLAN Trunks
Feature History and Information for VLAN Trunks
Technical Assistance
Description Link
The Cisco Support website provides extensive online http://www.cisco.com/support
resources, including documentation and tools for
troubleshooting and resolving technical issues with
Cisco products and technologies.
To receive security and technical information about
your products, you can subscribe to various services,
such as the Product Alert Tool (accessed from Field
Notices), the Cisco Technical Services Newsletter,
and Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website
requires a Cisco.com user ID and password.
Software Configuration Guide, Cisco IOS Release 15.2(5)EX (Catalyst Digital Building Series Switches)
22