exam questions

Exam 200-125 All Questions

View all questions & answers for the 200-125 exam

Exam 200-125 topic 1 question 60 discussion

Actual exam question from Cisco's 200-125
Question #: 60
Topic #: 1
[All 200-125 Questions]

Refer to the topology below and answer the following question.

Why has the Branch3 router lost connectivity with R1? Use only show commands to troubleshoot because usage of the debug command is restricted on the
Branch3 and R1 routers.

  • A. A PPP chap hostname mismatch is noticed between Branch3 and R1
  • B. A PPP chap password mismatch is noticed between Branch3 and R1
  • C. PPP encapsulation is not configured on Branch3
  • D. The PPP chap hostname and PPP chap password commands are missing on the Branch3 router
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
First we should check Branch3 (and R1) with the "show ip interface brief" command to find any Layer1/Layer2 issue.

We see interfaces connecting between them are in "up/down" states which indicates a Layer 2 issue so we should check the configuration of these interfaces carefully witch the "show running-config" command and pay attention to these interfaces.
and on Branch3:

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:

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.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
alaskian
5 years, 10 months ago
it looks like the question is a bit misleading because the password is wrong too....
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...