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
> 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
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
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