Exam 200-105 | Question id=1849 | Infrastructure Maintenance |
Scenario
Refer to the topology. Your company has decided to connect the main office with three other remote branch offices using point-to-point serial links.
You are required to troubleshoot and resolve OSPF neighbor adjacency issues between the main office and the routers located in the remote branch offices.
Use appropriate show commands to troubleshoot the issues and answer all four questions.
Instructions
* Enter Cisco IOS commands on the device to verify network operation and answer the multiple-choice questions.
* THIS TASK DOES NOT REQUIRE DEVICE CONFIGURATION.
* Click on the device to gain access to the console of the device. No console or enable passwords are required.
* To access the multiple-choice questions, click on 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 the Next button.
R3
!
interface Serial1/2
description ***Connected to R6-Branch3 office***
ip address 10.10.240.9 255.255.255.252
encapsulation ppp
ip ospf 3 area 0
ppp authentication chap
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 3
router-id 192.168.3.3
!
ip forward-protocol nd
!
R6
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 6
router-id 192.168.3.3
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
An OSPF neighbor adjacency is not formed between R3 in the main office and R6 in the Branch3 office. What is causing the problem?
A. |
There is an area ID mismatch. | |
B. |
There is a PPP authentication issue; the username is not configured on R3 and R6. | |
C. |
There is an OSPF hello and dead interval mismatch. | |
D. |
The R3 router ID is configured on R6. |
Using the show running-config command we see that R6 has been incorrectly configured with the same router ID as R3 under the router OSPF process.