A network engineer is auditing OSPFv2 interface configurations across a corporate network topology. On a multi-access Ethernet segment connecting five routers (R1 through R5), R1 must be configured so that it never becomes a Designated Router (DR) or Backup Designated Router (BDR). Additionally, on a separate point-to-point serial/Ethernet link between R1 and R2, the engineer converts the default OSPF network type to `point-to-point`. Which TWO actions or operational characteristics correctly apply to this OSPFv2 deployment? (Choose two.)
- Configuring `ip ospf priority 0` on R1's multi-access interface prevents it from participating in the DR/BDR election, keeping it permanently in the DROTHER state.Cevap
- Changing the interface network type to `point-to-point` on the link between R1 and R2 eliminates DR/BDR election overhead while maintaining a default Hello interval of 10 seconds on Ethernet media.Cevap
- CSetting an OSPF interface priority of 0 on R1's interface causes it to yield DR status but forces it to become the BDR if its loopback IP address is higher than all other routers.
- DConfiguring `ip ospf network point-to-point` on an Ethernet interface automatically changes the default OSPF Hello interval from 10 seconds to 30 seconds.
- EAdding a new router with an OSPF interface priority of 255 to an active multi-access segment immediately preempts and replaces the currently elected DR.
Cevap
Configuring an OSPF priority of 0 prevents a router from participating in DR/BDR elections (keeping it DROTHER), and configuring a point-to-point network type suppresses DR/BDR elections while preserving the default 10-second Hello timer on Ethernet.
Configuring an interface priority of 0 ensures a router will never assume the role of DR or BDR on a multi-access network segment. Furthermore, configuring the point-to-point network type eliminates DR/BDR elections entirely on that interface while retaining the standard 10-second Hello interval on Ethernet.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 DR/BDR Election Rules and Network Type Timer Defaults
Tahmini Süre:1m 30s