|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T u
Length: 1693 (0x69d) Types: TextFile Names: »unix.my«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/snmp/unix.my«
-- unix.my - UNIX-specific management objects -- $Header: /f/osi/snmp/RCS/unix.my,v 7.0 89/11/23 22:23:40 mrose Rel $ -- -- Contributed by NYSERNet Inc. This work was partially supported by the -- U.S. Defense Advanced Research Projects Agency and the Rome Air Development -- Center of the U.S. Air Force Systems Command under contract number -- F30602-88-C-0016. -- -- -- $Log: unix.my,v $ -- Revision 7.0 89/11/23 22:23:40 mrose -- Release 6.0 -- -- -- NOTICE -- -- Acquisition, use, and distribution of this module and related -- materials are subject to the restrictions of a license agreement. -- Consult the Preface in the User's Manual for the full terms of -- this agreement. -- -- UNIX-MIB { iso org(3) dod(6) internet(1) private(4) enterprises(1) unix(4) } DEFINITIONS ::= BEGIN IMPORTS enterprises --*, OBJECT-TYPE *-- FROM RFC1065-SMI; unix OBJECT IDENTIFIER ::= { enterprises 4 } -- the Agents group -- SNMP agents are registered here -- e.g., the "4BSD/ISODE SNMP" agent is { agents 1 } agents OBJECT IDENTIFIER ::= { unix 1 } -- the mbuf group mbuf OBJECT IDENTIFIER ::= { unix 2 } mbufS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory ::= { mbuf 1 } mbufClusters OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory ::= { mbuf 2 } mbufFreeClusters OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory ::= { mbuf 3 } mbufDrops OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory ::= { mbuf 4 } mbufWaits OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory ::= { mbuf 5 } mbufDrains OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory ::= { mbuf 6 } END