A network security administrator is configuring an IPsec Remote Access VPN using IKEv1 Main Mode. Place the four primary operational steps of the IKE handshake process into the correct chronological sequence from start to finish.
- 1Negotiation of ISAKMP policy parameters (encryption algorithm, hash algorithm, DH group, and authentication method).
- 2Diffie-Hellman key exchange and transmission of random nonces to generate shared secret keys.
- 3Peer identity authentication and verification over the newly encrypted Phase 1 tunnel.
- 4Quick Mode negotiation to establish Phase 2 IPsec Security Associations (SAs) for protecting user payload data.
Answer
The correct sequential order for establishing an IPsec VPN tunnel using IKEv1 is: 1) Negotiate ISAKMP policy parameters, 2) Perform Diffie-Hellman key exchange and nonce generation, 3) Authenticate peer identities to complete Phase 1, and 4) Execute Quick Mode to establish Phase 2 IPsec SAs for data traffic.
The correct order follows the standard 6-message Phase 1 exchange followed by Phase 2 Quick Mode: initial ISAKMP policy proposal matching, Diffie-Hellman public key and nonce exchange, encrypted identity authentication, and finally Quick Mode negotiation of IPsec SAs for data transport.
Step-by-Step Solution
Key Concept
IPsec IKEv1 Phase 1 and Phase 2 Handshake Sequence