Exam 350-401 | Question id=5838 | Infrastructure |
Refer to the exhibit.
⠀⠀R1⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀R2
router ospf 1
router-id 1.1.1.1
network 1.1.1.1 0.0.0.0 area 0
network 10.0.0.0 0.0.0.255 area 0router ospf 1
router-id 2.2.2.2
network 2.2.2.2 0.0.0.0 area 0
network 10.0.0.0 0.0.0.255 area 0
A network engineer is configuring OSPF between router R1 and router R2. The engineer must ensure that a DR/BDR election does not occur on the Gigabit Ethernet interfaces in area 0.
Which configuration set accomplishes this goal?
A. |
R1(config-if)interface Gi0/0
R1(config-if)ip ospf network point-to-point
R2(config-if)interface Gi0/0
R2(config-if)ip ospf network point-to-point
| |
B. |
R1(config-if)interface Gi0/0
R1(config-if)ip ospf network broadcast
R2(config-if)interface Gi0/0
R2(config-if)ip ospf network broadcast
| |
C. |
R1(config-if)interface Gi0/0
R1(config-if)ip ospf database-filter all out
R2(config-if)interface Gi0/0
R2(config-if)ip ospf database-filter all out
| |
D. |
R1(config-if)interface Gi0/0
R1(config-if)ip ospf priority 1
R2(config-if)interface Gi0/0
R2(config-if)ip ospf priority 1
|