Question 168 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 168 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

Refer to the exhibit.

Which configuration issue is preventing the OSPF neighbor relationship from being established between the two routers?

R1# show running-config

Building configuration...

!

interface GigabitEthernet1/0

mtu 1600

ip address 192.168.0.1 255.255.255.252
negotiation auto

!

router ospf 1

router-id 1.1.1.1

passive-interface default

no passive-interface GigabitEthernet1/0

network 192.168.0.1 0.0.0.0 area 0
!

R2#show running-config
Building configuration...
!

interface GigabitEthernet2/0

ip address 192.168.0.2 255.255.255.252
negotiation auto

!

router ospf 1

router-id 2.2.2.2

passive-interface default

no passive-interface GigabitEthernet2/0
network 192.168.0.2 0.0.0.0 area 0

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.