View all questions & answers for the NSE 6 - Network Security 7.6 Support Engineer Materials exam


NSE 6 - Network Security 7.6 Support Engineer Materials-Question 93 Discussion

Refer to the exhibit, which shows partial outputs from two routing debug commands. Which change must an administrator make on FortiGate to route web traffic from internal users to the internet, using ECMP? (Choose one answer)

  • A. Set snat-route-change to enable.
  • B. Set the priority of the static default route using port2 to 1.
  • C. Set preserve-session-route to enable.
  • D. Set the priority of the static default route using port1 to 10.
Correct Answer: D

Brave-Dump Clients Votes

D 100%

Comments



Anonymous User 2026-04-05 01:06:15

Selected Answers: D


the get router info kernel output (the very first line):

tab=254 ... proto=11 prio=0 ... dev=3 (port1)

tab=254 ... proto=11 prio=10 ... dev=6 (port2)

The kernel output reveals that the route for port2 actually has a priority of 10, while port1 has a priority of 0. Lower priority route is always preferred.

Thus, the answer is D