FortiAnalyzer
FortiAnalyzer can receive logs and Windows host events directly from endpoints connected to EMS, and you can use FortiAnalyzer to analyze the logs and run reports.
LFerreira
Staff
Staff
Article Id 414274
Description This article describes how to obtain SNMP information regarding resources per ADOM using MIBs for FortiAnalyzer and FortiManager.
Scope FortiAnalyzer and FortiManager v7.x and earlier.
Solution

FortiAnalyzer and FortiManager share the same MIB files. MIB files are 'FORTINET-FORTIMANAGER-FORTIANALYZER-MIB.mib' and the CORE file 'FORTINET-CORE-MIB.mib'.

 

Download both files from the Fortinet Support Portal according to the firmware version running in FortiAnalyzer/FortiManager. 

 

The 'MIB Browser' software was utilized to streamline the analysis of MIB structures, enabling a clear and efficient examination of their components.

 

Upon importing the MIBs and executing a 'Get Subtree' query on the 'fmAdomTable', the existing entries can be reviewed. Notably, the 'fmAdomEntIndex' serves as the key identifier, with multiple indexes automatically generated to distinguish each ADOM.

 

The following image shows the listed indexes and the names of the respective ADOMs.

 

FAZ MIB - Por ADOM - Indice.png

 

To perform an SNMP query for a specific ADOM, append the corresponding index value to the OID. For instance, to query the 'fmAdomEntArchiveLogQuota' parameter for the 'LAB-72' ADOM, based on the provided reference image, the following approach can be applied:

 

  • By name:  fmAdomEntArchiveLogQuota.15

Or,

  • By OID: .1.3.6.1.4.1.12356.103.5.2.1.12.15

 

As shown in the following image:

 

SNMP per ADOM.png

 

Related article:
Technical Tip: How to obtain MIBs and OIDs for FortiManager and FortiAnalyzer

 

 

Contributors