[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reverse lookup tables
I don't believe it's a violation of any spec, and I think
it's been done before.
One example I found lying around was draft-ietf-ifmib-invstackmib-00.txt,
which simply reversed the order of the ifStackTable index objects.
(I don't think this arrived on the standards track...)
Mike
"Shawn A. Routhier" wrote:
> In the SCTP MIB that I've been reviewing they include
> a series of tables that they plan to use for looking up
> an entry in the main table via a different key. To me
> this seems like an ugly solution, however I don't see
> a better way to do it or any violation of the specifications.
>
> Does anybody have any comments on this style of lookup table?
>
> regards,
> sar