Question 347 of 1,000
Enterprise Firewall and VDOMsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the security policy is applied to the Layer 2 interface where the traffic enters the FortiGate. This is correct because in transparent mode, the FortiGate functions as a Layer 2 bridge, forwarding frames based on MAC addresses while inspecting packets at Layers 3 and 4. Since the device has no IP addresses on its interfaces, the policy must be tied to the ingress interface to control traffic between VLANs, effectively filtering as traffic enters the bridge. On the Fortinet NSE 7 Advanced Security NSE7 exam, this concept tests your understanding of how transparent mode differs from NAT or routed mode, where policies are often applied to egress interfaces. A common trap is assuming policies are applied to the exit interface or that VLAN interfaces require IP addresses for filtering. Remember the memory tip: “Enter to filter, exit to forward”—in transparent mode, the action happens at the entry point.

NSE7 Enterprise Firewall and VDOMs Practice Question

This NSE7 practice question tests your understanding of enterprise firewall and vdoms. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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 FortiGate is operating in transparent mode and is deployed in an enterprise network. The administrator needs to apply a security policy to control traffic between two VLANs. What is a key consideration when configuring policies in transparent mode?

Question 1mediummultiple choice
Open the full VLAN trunking answer →

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

The policy is applied to the Layer 2 interface where the traffic enters

In transparent mode, the FortiGate acts as a Layer 2 bridge, and security policies are applied to the ingress interface where traffic enters the device. This allows the firewall to filter traffic between VLANs based on Layer 3 and Layer 4 criteria without requiring IP addresses on the interfaces, as the device is transparent to the network.

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.

  • Transparent mode does not support firewall policies

    Why it's wrong here

    Transparent mode supports firewall policies with some limitations.

  • The policy is applied to the Layer 2 interface where the traffic enters

    Why this is correct

    In transparent mode, traffic is bridged, and policies are applied on ingress interfaces.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The policy must be applied to the management IP address

    Why it's wrong here

    Management IP is separate; policies are applied to interfaces.

  • Policies must be configured using MAC addresses only

    Why it's wrong here

    IP addresses can also be used in transparent mode.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume transparent mode policies must be based on MAC addresses or that the management IP is used for policy matching, but FortiGate transparent mode policies work identically to route mode policies except for the absence of NAT and routing.

Detailed technical explanation

How to think about this question

When a FortiGate in transparent mode processes traffic, it uses a bridge table to forward frames between VLANs, and the security policy engine inspects the first packet of a session on the ingress interface. The policy lookup uses the source and destination IP addresses, ports, and protocols, even though the interfaces lack IP addresses; the FortiGate acts as a bump-in-the-wire. A real-world scenario is deploying a transparent FortiGate between a core switch and a distribution layer to enforce inter-VLAN filtering without re-IPing the network.

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 help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.

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?

Enterprise Firewall and VDOMs — This question tests Enterprise Firewall and VDOMs — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The policy is applied to the Layer 2 interface where the traffic enters — In transparent mode, the FortiGate acts as a Layer 2 bridge, and security policies are applied to the ingress interface where traffic enters the device. This allows the firewall to filter traffic between VLANs based on Layer 3 and Layer 4 criteria without requiring IP addresses on the interfaces, as the device is transparent to the network.

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.

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

2 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 deploying a FortiGate in transparent mode to replace an existing layer 2 switch. Which statement about transparent mode is true?

easy
  • A.All interfaces operate at layer 2, and the FortiGate forwards traffic based on MAC addresses
  • B.Transparent mode only supports static routing
  • C.Transparent mode requires VDOMs to be enabled
  • D.The FortiGate acts as a router and requires IP addresses on its interfaces

Why A: In transparent mode, the FortiGate operates as a layer 2 bridge, forwarding traffic based on MAC addresses without performing routing. All interfaces are in the same broadcast domain, and the FortiGate inspects traffic at layers 3–7 while remaining transparent to the network. This allows it to replace a layer 2 switch while adding firewall functionality.

Variation 2. An administrator is deploying a FortiGate in transparent mode to seamlessly integrate into an existing network. The administrator needs to manage the FortiGate remotely over the network. Which configuration is required?

medium
  • A.Configure a management IP address under the VDOM settings
  • B.Create a VLAN interface and assign an IP
  • C.Assign an IP address to the physical interfaces
  • D.Enable DHCP client on the interfaces

Why A: In transparent mode, FortiGate operates as a Layer 2 bridge and does not route traffic, so physical interfaces cannot have IP addresses. To enable remote management, a dedicated management IP must be configured under the VDOM settings, which allows the FortiGate to be reachable via protocols like HTTPS, SSH, or SNMP without participating in Layer 3 forwarding.

Last reviewed: Jun 24, 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.