Courseiva
Advanced Networking and SD-WANmediumMultiple ChoiceObjective-mapped

NSE7 Advanced Networking and SD-WAN Practice Question

A FortiGate has OSPF configured in multiple areas. The administrator wants to redistribute routes from area 0 into area 1 with a metric of 10. Which command is correct?

⚠ Common exam trap

The trap is that candidates may assume the 'set redistribute' command can be used to influence inter-area OSPF metrics, but this is invalid for routes already within the same OSPF process.

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

config router ospf set redistribute "ospf" metric 10

None of the provided commands correctly set the metric for inter-area OSPF routes. OSPF automatically floods Type 3 LSAs between areas; the metric is determined by interface costs and cannot be directly set via redistribution. Redistributing OSPF into the same process is not a supported method for inter-area metric control.

Answer analysis

Option-by-option breakdown

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

  • config router ospf config redistribute "ospf" set status enable set metric 10 end

    Why it's wrong here

    'config redistribute "ospf"' is a subcommand that is not required to set the metric for inter-area routes. The direct 'set redistribute' command (as in D) is the correct syntax.

  • config router ospf config redistribute "connected" set metric 10 end

    Why it's wrong here

    It redistributes connected routes, not OSPF routes, and does not achieve the goal of setting a metric for OSPF inter-area redistribution.

  • config router ospf config area edit 1 set type nssa end

    Why it's wrong here

    Setting the area type to NSSA does not control the redistribution metric for inter-area routes.

  • config router ospf set redistribute "ospf" metric 10

    Why this is correct

    It directly sets the metric for redistributed OSPF routes to 10 using the proper FortiOS command syntax.

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

About these practice questions

Courseiva writes every NSE7 question from scratch — 940 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 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.