A network administrator is setting up an IPsec remote access VPN tunnel for mobile workers. Place the steps of the Internet Key Exchange (IKE) negotiation process in the correct chronological order from first to last.
- 1Negotiate IKE Phase 1 proposals, including encryption algorithms and Diffie-Hellman groups.
- 2Perform mutual authentication of the peers to establish the Phase 1 ISAKMP Security Association.
- 3Negotiate IKE Phase 2 IPsec Security Associations inside the encrypted Phase 1 tunnel.
- 4Establish the Phase 2 IPsec tunnel to begin transmitting encrypted application payload data.
Answer
The correct sequence begins with negotiating Phase 1 proposal parameters, followed by mutual authentication to form the Phase 1 ISAKMP SA, then negotiating Phase 2 IPsec SAs inside that protected tunnel, and concludes with establishing the Phase 2 tunnel to transmit encrypted payload data.
IPsec VPN setup requires establishing a secure management tunnel (IKE Phase 1) before negotiating parameters for actual payload encryption (IKE Phase 2). The process begins with Phase 1 parameter proposal exchange, followed by mutual peer authentication to complete the ISAKMP SA. Next, Phase 2 negotiations occur within the secure Phase 1 tunnel to create the IPsec SA, culminating in the establishment of the data tunnel for user traffic.
Step-by-Step Solution
Key Concept
IPsec IKE Phase 1 and Phase 2 Negotiation Order