On 06/02/07, Sriventhal B <[EMAIL PROTECTED]> wrote: > $ ./snmpget localhost public system.SystemContact.0 > system.SystemContact.0: Unknown Object Identifier > (Sub-id not found: system -> SystemContact)
That is entirely correct. There is no such MIB object as "SystemContact". Try "sysContact" instead. > $ ./snmpget -IR localhost public .1.3.6.1.2.1.1.3.0 > public: Unknown Object Identifier > .1.3.6.1.2.1.1.3.0: Unknown Object Identifier Hmmm... not sure why that failed. Try without the "-IR" flag. 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
