5.7 Flashcards
(13 cards)
What do you do if you can ping the default gateway, but not all the hosts on remote networks?
Suspect Routing Issue -> Routing Table
What problem does traceroute solve?
traceroute: ID where path is failing
What problem does “route” or “show route” solve?
Routing table troubleshooting
What problem does “show ip route w.x.y.z” solve?
Inspect a routing table for missing route
What happens if a router fails to communicate with other routers?
Missing routing protocol updates and missing routes.
Might not know the topology and send packets to wrong routers.
What should you check if there is no entry for 0.0.0.0/0 on your host?
Check that default gateway is configured
What should you check if the host cannot contact remote networks?
Check if you can ping default gateway
What is a common cause of routing loops?
What is one symptom of routing loop?
Incorrect default routes
ICMP Time Exceeded error messages
What are 3 loop prevention methods? (3)
- Max Hop Count
. - Holddown timer: Node start a timer after sending a packet. During timer, router ignores any route updates saying route is clear. Checks the packet received info to see if route really is clear or not.
. - Split Horizon: Idea that just b/c Router 1 can talk to Router 3. Router 2 doesn’t assume it can talk to Router 3.
How do you diagnose routing loop through “traceroute?”
Looking for IP addresses that appear multiple times in the output
When should you suspect a physical cabling problem?
If switch port is configured to the right VLAN but the host is assign to the wrong VLAN.
When should you use ping?
To test connectivity.