Chapter 8: Implementing Ethernet Virtual LANs Flashcards
What does a VLAN allow?
Multiple broadcast domains on one device
Which hosts receive frames sent within a VLAN?
Only other hosts within the same VLAN
List 3 advantages of VLANs, along with the reasoning
Reduce CPU usage - Reducing number of devices receiving frames
Reduce security risks - Reducing hosts which receive copies of frames
Improve security - Apply security policies to different VLANs
Reduce STP workload
Faster problem solving - Issues limited by devices on broadcast domain
Group users by department, not physical location
What does VLAN tagging do?
Adds extra header to the frame
What process inserts a VLAN header to a frame?
VLAN tagging
What is a VLAN trunk?
One link containing multiple VLANs
Name IEEE protocol name for a VLAN
802.1Q
What is different about frames within a networks default VLAN?
No VLAN tag is inserted into the header
What is the name for multiple VLANs running over 1 link?
VLAN trunking
What command creates a VLAN? What configuration mode is required?
VLAN <vlan-ID>
Global configuration</vlan-ID>
What commands assign a VLAN to an access interface?
Interface <interface-ID> - on which the VLAN is required
Switchport access vlan <vlan-ID></vlan-ID></interface-ID>
What command shows the VLAN settings of the router?
Show vlan brief
What would the following achieve?
interface range Fastethernet 0/15-16
switchport access vlan 3
Assign VLAN 3 to interfaces Fa0/15 and 16
What command ensures an interface only acts as an access port, not a trunk?
Switchport mode access
What is VTP?
VLAN Trunking Protocol. Cisco protocol which advertises a each VLAN so all switches on a site learn about it
What command ensures an interface acts as a trunk port?
Switchport mode trunk
What switchport mode do switches default to? What does this mean?
Auto. Neither port will initiate a trunk negotiation process
List the command which tells a switch to initiate trunk negotiation
Swtichport mode dynamic desirable
With all interfaces set as switchport mode dynamic auto, what would show in the show interfaces trunk output? Why?
Nothing. No trunks are configured, as no switches start the negotiation process
What does command switchport mode access set?
Tells an interface to only act as an access interface
What does switchport mode dynamic desirable set?
Both ports to negotiate switchport mode, and to initiate the negotiation
In what situation can a port act as both an access and a trunk?
IP Telephone
What must be enabled for a voice access port?
CDP
List a minimum of 2 steps an engineer can take to troubleshoot VLAN issues
Check they are defined and active
Check the VLAN is allowed on both ends of each trunk
Check for incorrect trunk configuration
Check native VLAN on each end of trunk to ensure match