Lab Simulation 1 – OSPF

Lab Simulation 1 – OSPF
Route.com is a small IT corporation that is attempting to implement the network shown in the exhibit. Currently the implementation is partially completed. OSPF has been configured on routers Chicago and NewYork. The S0/0 interface on Chicago and the S0/1 interface on NewYork are in Area 0. The loopback0 interface on NewYork is in Area 1.
However, they cannot ping from the serial interface of the Seattle router to the loopback interface of the NewYork router.
You have been asked to complete the implementation to allow this ping.
ROUTE.com’s corporate implementation guidelines require:
– The OSPF process ID for all routers must be 10.
– The routing protocol for each interface must be enabled under the routing process.
– The routing protocol must be enabled for each interface using the most specific wildcard mask possible.
– The serial link between Seattle and Chicago must be in OSPF area 21.
– OSPF area 21 must not receive any inter-area or external routes.
Network Information
Seattle
S0/0 192.168.16.5/30 – Link between Seattle and Chicago
Secret Password: cisco
Chicago
S0/0 192.168.54.9/30 – Link between Chicago and NewYork
S0/1 192.168.16.6/30 – Link between Seattle and Chicago Secre
Password: cisco
NewYork
S0/1 192.168.54.10/30 – Link between Chicago and NewYork
Loopback0 172.16.189.189
Secret Password: cisco

300-101-implementing-cisco-ip-routing-route-v2-0_img_022

cisco-exams

4 thoughts on “Lab Simulation 1 – OSPF

  1. I found this lab on my last exam some days ago, so it could better to focus all together the right answer. Any ideas?

  2. The subnet is /30 so 255.255.255.252 then 0.0.0.3 for the ospf network, it include network and broadcast address, do you think is not the most specific? I tried 0.0.0.0 as you report and it work on GNS with other IP, but I’m not so sure. Share your thoughts.
    router ospf 1
    log-adjacency-changes
    area 1 stub
    network 192.168.4.5 0.0.0.0 area 1

    Gateway of last resort is 192.168.4.6 to network 0.0.0.0
    192.168.4.0/30 is subnetted, 1 subnets
    C 192.168.4.4 is directly connected, Serial0/0
    O*IA 0.0.0.0/0 [110/65] via 192.168.4.6, 00:09:21, Serial0/0

  3. The most specific wildcard mask possible is:

    Seattle:
    network 192.168.16.5 0.0.0.0 area 21

    Chicago:
    network 192.168.16.6 0.0.0.0 area 21

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.