NetworkingNetwork+

Routing Troubleshooting for CompTIA Network+ N10-009

Routing troubleshooting diagnoses connectivity failures caused by misconfigured routing tables, failed routing protocols, or incorrect static routes. CompTIA Network+ N10-009 tests routing troubleshooting conceptually — using traceroute, ping, and routing table inspection to identify where packets are being dropped or misdirected. You must recognize routing failure symptoms and know the logical steps to find the bad route.

7 min
2 sections · 7 exam key points
1 practice questions

Routing Troubleshooting Process

Symptom: cannot reach a remote network, but local connectivity works. Traceroute shows where the path breaks. Identify the last responding router — check its routing table for the destination network. If the route is missing, the packet is dropped (implicit deny) or sent to the default route (which may be wrong).

Check routing tables: verify the destination network appears in the routing table of each router along the path. Verify the next-hop IP is correct and reachable. Verify the route source (connected, static, OSPF) — if dynamic route is missing, check routing protocol adjacency/neighbors.

Asymmetric routing: traffic flows one way on one path, returns on a different path. Can cause stateful firewall issues (return traffic doesn't match the session created by outbound traffic). Traceroute may show different paths in each direction. Check route metrics on each router.

Black hole routes: static routes pointing to a non-existent next hop — traffic is sent toward the route but silently dropped. Check that next-hop IPs are reachable from the routing device.

Routing Protocol Troubleshooting

OSPF adjacency not forming: check that both ends have matching OSPF area ID, MTU, hello/dead intervals, authentication settings, and network type (broadcast vs point-to-point). Mismatched settings prevent adjacency and route exchange.

Missing routes: OSPF not advertising a route — check that the network is included in OSPF configuration. Static route missing — verify configuration persisted (not just in running-config without 'copy run start'). Route filtered by distribute-list or prefix-list — check routing policy.

Route flapping: a route repeatedly appears and disappears from the routing table. Causes: physical link instability (the root cause), failing SFP transceiver, or routing protocol timer mismatch. Fix the physical issue — routing stability follows.

Key exam facts — Network+

  • traceroute shows where the path breaks — the last responding hop is the problem area
  • Check routing table: 'show ip route' (Cisco) — is the destination network present?
  • Missing OSPF route: check adjacency (area ID, MTU, timers, auth must match)
  • Black hole route: static pointing to dead next-hop — silently drops traffic
  • Asymmetric routing: different paths inbound vs outbound — can break stateful firewalls
  • Route flapping: physical instability causing repeated route add/remove
  • Default route (0.0.0.0/0): if missing, traffic to unknown networks is dropped

Common exam traps

If ping to the next-hop works, routing beyond it is fine

A router may respond to pings on its interface while its routing table lacks a route to the destination. Always verify the routing table has a valid route to the specific destination, not just that the next-hop responds

Practice questions — Routing Troubleshooting

These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.

Q1.Users cannot reach the 10.2.0.0/24 network. A traceroute shows responses from Router A (192.168.1.1) and Router B (10.1.0.1), then no more responses. What is the first troubleshooting action?

A.Replace Router B
B.Check Router B's routing table for a route to 10.2.0.0/24
C.Change the OSPF area configuration
D.Check the cable on Router B's interface

Explanation: Traceroute stops at Router B, meaning Router B is the last device that responds — the failure point is Router B or beyond. Check Router B's routing table ('show ip route 10.2.0.0') to see if it has a route to 10.2.0.0/24. If the route is missing, Router B drops packets to that network. Replacing hardware and changing OSPF area are premature without confirming the routing table issue.

Frequently asked questions — Routing Troubleshooting

Why does traceroute sometimes show '*' (asterisk) instead of router IP addresses?

Asterisks in traceroute mean that specific hop did not respond within the timeout. Reasons: the router doesn't respond to ICMP TTL Exceeded messages (privacy/security setting), rate-limiting of ICMP responses, or the hop is in a tunnel that doesn't decrement TTL. An asterisk hop doesn't necessarily mean a problem — if the final destination responds, the path works. Only investigate asterisks if the path doesn't reach the final destination.

Practice this topic

Test yourself on Routing Troubleshooting

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics