When creating a device profiling rule, what are two advantages of registering the device in the host view? (Choose two.)
The devices can be managed as a generic SNMP device.
The devices will have connection logs.
The devices can be associated with a user.
The devices can be polled for connection status.
In FortiNAC-F, theDevice Profileris a rule-based engine that evaluates unknown " rogue " devices and classifies them based on fingerprints and behavior. When a profiling rule matches a device, the administrator can configure the rule to automatically register that device. The registration process can place the device record in two primary locations: theTopology View(as a device) or theHost View(as a registered host).
According to theFortiNAC-F Administration Guide, registering a device in theHost Viewprovides significant advantages for identity management and historical tracking. First, the devices can beassociated with a user (C). In the FortiNAC database architecture, the Host View is the primary repository for endpoint identity; placing a profiled device here allows the system to link that hardware (MAC address) to a specific user account, whether that user is an employee, guest, or a system-level " owner " . This association is essential for Role-Based Access Control (RBAC) and for tracking accountability across the network fabric.
Second, devices registered in the Host View will haveconnection logs (B). FortiNAC-F maintains a detailed operational history for all host records, including every instance of the device connecting to or disconnecting from a port, its IP address assignments, and the specific policies applied during each session. These logs are invaluable for troubleshooting connectivity issues and for security forensic audits, as they provide a clear timeline of the device ' s lifecycle on the network. In contrast, devices managed only in the Topology View are typically treated as infrastructure components where the focus is on device availability rather than individual session history.
" Devices that are registered and associated with a user are placed in theHost Viewand removed from the Profiled Devices window... Placing a device in the Host View allows for the tracking ofconnection historyand the association of the device with a specificidentity or user recordwithin the FortiNAC database. " —FortiNAC-F Administration Guide: Device Profiler How it Works.
When FortiNAC-F is managing VPN clients connecting through FortiGate, why must the clients run a FortiNAC-F agent?
To transparently update The client IP address upon successful authentication
To collect user authentication details
To collect the client IP address and MAC address
To validate the endpoint policy compliance
When FortiNAC-F manages VPN clients through a FortiGate, the agent plays a fundamental role in device identification that standard network protocols cannot provide on their own. In a standard VPN connection, the FortiGate establishes a Layer 3 tunnel and assigns a virtual IP address to the client. While the FortiGate sends a syslog message to FortiNAC-F containing the username and this assigned IP address, it typically does not provide the hardware (MAC) address of the remote endpoint ' s physical or virtual adapter.
FortiNAC-F relies on theMAC addressas the primary unique identifier for all host records in its database. Without the MAC address, FortiNAC-F cannot correlate the incoming VPN session with an existing host record to apply specific policies or track the device ' s history. By running either a Persistent or Dissolvable Agent, the endpoint retrieves its own MAC address and communicates it directly to the FortiNAC-F service interface. This allows the " IP to MAC " mapping to occur. Once FortiNAC-F has both the IP and the MAC, it can successfully identify the device, verify its status, and send the appropriateFSSO tagsor group information back to the FortiGate to lift network restrictions.
Furthermore, while the agent can also perform compliance checks (Option D), the architectural requirement for the agent in a managed VPN environment is primarily driven by the need for session data correlation—specifically the collection of the IP and MAC address pairing.
" Session Data Components: • User ID (collected via RADIUS, syslog and API from the FortiGate). • Remote IP address for the remote user connection (collected via syslog and API from the FortiGate and from the FortiNAC agent). •Device IP and MAC address (collected via FortiNAC agent).... The Agent is used to provide the MAC address of the connecting VPN user (IP to MAC). " —FortiNAC-F FortiGate VPN Integration Guide: How it Works Section.
Which two actions must the administrator perform to allow FortiNAC-F to process incoming syslog messages from an unknown vendor? (Choose two answers)
The device must be added as a server in the Host view
The device sending the messages must be modeled in the Network Inventory view
The device must be added as a log receiver in FortiNAC-F
The device must have an event parser created for it
FortiNAC-F requires both source-device recognition and a parser capable of interpreting the vendor-specific syslog structure .
First, the sending device must be modeled in Network > Inventory using the IP address that FortiNAC-F will see as the source of the messages. The FortiNAC-F 7.6 Administrator Study Guide explicitly states that a security device sending alerts must be modeled in Inventory using the source IP address. This prevents FortiNAC-F from accepting arbitrary syslog/security-event traffic from unrecognized sources.
Second, because the vendor is unknown or unsupported, the administrator must create a custom Security Event Parser under System > Settings > System Communication > Security Event Parsers . The guide states that adding a new parser enables support for virtually any device producing CSV, CEF, or Tag/Value-formatted syslog .
After modeling the device, its Incoming Events setting is associated with the appropriate parser.
Option A is unrelated to security-device integration. Option C is incorrect because Log Receivers define external destinations that receive FortiNAC-F-generated logs; they do not configure inbound syslog processing.
Study Guide Reference: Security Device Integration and Automated Response – Integration Using Syslog Messages; Security Event Parsers , pp. 316–318, 338–339 .
An administrator has created several device profiling rules and evaluated all existing devices in the database. Some of the devices appear in the profiled devices view because they matched a rule, but they remain unknown and the registration column in the profiled devices view shows " No " . What is the most likely cause?
The confirm device profiling rule option is not enabled.
The devices match more than one device profiling rule.
The device profiling rule has registration set to manual.
The devices have persistent agents installed, and the point of connection has PA optimization enabled.
This behavior directly indicates that the matching Device Profiling Rule has Registration configured as Manual . The FortiNAC-F 7.6 Administrator Study Guide explains that when registration is Automatic , FortiNAC-F performs the configured registration operations immediately after the device matches the rule. When registration is Manual , however, the rule still matches and the device is successfully profiled and classified , but the registration settings are not executed until an authorized sponsor or administrator manually registers the device.
Consequently, the device can legitimately appear in Profiled Devices with its matched rule and assigned device type while the Registered column remains No . The Administration Guide confirms that this column specifically indicates whether the profiled device has been registered.
Option A is incorrect because rule confirmation determines whether an already-profiled device is periodically or subsequently revalidated against its associated rule; it does not control initial registration. Option B is incorrect because rules are evaluated in ranked order until the applicable match is processed. Option D concerns Persistent Agent communications and does not determine device-profiler registration status.
Study Guide Reference: Identification and Classification of Rogues → Device Profiling Rules → General Rule Information / Registration Settings , approximately pp. 110–111 .
An administrator wants to build a security rule that will quarantine contractors who attempt to access specific websites.
In addition to a user host profile, which Iwo components must the administrator configure to create the security rule? (Choose two.)
Methods
Action
Endpoint compliance policy
Trigger
Security String
In FortiNAC-F, theSecurity Incidentsengine is used to automate responses to security threats reported by external devices. When an administrator wants to enforce a policy, such as quarantining contractors who access restricted websites, they must create aSecurity Rule. A Security Rule acts as the " if-then " logic that correlates incoming security data with the internal host database.
The documentation specifies that a Security Rule consists of three primary configurable components:
User/Host Profile:This identifieswhoorwhatthe rule applies to (in this case, " Contractors " ).
Trigger:This is theeventthat initiates the rule evaluation. In this scenario, the Trigger would be configured to match specific syslog messages or NetFlow data indicating access to prohibited websites. Triggers use filters to match vendor-specific data, such as a " Web Filter " event from a FortiGate.
Action:This defineswhathappens when the Trigger and User/Host Profile are matched. For this scenario, the administrator would select a " Quarantine " action, which instructs FortiNAC-F to move the endpoint to a restricted VLAN or apply a restrictive ACL.
While " Methods " (A) relate to authentication and " Security Strings " (E) are used for specific SNMP or CLI matching, they are not the structural components of a Security Rule in the Security Incidents menu.
" Security Rules are used to perform a specific action based on certain criteria... To configure a Security Rule, navigate toLogs > Security Incidents > Rules. Each rule requires aTriggerto define the event criteria, anActionto define the automated response (such as Quarantine), and aUser/Host Profileto limit the rule to specific groups. " —FortiNAC-F Administration Guide: Security Rules and Incident Management.
Refer to the exhibits.


Based on the given configurations and settings, on which date and time would a guest account created at 8:00 AM on 2025/09/12 expire?
2025/09/12 at 8:00 PM
2025/09/12 at 7:00 PM
2025/09/12 at 17:00:00
2025/09/13 at 17:00:00
In FortiNAC-F, the expiration of a guest or contractor account is determined by the configuration settings within theAccount Creation Wizardand the associatedGuest/Contractor Template. While a template can define a default " Account Duration " (as seen in the 12-hour setting in the second exhibit), theAccount Creation Wizardallows an administrator to manually specify or override the start and end parameters for a specific user session.
According to theFortiNAC-F Administration Guideregarding guest management, theAccount End Datefield in the creation wizard is the definitive timestamp for when the account object will be disabled or deleted from the system. In the provided exhibit (Account Creation Wizard), the administrator has explicitly set theAccount Start Dateto2025/09/12 08:00:00and theAccount End Dateto2025/09/13 17:00:00.
Even though the template indicates an " Account Duration " of 12 hours, this value typically serves as a pre-populated default. When a manual date and time are entered into the wizard, those specific values take precedence for that individual account. The account will remain active and valid until5:00 PM (17:00:00)on the following day,2025/09/13. It is also important to note the " Login Availability " from the template (8:00 AM - 7:00 PM); while the accountexistsuntil the 13th at 17:00:00, the user would only be able to authenticate during the active hours defined by the login schedule on both days.
" When creating an account, the administrator can select a template to provide default settings. However, specific values such as theAccount End Datecan be modified within theAccount Creation Wizard. The date and time specified in the ' Account End Date ' field determines the absolute expiration of the account. Once this time is reached, the account is moved to an expired state and the user ' s network access is revoked. " —FortiNAC-F Administration Guide: Guest and Contractor Account Management.
How can an administrator configure FortiNAC-F to normalize incoming syslog event levels across vendors?
Configure severity mappings.
Configure the vendor OUI settings.
Configure the security rule settings.
Configure event to alarm mappings.
FortiNAC-F serves as a central manager for security events originating from a diverse ecosystem of third-party security appliances, such as FortiGate, Check Point, and Cisco. Each vendor utilizes its own internal scale forseverity levelswithin syslog messages (e.g., Check Point uses a 1–5 scale, while others may use 0–7). To provide a consistent response regardless of the source, FortiNAC-F usesSeverity Mappingsto normalize these incoming values.
According to theFortiNAC-F Administration Guide, severity mappings allow the administrator to translate vendor-specific threat levels into standardizedFortiNAC Security Levels(such as High, Medium, or Low Violation). When a syslog message arrives, the parser extracts the vendor ' s severity code, and the system immediately references theSecurity Event Severity Level Mappingstable to determine how that event should be categorized internally. This normalization is vital because it allows a singleSecurity Alarmto be configured to respond to any " High Violation " event, whether it was reported as a " Critical " by one vendor or a " Level 5 " by another. Without these mappings, the administrator would have to create separate, redundant security rules for every vendor to account for their different naming conventions and numerical scales.
" Each vendor defines its own severity levels for syslog messages. The following table shows the equivalent FortiNAC security level... To normalize these events, configure theSeverity Level Mappingsfound in the device integration guides. This allows FortiNAC to generate a consistent security event that can then trigger an alarm regardless of the reporting vendor ' s specific terminology. " —FortiNAC-F Administration Guide: Vendor Severity Levels and Syslog Management.
What must an administrator configure to allow FortiNAC-F to process incoming syslog messages that are not supported by default?
A Syslog Service Connector
A Security Action
A Security Event Parser
A Log Receiver
FortiNAC-F provides a robust engine for processing security notifications from third-party devices. For standard integrations, such as FortiGate or Check Point, the system comes pre-loaded with templates to interpret incoming data. However, when an administrator needs FortiNAC-F to process syslog messages from a vendor or device that is not supported by default, they must configure aSecurity Event Parser.
TheSecurity Event Parseracts as the translation layer. It uses regular expressions (Regex) or specific field mappings to identify key data points within a raw syslog string, such as the source IP address, the threat type, and the severity. Without a parser, FortiNAC-F may receive the syslog message but will be unable to " understand " its contents, meaning it cannot generate the necessarySecurity Eventrequired to trigger automated responses. Once a parser is created, the system can extract the host ' s IP address from the message, resolve it to a MAC address via L3 polling, and then apply the appropriate security rules. This allows for the integration of any security appliance capable of sending RFC-compliant syslog messages.
" FortiNAC parses the information based onpre-defined security event parsersstored in FortiNAC ' s database... If the incoming message format is not recognized, a newSecurity Event Parsermust be created to define how the system should extract data fields from the raw syslog message. This enables FortiNAC to generate a security event and take action based on the alarm configuration. " —FortiNAC-F Administration Guide: Security Event Parsers.
Refer to the output below.

Examine the communication between a primary FortiNAC-F (192.168.10.10) and a secondary FortlNAC-F (192.168.10.110) configured as a 1+1 HA pair. What is the current state of the FortiNAC-F HA pair?
The secondary server is running and in control.
The database replication failed
Failover from the primary server to the secondary server is in progress.
The primary server is running and in control.
The correct answer is D . The log output shows the local IP address as 192.168.10.10 , which the question identifies as the primary FortiNAC-F server. In the same output, FortiNAC-F reports inControl true and controlServer true , which means the local primary server is currently the control server. The line showing communication to 192.168.10.110 returns Running - Not In Control , confirming that the secondary server is alive but is not the active controlling node.
This matches FortiNAC-F 1+1 HA behavior. The study guide describes a 1+1 HA pair as an active-passive deployment where one FortiNAC-F device is designated primary and the other secondary. Database and configuration synchronization keep the devices aligned, but only one server is in control at a time. If the primary fails, the secondary assumes control automatically; otherwise, the primary remains the active control server.
Option A is wrong because the secondary explicitly reports Not In Control . Option B is wrong because the output does not show database replication failure. Option C is wrong because failover is not in progress; the output shows a stable state where the primary is in control and the secondary is running as the passive node.
When configuring isolation networks in the configuration wizard, why does a layer 3 network typo allow for mora than ono DHCP scope for each isolation network typo?
The layer 3 network type allows for one scope for each possible host status.
Configuring more than one DHCP scope allows for DHCP server redundancy
There can be more than one isolation network of each type
Any scopes beyond the first scope are used if the initial scope runs out of IP addresses.
In FortiNAC-F, theLayer 3 Network typeis specifically designed for deployments where the isolation networks—such as Registration, Remediation, and Dead End—are separated from the FortiNAC appliance ' s service interface (port2) by one or more routers. This architecture is common in large, distributed enterprise environments where endpoints in different physical locations or branches must be isolated into subnets that are local to their respective network equipment.
The reason the Configuration Wizard allows for more than one DHCP scope for a single isolation network type (state) is thatthere can be more than one isolation network of each typeacross the infrastructure. For instance, if an organization has three different sites, each site might require its own unique Layer 3 registration subnet to ensure efficient routing and to accommodate local IP address management. By allowing multiple scopes for the " Registration " state, FortiNAC can provide the appropriate IP address, gateway, and DNS settings to a rogue host regardless of which site ' s registration VLAN it is placed into.
When an endpoint is isolated, the network infrastructure (via DHCP Relay/IP Helper) directs the DHCP request to the FortiNAC service interface. FortiNAC then identifies which scope to use based on the incoming request ' s gateway information. This flexibility ensures that the system is not limited to a single flat subnet for each isolation state, supporting a scalable, multi-routed network topology.
" Multiple scopes are allowed for each isolation state (Registration, Remediation, Dead End, VPN, Authentication, Isolation, and Access Point Management). Within these scopes, multiple ranges in the lease pool are also permitted... This configWizard option is used when Isolation Networks are separated from the FortiNAC Appliance ' s port2 interface by a router. " —FortiNAC-F Configuration Wizard Reference Manual: Layer 3 Network Section.
Refer to the exhibit.

An administrator wants to ensure that guest accounts created from this template are not allowed network access outside of the designated times.
To achieve this, all necessary configurations must be made to force isolation of hosts in which state?
At-risk
Disabled
Non-authenticated
Rogue
The correct answer is C . The exhibit shows a guest template with Login Availability set to Specify Time , allowing login only Monday through Friday from 6:00 AM to 7:00 PM . The study guide explains that the Account Duration and Login Availability fields define when the account is deleted from the database or what days and times the account is enabled. Therefore, outside the allowed login window, the guest cannot authenticate successfully using that guest account.
To stop network access outside those permitted times, FortiNAC-F must isolate hosts that are in the Not Authenticated state. The guide maps the Authentication captive network to hosts in the Not Authenticated state, and the isolation logic table shows that hosts in the Not Authenticated state are moved to the Authentication network when the point of connection is in the Forced Authentication group.
Option A is wrong because At-risk hosts are isolated to remediation/quarantine due to compliance or security posture problems, not because a guest login is outside allowed hours. Option B is wrong because Disabled hosts are intentionally disabled and sent to the dead-end network; the account here is time-restricted, not necessarily disabled. Option D is wrong because Rogue applies to unregistered or unclassified devices, while this scenario is about a known guest account that is not allowed to authenticate outside its login schedule.
Refer to the exhibit.

What will happen to the host of a guest user created from this template if the time of connection is 8:00 PM?
The host will be marked as non-authenticated.
The host will be marked as a rogue device.
The host will be marked as at-risk.
The host will be administratively disabled.
In FortiNAC-F, theGuest & Contractor Templateis a configuration object that defines the parameters for accounts created by sponsors or through self-registration. One of the critical security controls within this template is theLogin Availabilitysetting. This setting restricts the specific days and times during which a guest or contractor is permitted to authenticate and access the network.
As shown in the exhibit, the " StandardGuest " template hasLogin Availabilityset to " Specify Time " , with a schedule defined asMon-Fri, 6:00 AM to 7:00 PM. If a guest user attempts to connect or authenticate at8:00 PM, which is outside of the permitted window, FortiNAC-F ' s policy engine will automatically deny the authentication request. When an authentication attempt is denied due to schedule restrictions, the system does not move the host into the " Authenticated " or " Registered " state required for production access. Instead, the host ismarked as non-authenticatedin the adapter or host view.
This behavior ensures that even if a guest possesses valid credentials, their access is strictly bound by the organizational policy for visitor hours. The host will typically remain in its current isolation or registration VLAN, and the user will see a message on the captive portal indicating that their account is not currently authorized for login. It is important to distinguish this from " at-risk " (C), which relates to security scan failures, or " rogue " (B), which typically refers to unknown devices that have not yet been associated with a valid account or profiling rule.
" Login Availabilitydefines the timeframe during which the guest or contractor account is valid for network access. This schedule is enforced at the time of authentication. If a user attempts to log in outside of the designated window, the authentication is rejected by the system. Consequently, the host record will reflect anon-authenticatedstatus, and the device will remain restricted to the isolation or registration network until a valid login window is reached. " —FortiNAC-F Administration Guide: Guest and Contractor Templates Section.
While troubleshooting a network connectivity issue, an administrator determines that a device was being automatically provisioned to an incorrect VLAN. Where would the administrator look to identify when and why FortiNAC-F made the network access change?
The Security Event view
The Reports view
The Port Changes view
The Admin Auditing view
The correct answer is C . The Port Changes view is the correct troubleshooting location when FortiNAC-F changes endpoint network access, such as moving a switch port into a different VLAN. The study guide states that any time FortiNAC-F changes network access for an endpoint, the change is documented in Network > Port Changes . This view shows the date and time of the change, whether a CLI configuration was executed, the reason for the change, the role or access policy that caused it, the port that was changed, and the VLAN the port was changed to.
This directly matches the troubleshooting requirement in the question: the administrator needs to know when the VLAN change happened and why FortiNAC-F made that network access decision. Option A , Security Event view, is used for security-related events, not detailed port-level VLAN-change history. Option B , Reports view, is too broad and not the operational audit trail for a specific access change. Option D , Admin Auditing, tracks administrative actions, but an automatic policy-driven VLAN assignment is documented under Port Changes, not primarily as an admin audit event.
A network administrator is troubleshooting a network access issue for a specific host. The administrator suspects the host is being assigned a different network access policy than expected.
Where would the administrator look to identify which network access policy, if any, is being applied to a particular host?
The Policy Logs view
The Connections view
The Policy Details view for the host
The Port Properties view of the hosts port
When troubleshooting network access in FortiNAC-F, it is often necessary to verify exactly why a host has been granted a specific level of access. Since FortiNAC-F evaluates policies from the top down and assigns access based on the first match, an administrator needs a clear way to see the results of this evaluation for a specific live endpoint.
ThePolicy Details (C)view is the designated tool for this purpose. By navigating to theHosts > Hosts(or Adapter View) in the Administration UI, an administrator can search for the specific MAC address or IP of the host in question. Right-clicking on the host record reveals a context menu from whichPolicy Detailscan be selected. This view provides a real-time " look " into the policy engine ' s decision for that specific host, showing theNetwork Access Policythat was matched, theUser/Host Profilethat triggered the match, and the resultingNetwork Access Configuration(VLAN/ACL) currently applied.
WhilePolicy Logs (A)provide a historical record of all policy transitions across the system, they are often too high-volume to efficiently find a single host ' s current state. TheConnections view (B)shows the physical port and basic status but lacks the granular policy logic breakdown. ThePort Properties (D)view shows the configuration of the switch interface itself, which is only one component of the final access determination.
" To identify which policy is currently applied to a specific endpoint, use thePolicy Detailsview. Navigate toHosts > Hosts, select the host, right-click and choosePolicy Details. This window displays the specificNetwork Access Policy, User/Host Profile, and Network Access Configuration currently in effect for that host record. " —FortiNAC-F Administration Guide: Policy Details and Troubleshooting.
As part of a FortiNAC-F integration with FortiGate for management of VPN users, what must be configured on FortiGate to keep FortiNAC-F up to date with VPN session information?
SNMP traps
RADIUS accounting
Security Fabric integration
Syslog messages
The correct answer is D . For FortiGate VPN integration, FortiNAC-F depends on syslog from FortiGate to receive VPN user, IP address, and session information. The FortiNAC-F study guide states that after a remote user successfully authenticates and establishes a VPN connection, FortiGate sends user, IP, and session information to FortiNAC-F using syslog. This keeps FortiNAC-F aware of the VPN session so it can apply the correct access control state and update FortiGate when the device becomes trusted.
Option A is wrong because SNMP traps are commonly used for infrastructure events, link traps, or third-party event inputs, but this VPN workflow uses FortiGate syslog. Option B is wrong because RADIUS accounting can update session information in some NAC workflows, but the FortiGate VPN integration described in the guide uses syslog. Option C is wrong because Security Fabric integration is not the required mechanism for keeping FortiNAC-F updated with VPN session details in this scenario.
TESTED 12 Sep 2026
