Q:is_empty function of MibTable

manjunath ramaiah manjunath.ramaiah____wipro.com
Sat Aug 12 12:38:32 CEST 2000


Hi ,

When registering tables , i am passing the oid of the TableEntry Object
to the constructor of the MIbTable . That is for IpAddrTable in ip group
(ip 20 ),
i am  constructing MIBTable with { ip.20 .1)
ipAddrTable::ipAddrTable():        MibTable(ip.20.1, 0, FALSE)

I am overriding the is_empty()  function for the above table . This
function is getting called only if the snmpwalk is given on ip.20 . It
is not getting called if snmpwalk
issued on ip.20.1 .
I need to override this function as i need to add/remove  rows
dynamiclay ( as ipaddress of a interface can change) .

Pls help in solving this problem so that i can construct tables
dynamicaly .

Thanks
Manjunath





More information about the AGENTPP mailing list