summaryrefslogtreecommitdiff
path: root/MIBS/enterasys/CTFPS-MIB
blob: 503e5ab7a0592a2540ad34ace27b4ea61aab0b97 (plain)
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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
CTFPS-MIB DEFINITIONS ::= BEGIN 

        --  ctfps-mib.txt
        --  Revision:   01.00.00
        --  Date: October 14, 1996

        --  Cabletron Systems, Inc.
        --  35 Industrial Way, P.O. Box 5005
        --  Rochester, NH 03867-0505
        --  (603) 332-9400
        --  support@ctron.com

        --
        --  This module will be extended, as needed.
        --

        --  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 96 Cabletron Systems
 
IMPORTS 
        Gauge, Counter, TimeTicks    FROM RFC1155-SMI 
        OBJECT-TYPE                  FROM RFC-1212
        ctFPS                        FROM CTRON-MIB-NAMES ;


-- The system group 
--

   fpsSystem             OBJECT IDENTIFIER ::= { ctFPS 1 }

   fpsSystemSlotNum OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The chassis slot of this FPS system."
       ::= { fpsSystem 1 }

   fpsSystemMode  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           bridge(1),
           switch(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The current operation mode of the FPS."
       ::= { fpsSystem 2 }

   fpsMaxPktRam OBJECT-TYPE
       SYNTAX  INTEGER 
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The maximum number of packet buffers supported by the system."
       ::= { fpsSystem 3 }

   fpsFreePktRam OBJECT-TYPE
       SYNTAX  Gauge
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of packet buffers currently free in the system."
       ::= { fpsSystem 4 }

   fpsOperTime OBJECT-TYPE
       SYNTAX  TimeTicks
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Indicates the amount of time the FPS has been operational."
       ::= { fpsSystem 5 }

   fpsInPkts OBJECT-TYPE
       SYNTAX  Counter 
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of packets received by the FPS since the last time
            the FPS became operational."
       ::= { fpsSystem 6 }

   fpsOutPkts OBJECT-TYPE
       SYNTAX  Counter
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of packets forwarded by the FPS."
       ::= { fpsSystem 7 }

   fpsInOctets OBJECT-TYPE
       SYNTAX  Counter 
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of octets received by the FPS."
       ::= { fpsSystem 8 }

   fpsOutOctets OBJECT-TYPE
       SYNTAX  Counter
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of octets forwarded by the FPS."
       ::= { fpsSystem 9 }

--
--
--
--
-- FPS PORT table
--
--
--
--

fpsPort               OBJECT IDENTIFIER ::= { ctFPS 2 }

   fpsActivePorts OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of active FPS ports."
       ::= { fpsPort 1 }

   fpsMaxPortNum OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The maximum number of ports that this FPS system can support."
       ::= { fpsPort 2 }

-- The fpsPortTable contains all of the per fps port information
-- including per port status, port to interface  mapping,
-- pointers to associated clusters
-- (port to cluster is many to one relationship)
--

   fpsPortTable OBJECT-TYPE 
       SYNTAX  SEQUENCE OF FpsPortEntry
       ACCESS  not-accessible 
       STATUS  mandatory 
       DESCRIPTION 
          "A list of status and configuration information on active
           FPS ports in the system"
       ::= { fpsPort 3 } 

   fpsPortEntry OBJECT-TYPE 
       SYNTAX  FpsPortEntry
       ACCESS  not-accessible 
       STATUS  mandatory 
       DESCRIPTION 
           "A collection of fps port status and configurations." 
       INDEX { fpsPortNum }
       ::= { fpsPortTable 1 } 


   FpsPortEntry ::= 
       SEQUENCE { 
           fpsPortNum
               INTEGER,
           fpsPortIfNum
               INTEGER,
           fpsPortType
               INTEGER,
           fpsPortClusterNum
               INTEGER,
           fpsPortTotalAvailQueDepth
               INTEGER,
           fpsPortMaxQueDepth
               INTEGER,
           fpsPortCurrentQueDepth
               INTEGER,
           fpsPortBandwidthRequested
               INTEGER,
           fpsPortBandwidthAllocated
               INTEGER,
           fpsPortXmitStatus
               INTEGER,
           fpsPortFwdStatus
               INTEGER,
           fpsPortLearningStatus
               INTEGER,
           fpsPortUnknownStatus
               INTEGER,
           fpsPortBroadcastStatus
               INTEGER,
           fpsPortViolationStatus
               INTEGER,
           fpsPortCopyStatus
               INTEGER,
           fpsPortStatsStatus
               INTEGER,
           fpsPortSpecialPortsSMT
               INTEGER,
           fpsPortSpecialPortsHost
               INTEGER,
           fpsPortSpecialPortsError
               INTEGER
       }

   fpsPortNum  OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           " FPS port number.  A unique value in the range between 1 and
           fpsActivePorts."
       ::= { fpsPortEntry 1 }

   fpsPortIfNum OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           " This object uniquely identifies the interface associated
           with the FPS port.  This interface number is the same as
           the MIBII interface number, ifIndex, defined in RFC1213."
       ::= { fpsPortEntry 2 }
 
   fpsPortType OBJECT-TYPE
       SYNTAX  INTEGER {
           ether(1),
           tokenRing(2),
           inb(3),
           fddi(4),
           host(5),
           atm(6),
           wan(7),
           other(8)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Media type of this FPS port."
       ::= { fpsPortEntry 3 }

   fpsPortClusterNum OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "FPS cluster associated with this FPS port.  Cluster numbers
           are used to allocate FPS bandwidth for this port."
       ::= { fpsPortEntry 4 }

   fpsPortTotalAvailQueDepth OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Que depth assigned to this FPS port's queue.  This number
           represents the hardware limit for the queue and can be no
           greater than fpsPortMaxQueDepth for this FPS port."
       ::= { fpsPortEntry 5 }
 
   fpsPortMaxQueDepth OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Maximum depth this queue can be set to for this FPS port.
           This number may be equal or less than the hardware limit."
       ::= { fpsPortEntry 6 }

   fpsPortCurrentQueDepth OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The actual queue depth on this FPS port.  This value is from
           (fpsPortTotalAvailQueDepth - the number of queue entries on the
           queue at any one time)."
       ::= { fpsPortEntry 7 }
 
   fpsPortBandwidthRequested  OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Amount of bandwidth (in Mb/s) that this port is
           requesting from the FPS"
       ::= { fpsPortEntry 8 }

   fpsPortBandwidthAllocated  OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Estimate of the actual bandwidth this port is receiving
           (in Mb/s) from the FPS. This value may be lower or higher
           than the required bandwidth."
       ::= { fpsPortEntry 9 }

   fpsPortXmitStatus  OBJECT-TYPE
        SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's transmit enable bit in
           the Transmit Enable Register (LUFW)."
       ::= { fpsPortEntry 10 }

   fpsPortFwdStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's forward enable bit
           in the Forward Enable Register (LUFW).  If enabled,
           the FPS will allow packets received on this port to
           be forwarded through the system"
       ::= { fpsPortEntry 11 }

   fpsPortLearningStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's bit in the Learn Enable
           Mask (LUFW).  If enabled the FPS will allow dynamic
           learning on frames received on this port."
       ::= { fpsPortEntry 12 }

   fpsPortUnknownStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's bit in the Unkown Mask
           (LUFW). If enabled the FPS will forward packets that
           are unknown to this port."  
       ::= { fpsPortEntry 13 }

   fpsPortBroadcastStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's bit in the Broadcast
           Mask (LUFW).  If enabled the FPS will forward broadcast
           packets to this port."  
       ::= { fpsPortEntry 14 }

   fpsPortViolationStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's bit in the Violation
           Mask (LUFW).  If enabled the FPS will forward packets
           that are in violation to this port.  Note:  This value
           is only valid in connection mode."
       ::= { fpsPortEntry 15 }

   fpsPortCopyStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's bit in the Copy
           Mask (LUFW).  If enabled the FPS will copy packets
           to this port whose BAF entry has the 'copyl' bit set."  
       ::= { fpsPortEntry 16 }

   fpsPortStatsStatus  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Current state of this port's bit in the Statistics
           Mask (LUFW).  If enabled the FPS will collect statistics
           on this port.  These stats are found in the system table."
       ::= { fpsPortEntry 17 }

   fpsPortSpecialPortsSMT  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "This object represents whether or not this port has been
           selected to receive SMT multicast and broadcast frames"
       ::= { fpsPortEntry 18 }

   fpsPortSpecialPortsHost  OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "This object represents whether or not this port has been
           selected to receive to-host frames"
       ::= { fpsPortEntry 19 }

   fpsPortSpecialPortsError OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "This object represents whether or not this port has been
           selected to receive errored frames"
       ::= { fpsPortEntry 20 }



fpsCluster            OBJECT IDENTIFIER ::= { ctFPS 3 }

   fpsActiveClusters OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Number of valid FPS clusters in the system."
       ::= { fpsCluster 1 }

-- The fpsClusterTable contains all of the cluster information
-- including valid cluster numbers, cluster type, Round Robin
-- enable status, and ports per cluster.

   fpsClusterTable OBJECT-TYPE
       SYNTAX  SEQUENCE OF FpsClusterEntry
       ACCESS  not-accessible 
       STATUS  mandatory 
       DESCRIPTION 
           "A list of fps cluster entries"
       ::= { fpsCluster 2 } 

   fpsClusterEntry OBJECT-TYPE 
       SYNTAX  FpsClusterEntry
       ACCESS  not-accessible 
       STATUS  mandatory 
       DESCRIPTION 
           "A collection of fps cluster entries."
       INDEX { fpsClusterNumber }
       ::= { fpsClusterTable 1 } 


   FpsClusterEntry ::= 
       SEQUENCE { 
           fpsClusterNumber
               INTEGER,
           fpsClusterType
               INTEGER,
           fpsClusterRoundRobin
               INTEGER,
           fpsPortsPerCluster
               INTEGER
       } 

   fpsClusterNumber OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The value of this object uniquely identifies the cluster
           table entry.  Cluster numbers are mapped to FPS ports for
           bandwidth allocation."
       ::= { fpsClusterEntry 1 }

   fpsClusterType OBJECT-TYPE
       SYNTAX  INTEGER {
           ethernet(1),
           token-ring(2),
           inb(3),
           fnb(4),
           host(5),
           atm(6),
           wan(7)
       }
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Media type of the FPS port that is attached to this cluster
           number."
       ::= { fpsClusterEntry 2 }

   fpsClusterRoundRobin OBJECT-TYPE
       SYNTAX  INTEGER
       {
           enabled(1),
           disabled(2)
       }
       ACCESS  read-write
       STATUS  mandatory
       DESCRIPTION
           "Whether a cluster is signed up for RoundRobin arbitration or
           not.  Round Robin clusters will be given unused time slices."
       ::= { fpsClusterEntry 3 }

   fpsPortsPerCluster OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Number of FPS ports that share this cluster number for FPS
           bandwidth."
       ::= { fpsClusterEntry 4 }


fpsDMAF               OBJECT IDENTIFIER ::= { ctFPS 4 }



-- DMAF
--
-- DMAF utilization objects
--
--
 
   dmafBandWidth3SecUtil  OBJECT-TYPE
       SYNTAX  Gauge
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Estimate of total FPS bandwidth utilized over
           the last three seconds as a function of DMAFTimeSlices.
           The counter represents hundreths of percent utilization.
           For example a count of 25 would represent .25 percent
           utilization."
       ::= { fpsDMAF 1 }
 
 
 
-- BAF
--
-- BAF objects
--
--
fpsBAF                OBJECT IDENTIFIER ::= { ctFPS 5 }
 
   bafEntryCount OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The number of entries currently used in this BAF.
           This number shall include static as well as dynamic entries"
       ::= { fpsBAF 1 }

   bafMaxEntry OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "The maximum number of entries this BAF can hold per hardware.
           This includes static as well as dynamic entries"
       ::= { fpsBAF 2 }

   baf3SecUtil OBJECT-TYPE
       SYNTAX  Gauge
       ACCESS  read-only
       STATUS  mandatory
       DESCRIPTION
           "Percentage of time that the BAF was utilized
           over the last three seconds. The Counter represents
           hundreths of percent. For example a value of 20 would
           represent .20 percent."
       ::= { fpsBAF 3 }

END