On 08/12/2007, Lucian Romi <[EMAIL PROTECTED]> wrote:
> I tried to get data defined in table by this
> $ snmptable -v 2c -c public 10.0.13.1 -Os .1.3.6.1.4.1.27594.3.6
> and got this
> Was that a table? enterprises.27594.3.6
> I already had this MIB definition in ~/.snmp/mibs/
> So what's the problem and how to solve it. Thanks.

Unlike most of the other tools, snmptable *must*
have the relevant MIB module loaded.   The fact that
it's reporting an error with "enterprises.27594.3.6 "
rather than a name, strongly implies that it hasn't
loaded your module.

Try
    snmptable  -v 2c -c public -Os 10.0.13.1  MY-MIB::myTable

rather than the numeric OID.

Dave

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to