On 06/02/07, Sriventhal B <[EMAIL PROTECTED]> wrote: > i tried running the snmpget by removing -IR but I cameout with the following > error. > > ./snmpget localhost public .1.3.6.1.2.1.1.3.0 > public: Unknown Object Identifier (Sub-id not found: (top) -> public)
First problem: You're using the old "positional parameter" way of specifying the community string. That hasn't been supported by the Net-SNMP tools ever since the change of project name. > Cannot find module (IP-MIB): At line 0 in (none) > Cannot find module (IF-MIB): At line 0 in (none) Second problem: It looks as if the MIB files haven't been installed (or else aren't installed in the place that the tools are looking for them). I suggest you check where these files are. 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=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
