exam questions

Exam 200-125 All Questions

View all questions & answers for the 200-125 exam

Exam 200-125 topic 1 question 65 discussion

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


Instructions:
- Enter IOS commands on the device to verify network operation and answer the multiple questions.
- THIS TASK DOES NOT REQUIRE REVICE CINFIGURATION.
- Click the device icon to gain access to the console device. No console or enable passwords are required.
- To access the multiple choice questions, click the numbered boxes on the left of the top panel.
- there are four multiple-choice questions with this task. Be sure to answer all four questions before clicking Next.
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?
Plug to the Internet server shows the following results from R1:

R1#ping 209.165.200.225 -
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 209.165.200.225, time out is 2 seconds.
Success rate is 0 percent (0/5)

  • A. The next hop router address for the default route is incorrectly configured.
  • B. Default route pointing to ISP router is configured with AD of 255.
  • C. Default route pointing to ISP router is not configured on Router R1.
  • D. Router R1 configured as DHCP client is not receiving default route via DHCP from ISP router.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
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 configure a default route ( "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.

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
Init0
Highly Voted 5 years, 11 months ago
The correct answer is C.
upvoted 5 times
...
Agi
Most Recent 5 years, 5 months ago
correct answer is C
upvoted 2 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 ...