show ip route ` ### Route Codes Each entry in the routing table is tagged with a code indicating how the router learned about it: | Code | Meaning | |------|---------| | C | Connected — directly attached network | | L | Local — the router's own interface IP (/32) | | S | Static — manually configured by an admin | | O | OSPF — learned via OSPFv2 | | * | Candidate default route | When you see C 192.168.1.0/24 and L 192.168.1.1/32 together, the C entry represents the whole subnet; the L` entry is that specific interface address — the router uses this to identify traffic destined *for itself*. --- ## Administrative Distance (AD) When a router learns about the *same destination* from multiple sources, it uses Administrative Distance to pick the most trustworthy source. Lower AD…Unlock the full CCNA 200-301 course — every lesson, the AI tutor, and full mock exams.