View all questions & answers for the NSE 4 - FortiOS 7.6 Administrator Exam Materials exam
Comments
Selected Answers: D
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.
Selected Answers: D
Selected Answers: D
- 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
Selected Answers: B
Selected Answers: B
Selected Answers: D
Selected Answers: B
Override Idle Timeout
Never Timeout
Offline - 1-480 minutes
B - 200%
Selected Answers: B
Selected Answers: B
Selected Answers: D
Global Timeout: By default, all admins follow the global timer set under config system global (usually 5 minutes).
Profile Override: To satisfy a specific request for one group (like the NOC team) without changing the timeout for every other administrator on the device, you use an Access Profile override.
By navigating to config system accprofile and editing the NOC_Access profile, you can use the set admintimeout command to define a longer duration specifically for users assigned to that profile.
B: While "Override Idle Timeout" is the name of the toggle in the GUI, the actual parameter being adjusted is the admintimeout. Furthermore, "offline value" is not standard FortiGate terminology for this setting.
Selected Answers: B
If you want to adjust the timeout specifically for a certain admin profile (like NOC_access), you must use the “Override idle timeout” setting within that admin profile.
So:
Option B correctly targets the requirement: extending session time only for the NOC team without affecting others.
Selected Answers: B
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)
Brave-Dump Clients Votes