On 29 March 2010 06:23, Prakash wrote:
> Can anyone send an example code to implement dependent table.
There's nothing particularly special about dependent tables.
Just implement them as you would any other table.
If you are using the same underlying data for both tables,
t
Hi All,
Can anyone send an example code to implement dependent table.
My MIB
==
baseEntry OBJECT-TYPE
INDEX :{baseIndex1}
::= {baseTable 1}
extendedEntry OBJECT-TYPE
INDEX :{baseIndex1, extendedIndex1}
::= {extendedTable 1}
Regards,
Prakash Raju
2009/4/5 mwnn :
> I am working on extending the Net-SNMP agent. I have the following
> situation:
>
> 1. Base table whose ROWSTATUS column is READ-CREATE.
> 2. Dependent table which has the same index as the base table.
>
> In the above scenario, when a row is deleted
Hi all,
I am working on extending the Net-SNMP agent. I have the following
situation:
1. Base table whose ROWSTATUS column is READ-CREATE.
2. Dependent table which has the same index as the base table.
In the above scenario, when a row is deleted in the base table the
corresponding row in the