Cisco Certified Network Associate (200-301 CCNA) – Question442


Refer to the exhibit. Routers R1 and R3 have the default configuration. The router R2 priority is set to 99.
Which commands on R3 configure it as the DR in the 10.0.4.0/24 network?

A.
R3(config)#interface Gig0/0 R3(config-if)#ip ospf priority 100
B. R3(config)#interface Gig0/0 R3(config-if)#ip ospf priority 1
C. R3(config)#interface Gig0/1 R3(config-if)#ip ospf priority 0
D. R3(config)#interface Gig0/1 R3(config-if)#ip ospf priority 100

Correct Answer: D

Explanation:

Explanation:
In the case of OSPF, 0 means you will never be elected as DR or BDR. Default priority is 1. Highest priority will be elected as the DR.