- A
Configure route leaking using route maps and set vrf command under VRF1's routing process
Route leaking between VRFs is achieved by configuring route maps with set vrf and applying them under the routing process of the source VRF.
- B
Use the config router vrf-leak command to define leaking rules
Why wrong: There is no such command; route leaking is done via route maps applied to the routing protocol.
- C
Enable inter-VRF routing on the VDOM
Why wrong: Inter-VRF routing is not a simple toggle; it requires explicit route leaking configuration.
- D
Configure a static route in VRF2 pointing to the next-hop in VRF1 with a different administrative distance
Why wrong: Static routes cannot directly reference a next-hop in another VRF without route leaking.
Quick Answer
The correct answer is to configure route leaking using route maps and the `set vrf` command under VRF1's routing process. This works because FortiGate’s multi-VRF implementation relies on route maps to selectively match prefixes from the source VRF, and the `set vrf` command then redistributes those matched routes into the destination VRF’s routing table, enabling controlled inter-VRF communication without needing VDOMs or static route workarounds. On the Fortinet NSE 7 Advanced Security exam, this question tests your understanding of policy-based route leaking versus simpler static methods—a common trap is assuming a static route or VDOM interlink is required, but the exam emphasizes that route maps with `set vrf` are the native, scalable approach for selective leaking between VRFs. A helpful memory tip: think “match and set”—match the routes with a route map, then set the target VRF to complete the leak.
NSE7 Advanced Networking and SD-WAN Practice Question
This NSE7 practice question tests your understanding of advanced networking and sd-wan. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 has multiple VRFs. The administrator wants to leak a route from VRF1 to VRF2. Which configuration is required?
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
Configure route leaking using route maps and set vrf command under VRF1's routing process
Option A is correct because route leaking between VRFs on a FortiGate is achieved by configuring route maps with the `set vrf` command under the source VRF's routing process. This allows specific routes from VRF1 to be imported into VRF2, enabling controlled inter-VRF communication without requiring a VDOM or static route workaround.
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.
- ✓
Configure route leaking using route maps and set vrf command under VRF1's routing process
Why this is correct
Route leaking between VRFs is achieved by configuring route maps with set vrf and applying them under the routing process of the source VRF.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Use the config router vrf-leak command to define leaking rules
Why it's wrong here
There is no such command; route leaking is done via route maps applied to the routing protocol.
- ✗
Enable inter-VRF routing on the VDOM
Why it's wrong here
Inter-VRF routing is not a simple toggle; it requires explicit route leaking configuration.
- ✗
Configure a static route in VRF2 pointing to the next-hop in VRF1 with a different administrative distance
Why it's wrong here
Static routes cannot directly reference a next-hop in another VRF without route leaking.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse the FortiGate-specific route leaking method (route maps with `set vrf`) with generic Cisco-style VRF leaking commands or assume that a static route with a different administrative distance can bypass VRF isolation, which fails because VRFs are isolated at Layer 3 and require explicit route redistribution.
Trap categories for this question
Command / output trap
There is no such command; route leaking is done via route maps applied to the routing protocol.
Detailed technical explanation
How to think about this question
Under the hood, FortiGate uses VRF (Virtual Routing and Forwarding) instances that maintain separate routing tables. Route leaking leverages route maps to match specific routes (e.g., by prefix or tag) and applies the `set vrf` action to copy them into the target VRF's routing table. This is commonly used in MPLS L3VPN environments where a service provider needs to leak a default route or specific customer routes between VRFs for centralized services like internet access or shared firewalls.
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 practitioner preparing for the NSE7 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
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.
- →
Advanced Networking and SD-WAN — study guide chapter
Learn the concepts, then practise the questions
- →
Advanced Networking and SD-WAN practice questions
Targeted practice on this topic area only
- →
All NSE7 questions
1,000 questions across all exam domains
- →
Fortinet NSE 7 Advanced Security NSE7 study guide
Full concept coverage aligned to exam objectives
- →
NSE7 practice test guide
How to use practice tests most effectively before exam day
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.
Advanced Networking and SD-WAN practice questions
Practise NSE7 questions linked to Advanced Networking and SD-WAN.
Advanced VPN and Zero Trust practice questions
Practise NSE7 questions linked to Advanced VPN and Zero Trust.
Enterprise Firewall and VDOMs practice questions
Practise NSE7 questions linked to Enterprise Firewall and VDOMs.
Advanced Threat Protection practice questions
Practise NSE7 questions linked to Advanced Threat Protection.
Troubleshooting and Diagnostics practice questions
Practise NSE7 questions linked to Troubleshooting and Diagnostics.
NSE7 fundamentals practice questions
Practise NSE7 questions linked to NSE7 fundamentals.
NSE7 scenario practice questions
Practise NSE7 questions linked to NSE7 scenario.
NSE7 troubleshooting practice questions
Practise NSE7 questions linked to NSE7 troubleshooting.
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 Networking and SD-WAN — This question tests Advanced Networking and SD-WAN — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Configure route leaking using route maps and set vrf command under VRF1's routing process — Option A is correct because route leaking between VRFs on a FortiGate is achieved by configuring route maps with the `set vrf` command under the source VRF's routing process. This allows specific routes from VRF1 to be imported into VRF2, enabling controlled inter-VRF communication without requiring a VDOM or static route workaround.
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 →
Last reviewed: Jun 24, 2026
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.
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.
Sign in to join the discussion.