A network engineer is configuring an IPsec site-to-site VPN connection across the Internet between a corporate headquarters router with a static public IP address and a branch office router situated behind a carrier-grade Network Address Translation (CGNAT) gateway. During initial deployment testing, IKEv2 Phase 1 negotiation completes successfully, but IPsec Phase 2 fails to pass encrypted data traffic across the tunnel, resulting in integrity check failure drops on the receiving router. Troubleshooting reveals that the security policy was configured using Authentication Header (AH) in transport mode. Which modification to the VPN configuration will resolve the transmission failure while ensuring payload encryption and data integrity across the NAT boundary?
- Switch the security protocol from Authentication Header (AH) to Encapsulating Security Payload (ESP) and enable NAT Traversal (NAT-T) using UDP port 4500.Cevap
- BRetain Authentication Header (AH) but change the IPsec mode from transport mode to tunnel mode to encapsulate the original IP header.
- CReconfigure IKE Phase 1 to negotiate over TCP port 500 instead of UDP port 500 so stateful NAT gateways can inspect payload integrity.
- DMigrate the remote authentication framework from RADIUS on UDP port 1812 to TACACS+ on TCP port 49 to encrypt the IPsec header.