On 11 April 2011 19:17, Zimmer Hu <[email protected]> wrote: > Here are exact output: > > 1a) snmpget > > # snmpget -v 2c -c public localhost .1.3.6.1.2.1.192.1.2 > .1.3.6.1.2.1.192.1.2 = No Such Object available on this agent at this OID
Yes - that is correct. For "snmpget", you have to provide the OID of an instance of a column object within the table. Not the OID of the table itself. > 3) snmptable > > # snmptable -v 2c -c public localhost .1.3.6.1.2.1.192.1.2 > Was that a table? .1.3.6.1.2.1.192.1.2 Do you have the SYSLOG-MSG-MIB loaded? While most of the client tools can work with numeric OIDs, snmptable *must* have the MIB file available, so that it knows which column objects to request. You still haven't provided the output from "snmpwalk" that I asked for. Dave ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
