You can download the MIB from the Web UI or from the command prompt.
Analyst, Operator, or Admin access
Downloading the MIB using the Web UI
Use the Notification Settings page to download the MIB.
.png)
Click the Settings tab.
Click Notifications on the sidebar.
Click the SNMP tab.
In the Define protocol settings section, click Download.
Downloading the MIB using the command prompt
This section describes how to download the FE-FIREEYE-MIB to SNMP managers that run on Microsoft Windows, Linux, and Apple devices. The MIB file is retrieved using a program that connects using port 22, which is normally used for protocols such as SSH, SCP, and PSCP. Because file-level access is denied by policy, the direct path to the MIB file needs to be specified.
Download the pscp.exe tool (available from PuTTY download page).
Navigate to a command prompt window.
Change to the directory in which you downloaded the pscp.exe tool:
cd Downloads
Copy the MIB file from the appliance:
pscp.exe -r -scp admin@<appliance><applianceIPAddress>:/usr/share/snmp/mibs \Temp\mibs\
When prompted for the password, enter
admin.The files are copied to the
\Temp\mibsdirectory on the Windows device.Change to the
mibsdirectory:cd C:\Temp\mib
Load the MIB into an SNMP browser or tool, or open the MIB file:
vi FE-FIREEYE-MIB.txt
Copy the MIB file from the appliance using the OpenSSH client:
scp -r admin@<appliance><applianceIPAddress>:/usr/share/snmp/mibs /usr/<userDirectoryName>
When prompted for the password, type
admin.The files are copied to the
mibsdirectory that resides in the/usr/<userDirectoryName>directory.Change to the
mibsdirectory:cd mibs
Load the MIB into an SNMP browser or tool, or open the MIB file:
vi FE-FIREEYE-MIB.txt
Navigate to the terminal emulator.
Copy the MIB files from the appliance:
scp -r admin@<applianceIPAddress>:/usr/share/snmp/mibs ~/
When prompted for the password, type
admin.The files are copied to the
mibsdirectory that resides in the user directory.Load the MIB into an SNMP browser or tool, or open the MIB file:
vi FE-FIREEYE-MIB.txt