Module+3+-+Lesson+1+Quiz
Module+3+-+Lesson+1+Quiz
Questions
A. Primary VLAN
B. Management VLAN
C. Secondary VLAN
D. Native VLAN
2. Switches SW1 and SW2 are directly connected with a Gigabit Ethernet connection. Which
of the following Dynamic Trunk Protocol (DTP) mode combinations will FAIL to bring up a
trunk between the switches?
3. Switches SW1 and SW2 are directly connected with a Gigabit Ethernet connection. Which
of the following Port Aggregation Protocol (PAgP) mode combinations will successfully
bring up an EtherChannel between the switches?
A. CST
B. PVST+
C. MSTP
D. Rapid PVST+
6. When configuring MSTP, what Spanning Tree instance is used by any VLANs not explicitly
assigned an instance?
A. Discarding
B. Listening
C. Learning
D. Forwarding
A. PortFast
B. UplinkFast
C. BackboneFast
D. BPDUGuard
A. The switch will flood the advertisement out all other trunk links, other than the trunk it
was received on.
B. The switch will drop the advertisement.
C. The switch will send a VTP Reject message back to the sending switch.
D. The switch will update its VLAN database, based on the advertisement, but the
advertisement will not be forwarded.
10. What parameter exchanged in VTP advertisements determines how authoritative a VTP
update is?
A. Configuration Register
B. Metric
C. Distance
D. Configuration Revision Number
11. Identify the STP protection feature that causes a port to go into a Root Inconsistent state if
it receives a superior BPDU.
A. PortFast
B. BPDU Guard
C. UplinkFast
D. Root Guard
A. Primary VLAN
B. Management VLAN
C. Secondary VLAN
D. Native VLAN
Answer: D
Explanation: VLANs on an IEEE 802.1Q trunk have four Tag Bytes added to each of their frames.
One purpose of these Tag Bytes is to identify the VLAN membership of the frames. However,
one VLAN, called the Native VLAN, is not tagged. As a result, neighboring switches should agree
on the Native VLAN being used on a trunk that is interconnecting to those switches.
2. Switches SW1 and SW2 are directly connected with a Gigabit Ethernet connection. Which
of the following Dynamic Trunk Protocol (DTP) mode combinations will FAIL to bring up a
trunk between the switches?
Answer: C
Explanation: DTP modes of Trunk and Dynamic Desirable both initiate the formation of a trunk
by sending DTP frames. The mode of Dynamic Auto will setup a trunk if it receives a DTP frame,
but it doesn’t initiate trunk formation. Also, Access mode prevents a trunk from being formed.
As a result, the only two mode combinations that would fail to bring up a trunk are: (1) one side
set to Access (regardless of the other side’s mode) and (2) both sides set to Dynamic Auto.
3. Switches SW1 and SW2 are directly connected with a Gigabit Ethernet connection. Which
of the following Port Aggregation Protocol (PAgP) mode combinations will successfully
bring up an EtherChannel between the switches?
Answer: B
Explanation: The “dst-mac” load-balancing algorithm uses a packet’s destination MAC address
to select the physical connection in an EtherChannel bundle that is used to send a packet. The
number of bits in the destination MAC address used to make the path selection decision is
determined by the number of links in the EtherChannel. If there were only two links, the last bit
in the destination MAC address would be used, because a single bit could represent two values
(i.e. 0 or 1). Similarly, the last two bits in a destination MAC address would be used if the
EtherChannel had four physical links (because two bits can be arranged in four different ways),
and the last three bits in a destination MAC address would be used if the EtherChannel had
eight physical links.
5. Which Spanning Tree Protocol (STP) variant allows different collections of VLANs to share
different Spanning Tree instances, resulting in an optimal Spanning Tree topology for each
VLAN without the overhead of having a Spanning Tree instance for each VLAN?
A. CST
B. PVST+
C. MSTP
D. Rapid PVST+
Answer: C
6. When configuring MSTP, what Spanning Tree instance is used by any VLANs not explicitly
assigned an instance?
Answer: B
Explanation: In addition to the instances you define in an MSTP configuration, a default
instance of MST0 is created. All VLANs not explicitly assigned an MSTP instance are assigned to
that MST0 instance.
A. Discarding
B. Listening
C. Learning
D. Forwarding
Answer: B
Explanation: Traditional Spanning Tree Protocol (STP) has the following port states: (1) Blocking,
(2) Listening, (3) Learning, and (4) Forwarding. However, Rapid PVST+ uses these port states: (1)
Discarding, (2) Learning, and (3) Forwarding.
A. PortFast
Answer: A
Explanation: The PortFast feature causes a switch port to go active when an end station is
connected, without waiting through any STP delays. In Rapid PVST+ terminology, a Point-to-
Point interface (i.e. a full duplex switch port) enabled with the PortFast feature is called an Edge
Port.
9. What will a Cisco Catalyst switch in VTP Transparent mode do when it receives a VTP
advertisement?
A. The switch will flood the advertisement out all other trunk links, other than the trunk it
was received on.
B. The switch will drop the advertisement.
C. The switch will send a VTP Reject message back to the sending switch.
D. The switch will update its VLAN database, based on the advertisement, but the
advertisement will not be forwarded.
Answer: A
Explanation: When a switch in VTP Transparent mode receives a VTP update, it will not update
its VLAN database. However, it will flood the advertisement out all other trunk links, other than
the trunk it was received on.
10. What parameter exchanged in VTP advertisements determines how authoritative a VTP
update is?
A. Configuration Register
B. Metric
C. Distance
D. Configuration Revision Number
Answer: D
Explanation: A switch configured for VTP uses the Configuration Revision Number of a VTP
advertisement to determine whether or not a received VTP advertisement is more authoritative
than the switch’s local VLAN database.
A. PortFast
B. BPDU Guard
C. UplinkFast
D. Root Guard
Answer: D
Explanation: PortFast is a Spanning Tree Protocol (STP) feature that causes a previously empty
port to bypass the Listening and Learning states of STP when a device is attached, causing the
port to immediately transition into the Forwarding state. This feature is often appropriate on
client-facing ports.
The BPDU Guard feature is often enabled on a port already configured for PortFast. If that port
receives a Bridge Protocol Data Unit (BPDU) then it transitions into an Error Disabled
(specifically, “err-disabled”) state.
The UplinkFast feature is a legacy Cisco enhancement to STP. Specifically, the UplinkFast
feature sped up STP convergence, in some cases, when there was an STP topology change.
The Root Guard feature can be enabled on a port that should never become a switch’s Root
Port. If a superior BPDU (i.e., a BPDU advertising a lower Bridge ID (BID) that the Root Bridge) is
seen off a port enabled for Root Guard, that port transitions into a Root Inconsistent state. This
can help prevent an attacker from introducing a switch to a network and causing their rogue
switch to be elected as a Root Bridge.