Troubleshooting Scenarios..
OSPF is stuck in ExStart. How would you troubleshoot it?
Answer:
-
Check the OSPF neighbor state using
show ip ospf neighbor. - Verify that the MTU matches on both interfaces.
- Confirm unique Router IDs.
- Check OSPF authentication and network type.
- Review interface configuration and timers.
-
Use
debug ip ospf adjand, if needed, capture traffic with Wireshark ( type ospf in filter ) to inspect Hello and DBD packet exchanges and identify issues such as repeated DBD retransmissions or MTU mismatches.
Common Reasons OSPF Gets Stuck in ExStart
- MTU mismatch (most common cause)
- Duplicate Router ID
- Network type mismatch
- Interface misconfiguration
- Authentication mismatch
-
Software bugs or hardware issues
What happens when you type google.com in a browser?
Expected answer:
- DNS lookup
- TCP handshake
- HTTP/HTTPS request
- Response from server
What will you do if a user cannot access a website?
Check:
- Physical connectivity
- IP configuration
- Ping gateway
- DNS resolution
- Firewall
A server is unreachable. How will you troubleshoot?
- Ping server
- Check IP
- Check gateway
- Verify routing
- Check firewall
- Check service status
Users report slow network performance. What will you check?
- Bandwidth utilization
- Packet loss
- Interface errors
- CPU utilization
- Routing issues
Comments
Post a Comment