[AGENT++] how to access a particuler row of Table from another table.

venugopal reddy venu.forum at gmail.com
Thu Nov 23 11:40:43 CET 2006


Hi,
I defined mib like this,
++++++++++++++++++++++++++++++++++++=
Table1Entry ::= SEQUENCE {
        sid
                Integer32,
        Type
                INTEGER,
        }
++++++++++++++++++++++++++++++++++++++++=

**********************************************
Table2Entry  OBJECT-TYPE
        SYNTAX  xxxxxxx
        MAX-ACCESS      not-accessible
        STATUS  current
        DESCRIPTION
                ""
        INDEX { sid,
                pid }
        ::= { zzzzzz 1 }
****************************************************8

both are under same Object Identity.

So, my problem is,
I want to controle Table2 using  Table1- Type leaf object.
for this is there any way (using CPP api of agent-pp ) to get TableRowObject
corresponding to sid???

ThanQ,
venu



More information about the AGENTPP mailing list