On 8 March 2011 17:28, Zongjun <qizong...@gmail.com> wrote:
>> What does walking the sysORTable show?
>
> Dave, it shows:
> snmpwalk localhost sysORTable
> SNMPv2-MIB::sysORTable = No Such Object available on this agent at this OID


I thought you were running the agent on port 6161?
You'd need to run the query

   snmpwalk  localhost:6161  sysORTable

or to be safe

   snmpwalk -v 2c -c public  localhost:6161 sysORTable

Dave

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to