Quantcast
Channel: CCNA Lab Sim – CCNA Training
Viewing all articles
Browse latest Browse all 33

GRE Multilink Sim

$
0
0

Refer to the topology below and answer the following questions.

Topology.jpg

Question 1

Explanation

The Branch2 network is communicating to the Server farm, which is connected to R2, via GRE Tunnel so we should check the GRE tunnel first to see if it is in “up/up” state with the “show ip interface brief” command on the two routers.

On Branch2:

Branch2_show_ip_interface_brief.jpg

On R2:

R2_show_ip_interface_brief.jpg

We see interfaces Tunnel0 at two ends are “up/up” which are good so we should check for the routing part on two routers with the “show running-config” command and pay attention to the static routing of each router. On Branch2 we see:

R2_show_run_static.jpg

The destination IP address for this static route is not correct. It should be 192.168.24.1 (Tunnel0’s IP address of R2), not 192.168.24.10 -> Answer C is correct.

Note: You can use the “show ip route” command to check the routing configuration on each router but if the destination is not reachable (for example: we configure “ip route 10.10.10.0 255.255.255.0 192.168.24.10” on Branch2, but if 192.168.24.10 is unknown then Branch2 router will not display this routing entry in its routing table.

Note: The IP address or configuration may be different in the exam.

Question 2

Explanation

First we should check Branch3 (and R1) with the “show ip interface brief” command to find any Layer1/Layer 2 issue.

Branch3_show_ip_interface_brief.jpg

We see the interfaces connecting between them are in “up/down” states which indicates an Layer 2 issue so we should check the configuration of these interfaces carefully with the “show running-config” command and pay attention to these interfaces.

R1_show_run_interface.jpg

and on Branch3:

Branch3_show_run_interface.jpg

We learn from above config is R1 is using CHAP to authenticate Branch3 router (via the “ppp authentication chap” command on R1). Branch3 router is sending CHAP hostname “Branch_3” and CHAP password “Branch3_Secret!” to R1 to be authenticated. Therefore we should check if R1 has already been configured with such username and password or not with the “show running-config” command on R1:

R1_show_run_username.jpg

On R1 we see the configured username is “Branch3”, not “Branch_3” so the usernames here are mismatched and this is the problem -> Answer A is correct.

Question 3

Explanation

In this question we have to check each option to see if it is correct. When we check Branch3 router we notice that “network 192.168.10.0” command is missing under “router eigrp 100” -> Answer D is correct.

Branch3_show_run_eigrp.jpg

Question 4

Explanation

This question clearly stated there is a WAN connectivity issue between R1 and Branch1 so we should check both of them with the “show ip interface brief” command. On R1:

R1_show_ip_interface_brief.jpg

On Branch1:

Branch1_show_ip_interface_brief.jpg

We can see that although the Multilink1 interfaces are in “up/up” state but they are not in the same subnet. According to the IP address scheme shown on the topology we can deduce the Multilink interface on Branch1 has been misconfigured, it should be 192.168.14.2 instead.


Viewing all articles
Browse latest Browse all 33