Question 64 of 1,000
Advanced VPN and Zero TrustmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is firewall policies. When an IPsec VPN tunnel is established but traffic is not passing, the most common root cause is missing or misconfigured firewall policies, not the VPN configuration itself. Even with perfectly negotiated Phase 1 and Phase 2 settings, a FortiGate uses stateful inspection, meaning it will not forward any traffic between the tunnel interface and the destination network unless an explicit policy permits it. On the Fortinet NSE 7 Advanced Security NSE7 exam, this concept tests your understanding that a VPN tunnel is merely a secure transport layer; it does not automatically authorize traffic flow. A common trap is to immediately recheck Phase 2 selectors or routing, but the exam emphasizes that policy inspection is the gatekeeper. Remember the memory tip: “Tunnel up, traffic stuck? Check the policy first, not the crypto.”

NSE7 Advanced VPN and Zero Trust Practice Question

This NSE7 practice question tests your understanding of advanced vpn and zero trust. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A network administrator is troubleshooting an IPsec VPN tunnel between two FortiGate devices. The tunnel is established, but traffic is not passing. Which configuration should the administrator check first?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "first"

    Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

Question 1mediummultiple choice
Read the full VPN explanation →

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

Firewall policies

When an IPsec VPN tunnel is established but traffic does not pass, the most common cause is missing or misconfigured firewall policies. Even with correct Phase 1 and Phase 2 settings, the FortiGate will not forward traffic between the tunnel interface and the destination network unless an explicit firewall policy permits it. This is because FortiGate uses a stateful inspection model where all traffic must be allowed by a policy, regardless of the VPN being up.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Firewall policies

    Why this is correct

    Firewall policies must explicitly permit the traffic between the IPsec interface and the destination zone.

    Clue confirmation

    The clue word "first" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • NAT traversal configuration

    Why it's wrong here

    NAT traversal is for NAT scenarios; it doesn't block traffic if the tunnel is up.

  • Static routes

    Why it's wrong here

    Routing is needed but usually the tunnel interface has a route; the issue is often policy.

  • Phase1 parameters

    Why it's wrong here

    Phase1 parameters affect tunnel negotiation, not traffic forwarding after the tunnel is up.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume a working Phase 1 and Phase 2 automatically allows traffic, but FortiGate requires explicit firewall policies to permit traffic through the tunnel, unlike some other vendors where the VPN configuration itself implies a permit.

Trap categories for this question

  • Scenario analysis trap

    NAT traversal is for NAT scenarios; it doesn't block traffic if the tunnel is up.

Detailed technical explanation

How to think about this question

FortiGate's IPsec VPN implementation decouples the tunnel establishment (Phase 1 and Phase 2) from traffic forwarding. The tunnel interface acts as a virtual network interface, and traffic must match a firewall policy that specifies the source, destination, and action (accept) for the tunnel interface. A common real-world scenario is when an administrator configures Phase 2 selectors correctly but forgets to create a policy from the tunnel interface to the internal network, resulting in a 'tunnel up, no traffic' situation. Debugging with 'diagnose debug flow' can confirm that packets are being dropped due to 'no matching policy'.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related NSE7 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free NSE7 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this NSE7 question test?

Advanced VPN and Zero Trust — This question tests Advanced VPN and Zero Trust — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Firewall policies — When an IPsec VPN tunnel is established but traffic does not pass, the most common cause is missing or misconfigured firewall policies. Even with correct Phase 1 and Phase 2 settings, the FortiGate will not forward traffic between the tunnel interface and the destination network unless an explicit firewall policy permits it. This is because FortiGate uses a stateful inspection model where all traffic must be allowed by a policy, regardless of the VPN being up.

What should I do if I get this NSE7 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on NSE7

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. A network administrator is troubleshooting an IPsec VPN tunnel between two FortiGates. The tunnel is up but traffic is not passing. The administrator runs 'diagnose vpn ike gateway list' and sees that the IKE SA has been established. However, 'diagnose vpn tunnel list' shows no IPsec SA entries. What is the most likely cause?

medium
  • A.The firewall policies are not configured to allow traffic through the tunnel
  • B.The phase 2 proposal (encryption, authentication, etc.) does not match between peers
  • C.The pre-shared key on both sides does not match
  • D.The interface MTU is set too low

Why B: IKE SA established but no IPsec SA indicates that phase 2 parameters are misconfigured or the proposal is not matching.

Variation 2. A network administrator is troubleshooting an IPsec VPN tunnel between two FortiGates. The tunnel is established but traffic is not passing. The administrator runs 'diagnose vpn ike log' and sees 'no matching policy for this IPsec SA'. What is the most likely cause?

medium
  • A.The phase2 selectors do not match between peers
  • B.There is no firewall policy allowing traffic from the local network to the remote network via the VPN tunnel interface
  • C.The pre-shared key is mismatched
  • D.The tunnel interface is administratively down

Why B: The error indicates that the IKE SA exists but no firewall policy matches the traffic to use the tunnel. The tunnel interface is likely configured but the policy to allow traffic through the tunnel is missing or incorrect.

Variation 3. An administrator is troubleshooting an IPsec VPN tunnel between two FortiGates. The tunnel is up, but traffic is not passing. The administrator runs 'diagnose vpn tunnel list' and sees that both phase 1 and phase 2 are up. The policy allows traffic from both sides. What should the administrator check next?

medium
  • A.Check the routing table for routes to the remote subnet
  • B.Increase the phase 2 keylife
  • C.Check the FortiGate's NTP status
  • D.Disable DPD

Why A: Since both phases are up and policies are correct, the issue is likely routing. The administrator should verify that the correct routes are pointing to the VPN interface (tunnel interface) on both sides. Without proper routes, traffic will not be forwarded into the tunnel.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This NSE7 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 NSE7 exam.