Master every domain of the Cisco Certified Network Associate exam. This course covers network fundamentals, LAN switching, IP routing, IP services, security, and network automation with real-world examples and exam-aligned explanations.
switchport mode access and switchport access vlan Xshow interfaces trunk and VLAN assignment with show vlan brief. A common exam trap: DTP (Dynamic Trunking Protocol) can auto-negotiate trunk links, but best practice is to manually configure trunks and disable DTP with switchport nonegotiate.
on. No protocol messages exchanged, so misconfigurations are harder to detectshow etherchannel load-balanceshow etherchannel summary and look for the (SU) flag indicating the port-channel is Layer 2, in use, and bundled correctly.
ip route [network] [mask] [next-hop | exit-interface]. Useful for stub networks, backup paths (floating static with higher AD), and small networksipv6 route [prefix/length] [next-hop | exit-interface]. Link-local next hops require specifying the exit interface as wellip route 10.0.0.0 255.0.0.0 192.168.1.1 200 as a backup to OSPF). For the exam, practice reading routing table output from show ip route and identifying the source code (C for connected, S for static, O for OSPF, etc.).
router ospf [process-id], network [address] [wildcard] area [area-id]. Alternatively, use ip ospf [process-id] area [area-id] directly on the interfaceauto-cost reference-bandwidth 10000 to differentiate between gigabit and 10-gigabit links. Verify OSPF with show ip ospf neighbor and show ip ospf interface.
show ip ospf interface brief.
standby [group] ip [virtual-ip], standby [group] priority [value], and standby [group] preempt. Without preemption, a recovered higher-priority router will not reclaim the Active role. Verify with show standby. While VRRP and GLBP are tested at an awareness level, understand their key differences from HSRP, especially that VRRP preempts by default and GLBP provides load balancing.
ip nat inside source static [local] [global]show ip nat translations displays the active translation table. show ip nat statistics shows hit counts, misses, and pool usage. clear ip nat translation * flushes all entriesip nat inside source list [ACL] interface [outside-if] overload. Do not forget to mark interfaces as ip nat inside or ip nat outside.
ip helper-address [server-ip] on the client-facing interface to forward DHCP broadcasts as unicast to the serverip dhcp pool [name], network [subnet] [mask], default-router [gateway], dns-server [ip]. Exclude addresses with ip dhcp excluded-address [start] [end]ntp server [ip]ip access-list standard|extended [name]. Support sequence numbers for inserting and reordering entriesdeny any at the end. At least one permit statement is needed or all traffic is blockedip access-group [name|number] in|out. Inbound ACLs filter traffic entering the interface; outbound ACLs filter traffic leaving. Only one ACL per interface, per direction, per protocolremark [description]) for documentation. Use show access-lists to verify match counts and show ip interface [interface] to confirm ACL application direction.
switchport port-securityshutdown then no shutdown on the interface, or configure errdisable recovery.
{"hostname": "R1", "interfaces": [{"name": "Gi0/0", "ip": "10.1.1.1"}]}<hostname>R1</hostname>Put your CCNA skills to the test with our free practice questions covering all six exam domains.
Start Practice Exam →