Match each access-layer feature to its most accurate function.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is assuming PortFast and BPDU Guard serve the same purpose or can be applied universally. PortFast is only for edge ports to speed up forwarding, while BPDU Guard protects those ports from receiving BPDUs. Misapplying PortFast on switch-to-switch links can cause spanning-tree loops, and ignoring BPDU Guard can allow rogue switches to disrupt the topology. Another trap is confusing Voice VLAN with Port Security; Voice VLAN separates voice traffic for QoS, whereas Port Security restricts MAC addresses for security. Understanding each feature's distinct role prevents these common mistakes.
Technical deep dive
How to think about this question
Access-layer features in Cisco switching are essential for optimizing network performance and security at the edge where end devices connect. PortFast is a spanning-tree enhancement that allows a switch port to skip the usual STP states (listening and learning) and immediately enter the forwarding state. This reduces the delay for devices like PCs and IP phones to start communicating on the network. However, PortFast must only be applied to ports connected to end devices, not to other switches, to avoid creating loops. BPDU Guard complements PortFast by protecting the network from accidental or malicious introduction of switches on edge ports. If a PortFast-enabled port receives a BPDU, BPDU Guard disables the port to prevent potential spanning-tree topology changes that could cause loops or instability. Voice VLAN is a feature that segregates voice traffic from data traffic on the same physical port, enabling the switch to apply appropriate QoS policies and ensure voice traffic is prioritized. Port security controls which MAC addresses can connect through a port, preventing unauthorized devices from gaining network access and enhancing security. A common exam trap is confusing the purpose of these features or applying them incorrectly. For example, enabling PortFast on a trunk port connected to another switch can cause spanning-tree loops. Similarly, misunderstanding BPDU Guard as a general security feature rather than a spanning-tree protection mechanism can lead to misconfiguration. In practical networks, these features are often combined on access ports to provide fast connectivity, secure access, and voice traffic prioritization, but each serves a distinct function that must be understood to avoid network issues.
KKey Concepts to Remember
- PortFast enables an access-layer switch port to immediately transition to the forwarding state, bypassing the usual STP listening and learning states to reduce connection delay for end devices.
- BPDU Guard disables a PortFast-enabled port if it receives Bridge Protocol Data Units (BPDUs), protecting the network from potential spanning-tree topology loops caused by unauthorized switches.
- Voice VLAN segregates IP phone traffic from regular data traffic on the same physical switch port, ensuring quality of service and proper traffic prioritization for voice communications.
- Port security restricts the MAC addresses allowed on a switch port, preventing unauthorized devices from connecting and enhancing network access control at the access layer.
- Access-layer features like PortFast, BPDU Guard, Voice VLAN, and Port Security are designed to address distinct operational needs such as fast connectivity, loop prevention, traffic separation, and device authentication.
- PortFast should only be enabled on edge ports connected to end devices to avoid causing spanning-tree topology instability in the network core or distribution layers.
- BPDU Guard acts as a safety mechanism to immediately shut down ports that receive unexpected BPDUs, which helps maintain the integrity of the spanning-tree topology.
- Voice VLAN configuration allows the switch to identify and prioritize voice traffic, which is critical for maintaining call quality and reducing latency in converged networks.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
CCNA DHCP practice questions
Practise DHCP scopes, relay, leases and troubleshooting.
CCNA show ip route practice questions
Practise routing-table output, longest-prefix match, AD and route selection.
CCNA show interfaces trunk practice questions
Practise trunk verification and VLAN forwarding across switches.
CCNA wireless security practice questions
Practise WLAN security, authentication and wireless architecture concepts.
CCNA IPv6 practice questions
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Question 2
A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?
Question 3
What is the OSPF metric called?
Question 4
A non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
Question 5
A router interface applies this ACL inbound: 10 deny tcp any any eq 80 20 permit ip any any A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Question 6
A router learns route 198.51.100.0/24 from OSPF with AD 110 and also has a static route to the same prefix configured with AD 150. Which route is installed?
FAQ
Questions learners often ask
What does this 200-301 question test?
PortFast enables an access-layer switch port to immediately transition to the forwarding state, bypassing the usual STP listening and learning states to reduce connection delay for end devices.
What exam trap should I watch out for?
Common exam trap: answer the scenario, not the keyword: A frequent exam trap is assuming PortFast and BPDU Guard serve the same purpose or can be applied universally. PortFast is only for edge ports to speed up forwarding, while BPDU Guard protects those ports from receiving BPDUs. Misapplying PortFast on switch-to-switch links can cause spanning-tree loops, and ignoring BPDU Guard can allow rogue switches to disrupt the topology. Another trap is confusing Voice VLAN with Port Security; Voice VLAN separates voice traffic for QoS, whereas Port Security restricts MAC addresses for security. Understanding each feature's distinct role prevents these common mistakes.
What should I do if I get this 200-301 question wrong?
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Discussion
Sign in to join the discussion.