T The Triage ManualTechnical Guides for IT Emergencies
P1 · Network Infrastructure

Default Gateway Unreachable — Router Failure or Routing Table Loss

All users on one or more LAN segments lose internet and inter-site connectivity when the router or Layer 3 switch providing the default gateway crashes, reboots, or loses its routing table. HSRP/VRRP failover may also fail silently, leaving no active gateway.

Indicators

Likely causes

Diagnostic steps

  1. Test gateway reachability from workstation: Test-NetConnection -ComputerName <gateway-IP>; if no response, the physical device or virtual IP is down
  2. Access router via out-of-band (serial console, IPMI/iLO/iDRAC, 4G OOB); check show version for crash reason and uptime; review syslog for exception/traceback
  3. For HSRP: show standby brief — confirm active/standby priority and virtual IP state; for VRRP: show vrrp brief — confirm master and virtual MAC responding
  4. Check routing table: show ip route — verify default route 0.0.0.0/0 is present; if missing, add static route or investigate BGP/OSPF convergence
  5. For BGP: show bgp summary — peer state should be Established; if Idle/Active, check TCP 179 connectivity to ISP peer and BGP hold-timer expiry
  6. Check STP: show spanning-tree on L3 switch — verify gateway uplink is in Forwarding state and root bridge is as expected

Resolution path

Prevention

Tools

routergatewaydefault-gatewayhsrpvrrpbgproutingl3-switchciscoout-of-band