Ch11-Implementing Ethernet Virtual LANS Flashcards
IEEE standardized protocol for VLAN trunking
802.1Q
In campus VLANs, an Ethernet segment over which the devices add a VLAN header that identifies the VLAN in which the frame exists
trunk
The configured trunking setting on a Cisco switch interface, as configured with the <b>switchport mode</b> command
trunking administrative mode
The current behavior of a Cisco switch interface for VLAN trunking
trunking operational mode
A group of devices, connected to one or more switches, with the devices grouped into a single broadcast domain through switch configuration.
VLAN
A Cisco-proprietary messaging protocol used between switches to communicate configuration information about the existence of VLANs, including the VLAN ID and VLAN name
VLAN Trunking Protocol (VTP)
One of three VTP operational modes. Switches in this mode can configure VLANs, but they do not tell other switches about the changes, and they do not learn about VLAN changes from other switches
VTP transparent mode
One of three VTP operational modes. Switches in this mode learn about VLAN numbers and names from other switches, but this mode will not allow the switch to be directly configured with VLAN information
VTP client mode
One of three VTP operational modes. Switches in this mode can configure VLANs, tell other switches about the changes, and learn about VLAN changes from other switches
VTP server mode
A LAN switch that can also perform Layer 3 routing functions
Layer 3 switch
A LAN network design term that refers to a switch interface connected to end-user devices, configured so that it does not use VLAN trunking
access interface
A switch interface configured so that it operates using VLAN trunking, either 802.1Q or ISL
trunk interface
A VLAN used by typical data devices connected to an Ethernet
data VLAN
A VLAN defined for used by IP phones, with the switch notifying the phone about the VLAN ID so that the phone can use 802.1Q frames to support traffic for the phone and the attached PC
voice VLAN
Command reference:
Global config command that both creates the VLAN and puts the CLI into VLAN configuration mode
vlan <i>vlan-id</i>