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