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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
|
CTSMTMIB-MIB DEFINITIONS ::= BEGIN
-- Ctron SMT MIB
-- Revision: 1.03.02
-- Date: April 18, 1997
-- Part Number: 2170563-01
-- Cabletron Systems, Inc.
-- 35 Industrial Way, P.O. Box 5005
-- Rochester, NH 03867-0505
-- (603) 332-9400
-- support@ctron.com
-- This module provides authoritative definitions for part
-- of the naming tree below:
--
-- cabletron { enterprises 52 }
--
-- This module will be extended, as additional sub-sections
-- of this naming tree are defined.
--
-- 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 August 95 Cabletron Systems
IMPORTS
Counter
FROM RFC1155-SMI
ctsmtmib
FROM CTRON-MIB-NAMES
OBJECT-TYPE
FROM RFC-1212;
ctsmtmibRingTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtsmtmibRingEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of fddi nodes found on the ring."
::= { ctsmtmib 1 }
ctsmtmibRingEntry OBJECT-TYPE
SYNTAX CtsmtmibRingEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A fddi ring entry containing information common to all
stations in a token path."
INDEX { ctsmtmibRingSmtIndex, ctsmtmibRingMacIndex,
ctsmtmibRingNodeIndex, ctsmtmibRingMacAddr }
::= { ctsmtmibRingTable 1 }
CtsmtmibRingEntry ::= SEQUENCE {
ctsmtmibRingSmtIndex INTEGER,
ctsmtmibRingMacIndex INTEGER,
ctsmtmibRingNodeIndex INTEGER,
ctsmtmibRingMacAddr OCTET STRING,
ctsmtmibRingUpStreamAddr OCTET STRING,
ctsmtmibRingNodeClass INTEGER,
ctsmtmibRingMacCount INTEGER,
ctsmtmibRingNonMasterCount INTEGER,
ctsmtmibRingMasterCount INTEGER,
ctsmtmibRingTopology INTEGER,
ctsmtmibRingDuplicate INTEGER
}
ctsmtmibRingSmtIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of the SMT index associated with this ring."
::= { ctsmtmibRingEntry 1 }
ctsmtmibRingMacIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each MAC within a given SMT."
::= { ctsmtmibRingEntry 2 }
ctsmtmibRingNodeIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index of the node on the ring in reverse token
flow order. It is sequential from 1 to n where n is
the number of nodes on the ring at a given time."
::= { ctsmtmibRingEntry 3 }
ctsmtmibRingMacAddr OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A canonical representation of the MAC address of the
node."
::= { ctsmtmibRingEntry 4 }
ctsmtmibRingUpStreamAddr OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (6))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is a canonical representation of the upstream
neighbor's address. The upstream neighbor is the last
MAC to receive the token before this MAC. Unknown
addresses should be specified as 00-00-F8-00-00-00."
::= { ctsmtmibRingEntry 5 }
ctsmtmibRingNodeClass OBJECT-TYPE
SYNTAX INTEGER {
station (1),
concentrator (2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Reports if the node is a station or a concentrator."
::= { ctsmtmibRingEntry 6 }
ctsmtmibRingMacCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of MACs on this FDDI node."
::= { ctsmtmibRingEntry 7 }
ctsmtmibRingNonMasterCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of all A ports, B ports, and S ports on this
node."
::= { ctsmtmibRingEntry 8 }
ctsmtmibRingMasterCount OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of master ports on this node."
::= { ctsmtmibRingEntry 9 }
ctsmtmibRingTopology OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A bit mapped representation of the current state of
the node.
if state: Add 2**n where n =
Wrapped Node 0
Unattached Concentrator 1
A-A Twisted Ring 2
B-B Twisted Ring 3
Rooted Station 4
SRF Supported 5
where
Wrapped Node: is set when the node's cf-state is
Wrap-A, Wrap-B, Wrap-C, or Wrap-AB.
Unattached Concentrator: is set when a concentrator
has no active A, B, or S ports.
A-A Twisted Ring: is set when this node's A port is
connected to another A port.
B-B Twisted Ring: is set when this node's B port is
connected to another B port.
Rooted Station: is a station with ports A, B and S,
not active in tree mode.
SRF Supported: This node adheres to the status
reporting frame protocol."
::= { ctsmtmibRingEntry 10 }
ctsmtmibRingDuplicate OBJECT-TYPE
SYNTAX INTEGER (0..2)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A bit mapped representation of duplicate address
information.
if State: Add 2**n where n=
My Duplicate: 0
UNA Duplicate: 1
where
My Duplicate: This node determines that it's MAC
address is same as the MAC address for another
node on the ring.
UNA Duplicate: The upstream neighbor of this node
has determined that its's MAC address is same as
the MAC address for another node on the ring."
::= { ctsmtmibRingEntry 11 }
ctsmtmibMacTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtsmtmibMacEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of MAC entries. The total number of entries is
given by the value of ctsmtmibRingMacCount with appropriate
ctsmtmibRingMacAddr."
::= { ctsmtmib 2 }
ctsmtmibMacEntry OBJECT-TYPE
SYNTAX CtsmtmibMacEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A MAC entry containing information pertaining to a
given MAC."
INDEX { ctsmtmibMacSmtIndex, ctsmtmibMacIndex }
::= { ctsmtmibMacTable 1 }
CtsmtmibMacEntry ::= SEQUENCE {
ctsmtmibMacSmtIndex INTEGER,
ctsmtmibMacIndex INTEGER,
ctsmtmibMacNifTxCts Counter,
ctsmtmibMacNifRxCts Counter,
ctsmtmibMacSifTxCts Counter,
ctsmtmibMacSifRxCts Counter,
ctsmtmibMacEcfTxCts Counter,
ctsmtmibMacEcfRxCts Counter,
ctsmtmibMacPmfTxCts Counter,
ctsmtmibMacPmfRxCts Counter,
ctsmtmibMacRdfTxCts Counter,
ctsmtmibMacRdfRxCts Counter,
ctsmtmibMacRingOpCts Counter,
ctsmtmibMacTxCts Counter,
ctsmtmibMacRingMapUpdateCts Counter,
ctsmtmibMacAutoNegotiation INTEGER
}
ctsmtmibMacSmtIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of the SMT Index associated with this MAC."
::= { ctsmtmibMacEntry 1 }
ctsmtmibMacIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each MAC within a given SMT."
::= { ctsmtmibMacEntry 2 }
ctsmtmibMacNifTxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Neighborhood Information frames
transmitted by the MAC."
::= { ctsmtmibMacEntry 3 }
ctsmtmibMacNifRxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Neighborhood Information frames received
by the MAC."
::= { ctsmtmibMacEntry 4 }
ctsmtmibMacSifTxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Status Information frames transmitted by
the MAC."
::= { ctsmtmibMacEntry 5 }
ctsmtmibMacSifRxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Status Information Frames received by
the MAC."
::= { ctsmtmibMacEntry 6 }
ctsmtmibMacEcfTxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Echo Frames transmitted by the MAC."
::= { ctsmtmibMacEntry 7 }
ctsmtmibMacEcfRxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Echo Frames received by the MAC."
::= { ctsmtmibMacEntry 8 }
ctsmtmibMacPmfTxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Parameter Management Frames transmitted
by the MAC."
::= { ctsmtmibMacEntry 9 }
ctsmtmibMacPmfRxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Parameter Management Frames received by
the MAC."
::= { ctsmtmibMacEntry 10 }
ctsmtmibMacRdfTxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Request Denied Frames transmitted by the
MAC."
::= { ctsmtmibMacEntry 11 }
ctsmtmibMacRdfRxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of Request Denied Frames received by the MAC."
::= { ctsmtmibMacEntry 12 }
ctsmtmibMacRingOpCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of the number of times the ring has entered
'Ring Operational' state from the 'Ring Not Operational'
state."
::= { ctsmtmibMacEntry 13 }
ctsmtmibMacTxCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A count that should as closely as possible match the
number of frames transmitted by this MAC."
::= { ctsmtmibMacEntry 14 }
ctsmtmibMacRingMapUpdateCts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of the number of times the ring map table has
been updated."
::= { ctsmtmibMacEntry 15 }
ctsmtmibMacAutoNegotiation OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates whether the station has auto-negotiation
enabled or disabled."
::= { ctsmtmibMacEntry 16 }
ctsmtmibAttachmentNumber OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of attachments (across all SMTs) on
this network management application entity. The value
for this variable must remain constant at least from
one re-initialization of the entity's network
management system to the next re-initialization."
::= { ctsmtmib 3 }
ctsmtmibAttachmentTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtsmtmibAttachmentEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of Attachment entries. The number of entries is
given by the value of fdmimAttachmentNumber."
::= { ctsmtmib 4 }
ctsmtmibAttachmentEntry OBJECT-TYPE
SYNTAX CtsmtmibAttachmentEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An Attachment entry containing information common to a
given set of Attachments.
There is a natural association of Attachment resource
indices to the PORT Indices. The resource index for
the Attachment is equal to the associated port index
for 'single-attachment' and 'concentrator' type
fdmimAttachmentClasses. For 'dual-attachment' classes,
the Attachment Index is the PORT Index of the A PORT
of the A/B PORT pair that represents the Attachment."
INDEX { ctsmtmibAttachmentSMTIndex, ctsmtmibAttachmentIndex }
::= { ctsmtmibAttachmentTable 1 }
CtsmtmibAttachmentEntry ::= SEQUENCE {
ctsmtmibAttachmentSMTIndex INTEGER,
ctsmtmibAttachmentIndex INTEGER,
ctsmtmibAttachmentClass INTEGER,
ctsmtmibAttachmentOpticalBypassPresent INTEGER,
ctsmtmibAttachmentIMaxExpiration INTEGER,
ctsmtmibAttachmentInsertedStatus INTEGER,
ctsmtmibAttachmentInsertPolicy INTEGER
}
ctsmtmibAttachmentSMTIndex OBJECT-TYPE
SYNTAX INTEGER (1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of the SMT index associated with this
Attachment."
::= { ctsmtmibAttachmentEntry 1 }
ctsmtmibAttachmentIndex OBJECT-TYPE
SYNTAX INTEGER (1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each Attachment on a given SMT. "
::= { ctsmtmibAttachmentEntry 2 }
ctsmtmibAttachmentClass OBJECT-TYPE
SYNTAX INTEGER {
single-attachment(1),
dual-attachment(2),
concentrator(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Attachment class. This represents a PORT or a pair
of PORTs plus the associated optional optical bypass
that are managed as a functional unit. The PORT
associations are the following unit.
single-attachment - S Ports
dual-attachment - A/B Port pairs
concentrator - M Ports
"
::= { ctsmtmibAttachmentEntry 3 }
ctsmtmibAttachmentOpticalBypassPresent OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this is false for 'single-attachment' .
Correct operation of CMT for single-attachments
requires that a bypass function must not loopback the
network side of the MIC, but only the node side."
::= { ctsmtmibAttachmentEntry 4 }
ctsmtmibAttachmentIMaxExpiration OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"I_Max (refer to ANSI SMT 9.4.4.2.1). Systems not
implementing optical bypass should return a value of
0. Else the value should be returned in the granularity
of 80ns."
::= { ctsmtmibAttachmentEntry 5 }
ctsmtmibAttachmentInsertedStatus OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2),
unimplemented(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates whether the attachment is currently inserted
in the node."
::= { ctsmtmibAttachmentEntry 6 }
ctsmtmibAttachmentInsertPolicy OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2),
unimplemented(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates the Insert Policy for this Attachment."
::= { ctsmtmibAttachmentEntry 7 }
ctsmtmibSMTTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtsmtmibSMTEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Describes the dual homed status for SMT entries."
::= { ctsmtmib 5 }
ctsmtmibSMTEntry OBJECT-TYPE
SYNTAX CtsmtmibSMTEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A specific dual homed SMT entry."
INDEX { ctsmtmibSmtIndex }
::= { ctsmtmibSMTTable 1 }
CtsmtmibSMTEntry ::= SEQUENCE {
ctsmtmibSMTDualHomeStatus
INTEGER,
ctsmtmibSMTDualHomeWrpLEDStatus
INTEGER,
ctsmtmibSmtIndex
INTEGER
}
ctsmtmibSMTDualHomeStatus OBJECT-TYPE
SYNTAX INTEGER {
notDualHomed(1),
linkAorB(2),
linkAandB(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the current dual homed link status for a given
SMT instance.
notDualHomed(1) - This SMT is not dual homed.
linkAorB(2) - Dual homed with link on A and no link
link on B, or link on B and no link
on A.
linkAandB(3) - Dual homed with link on A and B."
::= { ctsmtmibSMTEntry 1}
ctsmtmibSMTDualHomeWrpLEDStatus OBJECT-TYPE
SYNTAX INTEGER {
on(1),
off(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"When on, the WRAP LED will be illuminated when
the node is in a dual homed configuration with link on the
A, B or both A and B ports. When off, the WRAP LED will not
be illuminated when the node is in a dual homed
configuration with link on A and B, but will be illuminated
when in a dual homed configuration with no link on A or B."
DEFVAL { on }
::= { ctsmtmibSMTEntry 2}
ctsmtmibSmtIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Specifies the particular SMT entry."
::= { ctsmtmibSMTEntry 3 }
END
|