Difference between revisions of "Add new MIBs"

Jump to navigation Jump to search
106 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Added command for deb package based installs)
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== What are MIBs good for ==
{{deprecated}}== What are MIBs good for ==


MIB files (MIBs) describe structure of information transferred via SNMP. Every device can support multiple MIBs, some of them are standard and public, other can be proprietary and vendor specific.
MIB files (MIBs) describe structure of information transferred via SNMP. Every device can support multiple MIBs, some of them are standard and public, other can be proprietary and vendor specific.
Line 14: Line 14:
# Use nxmibc binary to create a new compiled MIB file from all MIBs in directory. Add parameter -z for compressed output file.
# Use nxmibc binary to create a new compiled MIB file from all MIBs in directory. Add parameter -z for compressed output file.
<pre> nxmibc -d /usr/share/netxms/mibs -o /usr/share/netxms/mibs/netxms.mib</pre>
<pre> nxmibc -d /usr/share/netxms/mibs -o /usr/share/netxms/mibs/netxms.mib</pre>
<pre> C:\NetXMS\bin\nxmibc.exe -z -d C:\NetXMS\share\mibs -o C:\NetXMS\var\netxms.mib</pre>


Parameters recognized by nxmibc:
Parameters recognized by nxmibc:

Navigation menu