Which two statements regarding ADOM modes are true? (Choose two.)
C,D
What is the purpose of the FortiAnalyzer command diagnose system print netstat?
A
Explanation:
The diagnose system print netstat command in FortiAnalyzer provides detailed information on active
network connections, similar to the netstat command found in many operating systems.
Refer to the exhibit.
The exhibit shows the creation of a new administrator on FortiAnalyzer.
What are two effects of enabling the choice Match all users on remote server when configuring a
new administrator? (Choose two.)
B,D
Explanation:
Enabling this option allows any user authenticated by the LDAP server to log in to FortiAnalyzer,
effectively creating a wildcard administrator.
The connection status of a new device on FortiAnalyzer is listed as Unauthorized.
What does that status mean?
A
Explanation:
The "Unauthorized" status indicates that the device has been discovered or attempted to connect
but has not yet been authorized for management by FortiAnalyzer. It requires an administrator to
approve or authorize the device before it can be fully managed.
Refer to the exhibit.
Which image corresponds to the packet capture shown in the exhibit?
A)
B)
C)
D)
A
Explanation:
Chosen image shows the device Remote-FortiGate with the IP 10.200.3.1 and a connection status of
"Connection Up," which is consistent with the packet capture details showing active communication
between the client and server.
Refer to the exhibit.
What is the purpose of configuring FortiAnalyzer with the settings displayed in the image?
D
Explanation:
The settings displayed in the image show the creation of a VLAN interface on FortiAnalyzer. The VLAN
ID is set to 100, and it is associated with port 5.
The purpose of configuring a VLAN interface like this is generally: To improve security.
By creating a VLAN, traffic can be segmented into isolated networks, which helps limit access and
enhances security by reducing the broadcast domain and keeping different types of traffic (e.g.,
management, user, and data traffic) separate.
What are offline logs on FortiAnalyzer?
A
Explanation:
Archive logs: When a real-time log file in Archive has been completely inserted, that file is
compressed and considered to be offline."
https://docs.fortinet.com/document/fortianalyzer/7.4.3/administration-guide/381919/logs
Refer to the exhibit.
Based on the partial outputs displayed, which devices can be members of a FortiAnalyzer Fabric?
C
Explanation:
Based on the partial configuration output, the primary factor for determining which devices can be
members of a FortiAnalyzer Fabric is the log-mode setting. Devices with the same log mode can be
part of the same FortiAnalyzer Fabric.
FortiAnalyzer1: Log mode is set to collector.
FortiAnalyzer2: Log mode is set to collector.
FortiAnalyzer3: Log mode is set to analyzer.
Devices with the same log mode can be part of the same fabric. Since FortiAnalyzer1 and
FortiAnalyzer2 both have their log modes set to collector, they can be members of a FortiAnalyzer
Fabric.
Therefore, the correct answer is FortiAnalyzer1 and FortiAnalyzer2.
You finished registering a FortiGate device. After traffic starts to flow through FortiGate, you notice
that only some of the logs expected are being received on FortiAnalyzer.
What could be the reason for the logs not arriving on FortiAnalyzer?
C
Explanation:
This issue can occur if FortiGate is not properly configured to send logs to FortiAnalyzer, such as
incorrect logging settings or filters being applied that prevent certain logs from being sent. It's
important to verify that logging is enabled on FortiGate and that the correct log settings (such as log
severity or log type) are configured for transmission to FortiAnalyzer.
An administrator, fortinet, can view logs and perform device management tasks, such as adding and
removing registered devices. However, administrator fortinet is not able to create a mail server that
can be used to send alert emails.
What can be the problem?
C
Explanation:
The Standard_User profile allows viewing logs and performing some device management tasks but
typically does not allow configuring global settings like creating a mail server for alert emails. To
create a mail server, the administrator would need to have a profile with higher privileges, such as
Super_User or a custom profile with the necessary permissions.
Which two parameters are used to calculate the Total Quota value available on FortiAnalyzer?
(Choose two.)
C,D
Explanation:
The Total Quota is derived from the total system storage minus any reserved space allocated for
system use, such as databases, system files, or reserved space for log retention policies. Used storage
and retention policies do not directly impact the calculation of the quota available, though they can
influence overall space utilization.
Which two settings must you configure on FortiAnalyzer to allow non-local administrators to
authenticate on FortiAnalyzer with any user account in a single LDAP group? (Choose two.)
B,C
Explanation:
C . One or more remote LDAP servers: FortiAnalyzer needs to be configured to communicate with
your external LDAP server where the user accounts and groups reside. This involves setting up the
LDAP server address, port, and authentication details.
B . An administrator group: You need to create an administrator group on FortiAnalyzer and link it to
the specific LDAP group that contains the users you want to grant administrative access. This allows
any user within that LDAP group to authenticate and have the permissions assigned to the
administrator group on FortiAnalyzer.
This configuration allows FortiAnalyzer to authenticate users against the external LDAP server and
authorize them based on their membership in the designated LDAP group. This way, you don't need
to create individual local accounts for each administrator, simplifying user management and
centralizing authentication.
An administrator has moved a FortiGate device from the root ADOM to ADOM1.
Which two statements are true regarding logs? (Choose two.)
A,D
Explanation:
When a device is moved from one ADOM to another, analytics logs can be moved automatically, but
you may need to rebuild the database for the logs to be fully transferred and usable in the new
ADOM. Archived logs, however, do not move automatically between ADOMs.
Which statement about the communication between FortiGate high availability (HA) clusters and
FortiAnalyzer is true?
A
Explanation:
This allows FortiAnalyzer to correctly identify and process logs from different members of the HA
cluster.
An administrator has configured the following settings:
What is the purpose of executing these commands?
A
Explanation:
The command set log-checksum md5-auth configures FortiAnalyzer to generate an MD5 hash for
each log file, along with an authentication code. This ensures that the integrity of the logs can be
verified, confirming that the logs have not been tampered with.