|
|
1.1 root 1: -- unix.my - UNIX-specific management objects
2:
3: -- $Header: /f/osi/snmp/RCS/unix.my,v 7.8 90/05/31 10:38:38 mrose Exp $
4: --
5: -- Contributed by NYSERNet Inc. This work was partially supported by the
6: -- U.S. Defense Advanced Research Projects Agency and the Rome Air Development
7: -- Center of the U.S. Air Force Systems Command under contract number
8: -- F30602-88-C-0016.
9: --
10: --
11: -- $Log: unix.my,v $
12: -- Revision 7.8 90/05/31 10:38:38 mrose
13: -- update
14: --
15: -- Revision 7.7 90/05/28 21:50:09 mrose
16: -- not-accessible
17: --
18: -- Revision 7.6 90/05/21 17:07:30 mrose
19: -- OBJECT-TYPE
20: --
21: -- Revision 7.5 90/05/13 15:54:37 mrose
22: -- update
23: --
24: -- Revision 7.4 90/04/17 01:02:56 mrose
25: -- update
26: --
27: -- Revision 7.3 90/02/27 18:50:12 mrose
28: -- unix stuff
29: --
30: -- Revision 7.2 90/02/19 10:44:55 mrose
31: -- update
32: --
33: -- Revision 7.1 90/02/17 17:18:58 mrose
34: -- touch-up
35: --
36: -- Revision 7.0 89/11/23 22:23:40 mrose
37: -- Release 6.0
38: --
39:
40: --
41: -- NOTICE
42: --
43: -- Acquisition, use, and distribution of this module and related
44: -- materials are subject to the restrictions of a license agreement.
45: -- Consult the Preface in the User's Manual for the full terms of
46: -- this agreement.
47: --
48: --
49:
50:
51: UNIX-MIB DEFINITIONS ::= BEGIN
52:
53: IMPORTS
54: unix, OBJECT-TYPE, Counter
55: FROM RFC1155-SMI;
56:
57:
58: -- the agents group (defined in smi.my)
59: -- agents OBJECT IDENTIFIER ::= { unix 1 }
60:
61:
62: -- the mbuf group
63:
64: mbuf OBJECT IDENTIFIER ::= { unix 2 }
65:
66: mbufS OBJECT-TYPE
67: SYNTAX Counter
68: ACCESS read-only
69: STATUS mandatory
70: ::= { mbuf 1 }
71:
72: mbufClusters OBJECT-TYPE
73: SYNTAX Counter
74: ACCESS read-only
75: STATUS mandatory
76: ::= { mbuf 2 }
77:
78: mbufFreeClusters OBJECT-TYPE
79: SYNTAX Counter
80: ACCESS read-only
81: STATUS mandatory
82: ::= { mbuf 3 }
83:
84: mbufDrops OBJECT-TYPE
85: SYNTAX Counter
86: ACCESS read-only
87: STATUS mandatory
88: ::= { mbuf 4 }
89:
90: mbufWaits OBJECT-TYPE
91: SYNTAX Counter
92: ACCESS read-only
93: STATUS mandatory
94: ::= { mbuf 5 }
95:
96: mbufDrains OBJECT-TYPE
97: SYNTAX Counter
98: ACCESS read-only
99: STATUS mandatory
100: ::= { mbuf 6 }
101:
102: mbufFrees OBJECT-TYPE
103: SYNTAX Counter
104: ACCESS read-only
105: STATUS mandatory
106: ::= { mbuf 7 }
107:
108: mbufTable OBJECT-TYPE
109: SYNTAX SEQUENCE OF MbufEntry
110: ACCESS not-accessible
111: STATUS mandatory
112: ::= { mbuf 8 }
113:
114: mbufEntry OBJECT-TYPE
115: SYNTAX MbufEntry
116: ACCESS not-accessible
117: STATUS mandatory
118: -- INDEX { mbufType }
119: ::= { mbufTable 1 }
120:
121: MbufEntry ::= SEQUENCE {
122: mbufType
123: INTEGER,
124: mbufAllocates
125: INTEGER
126: }
127:
128: mbufType OBJECT-TYPE
129: SYNTAX INTEGER
130: ACCESS read-only
131: STATUS mandatory
132: ::= { mbufEntry 1 }
133:
134: mbufAllocates OBJECT-TYPE
135: SYNTAX Counter
136: ACCESS read-only
137: STATUS mandatory
138: ::= { mbufEntry 2 }
139:
140:
141: -- the SMUX peer group (defined in smi.my)
142: -- peers OBJECT IDENTIFIER ::= { unix 3 }
143:
144:
145: -- the SMUX protocol group (defined in smux.my)
146: -- smux OBJECT IDENTIFIER ::= { unix 4 }
147:
148:
149: -- the NETSTAT group (defined in smux.my)
150: -- netstat OBJECT IDENTIFIER ::= { unix 5 }
151:
152:
153: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.