Re: Implementing an agent

2010-02-05 Thread Dave Shield
2010/2/5 Jordi GutiƩrrez Hermoso : > Does anyone have sample code on how to implement several tables with > shared and multiple indices in a subagent? If you've got a common data structure for the underlying contents of these tables, you can actually implement the tables independently. It doesn't

Implementing an agent

2010-02-04 Thread Jordi GutiƩrrez Hermoso
Does anyone have sample code on how to implement several tables with shared and multiple indices in a subagent? To clarify, I have a MIB which basically has 8 read-only tables. I've figured out how to use mib2c's MfD files to implement a simple table in a subagent, but this method seems overly ver