Configuring LAN Ports For Layer 2 Switching
Configuring LAN Ports For Layer 2 Switching
Note
For complete syntax and usage information for the commands used in this chapter, refer to the Catalyst 6500 Series Switch Cisco IOS Command Reference publication. This chapter consists of these sections:
Understanding How Layer 2 Switching Works, page 7-1 Default Layer 2 LAN Interface Configuration, page 7-5 Layer 2 LAN Interface Configuration Guidelines and Restrictions, page 7-6 Configuring LAN Interfaces for Layer 2 Switching, page 7-7
Note
Understanding Layer 2 Ethernet Switching, page 7-1 Understanding VLAN Trunks, page 7-2 Layer 2 LAN Port Modes, page 7-4
Layer 2 Ethernet Switching Overview, page 7-2 Switching Frames Between Segments, page 7-2 Building the Address Table, page 7-2
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-1
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-2
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Understanding How Layer 2 Switching Works
Trunking Overview
Note
For information about VLANs, see Chapter 9, Configuring VLANs. A trunk is a point-to-point link between the switch and another networking device. Trunks carry the traffic of multiple VLANs over a single link and allow you to extend VLANs across an entire network. Two trunking encapsulations are available on all Ethernet ports:
Note
The following switching modules do not support ISL encapsulation: WS-X6501-10GEX4 WS-X6502-10GE WS-X6548-GE-TX WS-X6548V-GE-TX WS-X6148-GE-TX WS-X6148V-GE-TX
You can configure a trunk on a single Ethernet port or on an EtherChannel. For more information about EtherChannel, see Chapter 13, Configuring EtherChannels. Ethernet trunk ports support several trunking modes (see Table 7-2 on page 7-4). You can specify whether the trunk uses ISL or 802.1Q encapsulation, and if the encapsulation type is autonegotiated.
Note
You can configure LAN ports to negotiate the encapsulation type. You cannot configure WAN interfaces to negotiate the encapsulation type. The Dynamic Trunking Protocol (DTP) manages trunk autonegotiation on LAN ports. DTP supports autonegotiation of both ISL and 802.1Q trunks. To autonegotiate trunking, the LAN ports must be in the same VTP domain. Use the trunk or nonegotiate keywords to force LAN ports in different domains to trunk. For more information on VTP domains, see Chapter 8, Configuring VTP.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-3
Encapsulation Types
Table 7-1 lists the Ethernet trunk encapsulation types.
Table 7-1 Ethernet Trunk Encapsulation Types
Specifies 802.1Q encapsulation on the trunk link. Specifies that the LAN port negotiate with the neighboring LAN port to become an ISL (preferred) or 802.1Q trunk, depending on the configuration and capabilities of the neighboring LAN port.
The trunking mode, the trunk encapsulation type, and the hardware capabilities of the two connected LAN ports determine whether a link becomes an ISL or 802.1Q trunk.
Function Puts the LAN port into permanent nontrunking mode and negotiates to convert the link into a nontrunk link. The LAN port becomes a nontrunk port even if the neighboring LAN port does not agree to the change. Makes the LAN port actively attempt to convert the link to a trunk link. The LAN port becomes a trunk port if the neighboring LAN port is set to trunk, desirable, or auto mode. This is the default mode for all LAN ports. Makes the LAN port willing to convert the link to a trunk link. The LAN port becomes a trunk port if the neighboring LAN port is set to trunk or desirable mode. Puts the LAN port into permanent trunking mode and negotiates to convert the link into a trunk link. The LAN port becomes a trunk port even if the neighboring port does not agree to the change. Puts the LAN port into permanent trunking mode but prevents the port from generating DTP frames. You must configure the neighboring port manually as a trunk port to establish a trunk link.
switchport nonegotiate
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-4
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Default Layer 2 LAN Interface Configuration
Note
DTP is a point-to-point protocol. However, some internetworking devices might forward DTP frames improperly. To avoid this problem, ensure that LAN ports connected to devices that do not support DTP are configured with the access keyword if you do not intend to trunk across those links. To enable trunking to a device that does not support DTP, use the nonegotiate keyword to cause the LAN port to become a trunk but not generate DTP frames.
Default
Before entering the switchport command Layer 3 (unconfigured) After entering the switchport command switchport mode dynamic desirable switchport trunk encapsulation negotiate
With Release 12.1(13)E and later releases, VLANs 1 to 4094, except reserved VLANs (see Table 9-1 on page 9-2) With 12.1 E releases earlier than Release 12.1(13)E, VLANs 1 to 1005
VLAN range eligible for pruning Default VLAN (for access ports) Native VLAN (for 802.1Q trunks) Spanning Tree Protocol (STP) STP port priority STP port cost
100 for 10-Mbps Ethernet LAN ports 19 for 10/100-Mbps Fast Ethernet LAN ports 19 for 100-Mbps Fast Ethernet LAN ports 4 for 1,000-Mbps Gigabit Ethernet LAN ports 2 for 10,000-Mbps 10-Gigabit Ethernet LAN ports
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-5
Restrictions
10-Gigabit Ethernet ports do not support ISL encapsulation. Non-Cisco 802.1Q switches maintain only a single instance of spanning tree (the Mono Spanning Tree, or MST) that defines the spanning tree topology for all VLANs. When you connect a Cisco switch to a non-Cisco switch through an 802.1Q trunk, the MST of the non-Cisco switch and the native VLAN spanning tree of the Cisco switch combine to form a single spanning tree topology known as the Common Spanning Tree (CST). Because Cisco switches transmit BPDUs to the SSTP multicast MAC address on VLANs other than the native VLAN of the trunk, non-Cisco switches do not recognize these frames as BPDUs and flood them on all ports in the corresponding VLAN. Other Cisco switches connected to the non-Cisco 802.1q cloud receive these flooded BPDUs. This allows Cisco switches to maintain a per-VLAN spanning tree topology across a cloud of non-Cisco 802.1Q switches. The non-Cisco 802.1Q cloud separating the Cisco switches is treated as a single broadcast segment between all switches connected to the non-Cisco 802.1q cloud through 802.1q trunks.
Guidelines
When connecting Cisco switches through an 802.1q trunk, make sure the native VLAN for an 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 802.1Q trunk without disabling spanning tree on every VLAN in the network can cause spanning tree loops. We recommend that you leave spanning tree enabled on the native VLAN of an 802.1Q trunk. If this is not possible, disable spanning tree on every VLAN in the network. Make sure your network is free of physical loops before disabling spanning tree. When you connect two Cisco switches through 802.1Q trunks, the switches exchange spanning tree BPDUs on each VLAN allowed on the trunks. The BPDUs on the native VLAN of the trunk are sent untagged to the reserved IEEE 802.1d spanning tree multicast MAC address (01-80-C2-00-00-00). The BPDUs on all other VLANs on the trunk are sent tagged to the reserved Cisco Shared Spanning Tree (SSTP) multicast MAC address (01-00-0c-cc-cc-cd). Make certain that the native VLAN is the same on all of the 802.1Q trunks connecting the Cisco switches to the non-Cisco 802.1Q cloud. If you are connecting multiple Cisco switches to a non-Cisco 802.1Q cloud, all of the connections must be through 802.1Q trunks. You cannot connect Cisco switches to a non-Cisco 802.1Q cloud through ISL trunks or through access ports. Doing so will cause the switch to place the ISL trunk port or access port into the spanning tree port inconsistent state and no traffic will pass through the port.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-6
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Configuring LAN Interfaces for Layer 2 Switching
Configuring a LAN Port for Layer 2 Switching, page 7-7 Configuring a Layer 2 Switching Port as a Trunk, page 7-8 Configuring a LAN Interface as a Layer 2 Access Port, page 7-14
Note
Use the default interface {ethernet | fastethernet | gigabitethernet | tengigabitethernet} slot/port command to revert an interface to its default configuration. With Release 12.1(11b)E and later, when you are in configuration mode you can enter EXEC mode-level commands by entering the do keyword before the EXEC mode-level command.
Purpose
slot/port
Selects the LAN port to configure. (Optional) Shuts down the interface to prevent traffic flow until configuration is complete. Configures the LAN port for Layer 2 switching.
Note
Router(config-if)# switchport
You must enter the switchport command once without any keywords to configure the LAN port as a Layer 2 port before you can enter additional switchport commands with keywords.
Router(config-if)# no switchport
Clears Layer 2 LAN port configuration. Activates the interface. (Required only if you shut down the interface.) Exits configuration mode. Displays the running configuration of the interface. Displays the switch port configuration of the interface. Displays the trunk configuration of the interface.
Router(config-if)# no shutdown
Router(config-if)# end Router# show running-config interface [type1 slot/port] Router# show interfaces [type1 slot/port] switchport Router# show interfaces [type1 slot/port] trunk 1.
After you enter the switchport command, the default mode is switchport mode dynamic desirable. If the neighboring port supports trunking and is configured to allow trunking, the link becomes a Layer 2 trunk when you enter the switchport command. By default, LAN trunk ports negotiate encapsulation. If the neighboring port supports ISL and 802.1Q encapsulation and both ports are set to negotiate the encapsulation type, the trunk uses ISL encapsulation (10-Gigabit Ethernet ports do not support ISL encapsulation).
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-7
Note
When using the switchport command, if a port configured for Layer 3 is now configured for Layer 2, the configuration for Layer 3 is retained in the memory but not in the running configuration and is applied to the port whenever the port switches back to Layer 3. Also, if a port configured for Layer 2 is now configured for Layer 3, the configuration for Layer 2 is retained in the memory but not in the running configuration and is applied to the port whenever the port switches back to Layer 2. To restore the default configuration of the port in the memory and in the running configuration, use the default interface command. To avoid potential issues while changing the role of a port using the switchport command, shut down the interface before applying the switchport command.
Preparing a Layer 2 Switching Port for Configuration as a Trunk, page 7-8 Configuring the Layer 2 Switching Port as an ISL or 802.1Q Trunk, page 7-9 Configuring the Layer 2 Trunk to Use DTP, page 7-9 Configuring the Layer 2 Trunk Not to Use DTP, page 7-10 Configuring the Default VLAN, page 7-10 Configuring the 802.1Q Native VLAN, page 7-11 Configuring the List of VLANs Allowed on a Trunk, page 7-11 Configuring the List of Prune-Eligible VLANs, page 7-12 Completing Trunk Configuration, page 7-13 Verifying Layer 2 Trunk Configuration, page 7-13 Configuration and Verification Examples, page 7-13
Purpose
slot/port
Selects the LAN port to configure. (Optional) Shuts down the interface to prevent traffic flow until configuration is complete. (Optional) Configures the LAN port for Layer 2 switching (required only if the LAN port is not already configured for Layer 2 switching; see the Configuring a LAN Port for Layer 2 Switching section on page 7-7).
Router(config-if)# switchport
1.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-8
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Configuring LAN Interfaces for Layer 2 Switching
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section. To configure the Layer 2 switching port as an ISL or 802.1Q trunk, perform this task:
Command
Router(config-if)# switchport trunk encapsulation {isl | dot1q | negotiate}
Purpose (Optional) Configures the encapsulation, which configures the Layer 2 switching port as either an ISL or 802.1Q trunk.
Note
To support the switchport mode trunk command, you must configure the encapsulation.
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section. To configure the Layer 2 trunk to use DTP, perform this task:
Command
Router(config-if)# switchport mode dynamic {auto | desirable} Router(config-if)# no switchport mode
Purpose (Optional) Configures the trunk to use DTP. Reverts to the default trunk trunking mode (switchport mode dynamic desirable).
When configuring the Layer 2 trunk to use DTP, note the following syntax information:
Required only if the interface is a Layer 2 access port or to specify the trunking mode. See Table 7-2 on page 7-4 for information about trunking modes.
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-9
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section. To configure the Layer 2 trunk not to use DTP, perform this task:
Command
Step 1
Router(config-if)# switchport mode trunk Router(config-if)# no switchport mode
Purpose (Optional) Configures the port to trunk unconditionally. Reverts to the default trunk trunking mode (switchport mode dynamic desirable). (Optional) Configures the trunk not to use DTP. Enables DTP on the port.
Step 2
When configuring the Layer 2 trunk not to use DTP, note the following syntax information:
Before entering the switchport mode trunk command, you must configure the encapsulation (see the Configuring the Layer 2 Switching Port as an ISL or 802.1Q Trunk section on page 7-9). To support the switchport nonegotiate command, you must enter the switchport mode trunk command. Enter the switchport mode dynamic trunk command. See Table 7-2 on page 7-4 for information about trunking modes. Before entering the switchport nonegotiate command, you must configure the encapsulation (see the Configuring the Layer 2 Switching Port as an ISL or 802.1Q Trunk section on page 7-9) and configure the port to trunk unconditionally with the switchport mode trunk command (see the Configuring the Layer 2 Trunk to Use DTP section on page 7-9).
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-10
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Configuring LAN Interfaces for Layer 2 Switching
Purpose (Optional) Configures the default VLAN, which is used if the interface stops trunking.
With Release 12.1(13)E and later releases, the vlan_ID value can be 1 to 4094, except for reserved VLANs (see Table 9-1 on page 9-2). With 12.1 E releases earlier than Release 12.1(13)E, the vlan_ID value can be 1 to 1005.
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section. To configure the 802.1Q native VLAN, perform this task:
Command
Router(config-if)# switchport trunk native vlan vlan_ID Router(config-if)# no switchport trunk native vlan
Purpose (Optional) Configures the 802.1Q native VLAN. Reverts to the default value (VLAN 1).
When configuring the native VLAN, note the following syntax information:
With Release 12.1(13)E and later releases, the vlan_ID value can be 1 to 4094, except for reserved VLANs (see Table 9-1 on page 9-2). With 12.1 E releases earlier than Release 12.1(13)E, the vlan_ID value can be 1 to 1005. The access VLAN is not automatically used as the native VLAN.
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-11
To configure the list of VLANs allowed on a trunk, perform this task: Command
Router(config-if)# switchport trunk allowed vlan {add | except | none | remove} vlan [,vlan[,vlan[,...]] Router(config-if)# no switchport trunk allowed vlan
Purpose (Optional) Configures the list of VLANs allowed on the trunk. Reverts to the default value (all VLANs allowed).
When configuring the list of VLANs allowed on a trunk, note the following syntax information:
The vlan parameter is either a single VLAN ID or a range of VLAN IDs described by two VLAN IDs, the lesser one first, separated by a dash. Do not enter any spaces between comma-separated vlan parameters or in dash-specified ranges. With Release 12.1(13)E and later releases, the VLAN IDs can be 1 to 4094, except for reserved VLANs (see Table 9-1 on page 9-2). With 12.1 E releases earlier than Release 12.1(13)E, the VLAN IDs can be 1 to 1005. All VLANs are allowed by default. With Release 12.1(13)E and later releases, you can remove the default VLANs (10021005) from a trunk. With earlier releases, you cannot remove any of the default VLANs from a trunk. With Release 12.1(11b)E or later, you can remove VLAN 1. If you remove VLAN 1 from a trunk, the trunk interface continues to send and receive management traffic, for example, Cisco Discovery Protocol (CDP), VLAN Trunking Protocol (VTP), Port Aggregation Protocol (PAgP), and DTP in VLAN 1.
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Complete the steps in the Preparing a Layer 2 Switching Port for Configuration as a Trunk section on page 7-8 before performing the tasks in this section. To configure the list of prune-eligible VLANs on the Layer 2 trunk, perform this task:
Command
Router(config-if)# switchport trunk pruning vlan {none |{{add | except | remove} vlan[,vlan[,vlan[,...]]}} Router(config-if)# no switchport trunk pruning vlan
Purpose (Optional) Configures the list of prune-eligible VLANs on the trunk (see the Understanding VTP Pruning section on page 8-3). Reverts to the default value (all VLANs prune-eligible).
When configuring the list of prune-eligible VLANs on a trunk, note the following syntax information:
The vlan parameter is either a single VLAN ID or a range of VLAN IDs described by two VLAN IDs, the lesser one first, separated by a dash. Do not enter any spaces between comma-separated vlan parameters or in dash-specified ranges.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-12
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Configuring LAN Interfaces for Layer 2 Switching
With Release 12.1(13)E and later releases, the VLAN IDs can be 1 to 4094, except for reserved VLANs (see Table 9-1 on page 9-2). With 12.1 E releases earlier than Release 12.1(13)E, the VLAN IDs can be 1 to 1005. The default list of VLANs allowed to be pruned contains all VLANs. Network devices in VTP transparent mode do not send VTP Join messages. On Catalyst 6500 series switches with trunk connections to network devices in VTP transparent mode, configure the VLANs used by the transparent-mode network devices or that need to be carried across the transparent-mode network devices as pruning ineligible.
Note
Complete the steps in the Completing Trunk Configuration section on page 7-13 after performing the tasks in this section.
Purpose Activates the interface. (Required only if you shut down the interface.) Exits configuration mode.
Router(config-if)# end
Purpose Displays the running configuration of the interface. Displays the switch port configuration of the interface. Displays the trunk configuration of the interface.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-13
Port Vlans allowed on trunk Fa5/8 1-1005 Port Vlans allowed and active in management domain Fa5/8 1-6,10,20,50,100,152,200,300,303-305,349-351,400,500,521,524,570,801-8 02,850,917,999,1002-1005 Port Vlans in spanning tree forwarding state and not pruned Fa5/8 1-6,10,20,50,100,152,200,300,303-305,349-351,400,500,521,524,570,801-8 02,850,917,999,1002-1005 Router#
If you assign a LAN port to a VLAN that does not exist, the port is shut down until you create the VLAN in the VLAN database (see the Creating or Modifying an Ethernet VLAN section on page 9-10). To configure a LAN port as a Layer 2 access port, perform this task:
Command
Step 1 Step 2
Router(config)# interface type Router(config-if)# shutdown
1
Purpose
slot/port
Selects the LAN port to configure. (Optional) Shuts down the interface to prevent traffic flow until configuration is complete.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-14
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Configuring LAN Interfaces for Layer 2 Switching
Command
Step 3
Router(config-if)# switchport
You must enter the switchport command once without any keywords to configure the LAN port as a Layer 2 port before you can enter additional switchport commands with keywords.
Step 4 Step 5
Clears Layer 2 LAN port configuration. Configures the LAN port as a Layer 2 access port. Reverts to the default switchport mode (switchport mode dynamic desirable). Places the LAN port in a VLAN.
Step 6
With Release 12.1(13)E and later releases, the vlan_ID value can be 1 to 4094, except for reserved VLANs (see Table 9-1 on page 9-2). With 12.1 E releases earlier than Release 12.1(13)E, the vlan_ID value can be 1 to 1005.
Reverts to the default VLAN (VLAN 1). Activates the interface. (Required only if you shut down the interface.) Exits configuration mode. Displays the running configuration of the interface. Displays the switch port configuration of the interface.
Router(config-if)# no shutdown
This example shows how to configure the Fast Ethernet port 5/6 as an access port in VLAN 200:
Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# interface fastethernet 5/6 Router(config-if)# shutdown Router(config-if)# switchport Router(config-if)# switchport mode access Router(config-if)# switchport access vlan 200 Router(config-if)# no shutdown Router(config-if)# end Router# exit
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-15
Router# show interfaces fastethernet 5/6 switchport Name: Fa5/6 Switchport: Enabled Administrative Mode: static access Operational Mode: static access Administrative Trunking Encapsulation: negotiate Operational Trunking Encapsulation: native Negotiation of Trunking: Enabled Access Mode VLAN: 200 (VLAN0200) Trunking Native Mode VLAN: 1 (default) Trunking VLANs Enabled: ALL Pruning VLANs Enabled: ALL Router#
Purpose Configures the 802.1Q EtherType field value for the port. Reverts to the default 802.1Q EtherType field value (0x8100).
To use a custom EtherType field value, all network devices in the traffic path across the network must support the custom EtherType field value. You can configure a custom EtherType field value on trunk ports, access ports, and tunnel ports. Each port supports only one EtherType field value. A port that is configured with a custom EtherType field value does not recognize frames that have any other EtherType field value as tagged frames. For example, a trunk port that is configured with a custom EtherType field value does not recognize the standard 0x8100 EtherType field value on 802.1Q-tagged frames and cannot put the frames into the VLAN to which they belong.
Caution
A port that is configured with a custom EtherType field value considers frames that have any other EtherType field value to be untagged frames. A trunk port with a custom EtherType field value places frames with any other EtherType field value into the native VLAN. An access port or tunnel port with a custom EtherType field value places frames that are tagged with any other EtherType field value into the access VLAN. If you misconfigure a custom EtherType field value, frames might be placed into the wrong VLAN.
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-16
78-14099-04
Chapter 7
Configuring LAN Ports for Layer 2 Switching Configuring LAN Interfaces for Layer 2 Switching
WS-X6516-GBIC
Note
The WS-X6516A-GBIC and WS-X6516-GBIC modules apply a configured custom EtherType field value to all ports supported by each port ASIC (1 through 8 and 9 through 16).
You cannot configure a custom EtherType field value on the ports in an EtherChannel. You cannot form an EtherChannel from ports that are configured with custom EtherType field values.
This example shows how to configure the EtherType field value to 0x1234:
Router (config-if)# switchport dot1q ethertype 1234 Router (config-if)#
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E 78-14099-04
7-17
Catalyst 6500 Series Switch Cisco IOS Software Configuration GuideRelease 12.1 E
7-18
78-14099-04