To export MIBs, use the exportmibs
Rhino management console command.
Management Information Base (MIB) files contain descriptions of the OID hierarchy that SNMP uses to interact with statistics and notifications. |
exportmibs
Command |
exportmibs <dir> [-maxpathlen <len>] Description Exports current SNMP statistics configuration as MIB files to the specified directory. The -maxpathlen option can be used to limit the maximum path name lengths of MIB files generated as some SNMP tools like snmpwalk can fail to read files with very long paths. The default maximum path length is 300.
SNMP management clients usually provide a tool for using or importing the information from MIBs. |
||
---|---|---|---|
Example |
[Rhino@localhost (#1)] exportmibs mibs Writing MIB exports to: /home/user/rhino/client/bin/mibs 40 MIBs exported. |