Yes, I was using the wrong "snmpwalk" command.  Your recommendation worked like 
a charm ... thanks. 


Dave Shield <[EMAIL PROTECTED]> wrote: On 24/05/07, Need Help  wrote:
> /export/home/myname/snmp/usr/local/sbin/snmpd -f -L
>      -Dread_config -M localhost &
>
> Based on the "-Dread_config" data displayed when the agent started
> up, it looks like the "snmp.conf" file (as well as the other snmpd.conf
> file) is being found and read correctly.

   by the agent

>  However, when I try to perform the
> "snmpwalk", it produces the following error:
>
> ocStbHostAVInterfaceTable: Unknown Object Identifier

Have you checked whether the *snmpwalk* command is reading
your snmp.conf file?  Try giving "snmpwalk" the same -D flag.

If that does indicate that your snmp.conf file is being processed,
then try running it with "-Dparse-mibs", to check which MIB files
are being read in (and from where).

But I suspect that you may well be using a vendor-supplied version
of snmpwalk, which won't be looking in your private locations.
I strongly suspect that running
    /export/home/myname/snmp/usr/local/bin/snmpwalk
(instead of just "snmpwalk") might well work as expected.

Dave


       
---------------------------------
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to