Dec 4, 2025
Transport layer (L4)
Network layer (L3)
Data vs Control vs Management planes
Key rule
Concept
APIs
Controller roles
RFC1918 private ranges (not Internet-routable)
Examples
Host/network/broadcast rules
Message sequence (DORA)
Key commands
ip address dhcpip helper-address <dhcp-server-ip>Server roles
Access vs trunk
switchport access vlan <id>switchport mode trunkswitchport trunk native vlan <id>switchport trunk allowed vlan add <id>VLAN tagging
Frame forwarding behavior
MAC address learning & tables
show mac address-table.Port security
errdisable recovery interval 900PortFast
BPDU Guard
Duplex mismatch
Basic static route
ip route <dest-network> <mask> <next-hop>ip route 192.168.1.0 255.255.255.0 10.1.1.1Default route (0.0.0.0/0)
ip route 0.0.0.0 0.0.0.0 <next-hop>default-information originate alwaysFloating static route (backup)
ip route 192.168.1.0 255.255.255.0 10.1.1.2 200Route selection
Extended ACLs
Deny specific ports but allow everything else
access-list 101 deny tcp 10.0.10.0 0.0.0.63 10.0.20.6 0.0.0.0 eq 25
access-list 101 deny tcp 10.0.10.0 0.0.0.63 10.0.20.6 0.0.0.0 eq 80
access-list 101 permit ip any any
NAT address types
Inside global is typically the public IP of the NAT device seen on the Internet.
Show translations
show ip nat translations lists inside local/global and outside local/global mapping.
show version
show ip interface brief
show running-config
Traceroute
traceroute 8.8.8.8 to see path toward Internet and where it breaks.Telnet vs ping/traceroute
Syslog
logging onNTP
ntp master <stratum>ntp server <ip>Standards
Channel planning (2.4 GHz DSSS/OFDM)
SSID
Frame types
Band steering / Client Band Select
WPA/WPA2/WPA3
Deprecated mechanisms
WLC configuration basics
Firewalls
IPS/IDS
Dynamic ARP Inspection (DAI)
802.1X / NAC
RADIUS vs TACACS+
Passwords on IOS
enable secret (strong hashed password for privileged mode).service password-encryption obfuscates all plain-text passwords in config (weak cipher but better than clear text).User awareness programs
Traffic policing
Traffic shaping
WRED (Weighted RED)
LLQ (Low Latency Queuing)
Hypervisor
Virtual networking
Benefits
Ansible
REST APIs
SNMP
snmp-server user usage implies SNMPv3.Syslog facility & levels
T1 & E1
Fiber
SFP hot-swappability
Three-tier campus
Collapsed core
Spine-Leaf (data center)
SOHO
WLC
Lightweight AP (local mode)
Link Aggregation on WLC
ff02::1 (all-nodes)ff02::2 (all-routers, on router interfaces)ip domain-name <domain>crypto key generate rsaline vty 0 4transport input ssh