This is a discussion on Re: about Agentx support in netsnmp within the SNMP Coders forums, part of the Networking and Network Related category; On 10/11/06, bhushan <sonawanebhushan@gmail.com> wrote: > # snmpget -v 1 -c public localhost 1.3....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 10/11/06, bhushan <sonawanebhushan@gmail.com> wrote:
> # snmpget -v 1 -c public localhost 1.3.6.1.4.1.16901.1.1 > SNMPv2-SMI::enterprises.16901.1.1 = INTEGER: 3 > still o/p of snmpget shows SNMPv2-SIM as root as shown above > for solution to this i tried to remove SNMPv2-SMI.txt from that directory No - don't try removing MIB files. That's not the problem here. The problem with be that (for some reason) the "snmpget" client isn't loading your MIB file, so can't display meaningful names for anything in your enterprise tree. Try running snmpget -Dparse-mibs ..... and look through the debug output. Check where it's looking for MIB files, and whether it's trying to load your MIB file (and failing) or simply not trying at all. That should hopefully give you some indication of where the problem lies. BTW, this has *nothing* to do with AgentX, so it's actually a bit of a misleading subject line. Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |