Implementing row deletion side-effect in table data set

2016-07-20 Thread Gregg Nemas
I used mib2c to generate a table handler using the table data set helper. This is working correctly, including row insertion/deletion via a row status column. However, I need to be able to implement a side-effect that must occur when a row is deleted, and I am not sure how to do that. I tried dete

Re: snmptranslate doesn't show full MIB-Tree on equal Systems

2016-07-20 Thread Lee
On 7/20/16, venerabl...@googlemail.com wrote: > On 7/15/16, ler...@gmail.com wrote >> What happens if you try it with mibReplaceWithLatest off? Found this: >>https://docs.oracle.com/cd/E18752_01/html/816-5166/snmpcmd-1m.html >> > -PR > Replace MIB objects using the last read MIB file. The parser >

Re: snmptranslate doesn't show full MIB-Tree on equal Systems

2016-07-20 Thread Hans Jørgen Jakobsen
I would try to run the program under truss(strace) looking for: a) which files are opened b) difference in sequence c) size of read.. Even more desperate: A forgotten alias. A forgotten install of net-snmp in alternative path. Move binaries between machines and see if it makes diffrence. /hjj On

Re: snmptranslate doesn't show full MIB-Tree on equal Systems

2016-07-20 Thread venerable83
On 7/15/16, ler...@gmail.com wrote> What happens if you try it with mibReplaceWithLatest off? Found this: >https://docs.oracle.com/cd/E18752_01/html/816-5166/snmpcmd-1m.html > > -PR > Replace MIB objects using the last read MIB file. The parser > replaces MIB objects in its hierarchy whenever