An administrator modifies the OSPFv2 network type on a GigabitEthernet interface shared by two routers from the default BROADCAST to POINT_TO_POINT using the command `ip ospf network point-to-point`. Which two statements correctly describe the operational changes resulting from this configuration? (Select two.)
- Designated Router (DR) and Backup Designated Router (BDR) elections are bypassed on the interface.Cevap
- OSPF packets continue to be sent to the AllSPFRouters multicast address (224.0.0.5), but the AllDRouters address (224.0.0.6) is no longer used.Cevap
- CThe router interface priority must be explicitly changed to 0 to prevent a DR election from occurring.
- DThe default OSPF Hello and Dead timers automatically adjust from 10/40 seconds to 30/120 seconds.
- ENeighbors must now be statically configured using the `neighbor` command under the OSPF router configuration process.
Cevap
On an OSPFv2 Point-to-Point network link, DR/BDR elections are entirely bypassed, and routers communicate using the AllSPFRouters multicast address (224.0.0.5) while discontinuing the use of 224.0.0.6.
Configuring `ip ospf network point-to-point` changes OSPF operating behavior such that DR and BDR elections are omitted because the link connects only two endpoints. In addition, all OSPF traffic (Hello, DBD, LSU, LSAck) on a point-to-point link uses the 224.0.0.5 multicast destination address, omitting 224.0.0.6.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Point-to-Point vs Broadcast Network Type Characteristics