What could be an issue?

Posted by: Pdfprep Category: 100-105 Tags: , ,

Hotspot question- RIPv2 Troubleshooting I

Users in the main office complain that they are unable to reach internet sites. You observe that internet traffic that is destined towards ISP router is not forwarded correctly on Router R1.

What could be an issue? Ping to Internet server shows the following results from R1:

A . The next hop router address for the default route is incorrectly configured.
B . Default route pointing to ISP router is not configured on Router R1.
C . Default route pointing to ISP router is configured with AD of 225.
D . Router R1 configured as DHCP client is not receiving default route via DHCP from ISP router.

Answer: B

Explanation:

When all the users cannot reach internet sites we should check on the router connecting to the ISP to see if it has a default route pointing to the ISP or not.

Use the “show ip route” command on R1:

We cannot find a default route on R1 (something like this: S* 0.0.0.0/0 [1/0] via 209.165.201.2) so maybe R1 was not configured with a default route.

We can check with the “show running-config” on R1:

We need a default route (like “ip route 0.0.0.0 0.0.0.0 209.165.201.2”) but we cannot find here so we can conclude R1 was not be configured with a default route pointing to the ISP router.

Leave a Reply

Your email address will not be published.