In a MIB table definition, each table entry has it's own field name with
associated unique OID value. Is there a way to display the field name of each
entry in the table using snmptranslate or something?
-
This SF.N
On Wed, Sep 03, 2008 at 12:01:18PM -0700, Need Help wrote:
> I can not figure out which SNMP command will allow me to query one complete
> row of data from a table only.
>
> For example, assume my table has 10 rows in it with 20 columns for each
> row.. How can I query row #7 to get all 20 colu
I can not figure out which SNMP command will allow me to query one complete row
of data from a table only.
For example, assume my table has 10 rows in it with 20 columns for each row..
How can I query row #7 to get all 20 columns of data?
---
> Assume that you are calling the registration code with as the
> OID, then _instance registers a variable at while _scalar
> registers a variable at .0, this is useful for simple scalar
> variables that are declared outside of any table in the MIB.
So the main (only?) difference is how to regist
2008/8/27 Hanig, Michael <[EMAIL PROTECTED]>:
> I) What is the difference between
> netsnmp_register_watched_scalar()
> and
> netsnmp_register_watched_instance()
The scalar helper handles requests for
myScalarOID and myScalarOID.1
correctly.
The instance helper returns the