Three generations of Cisco multipoint VPN, all built from the same bricks (mGRE + IPsec + a smart control plane):

DMVPN

FlexVPN

The modern rebuild: IKEv2 everywhere (proposals/policies/keyrings/profiles), VTI data plane, hub-spoke and mesh from one framework, cert or PSK auth. If designing new, build FlexVPN.

interface Tunnel10
 tunnel mode ipsec ipv4
 tunnel protection ipsec profile FLEX-IPSEC

Old-school DMVPN still runs the world’s WANs; FlexVPN is what you’d write today. GRE-over-IPsec is the static two-router version of the same idea.