2 台のルーターの Gig0/0 インターフェイスは、1G イーサネット リンクに直接接続されています。DR/BDR 関係を維持せずに OSPF 隣接関係を確立するには、両方のルーターのインターフェイスにどの設定を適用する必要がありますか?
正解:D
To establish an OSPF adjacency without maintaining a DR/BDR relationship on a directly connected 1G Ethernet link, the OSPF network type should be configured as point-to-point. This can be achieved with the command ip ospf network point-to-point applied to the Gig0/0 interface of both routers. This configuration is suitable for directly connected interfaces, as it allows OSPF to establish adjacency without the need for DR/BDR election, which is unnecessary in this scenario.