Thursday, March 22, 2012

PT 4.4.1 Packet Tracer: Routing Loops

In this packet tracer we will identify what routing loop does to the network and what functions to take when a routing loop occurs. Routing Loops occur when there is an invalid static route or route in the network, when there is an error in the network the packet is then being constantly messaged through the network until it is eventually terminated. You can verify this using show run and ip route to check what the error is. The error in the route was Serial route 0.0.0.0 0.0.0.0 serial 0/1 had to be configured into the network; as a result of this direct conflict i used config t to enter in the ip route 0.0.0.0 0.0.0.0 0/1. After completing that, i could ping thorugh the network perfectly.

No comments:

Post a Comment