I'm attempting to set up SNMPd with net-snmp. The daemon is running, and I can hit it (using getif for Windows).
However, I can't access any of the interface information, such as the ifDescr and .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifOutOctets and .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifInOctets that I really need. I'll bet that this has something to do with the proper MIBs not being loaded, as these are the MIBs loaded: The MIB module for SNMPv2 entities View-based Access Control Model for SNMP The SNMP Management Architecture MIB The MIB for Message Processing and Dispatching The management information definitions for the SNMP User-based security model When I look at the same thing when connected to my DD-WRT router, I see the first two, none of the others, and four others: The MIB module for managing TCP implementations The MIB module for managing UDP implementations The MIB module for managing IP and ICMP implementations The MIB module to describe generic object for network interface sub-layers Any idea what I could be doing wrong? I'm loading every MIB in /usr/share/snmp/mibs via the command line (snmpd -m $ALLMIBS -> $ALLMIBS contains a csv list of all the MIBs in the directory). -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
