A parks department runs OSPF over DMVPN mGRE and needs stable adjacencies without treating the overlay like a broadcast LAN full of unexpected DR elections. Which approach is most appropriate?
Select an answer to reveal the explanation.
Short Explanation
OSPF network type on mGRE is the seating chart: pick point-to-multipoint (typical for hub-spoke) so you are not electing a DR across a fake broadcast cloud over the Internet. Wrong network type means flapping adjacencies and parks WAN pain.
Full Explanation
OSPF over DMVPN requires selecting a network type that matches multipoint GRE hub-and-spoke reality. Point-to-multipoint is a common choice because it avoids broadcast-segment DR/BDR assumptions that are brittle on dynamic Internet underlays. Broadcast mode with a DR across spokes is usually undesirable. LDP is an underlay MPLS tool, not a substitute for OSPF hellos on the overlay, and MPLS RTs do not drive OSPF adjacency. Set network type deliberately for stable parks-department adjacencies.