Today I would like to test an integration of DMVPN and GET VPN technologies. DMVPN can be used over the public network like Internet and GET VPN only over private like MPLS (because of IP preservation). As you remember from my previous posts about DMVPN the best option is the phase 3. With thousands of spokes your hub has to keep the same number of SAs (security association). As you remember, for the phase 3, the first packet was sent to the hub and then was redirected (NHRP) to the destination. Next packets were sent directly to the spoke: R2 #traceroute 100.33.33.33 source 100.22.22.22 Type escape sequence to abort . Tracing the route to 100.33 . 33.33 1 10.10 . 10.1 40 msec 56 msec 76 msec 2 10.10 . 10.3 104 msec 88 msec 140 msec R2 # R2 #traceroute 100.33.33.33 source 100.22.22.22 Type escape sequence to abort . Tracing the route to 100.33 . 33.33 1 10.10 . 10.3 104 msec 104 msec 72 msec R2 # Let’s test how it works with GET VPN: ...