Reference
Configuration syntax, verification commands and the mistakes that quietly break each feature, for all 34 topics covered by NetLab labs.
IPv4 Addressing
IPv4 addresses are 32-bit values expressed in dotted decimal and combined with a subnet mask to separate network and host portions. Correct addressing is the foundation for all routing and switching labs.
Subnetting
Subnetting divides a network into smaller segments by borrowing host bits for additional network bits. Fast, accurate subnetting is a core CCNA skill tested heavily on the exam.
Variable Length Subnet Masking (VLSM)
VLSM allows a single classful or summarized address block to be subdivided into subnets of different sizes, matching each subnet size to the actual number of hosts required and avoiding address waste.
Static Routing
Static routes are manually configured paths to remote networks, offering predictability and low overhead but requiring manual updates when the topology changes.
Default Routes
A default route is the gateway of last resort used to forward traffic when no more specific route matches, commonly used for internet-bound traffic or stub sites.
OSPFv2 (IPv4)
OSPF is a classless, link-state interior gateway protocol that builds a topology database via the SPF algorithm and converges quickly. It is heavily tested on the CCNA in single and multi-area designs.
VLANs
VLANs segment a switch into separate broadcast domains at Layer 2. Each VLAN requires its own IP subnet if hosts need to route between VLANs.
Access Ports
Access ports carry traffic for a single VLAN and are used to connect end devices such as PCs, printers, and APs in access mode.
Trunking (802.1Q)
Trunk links carry traffic for multiple VLANs between switches using 802.1Q tagging, with one VLAN typically left untagged as the native VLAN.
Inter-VLAN Routing
Inter-VLAN routing allows hosts in different VLANs to communicate, implemented via router-on-a-stick subinterfaces or Layer 3 switching with SVIs.
Spanning Tree Protocol (STP)
STP prevents Layer 2 loops by placing redundant links into a blocking state, electing a root bridge and calculating loop-free paths.
EtherChannel
EtherChannel bundles multiple physical links into one logical link to increase bandwidth and provide redundancy while avoiding STP blocking of individual members.
OSPFv3 (IPv6)
OSPFv3 is the IPv6 version of OSPF, using the same link-state mechanics as OSPFv2 but running per-link instead of per-subnet and requiring a router ID in dotted-decimal form even without IPv4 configured.
IPv6 Addressing
IPv6 uses 128-bit hexadecimal addresses with distinct unicast, multicast, and anycast types. CCNA candidates must recognize address formats and configure them on interfaces.
IPv6 Routing
IPv6 routing supports static routes, RIPng, OSPFv3, and EIGRP for IPv6, alongside address autoconfiguration mechanisms like SLAAC and DHCPv6.
Advanced STP (RSTP, PVST+, Guards)
Rapid PVST+ speeds up convergence compared to classic 802.1D STP, and additional guard features protect against topology instability and unauthorized switches.
Advanced EtherChannel
Advanced EtherChannel topics cover load-balancing behavior, Layer 3 EtherChannels, and consistency checks that prevent channels from forming incorrectly.
CDP and LLDP
CDP is a Cisco proprietary Layer 2 discovery protocol and LLDP is the IEEE 802.1AB open standard equivalent, both used to learn about directly connected neighbor devices.
DHCP
DHCP automates IPv4 address assignment using the DORA process. IOS routers can act as a DHCP server or client for lab and small-office scenarios.
DHCP Relay
DHCP relay allows a router to forward DHCP broadcast messages between clients and a DHCP server on a different subnet, using the ip helper-address feature.
NAT
NAT translates private IPv4 addresses to public addresses for internet access, using static, dynamic, or PAT (NAT overload) methods.
Network Services (NTP, Syslog, DNS)
NTP synchronizes device clocks, syslog centralizes logging, and DNS resolves hostnames, all commonly configured together for operational visibility on IOS devices.
QoS
QoS classifies, marks, and prioritizes traffic to manage congestion and ensure critical applications like voice and video receive proper treatment.
Standard and Extended ACLs (IPv4)
Access control lists filter IPv4 traffic based on source and/or destination criteria. They are processed top down with an implicit deny at the end of every list.
IPv6 Access Control Lists
IPv6 ACLs are always named, use a different syntax than IPv4 ACLs, and include implicit permit statements required for neighbor discovery to function.
Port Security
Port security restricts the number and identity of MAC addresses allowed on an access switchport to prevent unauthorized devices and MAC flooding.
Device Hardening and Secure Remote Access
Basic device security includes securing local and remote access lines, encrypting passwords, and configuring SSH as a secure replacement for Telnet.
DHCP Snooping
DHCP snooping filters DHCP messages on a switch to prevent rogue DHCP servers and builds a binding table used by other security features like Dynamic ARP Inspection.
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection validates ARP packets against the DHCP snooping binding table to prevent ARP spoofing and man-in-the-middle attacks on a VLAN.
Wireless LAN Fundamentals
Covers RF basics, access point modes, and the controller-based architecture used to deploy and manage enterprise WLANs. Focuses on how a WLC and lightweight APs work together using CAPWAP.
Wireless Security
Covers authentication and encryption options for WLANs, from open networks to enterprise-grade 802.1X, and how these are configured on a WLC.
Device Management
Covers the protocols and practices used to manage, monitor, and maintain network devices, including time synchronization, logging, monitoring, and secure file transfer.
Network Programmability and Automation
Covers the shift from traditional device-by-device CLI management to controller-based networking and automation using APIs and configuration management tools.
Reading is not configuring
Run these commands against a simulated topology and get graded on the result.