-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCTRON-FNBTR-MIB
304 lines (274 loc) · 11.1 KB
/
CTRON-FNBTR-MIB
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
CTRON-FNBTR-MIB DEFINITIONS ::= BEGIN
-- ctfnbtr-mib.txt
-- Revision: 1.06.00
-- Part Number: 2170557-01
-- Date: August 14, 1994
-- Cabletron Systems, Inc.
-- 35 Industrial Way, P.O. Box 5005
-- Rochester, NH 03867-0505
-- (603) 332-9400
-- This module provides authoritative definitions for Cabletron's
-- enterprise-specific FNB Token Ring MIB.
--
-- This module will be extended, as required.
--
-- Cabletron Systems reserves the right to make changes in
-- specification and other information contained in this document
-- without prior notice. The reader should consult Cabletron Systems
-- to determine whether any such changes have been made.
--
-- In no event shall Cabletron Systems be liable for any incidental,
-- indirect, special, or consequential damages whatsoever (including
-- but not limited to lost profits) arising out of or related to this
-- document or the information contained in it, even if Cabletron
-- Systems has been advised of, known, or should have known, the
-- possibility of such damages.
--
-- Cabletron grants vendors, end-users, and other interested parties
-- a non-exclusive license to use this Specification in connection
-- with the management of Cabletron products.
-- Copyright (c)October, 1995 Cabletron Systems, Inc.
IMPORTS
ctTokenRingFnb FROM CTRON-MIB-NAMES
OBJECT-TYPE FROM RFC-1212;
ctronFnbTR OBJECT IDENTIFIER ::= { ctTokenRingFnb 1 }
ctronMultiFnbTR OBJECT IDENTIFIER ::= { ctTokenRingFnb 2 }
-- ==========================================================
--
-- The fnbTR group
--
-- This group of objects is used to control and report status
-- of Token Ring devices supporting only 1 FNB ring.
--
-- Implementation of this group is mandatory for Token Ring
-- subsystems on devices that incorporate the FNB.
--
-- ==========================================================
ctronFnbTRTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtronFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of entries that provide connection status of
Token Ring subsystems, for the FNB."
::= { ctronFnbTR 1 }
ctronFnbTREntry OBJECT-TYPE
SYNTAX CtronFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the ctronFnbTRTable containing objects that
provide FNB connection status for a Token Ring sub-
system."
INDEX { ctronFnbTRIndex }
::= { ctronFnbTRTable 1 }
CtronFnbTREntry ::=
SEQUENCE {
ctronFnbTRIndex
INTEGER,
ctronFnbConnectLeft
INTEGER,
ctronFnbConnectRight
INTEGER,
ctronFnbBypass
INTEGER,
ctronFnbRPBypass
INTEGER
}
ctronFnbTRIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An unique value for each Token Ring subsystem. Its
value ranges between 1 and 'chNumSlots' defined in
chassis-mib.txt."
::= { ctronFnbTREntry 1 }
ctronFnbConnectLeft OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
detached(2),
attached(3),
faulted(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the Token Ring
board to the left of the current one. An attempt to
set a value of 1 or 4 will result in an error code
of badValue."
::= { ctronFnbTREntry 2 }
ctronFnbConnectRight OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
detached(2),
attached(3),
faulted(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the Token Ring
board to the right of the current one. An attempt
to set a value of 1 or 4 will result in an error
code of badValue."
::= { ctronFnbTREntry 3 }
ctronFnbBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
disabled(2),
enabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the bypass status of the current Token Ring
board."
::= { ctronFnbTREntry 4 }
ctronFnbRPBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enable(2),
disabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the Ring Port bypass status of the current Token Ring
board. If this capability is not available on this board, the
value 'other' is returned when read, and BADSETINFO when written."
::= { ctronFnbTREntry 5 }
-- ==========================================================
--
-- The multiFnbTR group
--
-- This group of objects is used to control and report status
-- of Token Ring devices supporting multiple FNB rings.
--
-- Implementation of this group is mandatory for Token Ring
-- subsystems on devices that manage devices supporting multiple
-- FNB rings.
--
-- ==========================================================
ctronMultiFnbTRTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtronMultiFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of entries that provide connection status of
Token Ring subsystems, for the FNB."
::= { ctronMultiFnbTR 1 }
ctronMultiFnbTREntry OBJECT-TYPE
SYNTAX CtronMultiFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the ctronMultiFnbTRTable containing objects that
provide FNB connection status for a Token Ring sub-
system."
INDEX { ctronMultiFnbTRIndex, ctronMultiFnbRingIndex }
::= { ctronMultiFnbTRTable 1 }
CtronMultiFnbTREntry ::=
SEQUENCE {
ctronMultiFnbTRIndex
INTEGER,
ctronMultiFnbRingIndex
INTEGER,
ctronMultiFnbConnectLeft
INTEGER,
ctronMultiFnbConnectRight
INTEGER,
ctronMultiFnbBypass
INTEGER,
ctronMultiFnbRPBypass
INTEGER
}
ctronMultiFnbTRIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An unique value for each Token Ring subsystem. Its
value ranges between 1 and 'chNumSlots' defined in
chassis-mib.txt."
::= { ctronMultiFnbTREntry 1 }
ctronMultiFnbRingIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An unique value representing an instance of an FNB ring path
attachment. Its value ranges between 1 and n, where n equals
the maximum number of FNB ring paths available in a given
chassis. For an MMAC chassis with an FNB, this number is 4."
::= { ctronMultiFnbTREntry 2 }
ctronMultiFnbConnectLeft OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
detached(2),
attached(3),
faulted(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the left attach circuitry for
a particular FNB ring path attachment on this Token Ring
oard."
::= { ctronMultiFnbTREntry 3 }
ctronMultiFnbConnectRight OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
detached(2),
attached(3),
faulted(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the right attach circuitry for
a particular FNB ring path attachment on this Token Ring board."
::= { ctronMultiFnbTREntry 4 }
ctronMultiFnbBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
disabled(2),
enabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the bypass circuitry for a
particular backplane ring path attachment on this Token Ring
board."
::= { ctronMultiFnbTREntry 5 }
ctronMultiFnbRPBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enable(2),
disabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the ring port bypass
circuitry for a particular backplane ring path attachment on
his Token Ring board. If this capability is not available on
this board, the value 'other' is returned when read, and
BADSETINFO when written."
::= { ctronMultiFnbTREntry 6 }
--
-- Revision History:
--
-- Revision: 1.04.01
-- Date: March 17, 1994
--
-- a) Added ctronMultiFnbTR branch at { ctTokenRingFnb 2 } in support of port switched
-- Token Ring MIMs.
-- b) Made the access policy for the objects ctronMultiFnbConnectLeft and
-- ctronMultiFnbConnectRight read-only.
-- c) Modified the copyright date.
--
END