Question 166 of 1,000
Advanced Networking and SD-WANeasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is that BFD can be configured under the interface or routing protocol to detect forwarding path failures. This is because BFD operates as a lightweight, independent protocol that establishes dedicated sessions to rapidly verify bidirectional forwarding between two devices, decoupling failure detection from the routing protocol’s own timers. On FortiGate, you enable BFD either directly on a physical or VLAN interface for static routes or SD-WAN members, or within dynamic routing protocols like OSPF or BGP to accelerate convergence. For the Fortinet NSE 7 Advanced Security NSE7 exam, this question tests your understanding that BFD is not automatic—it must be explicitly enabled—and that it is distinct from performance SLA probes, which measure latency and jitter rather than simple link liveliness. A common trap is confusing BFD’s fast detection with OSPF hello intervals; remember that BFD runs its own sub-second timers independently. Memory tip: “BFD is the heartbeat, SLA is the blood test”—one checks if the link is alive, the other checks its quality.

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 administrator wants to use BFD to quickly detect link failures in an SD-WAN deployment. Which statement about BFD configuration on FortiGate is correct?

Question 1easymultiple choice
Study the full SD-WAN breakdown →

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

BFD can be configured under the interface or routing protocol to detect forwarding path failures

BFD (Bidirectional Forwarding Detection) is configured under the interface or routing protocol to provide fast failure detection. It is not enabled by default. Option A is incorrect because BFD must be configured. Option B is incorrect because BFD uses dedicated sessions, not sharing OSPF hello intervals. Option D is incorrect because BFD does not use performance SLA; SLAs are separate health checks.

Key principle: OSPF neighbour adjacency depends on matching area, hello/dead timers, network type, and authentication — IP reachability alone is not enough.

Answer analysis

Option-by-option breakdown

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

  • BFD sessions are established automatically when OSPF neighbors form

    Why it's wrong here

    BFD must be explicitly enabled under the OSPF process.

  • BFD uses performance SLA probes to determine link health

    Why it's wrong here

    BFD uses its own control packets, not SLA probes.

Common exam traps

Common exam trap: OSPF can fail even when IP connectivity looks correct

OSPF neighbour formation depends on matching areas, timers, network type, authentication and passive-interface behaviour. Do not choose an answer only because the devices can ping.

Detailed technical explanation

How to think about this question

OSPF questions usually test the details that control adjacency and route selection. Read the neighbour state, area, router ID and interface configuration before deciding what is wrong.

KKey Concepts to Remember

  • OSPF neighbours must agree on key parameters.
  • Router ID selection can affect neighbour relationships and LSDB output.
  • OSPF cost influences the preferred path.
  • A route can appear in OSPF information but not become the installed route.

TExam Day Tips

  • Check area mismatch first when OSPF adjacency fails.
  • Review passive interfaces when a network is advertised but no neighbour forms.
  • Use show ip ospf neighbor and show ip route clues carefully.

Key takeaway

OSPF neighbour adjacency depends on matching area, hello/dead timers, network type, and authentication — IP reachability alone is not enough.

Real-world example

How this comes up in practice

A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.

What to study next

Got this wrong? Here's your next step.

Review OSPF neighbour requirements — matching area type, hello and dead timers, network type, stub flags, and authentication. Study show ip ospf neighbor states (INIT, 2-WAY, FULL). Then practise related NSE7 OSPF questions on adjacency and route selection.

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 Networking and SD-WAN — This question tests Advanced Networking and SD-WAN — OSPF neighbours must agree on key parameters..

What is the correct answer to this question?

The correct answer is: BFD can be configured under the interface or routing protocol to detect forwarding path failures — BFD (Bidirectional Forwarding Detection) is configured under the interface or routing protocol to provide fast failure detection. It is not enabled by default. Option A is incorrect because BFD must be configured. Option B is incorrect because BFD uses dedicated sessions, not sharing OSPF hello intervals. Option D is incorrect because BFD does not use performance SLA; SLAs are separate health checks.

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

Review OSPF neighbour requirements — matching area type, hello and dead timers, network type, stub flags, and authentication. Study show ip ospf neighbor states (INIT, 2-WAY, FULL). Then practise related NSE7 OSPF questions on adjacency and route selection.

What is the key concept behind this question?

OSPF neighbours must agree on key parameters.

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. An administrator wants to use BFD with OSPF to detect link failures faster. What must be configured on the FortiGate?

medium
  • A.Enable BFD only on the OSPF interfaces using 'set bfd enable' under the interface configuration.
  • B.BFD is automatically enabled when OSPF is configured; no additional steps are needed.
  • C.Enable BFD globally and under the OSPF process with 'set bfd enable'.
  • D.Create a BFD template and apply it to the OSPF process.

Variation 2. An administrator wants to use BFD to detect failures in an OSPF neighbor relationship faster than OSPF hello timers. They configure 'config router ospf' and 'set bfd enable'. However, BFD sessions are not coming up. What is a possible reason?

medium
  • A.The interface has 'set bfd enable' missing under config system interface
  • B.OSPF is configured with 'network point-to-multipoint'
  • C.The neighbor does not have BFD enabled on its OSPF configuration
  • D.The FortiGate's BFD transmit interval is set too high

Why A: BFD requires that the interface has BFD enabled at the interface level and that the OSPF neighbor also supports BFD.

Variation 3. A FortiGate is using BFD for BGP fast failure detection. The administrator wants to ensure that if the BFD session goes down, the BGP neighbor is removed and routes are withdrawn immediately. Which configuration is necessary?

medium
  • A.Enable BFD on the BGP neighbor and ensure BFD timers are set lower than BGP hold time
  • B.Configure BGP graceful restart
  • C.Set BGP hold time to 0
  • D.Use 'set bfd-desired-min-tx 100' on the interface

Keep practising

More NSE7 practice questions

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