DHCP Sim Troubleshooting – CCNA 200-125 Labs Simulator

You can download this lab and practice with Packet Tracer:

1. Refer to the topology below and answer the questions.

DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 1

Examine the DHCP configuration between R2 and R3, R2 is configured as the DHCP server and R3 as the client. What is the reason R3 is not receiving the IP address via DHCP?

  • On R3, DHCP is not enabled on the interface that is connected to R2.*
  • On R3, the interface that is connected to R2 is in shutdown condition.
  • On R2, the interface that is connected to R3 is in shutdown condition.
  • On R2, the network statement in the DHCP pool configuration is incorrectly configured.

Explanation/Reference:

First we should check which interface on R3 that is connected to R2 via the show run command.
DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 2

From the description we learn interface E0/1 is connected to R2.
Use the show ip interface brief command to verify the IP address of this interface.

DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 3

Therefore we can conclude this interface does not have any IP address and there is no configuration on this interface (except the “description Link to R2” line).

If R3 wants to receive an IP address from R2 via DHCP, interface E0/1 should be configured with the command “ip address dhcp” so the answer “DHCP is not enabled on this interface” is correct.

2. Refer to the topology below and answer the questions.

DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 1

R1 router clock is synchronized with ISP router. R2 is supposed to receive NTP updates from R1. But you observe that R2 clock is not synchronized with R1. What is the reason R2 is not receiving NTP updates from R1?

  • R1 router Ethernet interface that is connected to R2 is placed in shutdown condition.
  • R2 router Ethernet interface that is connected to R1 is placed in shutdown condition.
  • The NTP server command not configured on R2 router.
  • The IP address that is used in the NTP configuration on R2 router is incorrect.*

Explanation/Reference:

First we should verify if the ports connected between R1 and R2 is in “up/up” state with the show ip interface brief command on R1 & R2.
DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 5

DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 6

Note: We learn R1 & R2 connect to each other via E1/0 interface because the IP addresses of these interfaces belong to 192.168.10.0/30 subnet. Both of them are “up/up” so the link connecting between R1 & R2 is good.

Next we need to verify the ntp configuration on R2 with the show running-config command.
DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 7

So there is only one command related to NTP configuration on R2 so we need to check if the IP address of 192.168.100.1 is correct or not. But from the show ip interface brief command on R1 we don’t see this IP -> This IP address is not correct. It should be 192.168.10.1 (IP address of interface E1/0 of R1), not 192.168.100.1.

3. Refer to the topology below and answer the questions.

DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 1

Why applications that are installed on PC’s in R2 LAN network 10.100.20.0/24 are unable to communicate with Server1?

  • A standard ACL statement that is configured on R1 is blocking the traffic sourced from R2 LAN network.
  • A standard ACL statement that is configured on R1 is blocking the traffic sourced from Server1 network.
  • A standard ACL statement that is configured on R2 is blocking the traffic sourced from Server1 network.*
  • A standard ACL statement that is configured on R2 is blocking the traffic sourced from R2 LAN network.

Explanation/Reference:

We should check if we can ping from R1 to Server 1 or not:
DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 9

The ping worked well so maybe R1 is good so we should check R2 first. We notice on R2 there is an access-list:
DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 10
This access-list is applied to E0/2 interface with inbound direction. The purpose of this access-list is to block traffic with source IP address of 172.16.200.0/24 so it will block all traffic sent from Server 1 to us.

4. Refer to the topology below and answer the questions.

DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 1

Users complain that they are unable to reach internet sites. You are troubleshooting internet connectivity problem at main office. Which statement correctly identifies the problem on Router R1?

  • NAT configurations on the interfaces are incorrectly configured.*
  • NAT translation statement incorrectly configured.
  • Interesting traffic for NAT ACL is incorrectly configured.
  • Only static NAT translation configured from the server, missing Dynamic NAT or Dynamic NAT overloading for internal networks.

Explanation/Reference:

If all users cannot access internet then R1 is most likely to cause the problem so we should check it first. From the show running-config command we will see:
DHCP Sim Troubleshooting - CCNA 200-125 Labs Simulator 12
We notice that interface E0/0 (connected to ISP) has been configured as nat inside while interfaces E0/1 & E1/0 (connected to our company) have been configured as nat outside. This is not correct because nat inside should be configured with interfaces connected to our company while nat outside should be configured with interfaces connected to the internet. Therefore we can conclude the NAT configuration on these interfaces is not correct.

Subscribe
Notify of
guest

3 Comments
Inline Feedbacks
View all comments
alex
alex
4 years ago

hi Admin , juste question on the examn we need to reconfigure or only answer the question ?

Joe
Joe
4 years ago
Reply to  alex

You just need to be able to answer the questions. So, you should remember the show commands that were used to be able to find the correct answers

alex
alex
4 years ago
Reply to  Joe

thank you very much joe

3
0
Would love your thoughts, please comment.x
()
x