Written Lab 11 Flashcards
What do you do to provide IVR with a layer 3 switch?
You need to create logical interfaces in the switch configuration for each VLAN
What protocol will stop loops in a layer 2 switched network?
Spanning Tree Protocol (STP)
VLANs break up ____ domains in a Layer 2 switched network
Broadcast
Which VLAN cannot be changed and which can you configure by default?
VLAN 1 is the default VLAN and can’t be changed. VLANs 2-1001 can be configured by default.
If you have a switch that provides both ISL and 802.1q frame tagging, what command under the trunk interface will make the trunk use 802.1q? What do put if there’s an error when trying to trunk a port?
switchport trunk encapsulation dot1q
What does trunking provide?
It allows for the transfer of information of all or many VLANs via one link
The 802.1q encapsulation is removed from the frame if the frame is forwarded out an access link
What happens to the 802.1q encapsulation of the frame if the frame is forwarded out an access link?
The 802.1q encapsulation is removed from the frame
What is an access link?
Referred to as the configured VLAN of the port. Any device attached to it assumes it’s part of some broadcast domain, but it doesn’t have the big picture of physical topology.
Member of only one VLAN
You want to change from the default of VLAN 1 to VLAN 4 for untagged traffic. What command will you use?
switchport trunk native vlan 4