IKE Parameters That Must Match for IPsec Tunnel Establishment
Which THREE factors must match between two IKE peers for successful IPsec tunnel establishment? (Choose three.)
Quick Answer
The correct answer, IKE version, matters because IKE peers negotiate a security association before any encrypted traffic can flow, and that negotiation only succeeds if both sides are speaking the same protocol dialect from the very first exchange. IKEv1 and IKEv2 are not interchangeable or backward compatible mid-negotiation, so if one peer is configured for one version and the other for the different version, the initial handshake fails before any other parameter even gets compared. Beyond the version itself, the peers also need to agree on the specific cryptographic parameters proposed for that negotiation, such as the encryption algorithm used to protect the phase 1 exchange; if the proposed algorithms don't overlap between the two sides, the peers can't agree on how to secure their communication even if they're both running the same IKE version. Both of these are mandatory matching parameters precisely because IKE is a negotiation protocol, not a one-sided configuration, so every parameter that affects how the two sides interpret and protect their exchange has to have at least one mutually acceptable option on both ends. When a question asks what must match between IKE peers, think in terms of protocol version and the cryptographic proposal parameters, since any mismatch there prevents the SA from ever being established.
⚠ Common exam trap
It's easy for candidates to confuse 'factors that must match' with 'factors that can be different'—DPD intervals and certificate requirements are not mandatory for tunnel establishment, while IKE version, encryption, and authentication algorithms are non-negotiable.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
IKE encryption algorithm
IKE peers must agree on the encryption algorithm (e.g., AES-256, 3DES) to protect the IKE phase 1 negotiation traffic. If the algorithms do not match, the peers cannot establish a secure SA, and the tunnel fails. This is a mandatory parameter in the IKE proposal.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Dead peer detection interval
Why it's wrong here
DPD intervals can differ and do not prevent tunnel establishment.
- ✓
IKE encryption algorithm
Why this is correct
The encryption algorithm must match for phase 1.
- ✓
IKE authentication algorithm
Why this is correct
The authentication algorithm (hash) must match.
- ✗
Local certificate
Why it's wrong here
Certificates do not need to match; they must be trusted by the other peer.
- ✓
IKE version (v1 or v2)
Why this is correct
Both peers must use the same IKE version.
Quick reference
VPN Protocol Comparison
| Protocol | Port | Encryption | Authentication | Use Case |
|---|---|---|---|---|
| IKEv2 / IPsec | UDP 500 / 4500 | AES-256 | Certificates / PSK | Site-to-site & remote access |
| SSL / TLS VPN | TCP 443 | TLS 1.3 | Certificates / MFA | Clientless remote access |
| L2TP / IPsec | UDP 1701 | AES (IPsec) | PSK / Certificates | Legacy remote access |
| WireGuard | UDP 51820 | ChaCha20 | Public keys | Modern high-performance VPN |
| PPTP | TCP 1723 | MPPE (weak) | MS-CHAPv2 | Legacy — avoid in production |
PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.
Go deeper
Related to this question
About these practice questions
This PCNSE question is part of Courseiva's 504-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on PCNSE
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. What is the most likely cause of Phase2 being down?
easy- A.Mismatched IKE version
- ✓ B.Mismatched IPSec encryption or authentication settings
- C.Wrong tunnel interface IP address
- D.Incorrect pre-shared key
Why B: Phase 2 of an IPsec VPN tunnel establishes the IPsec security associations (SAs) for encrypting and authenticating data traffic. If the Phase 2 parameters, such as encryption algorithm (e.g., AES-256 vs. AES-128), authentication algorithm (e.g., SHA-256 vs. SHA-1), or DH group (e.g., group 14 vs. group 2), do not match between peers, the IKEv2 or IKEv1 Quick Mode negotiation will fail, leaving Phase 2 down. This is the most common cause of a successful Phase 1 (IKE SA) but a failed Phase 2.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PCNSE practice question is part of Courseiva's free Palo Alto Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCNSE exam.