-
Notifications
You must be signed in to change notification settings - Fork 29
/
ACD-SHAPER-V2-MIB.mib
601 lines (531 loc) · 22.7 KB
/
ACD-SHAPER-V2-MIB.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
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
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2004-2016, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-SHAPER-V2-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Counter64, Unsigned32
FROM SNMPv2-SMI
DisplayString, DateAndTime
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdShaperV2Mib MODULE-IDENTITY
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
2351 Alfred-Nobel blvd., Suite N-410
Saint-Laurent, Quebec Canada H4S 2A9
E-mail: [email protected]"
DESCRIPTION
"Shaper-V2 database for this Accedian Networks device."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdShaperV2QueueStatsHistIndex and
acdShaperV2QueueStatsHistQueueId to acdRegulatorHistStatsGroup."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdShaperV2QueueStatsHistIndex,
acdShaperV2QueueStatsHistQueueId."
REVISION "201402140000Z" -- Feb. 14 2014
DESCRIPTION
"Initial version of MIB module ACD-SHAPER-V2-MIB."
::= { acdMibs 21}
acdShaperV2Notifications OBJECT IDENTIFIER ::= { acdShaperV2Mib 0 }
acdShaperV2MIBObjects OBJECT IDENTIFIER ::= { acdShaperV2Mib 1 }
acdShaperV2Conformance OBJECT IDENTIFIER ::= { acdShaperV2Mib 2 }
------------------------------------------------------------------------
-- Shaper-V2 queue statistics table.
---------------------------------------------------------------------------
acdShaperV2QueueStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdShaperV2QueueStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics table."
::= { acdShaperV2MIBObjects 1 }
acdShaperV2QueueStatsEntry OBJECT-TYPE
SYNTAX AcdShaperV2QueueStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics table entry."
INDEX { acdShaperV2QueueStatsQueueId}
::= { acdShaperV2QueueStatsTable 1 }
AcdShaperV2QueueStatsEntry ::= SEQUENCE {
acdShaperV2QueueStatsQueueId Unsigned32,
acdShaperV2QueueStatsQueueName DisplayString,
acdShaperV2QueueStatsCntGreenForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsCntGreenForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsCntYellowForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsCntYellowForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsCntGreenForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsCntGreenForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsCntYellowForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsCntYellowForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsCntGreenDiscardFullFrames Counter64,
acdShaperV2QueueStatsCntGreenDiscardFullBytes Counter64,
acdShaperV2QueueStatsCntYellowDiscardFullFrames Counter64,
acdShaperV2QueueStatsCntYellowDiscardFullBytes Counter64,
acdShaperV2QueueStatsCntGreenDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsCntGreenDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsCntYellowDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsCntYellowDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsCntCIRCompliantFrames Counter64,
acdShaperV2QueueStatsCntCIRCompliantBytes Counter64,
acdShaperV2QueueStatsCntEIRCompliantFrames Counter64,
acdShaperV2QueueStatsCntEIRCompliantBytes Counter64
}
acdShaperV2QueueStatsQueueId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Identifier of the queue."
::= { acdShaperV2QueueStatsEntry 1 }
acdShaperV2QueueStatsQueueName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the queue."
::= { acdShaperV2QueueStatsEntry 2 }
acdShaperV2QueueStatsCntGreenForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 3 }
acdShaperV2QueueStatsCntGreenForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 4 }
acdShaperV2QueueStatsCntYellowForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 5 }
acdShaperV2QueueStatsCntYellowForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 6 }
acdShaperV2QueueStatsCntGreenForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 7 }
acdShaperV2QueueStatsCntGreenForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 8 }
acdShaperV2QueueStatsCntYellowForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 9 }
acdShaperV2QueueStatsCntYellowForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 10 }
acdShaperV2QueueStatsCntGreenDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 11 }
acdShaperV2QueueStatsCntGreenDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 12 }
acdShaperV2QueueStatsCntYellowDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 13 }
acdShaperV2QueueStatsCntYellowDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 14 }
acdShaperV2QueueStatsCntGreenDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 15 }
acdShaperV2QueueStatsCntGreenDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 16 }
acdShaperV2QueueStatsCntYellowDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 17 }
acdShaperV2QueueStatsCntYellowDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 18 }
acdShaperV2QueueStatsCntCIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsEntry 19 }
acdShaperV2QueueStatsCntCIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsEntry 20 }
acdShaperV2QueueStatsCntEIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsEntry 21 }
acdShaperV2QueueStatsCntEIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsEntry 22 }
------------------------------------------------------------------------
-- Shaper-V2 queue statistics history table.
---------------------------------------------------------------------------
acdShaperV2QueueStatsHistTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdShaperV2QueueStatsHistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics history table."
::= { acdShaperV2MIBObjects 2 }
acdShaperV2QueueStatsHistEntry OBJECT-TYPE
SYNTAX AcdShaperV2QueueStatsHistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics history table entry."
INDEX { acdShaperV2QueueStatsHistQueueId, acdShaperV2QueueStatsHistIndex }
::= { acdShaperV2QueueStatsHistTable 1 }
AcdShaperV2QueueStatsHistEntry ::= SEQUENCE {
acdShaperV2QueueStatsHistIndex Unsigned32,
acdShaperV2QueueStatsHistSamplingEndTime DateAndTime,
acdShaperV2QueueStatsHistQueueId Unsigned32,
acdShaperV2QueueStatsHistQueueName DisplayString,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardFullFrames Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardFullBytes Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardFullFrames Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardFullBytes Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsHistCntCIRCompliantFrames Counter64,
acdShaperV2QueueStatsHistCntCIRCompliantBytes Counter64,
acdShaperV2QueueStatsHistCntEIRCompliantFrames Counter64,
acdShaperV2QueueStatsHistCntEIRCompliantBytes Counter64
}
acdShaperV2QueueStatsHistIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of the queue statistics history table."
::= { acdShaperV2QueueStatsHistEntry 1 }
acdShaperV2QueueStatsHistSamplingEndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sampling end time."
::= { acdShaperV2QueueStatsHistEntry 2 }
acdShaperV2QueueStatsHistQueueId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifier of the queue."
::= { acdShaperV2QueueStatsHistEntry 3 }
acdShaperV2QueueStatsHistQueueName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the queue."
::= { acdShaperV2QueueStatsHistEntry 4 }
acdShaperV2QueueStatsHistCntGreenForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 5 }
acdShaperV2QueueStatsHistCntGreenForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 6 }
acdShaperV2QueueStatsHistCntYellowForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 7 }
acdShaperV2QueueStatsHistCntYellowForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 8 }
acdShaperV2QueueStatsHistCntGreenForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 9 }
acdShaperV2QueueStatsHistCntGreenForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 10 }
acdShaperV2QueueStatsHistCntYellowForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 11 }
acdShaperV2QueueStatsHistCntYellowForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 12 }
acdShaperV2QueueStatsHistCntGreenDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 13 }
acdShaperV2QueueStatsHistCntGreenDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 14 }
acdShaperV2QueueStatsHistCntYellowDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 15 }
acdShaperV2QueueStatsHistCntYellowDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 16 }
acdShaperV2QueueStatsHistCntGreenDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 17 }
acdShaperV2QueueStatsHistCntGreenDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 18 }
acdShaperV2QueueStatsHistCntYellowDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 19 }
acdShaperV2QueueStatsHistCntYellowDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 20 }
acdShaperV2QueueStatsHistCntCIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsHistEntry 21 }
acdShaperV2QueueStatsHistCntCIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsHistEntry 22 }
acdShaperV2QueueStatsHistCntEIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsHistEntry 23 }
acdShaperV2QueueStatsHistCntEIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsHistEntry 24 }
---------------------------------------------------------------------------
-- ACD-SHAPER-V2-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdShaperV2Compliances OBJECT IDENTIFIER ::= { acdShaperV2Conformance 1 }
acdShaperV2Groups OBJECT IDENTIFIER ::= { acdShaperV2Conformance 2 }
---------------------------------------------------------------------------
-- Units of Conformance
---------------------------------------------------------------------------
acdShaperV2QueueStatsGroup OBJECT-GROUP
OBJECTS {
acdShaperV2QueueStatsQueueName,
acdShaperV2QueueStatsCntGreenForwardNoDelayFrames,
acdShaperV2QueueStatsCntGreenForwardNoDelayBytes,
acdShaperV2QueueStatsCntYellowForwardNoDelayFrames,
acdShaperV2QueueStatsCntYellowForwardNoDelayBytes,
acdShaperV2QueueStatsCntGreenForwardWithDelayFrames,
acdShaperV2QueueStatsCntGreenForwardWithDelayBytes,
acdShaperV2QueueStatsCntYellowForwardWithDelayFrames,
acdShaperV2QueueStatsCntYellowForwardWithDelayBytes,
acdShaperV2QueueStatsCntGreenDiscardFullFrames,
acdShaperV2QueueStatsCntGreenDiscardFullBytes,
acdShaperV2QueueStatsCntYellowDiscardFullFrames,
acdShaperV2QueueStatsCntYellowDiscardFullBytes,
acdShaperV2QueueStatsCntGreenDiscardBLUEFrames,
acdShaperV2QueueStatsCntGreenDiscardBLUEBytes,
acdShaperV2QueueStatsCntYellowDiscardBLUEFrames,
acdShaperV2QueueStatsCntYellowDiscardBLUEBytes,
acdShaperV2QueueStatsCntCIRCompliantFrames,
acdShaperV2QueueStatsCntCIRCompliantBytes,
acdShaperV2QueueStatsCntEIRCompliantFrames,
acdShaperV2QueueStatsCntEIRCompliantBytes
}
STATUS current
DESCRIPTION
"Objects for the Shaper-V2 queue statistics group."
::= { acdShaperV2Groups 1 }
acdShaperV2QueueStatsHistGroup OBJECT-GROUP
OBJECTS {
acdShaperV2QueueStatsHistIndex,
acdShaperV2QueueStatsHistSamplingEndTime,
acdShaperV2QueueStatsHistQueueId,
acdShaperV2QueueStatsHistQueueName,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayFrames,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayBytes,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayFrames,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayBytes,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayFrames,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayBytes,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayFrames,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayBytes,
acdShaperV2QueueStatsHistCntGreenDiscardFullFrames,
acdShaperV2QueueStatsHistCntGreenDiscardFullBytes,
acdShaperV2QueueStatsHistCntYellowDiscardFullFrames,
acdShaperV2QueueStatsHistCntYellowDiscardFullBytes,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEFrames,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEBytes,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEFrames,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEBytes,
acdShaperV2QueueStatsHistCntCIRCompliantFrames,
acdShaperV2QueueStatsHistCntCIRCompliantBytes,
acdShaperV2QueueStatsHistCntEIRCompliantFrames,
acdShaperV2QueueStatsHistCntEIRCompliantBytes
}
STATUS current
DESCRIPTION
"Objects for the Shaper-V2 queue statistics history group."
::= { acdShaperV2Groups 2 }
acdShaperV2Compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-SHAPER-V2-MIB module."
MODULE
MANDATORY-GROUPS {
acdShaperV2QueueStatsGroup,
acdShaperV2QueueStatsHistGroup
}
::= { acdShaperV2Compliances 1 }
END