Week 5IP Connectivity40 min

Routing Troubleshooting

Learning objectives

  • Apply a structured Layer 3 troubleshooting methodology
  • Correlate routing table gaps with configuration errors
  • Test next-hop reachability before blaming remote networks
  • Use show commands and ping/traceroute systematically

Watch first

Recommended video

Routing Fundamentals (Day 11 part 1)

Video credit: Jeremy's IT Lab

Watch on YouTube
Recommended video

Static Routing (Day 11 part 2)

Video credit: Jeremy's IT Lab

Watch on YouTube

Plain-English explanation

Routing problems feel chaotic until you use a fixed order: interface up? Connected route present? Routing table entry for destination? Next-hop reachable? ACL/firewall? Remote return path?

Skip a step and you chase ghosts — especially when ping fails because the reply has no route home.

Deep dive

Top-down routing checklist:

  1. Physical/Data Link — interface up/up, correct VLAN, ARP works to next-hop
  2. Local config — IP/mask correct, no typo in static
  3. Routing table — specific route or valid default? LPM correct?
  4. Next-hop test — ping/traceroute to next-hop, not only final dest
  5. Protocol — OSPF neighbor FULL? Static with correct AD?
  6. Return path — asymmetric routing, missing route on far side
  7. Policy — ACL, PBR (awareness) blocking

Common patterns:

| Pattern | Likely cause | |---------|--------------| | Ping gateway fails | Host config, VLAN, switch port | | Ping gateway OK, remote fails | Missing route or wrong next-hop | | Traceroute stops at hop N | Router N lacks forward or return route | | Intermittent | Floating routes, dual paths, flapping adjacency |

Step-by-step — worked example

Symptom: PC A cannot reach server S across two routers R1→R2.

  1. PC A pings gateway R1 — fails → fix host mask/gateway or ARP first
  2. Gateway OK — ping R2 interface on link — fails → check R1 route to R2 link subnet
  3. R1 has route to S via R2 — ping R2 as next-hop — OK
  4. Ping S from R1 — fails, from R2 — OK → problem on R2→S or S itself
  5. R2 missing return to A's subnet → add route or enable OSPF on R2 LAN

Fix return path, not only forward.

Commands to know

Routing troubleshooting toolkit

show ip interface brief show ip route show ip route [destination] show ip ospf neighbor ping [next-hop] traceroute [destination] show running-config | section router

Troubleshooting

Meta-tip: Change one thing at a time. Reloading configs randomly creates new failures.

Use the routing table trainer to build speed reading tables under pressure — Part 1 gate includes this.

Exam relevance

Exam trap

Successful ping to a host does not prove return path works if ICMP echo-reply is filtered — but for CCNA routing scenarios, assume ICMP unless ACL mentioned.

Part 1 gate

Week 5 gate retests subnetting, routing tables, and packet paths — review Weeks 1–5 before attempting.

Practice checklist

  • Run full checklist on a deliberately broken three-router lab
  • Document each hop in traceroute with matching routing table line
  • Fix a missing return route scenario without touching forward config
  • Score 80%+ on routing table trainer
  • Explain asymmetric routing in plain English

You can ping a next-hop router but not the final destination behind it. What should you check first on the next-hop?

Traceroute stops at router R2. R1 has a correct route. What is a likely issue?

Video credits

These are free, open educational videos from independent creators. We link and embed them with attribution; all rights belong to the respective channels.