CCNA Ch. 1 - Implementing Ethernet Virtual LANs Flashcards
A LAN includes all devices in the same
broadcast domain
Five reasons to create smaller broadcast domains
- Reduce CPU overhead by reducing the number of hosts that get each broadcast frame
- Reduce security risks by reducing the number of hosts that see each frame
- Create a more flexible network design by grouping people logically instead of physically
- Reduce the failure domain of many problems, leading to faster troubleshooting times
- Reduce the workload for STP by limiting the VLAN to a single switch
Define VLAN tagging
The extra VLAN trunking header includes a VLAN identifier (VLAN ID) field so that the sending switch can associate the frame with a particular VLAN ID, and the recieveing switch can then know in what VLAN each frame belongs.
What are the normal and extended VLAN ID ranges?
Cisco switches break the range of VLAN IDs (1-4094) into two ranges, the normal range (1-1005) and the extended range (1006-4094). Only some switches can use extended while all can use the normal range.
What is and why us a native VLAN?
By definition, the native VLAN does not require a 802.1Q header. It is assumed that if a switch receives a frame without a trunking header, that the frame belongs to the native VLAN. Both switches must agree on which VLAN is the native VLAN. Native VLANs allow switches that understand trunking to communicate with switches that don’t
VTP and its three modes
VLAN Trunking Protocol (VTP)
A proprietary tool on Cisco switches that advertieses each VLAN configured in one switch so that all switches in the campus learn about that VLAN
Each switch can choose one of three VTP modes: server, client, or transparent. With many Cisco IOS version, VTP cannot be completely disabled, so instead a switch disables VTP by setting it to VTP transparent mode
DTP
Dynamic Trunking Protocol (DTP) handles negotiations related to trunking
Define the four VLAN trunking administrative modes
- access: Always act as an access port
- trunk: Always act as a trunk port
- dynamic desirable: Initiates negotiation messages and responds to negotiation messages to dynamically choose whether to start using trunking
- dynamic auto: Passively waits to recieve trunk negotiation messages, at which point the swithc will respond and negotiate whether to use trunking
The two VLANs required for IP phones to work
- Data VLAN: Same idea and configuration as the access VLAN on an access port, but defined as the VLAN on that link for forwarding the traffic for the device connected to the phone on the desk (usually the PC)
- Voice VLAN: The VLAN defined on the link for forwarding the phone’s traffic. Typically tagged with a 802.1Q header
Creates the VLAN and puts the CLI into VLAN configuration mode
vlan
VLAN subcommand that names the VLAN
name
VLAN mode subcommand that enables or disables the VLAN
[no] shutdown
Global config command that defines the VTP mode
vtp mode {server | client | transparent | off}
Interface subcommand that configures the trunking administrative mode on the interface
switchport mode {access | dynamic auto | dynamic desirable | trunk}
Interface subcommand that statically configures the interface into that on VLAN
switchport access vlan