Courseiva
Authentication and VPNmediumMultiple ChoiceObjective-mapped

NSE4 Authentication and VPN Practice Question

A FortiGate administrator is configuring a hub-and-spoke IPsec VPN. The hub has multiple Phase 2 selectors for each spoke. What is the recommended way to simplify configuration on the hub when adding new spokes?

⚠ Common exam trap

Many candidates think policy-based VPNs are simpler for hub-and-spoke, but they actually require explicit selector pairs per spoke, making the hub configuration more complex and less scalable.

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

Use a single Phase 2 selector with 0.0.0.0/0.0.0.0 for both local and remote

Using a single Phase 2 selector with 0.0.0.0/0.0.0.0 for both local and remote simplifies hub configuration because it allows the hub to accept traffic for any subnet from any spoke without needing to define specific selectors per spoke. This is recommended in hub-and-spoke topologies to avoid manual updates when adding new spokes, as the hub's Phase 2 configuration becomes generic and automatically matches all spoke traffic.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use a single Phase 2 selector with 0.0.0.0/0.0.0.0 for both local and remote

    Why this is correct

    Setting both local and remote Phase 2 selectors to 0.0.0.0/0 creates an any-to-any proxy ID, so all traffic routed into the tunnel interface is encrypted without needing a separate selector per subnet or per spoke. In a route-based VPN, the tunnel interface decouples routing from IPsec proxy IDs, so a single Phase 2 definition can be reused across every spoke; new spokes simply reuse the same selector and rely on routing to direct traffic. This is the standard FortiGate recommendation for hub-and-spoke because it avoids negotiation failures caused by mismatched local/remote subnet definitions and eliminates per-spoke Phase 2 configuration at the hub.

  • Configure each spoke in a separate VDOM

    Why it's wrong here

    Placing each spoke in a separate VDOM at the hub would partition the FortiGate into multiple independent virtual firewalls, each requiring its own routing table, firewall policies, address objects, and IPsec configuration. That adds administrative overhead and does nothing to consolidate the Phase 2 selector issue; every VDOM would still need its own Phase 2 settings, and inter-VDOM traffic would need extra links or policies. VDOMs are a security and administrative isolation tool, not a method for simplifying VPN selector management, so this option increases complexity rather than reducing it.

  • Use aggressive mode for Phase 1

    Why it's wrong here

    IKE Phase 1 aggressive mode shortens the initial key exchange from six to three packets by omitting identity protection and sending the preshared key (in hashed form) during the first exchange. However, Phase 2 quick mode is a completely separate negotiation that carries the proxy IDs (local and remote selectors); aggressive mode has no effect on how Phase 2 selectors are defined or matched. Therefore, using aggressive mode would not simplify Phase 2 configuration, and it would actually reduce security by making the PSK vulnerable to offline dictionary attacks, especially when shared across multiple spokes.

  • Use policy-based VPN instead of route-based

    Why it's wrong here

    Policy-based VPNs bind Phase 2 selectors to individual firewall policies, so adding a new spoke would require manually creating a new policy and selector pair for each subnet pair at the hub, offering no simplification over the existing Phase 2 selector approach. This option is tempting because policy-based VPNs are the correct choice when you need per-protocol or per-port granularity in tunnel selection, such as separating voice and data traffic over distinct IPsec SAs, which is not the requirement here.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

VPN Protocol Comparison

ProtocolPortEncryptionAuthenticationUse Case
IKEv2 / IPsecUDP 500 / 4500AES-256Certificates / PSKSite-to-site & remote access
SSL / TLS VPNTCP 443TLS 1.3Certificates / MFAClientless remote access
L2TP / IPsecUDP 1701AES (IPsec)PSK / CertificatesLegacy remote access
WireGuardUDP 51820ChaCha20Public keysModern high-performance VPN
PPTPTCP 1723MPPE (weak)MS-CHAPv2Legacy — avoid in production

PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.

About these practice questions

Courseiva writes every NSE4 question from scratch — 282 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This NSE4 practice question is part of Courseiva's free Fortinet 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 NSE4 exam.