Day 16 Flashcards - VLANs
A […] domain is the group of devices which will receive a frame with the destination MAC address FFFF.FFFF.FFFF.
broadcast
An […] port is a switchport which belongs to a single VLAN, and usually connects to end hosts like PCs.
access
Configure a switch interface to be an access port:
SW1(config-if)# […]
switchport mode access
Configure the name of a VLAN:
SW1(config-vlan)# […]
name name
Configure the VLAN of a switch access port:
SW1(config-if)# […]
switchport access vlan vlan-number
Create a VLAN:
SW1(config)# […]
vlan vlan-number
Switchports which carry multiple VLANs are called ‘[…] ports’.
trunk
VLANs are used to split up […] domains.
broadcast
VLANs operate at Layer […] of the OSI model.
2
What are the 5 VLANs that exist by default on a Cisco switch?
1, 1002, 1003, 1004, 1005
What VLAN are Cisco switch interfaces in by default?
VLAN1
Will a Layer 2 switch forward traffic between VLANs? (inter-VLAN routing)
no
802.1Q tag: The […] field identifies the VLAN the frame belongs to.
VID
802.1Q tag: The […] field indicates that a frame can be dropped if the network is congested.
DEI
802.1Q tag: The […] field is use for Class of Service.
PCP
802.1Q tag: The DEI field is […] in length.
1 bit
802.1Q tag: The PCP field is […] bits in length.
3
802.1Q tag: The TPID field is […] bits in length.
16
802.1Q tag: The TPID field is alway set to a value of […]
0x8100
802.1Q tag: What does DEI stand for?
Drop Eligible Indicator
802.1Q tag: What does PCP stand for?
Priority Code Point