Day 26 - VLAN, Trunking Concepts and Configurations Flashcards
Without VLANs, a switch considers every port to be in the same what?
Broadcast domain
What type of VLAN is this based on the description below?
Configured to carry only user-generated traffic, ensuring that voice and management traffic is separated from data traffic
Data VLAN
What type of VLAN is this based on the description below?
All the ports on a switch are initially members of this VLAN. It’s ID is always 1
Default VLAN
What type of VLAN is this based on the description below?
This should be a dummy VLAN assigned to all unused switchports on a switch
Black hole VLAN
What type of VLAN is this based on the description below?
This VLAN serves as a common identifier on opposing ends of a trunk link. This VLAN isn’t used for any traffic the switched network unless legacy bridging devices happen to be present
Native VLAN
What type of VLAN is this based on the description below?
This VLAN is a means to access the management capabilities of a switch
Management VLAN
What type of VLAN is this based on the description below?
This VLAN carries IP voice traffic from an IP phone to a switchport
Voice VLAN
A __________ ___________ is an ethernet point-to-point link between an ethernet switch interface and an ethernet interface on another networking device, such as a router or a switch, carrying the traffic of multiple VLANs over a singular link
VLAN Trunk
When a frame is placed on a trunk link, information about the __________ it belongs to must be added to the frame. This is accomplished using IEEE __________ __________ __________
VLAN
802.1q frame tagging
This is a Cisco proprietary protocol that negotiates both the status of trunk ports and the trunk encapsulation of trunk ports
DTP (Dynamic trunking protocol)
Which trunking mode is this based on the description below:
The switchport periodically sends DTP messages to the remote port, advertising that it is in an unconditional trunking state
switchport mode trunk
Which trunking mode is this based on the description below:
The local switch port advertises to the remote switch port that it is able to trunk but does not request to go to the trunking state
switchport mode dynamic auto
Which trunking mode is this based on the description below:
The local switch port advertises to the remote switch port that it is able to trunk and asks the remote switch port to go to the trunking state
switchport mode dynamic desirable
Which trunking mode is this based on the description below:
The local port is considered to be in an unconditional trunking state. Use this feature when you need to configure a trunk with a switch from another vendor
switchport nonegotiate
This verification command will show all of the configured VLANs, their name, status and the ports configured in those VLANs
show vlan brief
What verification command will verify an interfaces VLAN assignment?
show interfaces {int} switchport
example: show interfaces gi1/0/11 switchport
What verification command would you use to see if trunking is operational
show interfaces trunk
Other than show interfaces trunk, what is another verification command to see if a trunk is working on a specific link?
show interface {int} switchport
Example: show interface gi0/1 switchport
VLANs can be in one of two states. What are those states?
active and act/lshut
To compare the allowed VLANs on a switch you need to look at the __________ of three lists of VLANs listed by the __________ __________ __________ command
Second
Show int trunk
What command would allow you to add an allowed VLAN to an allowed VLANs list?
switchport trunk allowed vlan add {vlan-id}
Example: switchport trunk allowed vlan add 10
What OSI Layer do VLANs live at?
Layer 2