QuestionQ520

IP Connectivity

Question Image

Refer to the exhibit. What must be configured for OSPF on the neighbor device's GigabitEthernet0/0 interface to achieve the desired neighbor relationship?

  • A Router(config)#interface GigabitEthernet 0/0 Router(config-if)#ip ospf cost 5
  • B Router(config)#interface GigabitEthernet 0/0 Router(config-if)#ip ospf priority 1
  • C Router(config)#interface GigabitEthernet 0/0 Router(config-if)#ip ospf area 2
  • D Router(config)#interface GigabitEthernet 0/0 Router(config-if)#ip ospf network point-to-point
Explanation

On an Ethernet interface, OSPF uses the broadcast network type by default, which performs DR/BDR election and displays neighbors in states such as FULL/DR or FULL/BDR. A point-to-point OSPF network does not elect a DR or BDR, so the adjacency appears as FULL/-. That matches the desired neighbor relationship shown. OSPF cost affects route selection, not adjacency role display; interface priority influences DR eligibility but does not by itself make the relationship display as FULL/- on a broadcast segment; and the area must match on both sides for adjacency but does not control DR behavior.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!