Re: Tables and Indexes

2012-07-11 Thread Wes Hardaker
Harvey Shepherd writes: > I think that it is valid to use an external table's non-auxiliary > object as an index, but could find no concrete examples of it. It is and your interpretation is correct. In fact, I think it's the RMON mib that has exactly this case: two tables that reverse index the

RE: Tables and Indexes

2012-07-09 Thread Harvey Shepherd
> On 9 July 2012 06:41, Harvey Shepherd > wrote: > > I'm trying to design a MIB that contains two tables as follows: > [snip] > > Is it valid to define a table that is indexed by an external table's > > object that is not itself an index (hwAlarmDescPrivileged)? > > > > Any advice greatly appr

Re: Tables and Indexes

2012-07-09 Thread Dave Shield
On 9 July 2012 06:41, Harvey Shepherd wrote: > I’m trying to design a MIB that contains two tables as follows: [snip] > Is it valid to define a table that is indexed by an external table’s object > that is not itself an index (hwAlarmDescPrivileged)? > > Any advice greatly appreciated. I'm n

Tables and Indexes

2012-07-08 Thread Harvey Shepherd
Hi All, I'm trying to design a MIB that contains two tables as follows: 1. A table that contains rows describing all supported alarms for any piece of hardware in the system. hwAlarmDescTable |-- hwAlarmDescEntry (indexed by hwStatusIndex) |-- hwAlarmDescIndex (Integer32) |-- hwAlarmDes