Category: CCNA Study Guide

Switchport Trunk Encapsulation dot1q Command on CISCO Router/Switch

Command Switchport Trunk Encapsulation dot1q Use Enables dot1q trunking encapsulation on the interface. Syntax Switch(config-if)#switchport trunk encapsulation dot1q Example First, here is the trunking information for SW3. Note fa0/19, which is set to ISL. CopySW3(config-if)#do show int trunkPort Mode Encapsulation Status Native vlan Fa0/19 auto isl trunking 1 …

Switchport Mode Trunk Command on CISCO Router/Switch

Command Switchport Mode Trunk Use Enables trunking on an interface. Before enabling trunking, encapsulation needs to be set using the switchport trunk encapsulation command. Syntax Switch(config-if)#switchport mode trunk Example In this example, trunking is enabled on fa0/2. Before enabling trunking, encapsulation is also set. CopySW3#conf t Enter configuration commands, one …

Switchport Trunk Native Vlan Command on CISCO Router/Switch

Command Switchport Trunk Native Vlan Use Changes the native VLAN for dot1q encapsulation. Syntax Switch(config-if)#switchport trunk native vlan <vlan #> Example In this example, the native VLAN for int fa0/2 is changed. CopySW#conf t SW#int fa0/2 SW3(config-if)#switchport trunk native vlan 55 Here’s the trunking information for SW3. CopySW3(config-if)#do show …