A network engineer changes the OSPFv2 network type on a GigabitEthernet interface linking two Cisco routers from the default Broadcast type to Point-to-Point using the interface subcommand `ip ospf network point-to-point`.
Which two operational changes occur on this interface as a direct result of this modification? (Choose two.)
- OSPF bypasses Designated Router (DR) and Backup Designated Router (BDR) elections on the interface segment.Answer
- The interface switches from 224.0.0.6 to exclusively using 224.0.0.5 for all OSPF multicast communication.Answer
- CThe default OSPF Hello timer automatically increases from 10 seconds to 30 seconds on the interface.
- DThe OSPF interface priority is automatically rewritten to 0 in the running configuration.
- EDynamic neighbor discovery is disabled, requiring explicit configuration of the OSPF neighbor command.
Answer
The two correct statements are that OSPF bypasses DR/BDR elections on the interface segment, and all OSPF multicast communication uses 224.0.0.5 instead of 224.0.0.6.
Configuring `ip ospf network point-to-point` on an Ethernet interface alters OSPF behavior so that DR/BDR elections are completely bypassed. Additionally, because there is no DR or BDR to listen on 224.0.0.6, all OSPF traffic on the link is directed to the All-OSPF-Routers multicast address 224.0.0.5.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types and DR/BDR Selection Traits
Estimated Time:2m 0s