PracticeBlogFlashcardsEspañol

Routing PBQs and Troubleshooting Route Table Clues

Key Takeaways

  • Routing PBQs usually combine route tables, interface status, gateways, VLANs, NAT, and simple protocol clues.
  • Read route tables by matching prefix length first, then route source, then next-hop reachability.
  • A missing route, wrong next hop, down interface, wrong gateway, NAT problem, or ACL can look like the same user complaint.
  • Traceroute, ping, ARP/neighbor tables, interface status, and routing tables help localize the failure.
  • Always consider the return path and whether the failure is routing, switching, translation, or filtering.
Last updated: April 2026

Routing PBQs and Route Table Clues

Performance-based questions often present a partial topology and ask you to repair reachability. Use a consistent method: identify the source, destination, local gateway, routed path, return path, and policy controls.

Route Table Clues

ClueMeaning
C or connected routeNetwork is directly attached and interface is up
L or local routeIP address assigned to the router itself
S or static routeAdministrator configured the route
O or OSPF routeLearned from OSPF
D or EIGRP routeLearned from EIGRP on many vendor outputs
B or BGP routeLearned from BGP
Gateway of last resortDefault route is configured
No matching routePacket is dropped unless a default route matches

Exact route codes vary by vendor, but the PBQ usually gives enough context. Focus on source, prefix, next hop, and interface state.

Troubleshooting Flow

StepQuestionTool or evidence
1Is the host configured correctly?IP, mask, default gateway, DNS if name-based
2Can the host reach the gateway?Ping gateway, ARP table, VLAN membership
3Does the router know the destination?Routing table longest match
4Is the next hop reachable?Interface status, neighbor, ARP, ping next hop
5Does the destination know the return path?Remote routing table and gateway
6Is translation required?NAT/PAT table and inside/outside interfaces
7Is policy blocking it?ACL, firewall rule, security group

Scenario Table

User reportBest first clueLikely fix
One subnet cannot reach another internal subnetRoute table lacks specific routeAdd route or advertise subnet
All offsite networks fail from one VLANWrong host default gatewayCorrect DHCP scope or gateway setting
Internet fails but private WAN worksDefault route or NAT/PATAdd default route or fix translation
Traffic reaches server but replies never returnReturn path missingAdd reverse route or correct gateway
Dynamic route disappeared after maintenanceNeighbor relationship downFix interface, protocol settings, or authentication

Longest Match Practice

Destination: 172.16.8.45

RouteNext hop
0.0.0.0/0ISP
172.16.0.0/16WAN-A
172.16.8.0/24WAN-B
172.16.8.32/27WAN-C

172.16.8.45 falls within 172.16.8.32/27, so WAN-C wins. If WAN-C points to a down next hop and no alternate route is installed, the router may drop the packet even though broader matching routes exist, depending on implementation and route installation state.

PBQ Repair Examples

PBQ evidenceInterpretationAction
Branch route table has default route only; HQ private subnet is reachable through MPLSPrivate route missingAdd specific static route or fix dynamic advertisement
OSPF neighbor absent after password changeAuthentication mismatchCorrect OSPF authentication on both sides
VLAN 30 gateway responds, but no inter-VLAN routing for VLAN 30Missing route or subinterfaceAdd routed VLAN interface or router subinterface
PAT table empty during user internet testsNAT not matching trafficCorrect NAT rule, inside/outside roles, or ACL match
Traceroute stops at firewallCould be filtering or missing routeCheck route table and firewall policy at that hop

Common Traps

TrapBetter reasoning
Assume DNS is the issue when ping by IP failsIP reachability must work before DNS matters
Fix only the source routerReturn-path routing can break replies
Add broad defaults everywhereSpecific internal routes are often safer and clearer
Ignore interface statusA perfect route through a down interface will not forward traffic
Treat traceroute timeout as proof of failureSome devices block traceroute responses while forwarding traffic

Exam Tactic

When a PBQ includes many devices, write the flow in your head as source host, default gateway, router path, destination gateway, destination host, then return. Change the smallest setting that directly explains all symptoms. If one VLAN works and another does not, compare their gateway, VLAN tag, route, and ACL differences.

Test Your Knowledge

A server receives packets from a branch subnet, but the branch never receives replies. What routing issue should be checked first?

A
B
C
D
Test Your Knowledge

A route table has 192.168.0.0/16 and 192.168.10.0/24. Which route matches 192.168.10.75 best?

A
B
C
D
Test Your KnowledgeMulti-Select

Which items can make a routing problem look like a general connectivity outage? Select two.

Select all that apply

Missing default route
ACL blocking routed traffic
Correct return path
Accurate route advertisement