View all questions & answers for the NSE 7 - Enterprise Firewall 7.6 Administrator Exam Materials exam


NSE 7 - Enterprise Firewall 7.6 Administrator Exam Materials-Question 73 Discussion

Refer to the exhibits. The routing tables of FortiGate_A and FortiGate_B and a network topology are shown. Why does FortiGate_B have only one external route available to 100.75.5.1/32? (Choose one answer)

  • A. rfc-1583-compatible is not set to enable on FortiGate_B.
  • B. The route to 100.75.5.1/32 shown on FortiGate_B has the lowest cost.
  • C. FortiGate_A advertises only one external route to FortiGate_B.
  • D. The subnet 10.0.11.0/24 is not located in the FortiGate_B area
Correct Answer: A

Brave-Dump Clients Votes

A 50%
C 33.33%
D 16.67%

Comments



Shabeeb Kunhipocker 2025-11-27 23:04:08

Selected Answers: A


https://community.fortinet.com/t5/FortiGate/Technical-Tip-OSPFv2-ECMP-for-External-Routes-Expected-Behavior/ta-p/216048


Adam 2026-01-20 10:24:15

Selected Answers: D


In FortiGate A, we can see both 10.0.11.0/24 and 10.0.12.0/24 are directly connected networks, so both above routers in the exhibit can be OSPF neighbors that have connection to 100.75.5.1/32

In FortiGate B, we can see only 10.0.12.0/24 is directly connected network, so only above left router can be OSPF neighbor

ECMP can work with modern RFC 2328.
RFC1583 is just recommended when we have ASBR to depend only on cost, but it doesn't mean ECMP works only with RFC1583, so I think A is wrong.

B is wrong because both routes have same metric 11.

C is wrong because FortiGate A doesn't advertise it, the external network is advertised from ASBRs (both above routers in the exhibit) directly and that advertisement goes to all OSPF routers in all areas as LSA Type 5.

D seems to be the most correct answer to me, so the above right router is just not OSPF neighbor, so it can't be next hop.
What do you think?


Mehdi 2026-03-10 13:02:01

Selected Answers: C


C is correct answer ,When an ABR floods external LSAs into other areas, it advertises the route as a single LSA regardless of how many local paths it has
A Incorrect ,RFC-1583 compatibility affects cost calculation for external routes but doesn't reduce the number of paths visible to FortiGate_B
B Incorrect , Lowest cost would affect which path is chosen but wouldn't explain why only one path exists — ECMP would still show multiple if they were equal cost
D incorrect 10.0.11.0/24 being outside FortiGate_B's area is irrelevant to the external route count for 100.75.5.1/32


Anonymous User 2026-03-10 19:16:23

Selected Answers: A


A is correct. RFC 1583 by default is not enabled. Thus OSPF prefers intra-area paths over inter-area paths. In the questions we have two equal paths, one via area 0 and one via area 1. The Fortigate A forwards the type 5 LSA from the two ASBR into area 0. So Fortigate B must decide whether to install one or both routes. Because RFC1583 is disabled (Answer A) it decides to use only intra area 0 path.


zineeddine 2026-03-17 14:46:28

Selected Answers: C


C is correct


Anonymous User 2026-03-19 13:07:00

Selected Answers: A


I believe A is correct as RFC 1583 enables ECMP.

RFC 1583 enables Equal-Cost Multi-Path (ECMP) routing in OSPF by allowing a router to install multiple equal-cost paths to the same destination in the routing table. Its key ECMP capability is simplified path selection based solely on cost, without considering route type hierarchy.

As in this question the route seems to be coming via intra and inter area, enabling RFC 1583 allows the fortigate to install both route types instead of preferring one over the other as is the default behavior.