View all questions & answers for the NSE 4 - FortiOS 7.6 Administrator Exam Materials exam


Question 6 Discussion

Refer to the exhibit. The NOC team connects to the FortiGate GUI with the NOC_Access admin profile. They request that their GUI sessions do not disconnect too early during inactivity. What must the administrator configure to answer this specific request from the NOC team? (Choose one answer)

  • A. Move NOC_Access to the top of the list to ensure all profile settings take effect.
  • B. Increase the offline value of the Override Idle Timeout parameter in the NOC_Access admin profile.
  • C. Ensure that all NOC_Access users are assigned the super_admin role to guarantee access.
  • D. Increase the admintimeout value under config system accprofile NOC_Access.
Correct Answer: B

Brave-Dump Clients Votes

B 55.56%
D 44.44%

Comments



Zdenek 2025-10-21 13:57:28

Selected Answers: D


config system accprofile
edit "NOC_access"
set admintimeout-override enable
set admintimeout 50
next
end
  • Zdenek 2025-10-22 12:41:14
    FortiGate 7.6 Administrator Study Guide, page 21 says that "The Override Idle Timeout" option allows the "admintimeout" value to be overridden for each access profile. Therefore the correct answer should be D. B is incorrect because "offline value" does not exist.


Derrick Watson 2025-11-16 07:08:21

Selected Answers: D


Pg 22 of FGT 7.6 Administrator says. The Override Idle Timeout option allows the admintimeout value, under config system accprofile, to be overridden for each access profile.


Dizzle D 2025-12-14 07:20:41

Selected Answers: D


Explanation
- admintimeout is the parameter that controls how long an administrator’s GUI session can remain idle before being disconnected.
- By default, FortiGate sets this to 5 minutes. If the NOC team wants longer sessions without being logged out, the administrator must increase this value in the specific admin profile (NOC_Access).
- The other options are incorrect because:
- A. Move NOC_Access to the top of the list → Ordering of profiles does not affect timeout behavior.
- B. Increase Override Idle Timeout → This parameter applies to individual admin accounts, not profiles. The question specifies the admin profile.
- C. Assign super_admin role → This changes privileges, not session timeout.

✅ So the administrator should configure:
config system accprofile
edit NOC_Access
set admintimeout <desired value in minutes>
next
end


Anonymous User 2025-12-21 17:07:20

Selected Answers: B


It seems that both answers are correct: B via the GUI and D via the CLI.


Dallouf 2026-01-19 21:05:04

Selected Answers: B


because GUI mode


Anonymous User 2026-01-25 06:51:10

Selected Answers: D


D


marcin 2026-02-03 13:29:41

Selected Answers: B


“You can override the global administrator idle timeout on a per-profile basis by enabling Override Idle Timeout and setting a custom value.”
Override Idle Timeout
Never Timeout
Offline - 1-480 minutes

B - 200%


CABGroup 2026-02-10 22:31:30

Selected Answers: B


b


Chris 2026-03-06 08:09:04

Selected Answers: B


GUI