exam questions

Exam 200-105 All Questions

View all questions & answers for the 200-105 exam

Exam 200-105 topic 1 question 139 discussion

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

SIMULATION -

Lab OSPF -
A sporting goods manufacturer has decided to network three (3) locations to improve efficiency in inventory control. The routers have been named to reflect the location: Boston, Frankfurt, Lancaster. The necessary networking has been completed at each location, and the routers have been configured with single area
OSPF as the routing protocol. The Lancaster router was recently installed but connectivity is not complete because of incomplete routing tables. Identify and correct any problem you see in the configuration.
Note: The OSPF process must be configured to allow interfaces in specific subnets to participate in the routing process.

Show Suggested Answer Hide Answer
Suggested Answer: Please see explanation
The question mentioned Boston router was not configured correctly or incomplete so we should check this router first. Click on PC-B to access the command line interface (CLI) of Boston router.
(type cisco as its password here)

Boston>enable -

Boston#show running-config -

First, remember that the current OSPF Process ID is 2 because we will need it for later configuration. Next notice that in the second "network" command the network and wildcard mask are 192.168.155.0 and 0.0.0.3 which is equivalent to 192.168.155.0 255.255.255.252 in term of subnet mask. Therefore, this subnetworks range is from 192.168.155.0 to 192.168.155.3 but the ip address of s0/0 interface of Boston router is 192.168.155.5 which dont belong to this range
-> this is the reason why OSPF did not recognize s0 interface of Boston router as a part of area 0. So we need to find a subnetwork that s0 interface belongs to.
IP address of S0 interface: 192.168.155.5/30
Subnet mask:/30 = 1111 1111.1111 1111.1111 1111.1111 1100

Increment: 4 -
Network address (which IP address of s0 interface belongs to): 192.168.155.4 (because 4 * 1 = 4 < 5)
Therefore, we must use this network instead of 192.168.155.0 network

Finally, you should issue a ping command from Boston router to Lancaster router to make sure it works well.
Boston#ping 192.168.43.1

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
Quan
5 years, 9 months ago
The answer is clear and easy to understand. However, there is a mistake in the question, quoting "Lancaster router" instead of "Boston router" as in the resolution and explanation. =================== In the question: " ..... The Lancaster router was recently installed but connectivity is not complete because of incomplete routing tables. Identify and correct any problem you see in the configuration."
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 ...