Hi @user_3534491,
For IPSec VPN, it requires a pre-configured tunnel before the flow passing through, which means for massive of access points, to establish a full mesh IPSec network, it’s a huge massive of configuring tasks to do.
A2A VPN provides a group-based IPSec security model. A group is a collection of GDOI policies, and all the GMs in the same group share the same GDOI policies and keys. Unlike the IPSec VPN requires a pre-configured tunnel between the two communication terminals, GMs of A2A VPN download and share the same GDOI policies and keys from KS. When passing flow between any two GMs, no more pre-configured tunnel is required.
What’s more, when using the IPSec tunnel, the outter IP header is usually different from the inner IP header, which might cause the QoS configuration invalid, while for A2A VPN, the outter and inner IP header are the same, it wouldn’t affect the potential QoS configuration.
Commonly, for a small scale network and few access points, we could choose the IPSec VPN, while for massive of acccess points or a full mesh network, it’s better to choose the A2A VPN, it’s more flexibility and management friendly.