Refer to the exhibit.
R1 is configured as shown. R1 is able to establish a neighbor adjacency only with R2. Which addition
must you make to the R1 configuration to allow it to establish an adjacency with R3?
A.
interface gigabitethernet 0/1
ip address 10.1.0.1 255.255.255.0
ip ospf network point-to-point
B.
interface gigabitethernet 0/1
ip address 10.1.0.1 255.255.255.0
ip ospf 1 area 0
C.
router ospf 1
network 10.1.0.0 0.0.0.255 area 1
router ospf 1
area 0 stub
Admin: C is the best and only answer.
Answer B is ruled out since there is no G0/1 interface on R1. Also, this question is confusing since the diagram shows a 10.1.1.0/24 network when is should show a 10.1.0.0/24 network. GeeZ.
Oh, and C’s selection is messed up. Here we have C and D combined.
A and D false
C fals because it’s not area 1
B is correct!
C would be correct if we changed the area to be “area 0”
Agree with M. The question diagram show everything in area 0, so choice C would be wrong. 10.1.0.1 is configured on the Gi0/1 interface as the confg shows, but the diagram shows only Gi1/0, which (Gi1/0) could be a mistake.
There is no good answer as there is a typo error; we cannot really select between B and C …
Probably B is better …
the diagram clearly says its area 0. C cant be correct.
with exactly this scenario and configuration, none is possible. Typo in interface and IP subnets. Trash question.