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
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
|
-- *******************************************************************
-- Juniper enterprise specific ATM Class Of Service MIB.
--
-- Copyright (c) 2002-2004, Juniper Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
-- *******************************************************************
JUNIPER-ATM-COS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Integer32, Counter64 FROM SNMPv2-SMI
ifIndex FROM IF-MIB
atmVclVpi, atmVclVci FROM ATM-MIB
jnxMibs FROM JUNIPER-SMI
jnxCosFcId FROM JUNIPER-COS-MIB;
jnxAtmCos MODULE-IDENTITY
LAST-UPDATED "200304090000Z" -- Fri Apr 09 2004 UTC
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
"Juniper Technical Assistance Center
Juniper Networks, Inc.
1133 Innovation Way
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"The Juniper enterprise MIB for ATM COS (Class Of
Service) infrastructure. For detailed information on ATM
COS, Junos Documentation is recommended as the
reference.
Abbreviations:
COS - Class Of Service
RED - Random Early Detection
PLP - Packet Loss Priority"
REVISION "200304090000Z" -- Fri Apr 09 2004 UTC
DESCRIPTION "Exposed jnxCosAtmTrunkTable for COS enabled Trunks."
REVISION "200306200000Z" -- Jun 20th 2003
DESCRIPTION "Add Per queue PLP stats for COS enabled VCs."
REVISION "200209040000Z" -- Sep 4th 2002
DESCRIPTION "Initial Version."
::= { jnxMibs 21 }
--
-- ATM COS VC Table : represents VCs that have COS configured.
--
jnxCosAtmVcTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxCosAtmVcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of ATM VCs which have COS configured."
::= { jnxAtmCos 1 }
jnxCosAtmVcEntry OBJECT-TYPE
SYNTAX JnxCosAtmVcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains COS info specific to an ATM VC.
Each entry is indexed using ifIndex, vpi and vci of
the VC."
INDEX { ifIndex, atmVclVpi, atmVclVci}
::= { jnxCosAtmVcTable 1 }
JnxCosAtmVcEntry ::=
SEQUENCE {
jnxCosAtmVcCosMode INTEGER
}
jnxCosAtmVcCosMode OBJECT-TYPE
SYNTAX INTEGER {
strict(0),
alternate(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of COS queue priority for the VC.
strict mode :
One queue of the four queues has strict high priority and
is always serviced before the rest of the queues. The
remaining queues are serviced in round robin fashion.
alternate mode :
One queue has high priority, but the servicing of the
queues alternates between the high priority queue and the
rest of the queues."
::= { jnxCosAtmVcEntry 1 }
--
-- ATM VC scheduler table
--
jnxCosAtmVcScTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxCosAtmVcScEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of rows representing atm-scheduler config
parameters for each forwarding class within a specified VC.
NOTE: These schedulers are specific to an atm interface and
are different from the typical schedulers specified under
class-of-service config in CLI. Hence, hereafter, through
out this mib, scheduler will be referred to as atm-scheduler
to avoid any confusion."
::= { jnxAtmCos 2 }
jnxCosAtmVcScEntry OBJECT-TYPE
SYNTAX JnxCosAtmVcScEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry represents atm-scheduler config parameters per
forwarding class and per VC."
INDEX { ifIndex, atmVclVpi, atmVclVci, jnxCosFcId }
::= { jnxCosAtmVcScTable 1 }
JnxCosAtmVcScEntry ::=
SEQUENCE {
-- Scheduler parameters
jnxCosAtmVcScPriority INTEGER,
jnxCosAtmVcScTxWeightType INTEGER,
jnxCosAtmVcScTxWeight Integer32,
-- Drop profile type
jnxCosAtmVcScDpType INTEGER,
-- Linear RED drop profile info
jnxCosAtmVcScLrdpQueueDepth Integer32,
jnxCosAtmVcScLrdpLowPlpThresh Integer32,
jnxCosAtmVcScLrdpHighPlpThresh Integer32,
-- Epd Drop profile
jnxCosAtmVcEpdThreshold Integer32
}
-- Atm-scheduler parameters
jnxCosAtmVcScPriority OBJECT-TYPE
SYNTAX INTEGER {
low(0),
high(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm-scheduler priority for the queue associated with
the specified forwarding class within the specified VC."
::= { jnxCosAtmVcScEntry 1 }
jnxCosAtmVcScTxWeightType OBJECT-TYPE
SYNTAX INTEGER {
cells(0),
percent(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm-scheduler transmit-weight-type for the queue
associated with the specified forwarding class inside the
specified VC.
An atm-scheduler can specify the transmit-weight-type either
as number of cells or as a percentage of the queue size."
::= { jnxCosAtmVcScEntry 2 }
jnxCosAtmVcScTxWeight OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm-scheduler's transmit weight for the queue
associated with the specified forwarding class and the
specified VC. This object value is either expressed in
units of cells or as a percentage of the total VC
bandwidth. The unit (value-type) can be determined using
the object jnxCosAtmVcScTxWeightType."
::= { jnxCosAtmVcScEntry 3 }
jnxCosAtmVcScDpType OBJECT-TYPE
SYNTAX INTEGER {
linearRed(0),
epd(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of RED drop profile configured for the specified
forwarding class within the specified VC. A scheduler can
specify either linear or constant drop profile.
A constant type drop profile (aka EPD) specifies that when
the number of queued cells exceeds a threshold, all the
cells should be dropped. Whereas a linear type drop profile
specifies that only a percentage of cells be dropped based
on the number of queued cells at any time."
::= { jnxCosAtmVcScEntry 4 }
jnxCosAtmVcScLrdpQueueDepth OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum queue size in cells, as specified by the linear
RED drop profile associated with the specified forwarding
class within the specified VC.
This object is valid only when value of object
jnxCosAtmVcScDpType is 'linearRed(0)'."
::= { jnxCosAtmVcScEntry 5 }
jnxCosAtmVcScLrdpLowPlpThresh OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The threshold percentage of fill-level beyond which low PLP
(Packet Loss Priority) packets belonging to the specified
forwarding class within the specified VC are randomly
dropped. This value is specified by linear RED drop profile
config.
This object is valid only when value of object
jnxCosAtmVcScDpType is 'linearRed(0)'."
::= { jnxCosAtmVcScEntry 6 }
jnxCosAtmVcScLrdpHighPlpThresh OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The threshold percentage of fill-level beyond which high
PLP (Packet Loss Priority) packets belonging to the
specified forwarding class within the specified VC are
randomly dropped. This value is specified by linear RED drop
profile config.
This object is valid only when jnxCosAtmVcScDpType is
'linearRed(0)'."
::= { jnxCosAtmVcScEntry 7 }
jnxCosAtmVcEpdThreshold OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If a EPD type drop profile is configured for this scheduler
and if the number of cells queued exceeds this threshold
value, all the cells in the queue are dropped.
This object has valid value only when jnxCosAtmVcScDpType
is 'epd(1)'."
::= { jnxCosAtmVcScEntry 8 }
--
-- ATM COS Queue Stats Table.
--
jnxCosAtmVcQstatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxCosAtmVcQstatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of per VC and per forwarding class queue stats
entries."
::= { jnxAtmCos 3 }
jnxCosAtmVcQstatsEntry OBJECT-TYPE
SYNTAX JnxCosAtmVcQstatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains queue stats for a specified
forwarding class and specified VC."
INDEX { ifIndex, atmVclVpi, atmVclVci, jnxCosFcId }
::= { jnxCosAtmVcQstatsTable 1 }
JnxCosAtmVcQstatsEntry ::=
SEQUENCE {
jnxCosAtmVcQstatsOutPackets Counter64,
jnxCosAtmVcQstatsOutBytes Counter64,
jnxCosAtmVcQstatsOutRedDropPkts Counter64,
jnxCosAtmVcQstatsOutNonRedDrops Counter64,
-- PLP traffic stats
jnxCosAtmVcQstatsOutLpBytes Counter64,
jnxCosAtmVcQstatsOutLpPkts Counter64,
-- PLP drop stats
jnxCosAtmVcQstatsOutLpDropBytes Counter64,
jnxCosAtmVcQstatsOutHpDropBytes Counter64,
jnxCosAtmVcQstatsOutLpDropPkts Counter64,
jnxCosAtmVcQstatsOutHpDropPkts Counter64
}
jnxCosAtmVcQstatsOutPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets belonging to the specified
forwarding class transmitted on the specified VC."
::= { jnxCosAtmVcQstatsEntry 1 }
jnxCosAtmVcQstatsOutBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bytes belonging to the specified forwarding
class that were transmitted on the specified VC."
::= { jnxCosAtmVcQstatsEntry 2 }
jnxCosAtmVcQstatsOutRedDropPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing packets on the specified VC and
belonging to the specified forwarding class, that were
RED-dropped."
::= { jnxCosAtmVcQstatsEntry 3 }
jnxCosAtmVcQstatsOutNonRedDrops OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing packets on the specified VC and
belonging to the specified forwarding class, that were
dropped not as a result of RED mechanism, but because of
errors in packets."
::= { jnxCosAtmVcQstatsEntry 4 }
-- PLP traffic stats
jnxCosAtmVcQstatsOutLpBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) bytes transmitted."
::= { jnxCosAtmVcQstatsEntry 5 }
jnxCosAtmVcQstatsOutLpPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) packets transmitted."
::= { jnxCosAtmVcQstatsEntry 6 }
-- PLP drop stats
jnxCosAtmVcQstatsOutLpDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) bytes dropped at the output
queue."
::= { jnxCosAtmVcQstatsEntry 7 }
jnxCosAtmVcQstatsOutHpDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of high PLP (PLP1) bytes dropped at the output
queue."
::= { jnxCosAtmVcQstatsEntry 8 }
jnxCosAtmVcQstatsOutLpDropPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) packets dropped at the
output queue."
::= { jnxCosAtmVcQstatsEntry 9 }
jnxCosAtmVcQstatsOutHpDropPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of high PLP (PLP1) packets dropped at the
output queue."
::= { jnxCosAtmVcQstatsEntry 10 }
--
-- Juniper ATM Trunk Class of Service Table
--
jnxCosAtmTrunkTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxCosAtmTrunkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of all ATM Trunk CoS entries. Stats and configuration
information is provided for each ATM Trunk CoS interface."
::= { jnxAtmCos 4 }
jnxCosAtmTrunkEntry OBJECT-TYPE
SYNTAX JnxCosAtmTrunkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single ATM Trunk CoS Entry."
INDEX { ifIndex, jnxCosFcId }
::= { jnxCosAtmTrunkTable 1 }
JnxCosAtmTrunkEntry ::=
SEQUENCE {
-- Trunk CoS parameters
jnxCosAtmTrunkMode INTEGER,
-- Scheduler parameters
jnxCosAtmTrunkScPriority INTEGER,
jnxCosAtmTrunkScTxWeightType INTEGER,
jnxCosAtmTrunkScTxWeight Integer32,
jnxCosAtmTrunkQaType INTEGER,
-- Epd Drop profile
jnxCosAtmTrunkEpdThresholdPlp0 Integer32,
jnxCosAtmTrunkEpdThresholdPlp1 Integer32,
-- Queue stats
jnxCosAtmTrunkQstatsOutPackets Counter64,
jnxCosAtmTrunkQstatsOutBytes Counter64,
jnxCosAtmTrunkQstatsOutDrops Counter64,
-- Low PLP (PLP0) traffic stats
jnxCosAtmTrunkQstatsOutLpBytes Counter64,
jnxCosAtmTrunkQstatsOutLpPkts Counter64,
-- PLP drop stats
jnxCosAtmTrunkQstatsOutLpDropBytes Counter64,
jnxCosAtmTrunkQstatsOutHpDropBytes Counter64,
jnxCosAtmTrunkQstatsOutLpDropPkts Counter64,
jnxCosAtmTrunkQstatsOutHpDropPkts Counter64,
-- High PLP (PLP1) traffic stats
jnxCosAtmTrunkQstatsOutHpBytes Counter64,
jnxCosAtmTrunkQstatsOutHpPkts Counter64
}
jnxCosAtmTrunkMode OBJECT-TYPE
SYNTAX INTEGER {
strict(1),
alternate(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of COS queue priority for the Trunk.
strict mode :
One queue of the four queues has strict high priority and
is always serviced before the rest of the queues. The
remaining queues are serviced in round robin fashion.
alternate mode :
One queue has high priority, but the servicing of the
queues alternates between the high priority queue and the
rest of the queues."
::= { jnxCosAtmTrunkEntry 1 }
-- Atm-scheduler parameters
jnxCosAtmTrunkScPriority OBJECT-TYPE
SYNTAX INTEGER {
low(1),
high(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm-scheduler priority for the queue associated with
the specified forwarding class within the specified Trunk."
::= { jnxCosAtmTrunkEntry 2 }
jnxCosAtmTrunkScTxWeightType OBJECT-TYPE
SYNTAX INTEGER {
cells(1),
percent(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm-scheduler transmit-weight-type for the queue
associated with the specified forwarding class inside the
specified Trunk.
An atm-scheduler can specify the transmit-weight-type either
as number of cells or as a percentage of the queue size."
::= { jnxCosAtmTrunkEntry 3 }
jnxCosAtmTrunkScTxWeight OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm-scheduler's transmit weight for the queue
associated with the specified forwarding class and the
specified Trunk. This object value is either expressed in
units of cells or as a percentage of the total Trunk
bandwidth. The unit (value-type) can be determined using
the object jnxCosAtmTrunkScTxWeightType."
::= { jnxCosAtmTrunkEntry 4 }
jnxCosAtmTrunkQaType OBJECT-TYPE
SYNTAX INTEGER {
red(1),
singleEpd(2),
dualEpd(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The atm queue admission type used for the specified Trunk."
::= { jnxCosAtmTrunkEntry 5 }
jnxCosAtmTrunkEpdThresholdPlp0 OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If an EPD type drop profile is configured for this
scheduler and if the number of cells queued exceeds this
threshold value, all the cells which have plp equal to 0
will be dropped.
This object has valid value only when jnxCosAtmTrunkQaType
is singleEpd or dualEpd."
::= { jnxCosAtmTrunkEntry 6 }
jnxCosAtmTrunkEpdThresholdPlp1 OBJECT-TYPE
SYNTAX Integer32(0..32000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If a EPD type drop profile is configured for this scheduler
and if the number of cells queued exceeds this threshold
value, all the cells which have plp equal to 1 will be
dropped.
This object has valid value only when jnxCosAtmTrunkQaType
is dualEpd."
::= { jnxCosAtmTrunkEntry 7 }
jnxCosAtmTrunkQstatsOutPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets belonging to the specified
forwarding class transmitted on the specified Trunk."
::= { jnxCosAtmTrunkEntry 8 }
jnxCosAtmTrunkQstatsOutBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bytes belonging to the specified forwarding
class that were transmitted on the specified Trunk."
::= { jnxCosAtmTrunkEntry 9 }
jnxCosAtmTrunkQstatsOutDrops OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing packets on the specified Trunk and
belonging to the specified forwarding class, that were
dropped."
::= { jnxCosAtmTrunkEntry 10 }
-- PLP traffic stats
jnxCosAtmTrunkQstatsOutLpBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) bytes transmitted."
::= { jnxCosAtmTrunkEntry 11 }
jnxCosAtmTrunkQstatsOutLpPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) packets transmitted."
::= { jnxCosAtmTrunkEntry 12 }
-- PLP drop stats
jnxCosAtmTrunkQstatsOutLpDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) bytes dropped at the output
queue."
::= { jnxCosAtmTrunkEntry 13 }
jnxCosAtmTrunkQstatsOutHpDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of high PLP (PLP1) bytes dropped at the output
queue."
::= { jnxCosAtmTrunkEntry 14 }
jnxCosAtmTrunkQstatsOutLpDropPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of low PLP (PLP0) packets dropped at the
output queue."
::= { jnxCosAtmTrunkEntry 15 }
jnxCosAtmTrunkQstatsOutHpDropPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of high PLP (PLP1) packets dropped at the
output queue."
::= { jnxCosAtmTrunkEntry 16 }
jnxCosAtmTrunkQstatsOutHpBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of high PLP (PLP1) bytes transmitted."
::= { jnxCosAtmTrunkEntry 17 }
jnxCosAtmTrunkQstatsOutHpPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of high PLP (PLP1) packets transmitted."
::= { jnxCosAtmTrunkEntry 18 }
END
|