What could be an issue?

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

Hotspot question- RIPv2 Troubleshooting I (question 285 – question 288)

Scenario:

You work for a company that provides managed network services, and of your real estate clients running a small office is experiencing network issues, Troubleshoot the network issues. Router R1 connects the main office to internet, and routers R2 and R3 are internal routers NAT is enabled on Router R1.

The routing protocol that is enable between routers R1, R2, and R3 is RIPv2.

R1 sends default route into RIPv2 for internal routers to forward internet traffic to R1.

Server1 and Server2 are placed in VLAN 100 and 200 respectively, and dare still running router on stick configuration with router R2.

You have console access on R1, R2, R3, and L2SW1 devices. Use only show commands to troubleshoot the issues.

Server1 and Server2 are unable to communicate with the rest of the network.

Your initial check with system administrators shows that IP address settings are correctly configured on the server side.

What could be an issue?
A . The VLAN encapsulation is misconfigured on the router subinterfaces.
B . The Router is missing subinterface configuration.
C . The Trunk is not configured on the L2SW1 switch.
D . The IP address is misconfigured on the primary router interface.

Answer: A

Explanation:

Check the configuration of the interface that is connected to Server1 and Server2 on R2 with “show running-config” command.

We see that subinterface E0/1.100 has been configured with VLAN 200 (via “encapsulation dot1Q 200” command) while Server1 belongs to VLAN 100. Therefore this configuration is not correct. It should be “encapsulation dot1Q 100” instead. The same thing for interface E0/1.200, it should be “encapsulation dot1Q 200” instead.

Leave a Reply

Your email address will not be published.