-
Notifications
You must be signed in to change notification settings - Fork 29
/
A100-R1-MIB.my
311 lines (272 loc) · 9.21 KB
/
A100-R1-MIB.my
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
--
-- Copyright (c) 1994 by cisco Systems, Inc.
-- All rights reserved.
--
--------------------------------------------------------------------
A100-R1-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises FROM RFC1155-SMI
OBJECT-TYPE FROM RFC-1212
DisplayString FROM RFC1213-MIB;
-- ciscoA100Mib MODULE-IDENTITY
-- LAST-UPDATED "9411170000Z"
-- ORGANIZATION "Cisco Systems, Inc."
-- CONTACT-INFO
-- " Cisco Systems
-- Customer Service
--
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]"
-- DESCRIPTION
-- "The MIB for the Cisco/NEC A100 ATM switch."
-- REVISION "9411170000Z"
-- DESCRIPTION
-- "Initial version of this MIB module."
-- ::= { xxx }
nec OBJECT IDENTIFIER ::= { enterprises 119 }
nec-mib OBJECT IDENTIFIER ::= { nec 2 }
necProductDepend OBJECT IDENTIFIER ::= { nec-mib 3 }
atomis-mib OBJECT IDENTIFIER ::= { necProductDepend 14 }
m5core-mib OBJECT IDENTIFIER ::= { atomis-mib 3 }
-- MIB Groups
--
-- Node group
node OBJECT IDENTIFIER ::= { m5core-mib 1 }
-- Line interface group
linf OBJECT IDENTIFIER ::= { m5core-mib 2 }
-- Connection group
conn OBJECT IDENTIFIER ::= { m5core-mib 3 }
-- Performance group
perf OBJECT IDENTIFIER ::= { m5core-mib 4 }
-- The Node Group
nodeOperStatus OBJECT-TYPE
SYNTAX INTEGER {
down(1),
active(2),
off-line(3),
testing(4),
initializing(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Operational status of the Model 5."
::= { node 1 }
nodeIfConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF NodeIfConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Configuration of the line cards."
::= { node 2 }
nodeIfConfEntry OBJECT-TYPE
SYNTAX NodeIfConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"-"
INDEX { nodeIfConfIndex }
::= { nodeIfConfTable 1 }
NodeIfConfEntry ::= SEQUENCE {
nodeIfConfIndex INTEGER,
nodeIfConfPhysType INTEGER,
nodeIfConfRev DisplayString,
nodeIfConfStatus INTEGER
}
nodeIfConfIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index of the table."
::= { nodeIfConfEntry 1 }
nodeIfConfPhysType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
sar(2),
taxi100M(3),
oc3cSMF(4),
oc-3cMMF(5),
ds3-PLCP-SCRAMBLE(6),
ds3-PLCP-noScramble(7),
relay-6Mcel(8),
notInstalled(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PMD/physical layer format of the line cards."
::= { nodeIfConfEntry 2 }
nodeIfConfRev OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The revision of the line cards.
Implemented by JUL/1994."
::= { nodeIfConfEntry 3 }
nodeIfConfStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
inService(2),
outOfService(3),
testing(4),
localLoopBack(5),
remoteLoopBack(6),
notInstalled(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Operational status of the line cards."
::= { nodeIfConfEntry 4 }
nodeFanStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1),
down(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Operational status of the FAN."
::= { node 3 }
nodeUpcWindowSize OBJECT-TYPE
SYNTAX INTEGER (1..120)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"UPC window size. Integer Wi represents Wi X 512 cell time.
Wi=1 correspond to 1.4msec. Wi=120 correspond to 168msec.
It is not allowed to change window size when the PVC is
exsisting."
::= { node 4 }
nodeBestEffortBufferSize OBJECT-TYPE
SYNTAX INTEGER (0..16)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Input buffer capacity for Best Effort traffic(Bb). The number
of cells stored in the buffer is Bb X 128. The default value is
0. The sum of the buffer capacity is 2047 cells."
::= { node 5 }
nodeGuaranteedBufferSize OBJECT-TYPE
SYNTAX INTEGER (0..16)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Input buffer capacity for Guaranteed traffic(Bg). The number
of cells stored in the buffer is Bg X 128. The default value is
0. The sum of the buffer capacity is 2047 cells."
::= { node 6 }
nodeBestEffortBufferThreshold OBJECT-TYPE
SYNTAX INTEGER (0..16)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Threshold buffer capacity for Best Effort traffic. If the
number of cells stored in the buffer exceeds this threshold,
cells with CLP=1 and traffic defined as UBR will be discarded."
::= { node 7 }
nodeGuaranteedBufferThreshold OBJECT-TYPE
SYNTAX INTEGER (0..16)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Threshold buffer capacity for Guaranteed traffic. If the
number of cells stored in the buffer exceeds this threshold,
cells with CLP=1 and traffic defined as VBR will be discarded."
::= { node 8 }
nodeSaveConf OBJECT-TYPE
SYNTAX INTEGER {
save(1)
}
ACCESS write-only
STATUS mandatory
DESCRIPTION
"Save system configuration information including PVC/SVC table
to the non-volatile memory. save(1) shall be written in case
of saving the configiration data."
::= { node 9 }
nodeSaveResult OBJECT-TYPE
SYNTAX INTEGER {
temporaryFailure(1),
notReady(2),
ready(3),
succeed(4),
nearend(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Show the result of the save command issued from NMS.
The result is either Succeed/temporary failure/notReady.
nearend will be returned if the number of access times
has exceeded the limit."
::= { node 10 }
-- The Linf Group
linfStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF LinfStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Status of the line card including ATM specific information."
::= { linf 1 }
linfStatusEntry OBJECT-TYPE
SYNTAX LinfStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" - "
INDEX { linfIndex }
::= { linfStatusTable 1 }
LinfStatusEntry ::= SEQUENCE {
linfIndex INTEGER,
linfStatus INTEGER,
linfConf INTEGER
}
linfIndex OBJECT-TYPE
SYNTAX INTEGER(1..64)
ACCESS read-only
STATUS mandatory
DESCRIPTION
" - "
::= { linfStatusEntry 1 }
linfStatus OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
los(2),
lof(3),
loc(4),
ais(5),
yellow-line(6),
yellow-path(7),
lop(8),
notInstalled(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Status of the line cards"
::= { linfStatusEntry 2 }
linfConf OBJECT-TYPE
SYNTAX INTEGER {
public-UNI(1),
private-UNI(2),
private-NNI(3),
others(99)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Line card type."
::= { linfStatusEntry 3 }
-- The Conn (Connection & Traffic for accounting) Group
-- to be included in next release
-- The Perf (Performance) Group
-- to be included in next release
END