Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MIB Imports..

Status
Not open for further replies.

joe131

Programmer
Oct 27, 2006
3
US
Hi All,

I'm working on a MIB Parser, and I've noticed that when
most MIB Browsers load certain MIBs, like RSVP-MIB, in
the IMPORTS it has:

ifIndex, InterfaceIndex FROM IF-MIB;

And in the MIB tree for RSVP-MIB it includes:

interfaces
ifTable
ifEntry
(etc.)


but it ALSO has 'intSrvFlowStatus'
FROM INTEGRATED-SERVICES-MIB, and it's also an
OBJECT-TYPE, so how come it doesn't include that also
in the MIB tree??

So I guess what I'm asking is, are there any kind of
"rules" that determine when MIBs are included in other
MIBs from IMPORTS.

It seems like as long as the import is an OBJECT-TYPE
that it would be included, but that doesn't seem to be
the case, as the above shows..

Also, how would 'interfaces' also get added?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top