? Agent++ & MIB

Jochen Katz katz____agentpp.com
Sat May 26 12:59:09 CEST 2001


Hi,


> 3. After adding all the columns, i've added the rows
> Statements: add_row (numRow) where numRow [0..255]

numRow is the index of the row and not limited to 0...255 if not
rescricted through the MIB.

> in my implementation,   OID = 1.3.6.1.4.1.555.55.1.<COL>.<ROW>  -- Agent is
> accepting requests from this OID structure
> in my MIB,              OID = 1.3.6.1.4.1.555.55.1.<ROW>.<COL>  -- ???
> 
> how do i show the structure which i've implemented in my source in the MIB
> (SMIv1)

You have to see the difference between the definition of the MIB
(where you get the information which columns each row must have, but
no rows are actually created) and the API of agent++ (which needs to
know which columns do exist before rows can be created).

Best regards,
  Jochen



More information about the AGENTPP mailing list