CCNA Tests Applied Networking — Configuration and Troubleshooting, Not Theory
The CCNA expects you to configure, verify, and troubleshoot real network scenarios. Knowing the OSI model is table stakes — applying it under time pressure is the test.
Check Your Readiness →Most candidates understand Cisco Certified Network Associate concepts — and still fail. This exam tests how you apply knowledge under pressure.
CCNA 200-301 has six exam topics. Routing and switching configuration questions dominate. Know show commands for verification, common error symptoms, and how to read routing tables, VLAN configurations, and access control lists.
Check the routing configuration between the switches
Same-VLAN communication is a Layer 2 issue — verify the VLAN is configured on both switches, the inter-switch link is a trunk port, and the VLAN is allowed on the trunk
Check if OSPF is enabled on the interface
Verify OSPF neighbor parameters match: subnet, area number, hello/dead intervals, MTU size, stub area flags, and authentication — any mismatch prevents adjacency formation
Check the NAT pool addresses
Verify the NAT statements match the ACL defining internal traffic, the inside/outside interface designations are correct, and the default route or routing allows traffic to the outside interface
Access ports carry untagged traffic for a single VLAN. Trunk ports carry tagged traffic for multiple VLANs using 802.1Q encapsulation. Misconfiguring native VLAN on trunk ports or assigning a trunk port as access causes connectivity failures.
OSPF neighbors must agree on: subnet mask, area number, hello/dead intervals, stub area flags, and authentication. If neighbors are stuck in EXSTART or EXCHANGE state, MTU mismatch is a common culprit. Candidates diagnose OSPF failures without checking these parameters.
Standard ACLs filter only by source IP and should be placed close to the destination. Extended ACLs filter by source, destination, protocol, and port and should be placed close to the source. Placing standard ACLs at the source is inefficient and often blocks unintended traffic.
STP port roles: Root Port, Designated Port, Non-Designated (blocking). Port states: Blocking → Listening → Learning → Forwarding. Candidates confuse roles with states and misdiagnose why a port is not forwarding.
Static NAT: one-to-one mapping (permanent). Dynamic NAT: pool of public IPs mapped to private IPs (temporary). PAT/NAT overload: many private IPs mapped to one public IP using port numbers. PAT is the most common in practice and the most tested.
CCNA requires applied networking knowledge. Test whether you can configure and troubleshoot, not just recall.