
SNMP - What are .mib files used for, and why are there many of them …
I am investigating methods of monitoring particular stats with printers. I am not very knowledgeable yet, and was just curious what .mib files are used for and why there are many of them for a prin...
switch - How to use a MIB file - Server Fault
I have a HP 2626 switch and want to monitor it by SNMP. how can i use the MIB file. Any starting points on how to understand it ? using snmpwalk to get the data in a *nix machine and output it in a...
SNMP - So I have a MIB. Now What? - Server Fault
MIB files are needed to tell you (or your monitoring system, or your SNMP query tool...) what OIDs actually mean; otherwise, all you get is a bunch of numbers. But this is only a client issue, the device …
SNMP MIBs on Ubuntu - error in MIBs - Server Fault
Oct 18, 2018 · I'm concerned that the definitive set of MIB files for Ubuntu seems to have syntactic errors. Am I using the wrong MIBs? I have used sudo apt-get install snmp-mibs-downloader sudo …
How to read SNMP OIDs - Server Fault
If you have the MIB files containing the relevant information, you can use the snmptranslate utility from the Net-SNMP package to parse OID. Place the MIB files into a directory and use the following …
linux - SNMPWALK extract UCD-SNMP-MIBs - Server Fault
I am trying to use snmpwalk to get the MIB list and I couldn't get anything related to CPU, Load, Memory. On further digging in I found that the UCD-SNMP-MIBs are the one which will return the …
Why do SNMP agents need MIB files? - Server Fault
SNMP "browsers" typically require a MIB file because without one all they can present to you is a meaningless list of numbers. So the answer to your question is "You don't NEED MIB files, they're …
snmp - get MIB file from a host - Server Fault
Jan 30, 2019 · How can I get the MIB file from a remote managed HW? The only thing that I know is the ip, port, community. Can I use the net-snmp package? If yes, I'd like to have exact command. Thank …
snmpwalk on a Cisco MIB imported in a Redhat server
Nov 1, 2019 · I am experimenting with MIB files so forgive me if this sounds crazy. I wish to import a Cisco network device MIB file into a RHEL7 server having net-snmp and then use solarwinds …
Where are SNMP MIBS evaluated? Can I make my own?
It will show up in your MIB which you can test by using the following command. snmpwalk -v 1 -c public localhost .1.3.6.1.4.1.2021.8 This is pretty well documented in the snmpd.conf file found in Debian …