Networkers HomeInterview Questions
All topics  ›  Cisco / Network Engineer  ›  Troubleshooting
Troubleshooting · Cisco / Network Engineer

User reports they can't reach 8.8.8.8 from their PC — walk through troubleshooting.

Layer-by-layer: (1) Layer 1: ping default gateway — if fails, check cable/link status. (2) Layer 2: arp -a to verify MAC of default gateway is learned. (3) Layer 3: ping default gateway works; ping 8.8.8.8 fails. Check routing table on PC + on default gateway. Trace route to 8.8.8.8. (4) DNS: nslookup google.com — if DNS fails but ping 8.8.8.8 works, DNS server issue. (5) Firewall: check ACLs / firewall rules at perimeter. (6) NAT: check NAT translation table (if private IP). Each layer eliminates a class of issues.
Want the full explanation? This is the atomic answer suitable for quick interview prep. For the structured deep-dive — including code samples, strong-answer vs weak-answer notes, common follow-up questions, and how this fits the larger cisco / network engineer topic — see the full Q&A on Networkers Home:

→ Cisco / Network Engineer Interview Hub — Full Q&A with deep context

How Networkers Home prepares students for this kind of question

This question reflects real interview rounds at Bangalore's top enterprise networking and infrastructure teams. Networkers Home's flagship courses include mock interview sessions drilling exactly these question patterns, with feedback from interviewers who have hired for the role.

→ View the complete cisco / network engineer interview prep hub
→ View the related Networkers Home course
→ Book a free career consultation

Related Troubleshooting questions

Troubleshooting

Q. show ip ospf neighbor returns 'EXCHANGE' state stuck — what's wrong?

OSPF neighbor stuck in EXCHANGE typically means MTU mismatch. During DBD (Database Description) packet exchange in Phase 2, OSPF requires same MTU on both ends. Other possible causes: hello-interval / dead-interval misma…
Read full answer →
Troubleshooting

Q. BGP neighbor stuck in 'Active' state — what does it mean?

Counter-intuitively, 'Active' state means BGP can NOT establish — it's actively trying. Compare to 'Established' which is the working state. Causes: (1) TCP port 179 blocked between peers (firewall), (2) Wrong neighbor I…
Read full answer →