Exhibit
show port-security interface gi1/0/10 Port Status : secure-shutdown Violation Mode : shutdown Maximum MAC Addresses : 1 Total MAC Addresses : 2
Exhibit: An access switch shows Gi1/0/10 as err-disabled shortly after an IP phone and a workstation are connected through the same wall jack. What is the most likely cause?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Distractor review
The native VLAN is missing
A missing native VLAN would not by itself trigger err-disable from port security.
Best answer
The port security maximum is too low for the connected devices
A phone plus a PC commonly requires more than one secure MAC address.
Distractor review
BPDU Guard blocked the port because a workstation was attached
A workstation does not send BPDUs in a normal case.
Distractor review
DHCP snooping denied the voice VLAN
That would not match the err-disabled symptom shown.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is selecting BPDU Guard as the cause of the err-disabled state because the question mentions a workstation connected to the port. Candidates may incorrectly assume the workstation sent BPDUs, triggering BPDU Guard. However, workstations do not normally generate BPDUs. Another trap is blaming DHCP snooping or native VLAN issues, which do not cause err-disable due to multiple MAC addresses. The key is recognizing that port security violations occur when the maximum allowed MAC addresses is exceeded, which is common with IP phones and PCs sharing a port.
Technical deep dive
How to think about this question
Port security is a fundamental Cisco switch feature designed to enhance network security by limiting the number of MAC addresses that can be learned on a single switch port. This is especially important in access layer switches where end devices connect. When an IP phone and a workstation connect through the same physical port, the switch sees two MAC addresses: one from the phone and one from the PC. This is a common deployment scenario because IP phones often have an integrated switch to connect a PC through the phone. The port security configuration must accommodate multiple MAC addresses on such a port. If the port security maximum is set to one, the switch detects a violation when it learns the second MAC address. This violation triggers the port to enter an err-disabled state, effectively shutting down the port to prevent potential security risks. The err-disabled state requires manual intervention or automatic recovery mechanisms to re-enable the port. A common exam trap is to confuse err-disable causes with other features like BPDU Guard or DHCP snooping. BPDU Guard disables ports that receive unexpected BPDUs, but workstations do not send BPDUs, so this is unlikely. DHCP snooping protects IP address assignment but does not cause err-disable due to multiple MAC addresses. Understanding the interaction between port security and multi-device connections on a single port is critical for correct troubleshooting and exam success.
KKey Concepts to Remember
- Port security on Cisco switches limits the number of MAC addresses learned on a single access port to prevent unauthorized devices from connecting.
- When an IP phone and a workstation share the same access port, the switch sees two distinct MAC addresses, one from each device.
- If port security is configured with a maximum of one MAC address, the presence of two MAC addresses triggers a security violation.
- A port security violation typically causes the switch to place the interface into an err-disabled state to protect the network.
- The native VLAN mismatch does not cause err-disable due to port security but can cause other connectivity issues.
- BPDU Guard disables ports that receive Bridge Protocol Data Units (BPDUs) unexpectedly, but workstations normally do not send BPDUs.
- DHCP snooping protects against rogue DHCP servers but does not directly cause err-disable states related to multiple MAC addresses on a port.
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?
Port security on Cisco switches limits the number of MAC addresses learned on a single access port to prevent unauthorized devices from connecting.
What is the correct answer to this question?
The correct answer is: The port security maximum is too low for the connected devices — With a phone and a PC on the same access port, the switch may legitimately see two MAC addresses. Port security set to a maximum of 1 causes a violation and can place the interface into err-disabled state.
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.