1-- *****************************************************************
2-- ciscoWanAtmConnStatMIB
3--
4-- December 1998, Prashant Desai
5--
6-- Copyright (c) 1998, 2001, 2002, 2003, 2004, 2005 by
7--               cisco Systems, Inc.
8-- All rights reserved.
9-- *****************************************************************
10
11CISCO-WAN-ATM-CONN-STAT-MIB DEFINITIONS ::= BEGIN
12IMPORTS
13        MODULE-IDENTITY,
14        OBJECT-TYPE,
15        Counter64,
16        Unsigned32,
17        Counter32,
18        Gauge32
19                FROM SNMPv2-SMI
20        TruthValue
21                FROM SNMPv2-TC
22        MODULE-COMPLIANCE,
23        OBJECT-GROUP
24                FROM SNMPv2-CONF
25        ifIndex
26                FROM IF-MIB
27        cwaChanVci,
28        cwaChanVpi
29                FROM CISCO-WAN-ATM-CONN-MIB
30        ciscoWan
31                FROM CISCOWAN-SMI;
32
33ciscoWanAtmConnStatMIB MODULE-IDENTITY
34        LAST-UPDATED        "200508250000Z"
35        ORGANIZATION        "Cisco Systems, Inc."
36        CONTACT-INFO
37                "       Cisco Systems
38                        Customer Service
39
40                Postal: 170 W. Tasman Drive
41                        San Jose, CA  95134
42                        USA
43
44                        Tel: +1 800 553-NETS
45
46                E-mail: cs-wanatm@cisco.com"
47
48        DESCRIPTION
49                "This module contains ATM switch connection related
50                 real time statistical counter objects."
51
52        REVISION        "200508250000Z"
53        DESCRIPTION
54                "Added cwacsBearerPVCTable."
55
56        REVISION        "200409100000Z"
57        DESCRIPTION
58                "Added 2 objects to cwacsExtStatsTable
59                 (extension of cwacsTable):
60                 cwacsTotalCR,
61                 cwacsAisSuppressCount."
62
63        REVISION        "200304180000Z"
64        DESCRIPTION
65                "Added 3 more objects to cwacsExtStatsTable
66                 (extension of cwacsTable):
67                 cwacsUsedConns, cwacsUtilizedCR,
68                 cwacsUsedVadConns."
69
70        REVISION        "200304010000Z"
71        DESCRIPTION
72                "Indentation/Editorial changes made across the MIB."
73
74        REVISION        "200210210000Z"
75        DESCRIPTION
76                "Added cwacsExtStatsTable (extension of cwacsTable)."
77
78        REVISION        "200207090000Z"
79        DESCRIPTION
80                "1. Added Following objects to cwacsTable, as upper
81                 32-bits for 64-bit wide counters:
82                 cwacsHighIngRcvCLP0, cwacsHighIngRcvCLP1,
83                 cwacsHighIngXmtCLP0, cwacsHighIngXmtCLP1,
84                 cwacsHighIngCLP0CoSDiscard, cwacsHighIngCLP1CoSDiscard,
85                 cwacsHighIngCLP0UpcDiscard, cwacsHighIngCLP1UpcDiscard,
86                 cwacsHighIngCLP0UpcTagged, cwacsHighIngRcvEFCI0,
87                 cwacsHighIngRcvEFCI1, cwacsHighIngEFCI0Discard,
88                 cwacsHighIngEFCI1Discard, cwacsHighIngRcvEOF1,
89                 cwacsHighIngEOF1Discard, cwacsHighEgrRcvCLP0,
90                 cwacsHighEgrRcvCLP1, cwacsHighEgrXmtCLP0,
91                 cwacsHighEgrXmtCLP1, cwacsHighEgrCLP0CoSDiscard,
92                 cwacsHighEgrCLP1CoSDiscard, cwacsHighEgrRcvEFCI0,
93                 cwacsHighEgrRcvEFCI1, cwacsHighEgrEFCI0Discard,
94                 cwacsHighEgrEFCI1Discard, cwacsHighEgrRcvEOF1,
95                 cwacsHighEgrEOF1Discard.
96
97                 2. Added cwacsXTable which contains 64-bits wide
98                 counters."
99
100        REVISION        "200207020000Z"
101        DESCRIPTION
102                "1. Added cwaConnStatsTable for real time statistical
103                   counter objects. This table applies to only atm
104                   service module such as BXM."
105
106        REVISION        "200105020000Z"
107        DESCRIPTION
108                "1. Added cwacsStatsClear object to cwacsEntry to clear
109                   channel connection statistic counters."
110
111        REVISION        "9812041445Z"
112        DESCRIPTION
113                "Initial version of the MIB module."
114
115        ::= { ciscoWan 2 }
116
117ciscoWanAtmConnStatMIBObjects OBJECT IDENTIFIER ::=
118                                    { ciscoWanAtmConnStatMIB 1 }
119
120cwacs           OBJECT IDENTIFIER ::=
121                                    { ciscoWanAtmConnStatMIBObjects 1 }
122
123-- The following example describes the ingress and egress directions.
124--
125-- switch
126--backplane               Ingress
127--   ||            <---------------------
128--   ||
129--   ||           ________________________
130--   ||           |                      |
131--   ||  VPL/VCL  |                      | VPL/VCL(Channel)
132--   || Transmit  |  Traffic Management  |  Receive
133--   || <======== X      Entity          X <=======
134--   ||           X                      X              PORT
135--   || ========> X                      X =======>
136--   || Receive   |                      |  Transmit
137--   ||           |______________________|
138--   ||
139--   ||            --------------------->
140--   ||                   Egress
141--   ||
142
143cwacsTable OBJECT-TYPE
144        SYNTAX     SEQUENCE OF CwacsEntry
145        MAX-ACCESS not-accessible
146        STATUS     current
147        DESCRIPTION
148               "Contains traffic statistic information for every Channel
149                entry in the atmTable. It is used to monitor the
150                usage of the Channel in terms of Ingress(incoming
151                direction) cells and Egress (outgoing direction) cells.
152                In each direction counters are collected before and
153                after the traffic management entity."
154        ::=  { cwacs 1 }
155
156cwacsEntry OBJECT-TYPE
157        SYNTAX     CwacsEntry
158        MAX-ACCESS not-accessible
159        STATUS     current
160        DESCRIPTION
161                "An entry in the ATM connection Channel statistic
162                 table. An entry is created for every Channel."
163        INDEX   { ifIndex, cwaChanVpi, cwaChanVci }
164        ::= { cwacsTable 1 }
165
166CwacsEntry ::=
167        SEQUENCE {
168                -- Ingress statistics
169                cwacsIngRcvCLP0                 Counter32,
170                cwacsIngRcvCLP1                 Counter32,
171                cwacsIngXmtCLP0                 Counter32,
172                cwacsIngXmtCLP1                 Counter32,
173                cwacsIngCLP0CoSDiscard          Counter32,
174                cwacsIngCLP1CoSDiscard          Counter32,
175                cwacsIngCLP0UpcDiscard          Counter32,
176                cwacsIngCLP1UpcDiscard          Counter32,
177                cwacsIngCLP0UpcTagged           Counter32,
178                cwacsIngRcvEFCI0                Counter32,
179                cwacsIngRcvEFCI1                Counter32,
180                cwacsIngEFCI0Discard            Counter32,
181                cwacsIngEFCI1Discard            Counter32,
182                cwacsIngRcvOAM                  Counter32,
183                cwacsIngOAMDiscard              Counter32,
184                cwacsIngRcvRM                   Counter32,
185                cwacsIngRMDiscard               Counter32,
186                cwacsIngXmtFRm                  Counter32,
187                cwacsIngXmtBRmFsRm              Counter32,
188                cwacsIngRcvEOF1                 Counter32,
189                cwacsIngEOF1Discard             Counter32,
190                cwacsIngACR                     Gauge32,
191                cwacsIngVCQueueDepth            Gauge32,
192                -- Egress statistics
193                cwacsEgrRcvCLP0                 Counter32,
194                cwacsEgrRcvCLP1                 Counter32,
195                cwacsEgrXmtCLP0                 Counter32,
196                cwacsEgrXmtCLP1                 Counter32,
197                cwacsEgrCLP0CoSDiscard          Counter32,
198                cwacsEgrCLP1CoSDiscard          Counter32,
199                cwacsEgrRcvEFCI0                Counter32,
200                cwacsEgrRcvEFCI1                Counter32,
201                cwacsEgrEFCI0Discard            Counter32,
202                cwacsEgrEFCI1Discard            Counter32,
203                cwacsEgrRcvOAM                  Counter32,
204                cwacsEgrOAMDiscard              Counter32,
205                cwacsEgrRcvRM                   Counter32,
206                cwacsEgrRMDiscard               Counter32,
207                cwacsEgrXmtFRm                  Counter32,
208                cwacsEgrXmtBRmFsRm              Counter32,
209                cwacsEgrRcvEOF1                 Counter32,
210                cwacsEgrEOF1Discard             Counter32,
211                cwacsEgrACR                     Gauge32,
212                cwacsEgrVCQueueDepth            Gauge32,
213                -- channel statistics control object
214                cwacsStatsClear                 TruthValue,
215                -- Upper 32-bits for counters which are 64-bit wide
216                   -- Ingress statistics
217                cwacsHighIngRcvCLP0                     Counter32,
218                cwacsHighIngRcvCLP1                     Counter32,
219                cwacsHighIngXmtCLP0                     Counter32,
220                cwacsHighIngXmtCLP1                     Counter32,
221                cwacsHighIngCLP0CoSDiscard              Counter32,
222                cwacsHighIngCLP1CoSDiscard              Counter32,
223                cwacsHighIngCLP0UpcDiscard              Counter32,
224                cwacsHighIngCLP1UpcDiscard              Counter32,
225                cwacsHighIngCLP0UpcTagged               Counter32,
226                cwacsHighIngRcvEFCI0                    Counter32,
227                cwacsHighIngRcvEFCI1                    Counter32,
228                cwacsHighIngEFCI0Discard                Counter32,
229                cwacsHighIngEFCI1Discard                Counter32,
230                cwacsHighIngRcvEOF1                     Counter32,
231                cwacsHighIngEOF1Discard                 Counter32,
232                   -- Egress statistics
233                cwacsHighEgrRcvCLP0                     Counter32,
234                cwacsHighEgrRcvCLP1                     Counter32,
235                cwacsHighEgrXmtCLP0                     Counter32,
236                cwacsHighEgrXmtCLP1                     Counter32,
237                cwacsHighEgrCLP0CoSDiscard              Counter32,
238                cwacsHighEgrCLP1CoSDiscard              Counter32,
239                cwacsHighEgrRcvEFCI0                    Counter32,
240                cwacsHighEgrRcvEFCI1                    Counter32,
241                cwacsHighEgrEFCI0Discard                Counter32,
242                cwacsHighEgrEFCI1Discard                Counter32,
243                cwacsHighEgrRcvEOF1                     Counter32,
244                cwacsHighEgrEOF1Discard                 Counter32
245                }
246
247cwacsIngRcvCLP0 OBJECT-TYPE
248        SYNTAX     Counter32
249        UNITS      "cells"
250        MAX-ACCESS read-only
251        STATUS     current
252        DESCRIPTION
253                "The number of valid CLP=0 ATM cells in the
254                 ingress direction of this Channel prior to the
255                 traffic management entity."
256        ::= { cwacsEntry 1 }
257
258cwacsIngRcvCLP1 OBJECT-TYPE
259        SYNTAX     Counter32
260        UNITS      "cells"
261        MAX-ACCESS read-only
262        STATUS     current
263        DESCRIPTION
264                "The number of valid CLP=1 ATM cells in the
265                 ingress direction of this Channel prior to the
266                 traffic management entity."
267        ::= { cwacsEntry 2 }
268
269cwacsIngXmtCLP0 OBJECT-TYPE
270        SYNTAX     Counter32
271        UNITS      "cells"
272        MAX-ACCESS read-only
273        STATUS     current
274        DESCRIPTION
275                "The number of valid CLP=0 ATM cells in the
276                 ingress direction of this Channel after the
277                 traffic management entity."
278        ::= { cwacsEntry 3 }
279
280cwacsIngXmtCLP1 OBJECT-TYPE
281        SYNTAX     Counter32
282        UNITS      "cells"
283        MAX-ACCESS read-only
284        STATUS     current
285        DESCRIPTION
286                "The number of valid CLP=1 ATM cells in the
287                 ingress direction of this Channel after the
288                 traffic management entity."
289        ::= { cwacsEntry 4 }
290
291cwacsIngCLP0CoSDiscard OBJECT-TYPE
292        SYNTAX     Counter32
293        UNITS      "cells"
294        MAX-ACCESS read-only
295        STATUS     current
296        DESCRIPTION
297                "The number of valid CLP=0 cells in the ingress
298                 direction of this Channel that are discarded at
299                 the class of service queue due to overflow."
300        ::= { cwacsEntry 5 }
301
302cwacsIngCLP1CoSDiscard OBJECT-TYPE
303        SYNTAX     Counter32
304        UNITS      "cells"
305        MAX-ACCESS read-only
306        STATUS     current
307        DESCRIPTION
308                "The number of valid CLP=1 cells in the ingress
309                 direction of this Channel that are discarded
310                 at the class of service queue due to overflow."
311        ::= { cwacsEntry 6 }
312
313cwacsIngCLP0UpcDiscard OBJECT-TYPE
314        SYNTAX     Counter32
315        UNITS      "cells"
316        MAX-ACCESS read-only
317        STATUS     current
318        DESCRIPTION
319                "The number of valid CLP=0 cells in the ingress
320                 direction of this Channel that are discarded at
321                 the traffic policing entity due to UPC/PCR
322                 parameter violation.
323
324                 UPC(Usage Parameter Control) operation checks
325                 the validity of the user traffic on a
326                 connection. If incoming cells violate
327                 established user-network contract .If cell
328                 violates PCR(Peak Cell Rate) parameter for the
329                 connection it is discarded.
330                 Or else the cell is marked low priority by
331                 setting CLP=1."
332        ::= { cwacsEntry 7 }
333
334cwacsIngCLP1UpcDiscard OBJECT-TYPE
335        SYNTAX     Counter32
336        UNITS      "cells"
337        MAX-ACCESS read-only
338        STATUS     current
339        DESCRIPTION
340                "The number of valid CLP=1 cells in the ingress
341                 direction of this Channel that are discarded at
342                 the traffic policing entity due to UPC/PCR
343                 parameter violation."
344        ::= { cwacsEntry 8 }
345
346cwacsIngCLP0UpcTagged OBJECT-TYPE
347        SYNTAX     Counter32
348        UNITS      "cells"
349        MAX-ACCESS read-only
350        STATUS     current
351        DESCRIPTION
352                "The number of valid CLP=0 cells in the ingress
353                 direction of this Channel that are tagged as
354                 low priority by UPC."
355        ::= { cwacsEntry 9 }
356
357cwacsIngRcvEFCI0 OBJECT-TYPE
358        SYNTAX     Counter32
359        UNITS      "cells"
360        MAX-ACCESS read-only
361        STATUS     current
362        DESCRIPTION
363                "The number of valid EFCI=0 cells in the ingress
364                 direction of this Channel before class of
365                 service queue.
366
367                 EFCI(Explicit Forward Congestion Indication)
368                 is an ATM header bit."
369        ::= { cwacsEntry 10 }
370
371cwacsIngRcvEFCI1 OBJECT-TYPE
372        SYNTAX     Counter32
373        UNITS      "cells"
374        MAX-ACCESS read-only
375        STATUS     current
376        DESCRIPTION
377                "The number of valid EFCI=1 cells in the ingress
378                 direction of this Channel before the class of
379                 service queue."
380        ::= { cwacsEntry 11 }
381
382cwacsIngEFCI0Discard OBJECT-TYPE
383        SYNTAX     Counter32
384        UNITS      "cells"
385        MAX-ACCESS read-only
386        STATUS     current
387        DESCRIPTION
388                "The number of valid UPC/PCR parameter compliant
389                 EFCI=0 cells in the ingress direction of this
390                 Channel that are discarded at the CoS queue."
391        ::= { cwacsEntry 12 }
392
393cwacsIngEFCI1Discard OBJECT-TYPE
394        SYNTAX     Counter32
395        UNITS      "cells"
396        MAX-ACCESS read-only
397        STATUS     current
398        DESCRIPTION
399                "The number of valid UPC/PCR parameter compliant
400                 EFCI=1 cells in the ingress direction of this
401                 Channel that are discarded at the CoS queue."
402        ::= { cwacsEntry 13 }
403
404cwacsIngRcvOAM OBJECT-TYPE
405        SYNTAX     Counter32
406        UNITS      "cells"
407        MAX-ACCESS read-only
408        STATUS     current
409        DESCRIPTION
410                "The number of valid OAM cells in the ingress
411                 direction of this Channel before the CoS
412                 queue."
413        ::= { cwacsEntry 14 }
414
415cwacsIngOAMDiscard OBJECT-TYPE
416        SYNTAX     Counter32
417        UNITS      "cells"
418        MAX-ACCESS read-only
419        STATUS     current
420        DESCRIPTION
421                "The number of valid OAM cells in the ingress
422                 direction of this Channel that are discarded
423                 at the CoS queue."
424        ::= { cwacsEntry 15 }
425
426cwacsIngRcvRM OBJECT-TYPE
427        SYNTAX     Counter32
428        UNITS      "cells"
429        MAX-ACCESS read-only
430        STATUS     current
431        DESCRIPTION
432                "The number of valid RM cells in the ingress
433                 direction of this Channel before the CoS
434                 queue."
435        ::= { cwacsEntry 16 }
436
437cwacsIngRMDiscard OBJECT-TYPE
438        SYNTAX     Counter32
439        UNITS      "cells"
440        MAX-ACCESS read-only
441        STATUS     current
442        DESCRIPTION
443                "The number of valid RM cells in the ingress
444                 direction of this Channel that are discarded
445                 at the CoS queue due to overflow."
446        ::= { cwacsEntry 17 }
447
448cwacsIngXmtFRm OBJECT-TYPE
449        SYNTAX     Counter32
450        UNITS      "cells"
451        MAX-ACCESS read-only
452        STATUS     current
453        DESCRIPTION
454                "The number of FRm(Forward RM) ATM cells in the
455                 ingress direction of this Channel PRIOR to the
456                 traffic management entity."
457        ::= { cwacsEntry 18 }
458
459cwacsIngXmtBRmFsRm OBJECT-TYPE
460        SYNTAX     Counter32
461        UNITS      "cells"
462        MAX-ACCESS read-only
463        STATUS     current
464        DESCRIPTION
465                "The total number of BRm(backward RM cells) and
466                 FsRm (foresight RM cells) ATM cells in the
467                 ingress direction of this Channel AFTER the
468                 traffic management entity."
469        ::= { cwacsEntry 19 }
470
471cwacsIngRcvEOF1 OBJECT-TYPE
472        SYNTAX     Counter32
473        UNITS      "cells"
474        MAX-ACCESS read-only
475        STATUS     current
476        DESCRIPTION
477                "The number of valid EOF=1 ATM cells in the
478                 ingress direction of this Channel PRIOR to the
479                 traffic management entity."
480        ::= { cwacsEntry 20 }
481
482cwacsIngEOF1Discard OBJECT-TYPE
483        SYNTAX     Counter32
484        UNITS      "cells"
485        MAX-ACCESS read-only
486        STATUS     current
487        DESCRIPTION
488                "The number of valid EOF=1 ATM cells in the
489                 ingress direction of this Channel which are
490                 discard at the traffic management entity."
491        ::= { cwacsEntry 21 }
492
493cwacsIngACR OBJECT-TYPE
494        SYNTAX     Gauge32
495        UNITS      "cells/second"
496        MAX-ACCESS read-only
497        STATUS     current
498        DESCRIPTION
499                "Current value of the ingress ACR(Allowed Cell
500                 Rate) parameter. It is an ABR service parameter
501                 and is the current rate in cells/sec at which a
502                 source is allowed to send packets. For traffic
503                 type other than ABR this parameter is not
504                 instantiated. This variable is used for shaping
505                 the traffic going onto the backplane."
506        ::= { cwacsEntry 22 }
507
508cwacsIngVCQueueDepth OBJECT-TYPE
509        SYNTAX     Gauge32
510        UNITS      "cells"
511        MAX-ACCESS read-only
512        STATUS     current
513        DESCRIPTION
514                "Current length of the ingress queue of this
515                 Channel in terms of number of cells."
516        ::= { cwacsEntry 23 }
517
518cwacsEgrRcvCLP0 OBJECT-TYPE
519        SYNTAX     Counter32
520        UNITS      "cells"
521        MAX-ACCESS read-only
522        STATUS     current
523        DESCRIPTION
524                "The number of valid CLP=0 ATM cells in the
525                 egress direction of this Channel PRIOR to the
526                 traffic management entity."
527        ::= { cwacsEntry 24 }
528
529cwacsEgrRcvCLP1 OBJECT-TYPE
530        SYNTAX     Counter32
531        UNITS      "cells"
532        MAX-ACCESS read-only
533        STATUS     current
534        DESCRIPTION
535                "The number of valid CLP=1 ATM cells in the
536                 egress direction of this Channel PRIOR to the
537                 traffic management entity."
538        ::= { cwacsEntry 25 }
539
540cwacsEgrXmtCLP0 OBJECT-TYPE
541        SYNTAX     Counter32
542        UNITS      "cells"
543        MAX-ACCESS read-only
544        STATUS     current
545        DESCRIPTION
546                "The number of valid CLP=0 ATM cells in the
547                 egress direction of this Channel AFTER the
548                 traffic management entity."
549        ::= { cwacsEntry 26 }
550
551cwacsEgrXmtCLP1 OBJECT-TYPE
552        SYNTAX     Counter32
553        UNITS      "cells"
554        MAX-ACCESS read-only
555        STATUS     current
556        DESCRIPTION
557                "The number of valid CLP=1 ATM cells in the
558                 egress direction of this Channel AFTER the
559                 traffic management entity."
560        ::= { cwacsEntry 27 }
561
562cwacsEgrCLP0CoSDiscard OBJECT-TYPE
563        SYNTAX     Counter32
564        UNITS      "cells"
565        MAX-ACCESS read-only
566        STATUS     current
567        DESCRIPTION
568                "The number of valid CLP=0 cells in the egress
569                 direction of this Channel that are discarded
570                 at the CoS queue due to overflow."
571        ::= { cwacsEntry 28 }
572
573cwacsEgrCLP1CoSDiscard OBJECT-TYPE
574        SYNTAX     Counter32
575        UNITS      "cells"
576        MAX-ACCESS read-only
577        STATUS     current
578        DESCRIPTION
579                "The number of valid CLP=1 cells in the egress
580                 direction of this Channel that are discarded at
581                 the CoS queue due to overflow."
582        ::= { cwacsEntry 29 }
583
584cwacsEgrRcvEFCI0 OBJECT-TYPE
585        SYNTAX     Counter32
586        UNITS      "cells"
587        MAX-ACCESS read-only
588        STATUS     current
589        DESCRIPTION
590                "The number of valid EFCI=0 cells in the egress
591                 direction of this Channel before CoS queue."
592                ::= { cwacsEntry 30 }
593
594cwacsEgrRcvEFCI1 OBJECT-TYPE
595        SYNTAX     Counter32
596        UNITS      "cells"
597        MAX-ACCESS read-only
598        STATUS     current
599        DESCRIPTION
600                "The number of valid EFCI=1 cells in the egress
601                 direction of this Channel before the class of
602                 service queue."
603                ::= { cwacsEntry 31 }
604
605cwacsEgrEFCI0Discard OBJECT-TYPE
606        SYNTAX     Counter32
607        UNITS      "cells"
608        MAX-ACCESS read-only
609        STATUS     current
610        DESCRIPTION
611                "The number of valid EFCI=0 cells in the egress
612                 direction of this Channel that are discarded
613                 at the CoS queue."
614        ::= { cwacsEntry 32 }
615
616cwacsEgrEFCI1Discard OBJECT-TYPE
617        SYNTAX     Counter32
618        UNITS      "cells"
619        MAX-ACCESS read-only
620        STATUS     current
621        DESCRIPTION
622                "The number of valid EFCI=1 cells in the egress
623                 direction of this Channel that are discarded at
624                 the CoS queue."
625        ::= { cwacsEntry 33 }
626
627cwacsEgrRcvOAM OBJECT-TYPE
628        SYNTAX     Counter32
629        UNITS      "cells"
630        MAX-ACCESS read-only
631        STATUS     current
632        DESCRIPTION
633                "The number of valid OAM cells in the egress
634                 direction of this Channel before the CoS
635                 queue."
636        ::= { cwacsEntry 34 }
637
638cwacsEgrOAMDiscard OBJECT-TYPE
639        SYNTAX     Counter32
640        UNITS      "cells"
641        MAX-ACCESS read-only
642        STATUS     current
643        DESCRIPTION
644                "The number of valid OAM cells in the egress
645                 direction of this Channel that are discarded
646                 at the CoS queue."
647        ::= { cwacsEntry 35 }
648
649cwacsEgrRcvRM OBJECT-TYPE
650        SYNTAX     Counter32
651        UNITS      "cells"
652        MAX-ACCESS read-only
653        STATUS     current
654        DESCRIPTION
655                "The number of valid RM cells in the egress
656                 direction of this Channel before the CoS
657                 queue."
658        ::= { cwacsEntry 36 }
659
660cwacsEgrRMDiscard OBJECT-TYPE
661        SYNTAX     Counter32
662        UNITS      "cells"
663        MAX-ACCESS read-only
664        STATUS     current
665        DESCRIPTION
666                "The number of valid RM cells in the egress
667                 direction of this Channel that are discarded
668                 at the CoS queue due to overflow."
669        ::= { cwacsEntry 37 }
670
671cwacsEgrXmtFRm OBJECT-TYPE
672        SYNTAX     Counter32
673        UNITS      "cells"
674        MAX-ACCESS read-only
675        STATUS     current
676        DESCRIPTION
677                "The number of FRm ATM cells in the egress
678                 direction of this Channel PRIOR to the traffic
679                 management entity."
680        ::= { cwacsEntry 38 }
681
682cwacsEgrXmtBRmFsRm OBJECT-TYPE
683        SYNTAX     Counter32
684        UNITS      "cells"
685        MAX-ACCESS read-only
686        STATUS     current
687        DESCRIPTION
688                "The total number of BRm and FsRm ATM cells in
689                 the egress direction of this Channel AFTER the
690                 traffic management entity."
691        ::= { cwacsEntry 39 }
692
693cwacsEgrRcvEOF1 OBJECT-TYPE
694        SYNTAX     Counter32
695        UNITS      "cells"
696        MAX-ACCESS read-only
697        STATUS     current
698        DESCRIPTION
699                "The number of valid EOF=1 ATM cells in the
700                 egress direction of this Channel PRIOR to the
701                 traffic management entity."
702        ::= { cwacsEntry  40 }
703
704cwacsEgrEOF1Discard OBJECT-TYPE
705        SYNTAX     Counter32
706        UNITS      "cells"
707        MAX-ACCESS read-only
708        STATUS     current
709        DESCRIPTION
710                "The number of valid EOF=1 ATM cells in the
711                 egress direction of this Channel which are
712                 discard at the traffic management entity."
713        ::= { cwacsEntry 41 }
714
715cwacsEgrACR OBJECT-TYPE
716        SYNTAX     Gauge32
717        UNITS      "cells/second"
718        MAX-ACCESS read-only
719        STATUS     current
720        DESCRIPTION
721                "Current value of the egress ACR(Allowed Cell
722                 Rate) parameter.  It is an ABR service
723                 parameter and is the current rate in
724                 cells/sec at which a source is allowed to send
725                 packets. For traffic type other than ABR this
726                 parameter is not instantiated. This variable
727                 is used for shaping the traffic going onto the
728                 backplane."
729        ::= { cwacsEntry 42 }
730
731cwacsEgrVCQueueDepth OBJECT-TYPE
732        SYNTAX     Gauge32
733        UNITS      "cells"
734        MAX-ACCESS read-only
735        STATUS     current
736        DESCRIPTION
737                "Current length of the egress queue of this
738                 Channel in terms of number of cells."
739        ::= { cwacsEntry 43 }
740
741
742cwacsStatsClear OBJECT-TYPE
743        SYNTAX     TruthValue
744        MAX-ACCESS read-write
745        STATUS     current
746        DESCRIPTION
747                "The agent clears the channel statistics
748                 collection if it receives a set to value of
749                 true(1) request from a manager.
750                 Setting a value of false(2) has no
751                 implication."
752        DEFVAL { false }
753        ::= { cwacsEntry 44 }
754
755cwacsHighIngRcvCLP0 OBJECT-TYPE
756        SYNTAX     Counter32
757        UNITS      "cells"
758        MAX-ACCESS read-only
759        STATUS     current
760        DESCRIPTION
761                "The number of valid CLP=0 ATM cells in the
762                 ingress direction of this Channel PRIOR to
763                 the traffic management entity.
764                 This counter carries upper 32-bits of
765                 cwacsHCIngRcvCLP0. The lower 32-bits will
766                 be present in cwacsIngRcvCLP0."
767        ::= { cwacsEntry 45 }
768
769cwacsHighIngRcvCLP1 OBJECT-TYPE
770        SYNTAX     Counter32
771        UNITS      "cells"
772        MAX-ACCESS read-only
773        STATUS     current
774        DESCRIPTION
775                "The number of valid CLP=1 ATM cells in the
776                 ingress direction of this Channel PRIOR to
777                 the traffic management entity.
778                 This counter carries upper 32-bits of
779                 cwacsHCIngRcvCLP1. The lower 32-bits will
780                 be present in cwacsIngRcvCLP1."
781        ::= { cwacsEntry 46 }
782
783cwacsHighIngXmtCLP0 OBJECT-TYPE
784        SYNTAX     Counter32
785        UNITS      "cells"
786        MAX-ACCESS read-only
787        STATUS     current
788        DESCRIPTION
789                "The number of valid CLP=0 ATM cells in the
790                 ingress direction of this Channel AFTER the
791                 traffic management entity.
792                 This counter carries upper 32-bits of
793                 cwacsHCIngXmtCLP0. The lower 32-bits will
794                 be present in cwacsIngXmtCLP0."
795        ::= { cwacsEntry 47 }
796
797cwacsHighIngXmtCLP1 OBJECT-TYPE
798        SYNTAX     Counter32
799        UNITS      "cells"
800        MAX-ACCESS read-only
801        STATUS     current
802        DESCRIPTION
803                "The number of valid CLP=1 ATM cells in the
804                 ingress direction of this Channel AFTER the
805                 traffic management entity.
806                 This counter carries upper 32-bits of
807                 cwacsHCIngXmtCLP1. The lower 32-bits will
808                 be present in cwacsIngXmtCLP1."
809        ::= { cwacsEntry 48 }
810
811cwacsHighIngCLP0CoSDiscard OBJECT-TYPE
812        SYNTAX     Counter32
813        UNITS      "cells"
814        MAX-ACCESS read-only
815        STATUS     current
816        DESCRIPTION
817                "The number of valid CLP=0 cells in the
818                 ingress direction of this Channel that
819                 are discarded at the class of service
820                 queue due to overflow.
821                 This counter carries upper 32-bits of
822                 cwacsHCIngCLP0CoSDiscard.
823                 The lower 32-bits will be present in
824                 cwacsIngCLP0CoSDiscard."
825        ::= { cwacsEntry 49 }
826
827cwacsHighIngCLP1CoSDiscard OBJECT-TYPE
828        SYNTAX     Counter32
829        UNITS      "cells"
830        MAX-ACCESS read-only
831        STATUS     current
832        DESCRIPTION
833                "The number of valid CLP=1 cells in the
834                 ingress direction of this Channel that
835                 are discarded at the class of service
836                 queue due to overflow.
837                 This counter carries upper 32-bits of
838                 cwacsHCIngCLP1CoSDiscard.
839                 The lower 32-bits will be present in
840                 cwacsIngCLP1CoSDiscard."
841        ::= { cwacsEntry 50 }
842
843cwacsHighIngCLP0UpcDiscard OBJECT-TYPE
844        SYNTAX     Counter32
845        UNITS      "cells"
846        MAX-ACCESS read-only
847        STATUS     current
848        DESCRIPTION
849                "The number of valid CLP=0 cells in the
850                 ingress direction of this Channel that
851                 are discarded at the traffic policing
852                 entity due to UPC/PCR parameter
853                 violation.
854                 This counter carries upper 32-bits of
855                 cwacsHCIngCLP0UpcDiscard.
856                 The lower 32-bits will be present in
857                 cwacsIngCLP0UpcDiscard."
858        ::= { cwacsEntry 51 }
859
860cwacsHighIngCLP1UpcDiscard OBJECT-TYPE
861        SYNTAX     Counter32
862        UNITS      "cells"
863        MAX-ACCESS read-only
864        STATUS     current
865        DESCRIPTION
866                "The number of valid CLP=1 cells in the
867                 ingress direction of this Channel that
868                 are discarded at the traffic policing
869                 entity due to UPC/PCR parameter
870                 violation.
871                 This counter carries upper 32-bits of
872                 cwacsHCIngCLP1UpcDiscard.
873                 The lower 32-bits will be present in
874                 cwacsIngCLP1UpcDiscard."
875        ::= { cwacsEntry 52 }
876
877cwacsHighIngCLP0UpcTagged OBJECT-TYPE
878        SYNTAX     Counter32
879        UNITS      "cells"
880        MAX-ACCESS read-only
881        STATUS     current
882        DESCRIPTION
883                "The number of valid CLP=0 cells in the
884                 ingress direction of this Channel that
885                 are tagged as low priority by UPC.
886                 This counter carries upper 32-bits of
887                 cwacsHCIngCLP0UpcTagged.
888                 The lower 32-bits will be present in
889                 cwacsIngCLP0UpcTagged."
890        ::= { cwacsEntry 53 }
891
892cwacsHighIngRcvEFCI0 OBJECT-TYPE
893        SYNTAX     Counter32
894        UNITS      "cells"
895        MAX-ACCESS read-only
896        STATUS     current
897        DESCRIPTION
898                "The number of valid EFCI=0 cells in the ingress
899                 direction of this Channel before class of
900                 service queue.
901
902                 EFCI(Explicit Forward Congestion Indication)
903                 is an ATM header bit.
904
905                 This counter carries upper 32-bits of
906                 cwacsHCIngRcvEFCI0. The lower 32-bits will be
907                 present in cwacsIngRcvEFCI0."
908        ::= { cwacsEntry 54 }
909
910cwacsHighIngRcvEFCI1 OBJECT-TYPE
911        SYNTAX     Counter32
912        UNITS      "cells"
913        MAX-ACCESS read-only
914        STATUS     current
915        DESCRIPTION
916                "The number of valid EFCI=1 cells in the ingress
917                 direction of this Channel before the class of
918                 service queue.
919                 This counter carries upper 32-bits of
920                 cwacsHCIngRcvEFCI1. The lower 32-bits will be
921                 present in cwacsIngRcvEFCI1"
922        ::= { cwacsEntry 55 }
923
924cwacsHighIngEFCI0Discard OBJECT-TYPE
925        SYNTAX     Counter32
926        UNITS      "cells"
927        MAX-ACCESS read-only
928        STATUS     current
929        DESCRIPTION
930                "The number of valid UPC/PCR parameter compliant
931                 EFCI=0 cells in the ingress direction of this
932                 Channel that are discarded at the CoS queue.
933                 This counter carries upper 32-bits of
934                 cwacsHCIngEFCI0Discard.
935                 The lower 32-bits will be present in
936                 cwacsIngEFCI0Discard."
937        ::= { cwacsEntry 56 }
938
939cwacsHighIngEFCI1Discard OBJECT-TYPE
940        SYNTAX     Counter32
941        UNITS      "cells"
942        MAX-ACCESS read-only
943        STATUS     current
944        DESCRIPTION
945                "The number of valid UPC/PCR parameter compliant
946                 EFCI=1 cells in the ingress direction of this
947                 Channel that are discarded at the CoS queue.
948                 This counter carries upper 32-bits of
949                 cwacsHCIngEFCI1Discard.
950                 The lower 32-bits will be present in
951                 cwacsIngEFCI1Discard."
952        ::= { cwacsEntry 57 }
953
954cwacsHighIngRcvEOF1 OBJECT-TYPE
955        SYNTAX     Counter32
956        UNITS      "cells"
957        MAX-ACCESS read-only
958        STATUS     current
959        DESCRIPTION
960                "The number of valid EOF=1 ATM cells in the
961                 ingress direction of this Channel PRIOR to the
962                 traffic management entity.
963                 This counter carries upper 32-bits of
964                 cwacsHCIngRcvEOF1. The lower 32-bits will be
965                 present in cwacsIngRcvEOF1."
966        ::= { cwacsEntry 58 }
967
968cwacsHighIngEOF1Discard OBJECT-TYPE
969        SYNTAX     Counter32
970        UNITS      "cells"
971        MAX-ACCESS read-only
972        STATUS     current
973        DESCRIPTION
974                "The number of valid EOF=1 ATM cells in the
975                 ingress direction of this Channel which are
976                 discarded at the traffic management entity.
977                 This counter carries upper 32-bits of
978                 cwacsHCIngEOF1Discard.
979                 The lower 32-bits will be present in
980                 cwacsIngEOF1Discard."
981        ::= { cwacsEntry 59 }
982
983cwacsHighEgrRcvCLP0 OBJECT-TYPE
984        SYNTAX     Counter32
985        UNITS      "cells"
986        MAX-ACCESS read-only
987        STATUS     current
988        DESCRIPTION
989                "The number of valid CLP=0 ATM cells in the
990                 egress direction of this Channel PRIOR to the
991                 traffic management entity.
992                 This counter carries upper 32-bits of
993                 cwacsHCEgrRcvCLP0. The lower 32-bits will be
994                 present in cwacsEgrRcvCLP0."
995        ::= { cwacsEntry 60 }
996
997cwacsHighEgrRcvCLP1 OBJECT-TYPE
998        SYNTAX     Counter32
999        UNITS      "cells"
1000        MAX-ACCESS read-only
1001        STATUS     current
1002        DESCRIPTION
1003                "The number of valid CLP=1 ATM cells in the
1004                 egress direction of this Channel PRIOR to the
1005                 traffic management entity.
1006                 This counter carries upper 32-bits of
1007                 cwacsHCEgrRcvCLP1. The lower 32-bits will be
1008                 present in cwacsEgrRcvCLP1."
1009        ::= { cwacsEntry 61 }
1010
1011cwacsHighEgrXmtCLP0 OBJECT-TYPE
1012        SYNTAX     Counter32
1013        UNITS      "cells"
1014        MAX-ACCESS read-only
1015        STATUS     current
1016        DESCRIPTION
1017                "The number of valid CLP=0 ATM cells in the
1018                 egress direction of this Channel AFTER the
1019                 traffic management entity.
1020                 This counter carries upper 32-bits of
1021                 cwacsHCEgrXmtCLP0. The lower 32-bits will be
1022                 present in cwacsEgrXmtCLP0."
1023        ::= { cwacsEntry 62 }
1024
1025cwacsHighEgrXmtCLP1 OBJECT-TYPE
1026        SYNTAX     Counter32
1027        UNITS      "cells"
1028        MAX-ACCESS read-only
1029        STATUS     current
1030        DESCRIPTION
1031                "The number of valid CLP=1 ATM cells in the
1032                 egress direction of this Channel AFTER the
1033                 traffic management entity.
1034                 This counter carries upper 32-bits of
1035                 cwacsHCEgrXmtCLP1.
1036                 The lower 32-bits will be present in
1037                 cwacsEgrXmtCLP1."
1038        ::= { cwacsEntry 63 }
1039
1040cwacsHighEgrCLP0CoSDiscard OBJECT-TYPE
1041        SYNTAX     Counter32
1042        UNITS      "cells"
1043        MAX-ACCESS read-only
1044        STATUS     current
1045        DESCRIPTION
1046                "The number of valid CLP=0 cells in the egress
1047                 direction of this Channel that are discarded
1048                 at the CoS queue due to overflow.
1049                 This counter carries upper 32-bits of
1050                 cwacsHCEgrCLP0CoSDiscard.
1051                 The lower 32-bits will be present in
1052                 cwacsEgrCLP0CoSDiscard."
1053        ::= { cwacsEntry 64 }
1054
1055cwacsHighEgrCLP1CoSDiscard OBJECT-TYPE
1056        SYNTAX     Counter32
1057        UNITS      "cells"
1058        MAX-ACCESS read-only
1059        STATUS     current
1060        DESCRIPTION
1061                "The number of valid CLP=1 cells in the egress
1062                 direction of this Channel that are discarded
1063                 at the CoS queue due to overflow.
1064                 This counter carries upper 32-bits of
1065                 cwacsHCEgrCLP1CoSDiscard.
1066                 The lower 32-bits will be present in
1067                 cwacsEgrCLP1CoSDiscard."
1068        ::= { cwacsEntry 65 }
1069
1070cwacsHighEgrRcvEFCI0 OBJECT-TYPE
1071        SYNTAX     Counter32
1072        UNITS      "cells"
1073        MAX-ACCESS read-only
1074        STATUS     current
1075        DESCRIPTION
1076                "The number of valid EFCI=0 cells in the egress
1077                 direction of this Channel before CoS queue.
1078                 This counter carries upper 32-bits of
1079                 cwacsHCEgrRcvEFCI0.
1080                 The lower 32-bits will be present in
1081                 cwacsEgrRcvEFCI0."
1082        ::= { cwacsEntry 66 }
1083
1084cwacsHighEgrRcvEFCI1 OBJECT-TYPE
1085        SYNTAX     Counter32
1086        UNITS      "cells"
1087        MAX-ACCESS read-only
1088        STATUS     current
1089        DESCRIPTION
1090                "The number of valid EFCI=1 cells in the egress
1091                 direction of this Channel before the class of
1092                 service queue.
1093                 This counter carries upper 32-bits of
1094                 cwacsHCEgrRcvEFCI1. The lower 32-bits will be
1095                 present in cwacsEgrRcvEFCI1."
1096        ::= { cwacsEntry 67 }
1097
1098cwacsHighEgrEFCI0Discard OBJECT-TYPE
1099        SYNTAX     Counter32
1100        UNITS      "cells"
1101        MAX-ACCESS read-only
1102        STATUS     current
1103        DESCRIPTION
1104                "The number of valid EFCI=0 cells in the egress
1105                 direction of this Channel that are discarded
1106                 at the CoS queue.
1107                 This counter carries upper 32-bits of
1108                 cwacsHCEgrEFCI0Discard.
1109                 The lower 32-bits will be present in
1110                 cwacsEgrEFCI0Discard."
1111        ::= { cwacsEntry 68 }
1112
1113cwacsHighEgrEFCI1Discard OBJECT-TYPE
1114        SYNTAX     Counter32
1115        UNITS      "cells"
1116        MAX-ACCESS read-only
1117        STATUS     current
1118        DESCRIPTION
1119                "The number of valid EFCI=1 cells in the egress
1120                 direction of this Channel that are discarded
1121                 at the CoS queue.
1122                 This counter carries upper 32-bits of
1123                 cwacsHCEgrEFCI1Discard.
1124                 The lower 32-bits will be present in
1125                 cwacsEgrEFCI1Discard."
1126        ::= { cwacsEntry 69 }
1127
1128cwacsHighEgrRcvEOF1 OBJECT-TYPE
1129        SYNTAX     Counter32
1130        UNITS      "cells"
1131        MAX-ACCESS read-only
1132        STATUS     current
1133        DESCRIPTION
1134                "The number of valid EOF=1 ATM cells in the
1135                 egress direction of this Channel PRIOR to
1136                 the traffic management entity.
1137                 This counter carries upper 32-bits of
1138                 cwacsHCEgrRcvEOF1.
1139                 The lower 32-bits will be present in
1140                 cwacsEgrRcvEOF1."
1141        ::= { cwacsEntry  70 }
1142
1143cwacsHighEgrEOF1Discard OBJECT-TYPE
1144        SYNTAX     Counter32
1145        UNITS      "cells"
1146        MAX-ACCESS read-only
1147        STATUS     current
1148        DESCRIPTION
1149                "The number of valid EOF=1 ATM cells in the
1150                 egress direction of this Channel which are
1151                 discarded at the traffic management entity.
1152                 This counter carries upper 32-bits
1153                 of cwacsHCEgrEOF1Discard. The lower 32-bits
1154                 will be present in cwacsEgrEOF1Discard."
1155        ::= { cwacsEntry 71 }
1156
1157--   Extension to the cwacs table
1158cwacsXTable OBJECT-TYPE
1159        SYNTAX     SEQUENCE OF CwacsXEntry
1160        MAX-ACCESS not-accessible
1161        STATUS     current
1162        DESCRIPTION
1163               "Contains traffic statistic information for every Channel
1164                entry in the atmTable. It is used to monitor the
1165                usage of the Channel in terms of Ingress(incoming
1166                direction) cells and Egress (outgoing direction) cells.
1167                In each direction counters are collected before and
1168                after the traffic management entity. The objects will
1169                carry 64-bit values for the statistics counters."
1170        ::=  { cwacs 2 }
1171
1172cwacsXEntry OBJECT-TYPE
1173        SYNTAX     CwacsXEntry
1174        MAX-ACCESS not-accessible
1175        STATUS     current
1176        DESCRIPTION
1177                "An entry in the ATM connection Channel statistic table.
1178                 An entry is created for every Channel."
1179        AUGMENTS    {cwacsEntry}
1180        ::= { cwacsXTable 1 }
1181
1182CwacsXEntry ::=
1183        SEQUENCE {
1184                -- Ingress statistics
1185                cwacsHCIngRcvCLP0                       Counter64,
1186                cwacsHCIngRcvCLP1                       Counter64,
1187                cwacsHCIngXmtCLP0                       Counter64,
1188                cwacsHCIngXmtCLP1                       Counter64,
1189                cwacsHCIngCLP0CoSDiscard                Counter64,
1190                cwacsHCIngCLP1CoSDiscard                Counter64,
1191                cwacsHCIngCLP0UpcDiscard                Counter64,
1192                cwacsHCIngCLP1UpcDiscard                Counter64,
1193                cwacsHCIngCLP0UpcTagged                 Counter64,
1194                cwacsHCIngRcvEFCI0                      Counter64,
1195                cwacsHCIngRcvEFCI1                      Counter64,
1196                cwacsHCIngEFCI0Discard                  Counter64,
1197                cwacsHCIngEFCI1Discard                  Counter64,
1198                cwacsHCIngRcvEOF1                       Counter64,
1199                cwacsHCIngEOF1Discard                   Counter64,
1200                 -- Egress statistics
1201                cwacsHCEgrRcvCLP0                       Counter64,
1202                cwacsHCEgrRcvCLP1                       Counter64,
1203                cwacsHCEgrXmtCLP0                       Counter64,
1204                cwacsHCEgrXmtCLP1                       Counter64,
1205                cwacsHCEgrCLP0CoSDiscard                Counter64,
1206                cwacsHCEgrCLP1CoSDiscard                Counter64,
1207                cwacsHCEgrRcvEFCI0                      Counter64,
1208                cwacsHCEgrRcvEFCI1                      Counter64,
1209                cwacsHCEgrEFCI0Discard                  Counter64,
1210                cwacsHCEgrEFCI1Discard                  Counter64,
1211                cwacsHCEgrRcvEOF1                       Counter64,
1212                cwacsHCEgrEOF1Discard                   Counter64
1213                }
1214
1215cwacsHCIngRcvCLP0 OBJECT-TYPE
1216        SYNTAX     Counter64
1217        UNITS      "cells"
1218        MAX-ACCESS read-only
1219        STATUS     current
1220        DESCRIPTION
1221                "The number of valid CLP=0 ATM cells in the
1222                 ingress direction of this Channel PRIOR to
1223                 the traffic management entity. This counter
1224                 carries 64-bit value of this statistic."
1225        ::= { cwacsXEntry 1 }
1226
1227cwacsHCIngRcvCLP1 OBJECT-TYPE
1228        SYNTAX     Counter64
1229        UNITS      "cells"
1230        MAX-ACCESS read-only
1231        STATUS     current
1232        DESCRIPTION
1233                "The number of valid CLP=1 ATM cells in the
1234                 ingress direction of this Channel PRIOR to
1235                 the traffic management entity.  This counter
1236                 carries 64-bit value of this statistic."
1237        ::= { cwacsXEntry 2 }
1238
1239cwacsHCIngXmtCLP0 OBJECT-TYPE
1240        SYNTAX     Counter64
1241        UNITS      "cells"
1242        MAX-ACCESS read-only
1243        STATUS     current
1244        DESCRIPTION
1245                "The number of valid CLP=0 ATM cells in the
1246                 ingress direction of this Channel AFTER the
1247                 traffic management entity. This counter
1248                 carries 64-bit value of this statistic."
1249        ::= { cwacsXEntry 3 }
1250
1251cwacsHCIngXmtCLP1 OBJECT-TYPE
1252        SYNTAX     Counter64
1253        UNITS      "cells"
1254        MAX-ACCESS read-only
1255        STATUS     current
1256        DESCRIPTION
1257                "The number of valid CLP=1 ATM cells in the
1258                 ingress direction of this Channel AFTER the
1259                 traffic management entity. This counter
1260                 carries 64-bit value of this statistic."
1261        ::= { cwacsXEntry 4 }
1262
1263cwacsHCIngCLP0CoSDiscard OBJECT-TYPE
1264        SYNTAX     Counter64
1265        UNITS      "cells"
1266        MAX-ACCESS read-only
1267        STATUS     current
1268        DESCRIPTION
1269                "The number of valid CLP=0 cells in the ingress
1270                 direction of this Channel that are discarded
1271                 at the class of service queue due to overflow.
1272                 This counter carries 64-bit value of this
1273                 statistic."
1274        ::= { cwacsXEntry 5 }
1275
1276cwacsHCIngCLP1CoSDiscard OBJECT-TYPE
1277        SYNTAX     Counter64
1278        UNITS      "cells"
1279        MAX-ACCESS read-only
1280        STATUS     current
1281        DESCRIPTION
1282                "The number of valid CLP=1 cells in the ingress
1283                 direction of this Channel that are discarded
1284                 at the class of service queue due to
1285                 overflow."
1286        ::= { cwacsXEntry 6 }
1287
1288cwacsHCIngCLP0UpcDiscard OBJECT-TYPE
1289        SYNTAX     Counter64
1290        UNITS      "cells"
1291        MAX-ACCESS read-only
1292        STATUS     current
1293        DESCRIPTION
1294                "The number of valid CLP=0 cells in the ingress
1295                 direction of this Channel that are discarded
1296                 at the traffic policing entity due to UPC/PCR
1297                 parameter violation.
1298                 This counter carries 64-bit value of this
1299                 statistic."
1300        ::= { cwacsXEntry 7 }
1301
1302cwacsHCIngCLP1UpcDiscard OBJECT-TYPE
1303        SYNTAX     Counter64
1304        UNITS      "cells"
1305        MAX-ACCESS read-only
1306        STATUS     current
1307        DESCRIPTION
1308                "The number of valid CLP=1 cells in the ingress
1309                 direction of this Channel that are discarded
1310                 at the traffic policing entity due to UPC/PCR
1311                 parameter violation. This counter carries
1312                 64-bit value of this statistic."
1313        ::= { cwacsXEntry 8 }
1314
1315cwacsHCIngCLP0UpcTagged OBJECT-TYPE
1316        SYNTAX     Counter64
1317        UNITS      "cells"
1318        MAX-ACCESS read-only
1319        STATUS     current
1320        DESCRIPTION
1321                "The number of valid CLP=0 cells in the ingress
1322                 direction of this Channel that are tagged as
1323                 low priority by UPC.  This counter carries
1324                 64-bit value of this statistic."
1325        ::= { cwacsXEntry 9 }
1326
1327cwacsHCIngRcvEFCI0 OBJECT-TYPE
1328        SYNTAX     Counter64
1329        UNITS      "cells"
1330        MAX-ACCESS read-only
1331        STATUS     current
1332        DESCRIPTION
1333                "The number of valid EFCI=0 cells in the ingress
1334                 direction of this Channel before class of
1335                 service queue.
1336
1337                 EFCI(Explicit Forward Congestion Indication)
1338                 is an ATM header bit.
1339
1340                 This counter carries 64-bit value of this
1341                 statistic."
1342        ::= { cwacsXEntry 10 }
1343
1344cwacsHCIngRcvEFCI1 OBJECT-TYPE
1345        SYNTAX     Counter64
1346        UNITS      "cells"
1347        MAX-ACCESS read-only
1348        STATUS     current
1349        DESCRIPTION
1350                "The number of valid EFCI=1 cells in the ingress
1351                 direction of this Channel before the class of
1352                 service queue. This counter carries 64-bit
1353                 value of this statistic."
1354        ::= { cwacsXEntry 11 }
1355
1356cwacsHCIngEFCI0Discard OBJECT-TYPE
1357        SYNTAX     Counter64
1358        UNITS      "cells"
1359        MAX-ACCESS read-only
1360        STATUS     current
1361        DESCRIPTION
1362                "The number of valid UPC/PCR parameter compliant
1363                 EFCI=0 cells in the ingress direction of this
1364                 Channel that are discarded at the CoS queue.
1365                 This counter carries 64-bit value of this
1366                 statistic."
1367        ::= { cwacsXEntry 12 }
1368
1369cwacsHCIngEFCI1Discard OBJECT-TYPE
1370        SYNTAX     Counter64
1371        UNITS      "cells"
1372        MAX-ACCESS read-only
1373        STATUS     current
1374        DESCRIPTION
1375                "The number of valid UPC/PCR parameter compliant
1376                 EFCI=1 cells in the ingress direction of this
1377                 Channel that are discarded at the CoS queue.
1378                 This counter carries 64-bit value of this
1379                 statistic."
1380        ::= { cwacsXEntry 13 }
1381
1382cwacsHCIngRcvEOF1 OBJECT-TYPE
1383        SYNTAX     Counter64
1384        UNITS      "cells"
1385        MAX-ACCESS read-only
1386        STATUS     current
1387        DESCRIPTION
1388                "The number of valid EOF=1 ATM cells in the
1389                 ingress direction of this Channel PRIOR to
1390                 the traffic management entity.  This counter
1391                 carries 64-bit value of this statistic."
1392        ::= { cwacsXEntry 14 }
1393
1394cwacsHCIngEOF1Discard OBJECT-TYPE
1395        SYNTAX     Counter64
1396        UNITS      "cells"
1397        MAX-ACCESS read-only
1398        STATUS     current
1399        DESCRIPTION
1400                "The number of valid EOF=1 ATM cells in the
1401                 ingress direction of this Channel which are
1402                 discard at the traffic management entity.
1403                 This counter carries 64-bit value of this
1404                 statistic."
1405        ::= { cwacsXEntry 15 }
1406
1407cwacsHCEgrRcvCLP0 OBJECT-TYPE
1408        SYNTAX     Counter64
1409        UNITS      "cells"
1410        MAX-ACCESS read-only
1411        STATUS     current
1412        DESCRIPTION
1413                "The number of valid CLP=0 ATM cells in the
1414                 egress direction of this Channel PRIOR to
1415                 the traffic management entity. This counter
1416                 carries 64-bit value of this statistic."
1417        ::= { cwacsXEntry 16 }
1418
1419cwacsHCEgrRcvCLP1 OBJECT-TYPE
1420        SYNTAX     Counter64
1421        UNITS      "cells"
1422        MAX-ACCESS read-only
1423        STATUS     current
1424        DESCRIPTION
1425                "The number of valid CLP=1 ATM cells in
1426                 the egress direction of this Channel PRIOR
1427                 to the traffic management entity. This
1428                 counter carries 64-bit value of this
1429                 statistic."
1430        ::= { cwacsXEntry 17 }
1431
1432cwacsHCEgrXmtCLP0 OBJECT-TYPE
1433        SYNTAX     Counter64
1434        UNITS      "cells"
1435        MAX-ACCESS read-only
1436        STATUS     current
1437        DESCRIPTION
1438                "The number of valid CLP=0 ATM cells in the
1439                 egress direction of this Channel AFTER the
1440                 traffic management entity. This counter
1441                 carries 64-bit value of this statistic."
1442        ::= { cwacsXEntry 18 }
1443cwacsHCEgrXmtCLP1 OBJECT-TYPE
1444        SYNTAX     Counter64
1445        UNITS      "cells"
1446        MAX-ACCESS read-only
1447        STATUS     current
1448        DESCRIPTION
1449                "The number of valid CLP=1 ATM cells in the
1450                 egress direction of this Channel AFTER the
1451                 traffic management entity. This counter
1452                 carries 64-bit value of this statistic."
1453        ::= { cwacsXEntry 19 }
1454
1455cwacsHCEgrCLP0CoSDiscard OBJECT-TYPE
1456        SYNTAX     Counter64
1457        UNITS      "cells"
1458        MAX-ACCESS read-only
1459        STATUS     current
1460        DESCRIPTION
1461                "The number of valid CLP=0 cells in the egress
1462                 direction of this Channel that are discarded
1463                 at the CoS queue due to overflow. This counter
1464                 carries 64-bit value of this statistic."
1465        ::= { cwacsXEntry 20 }
1466
1467cwacsHCEgrCLP1CoSDiscard OBJECT-TYPE
1468        SYNTAX     Counter64
1469        UNITS      "cells"
1470        MAX-ACCESS read-only
1471        STATUS     current
1472        DESCRIPTION
1473                "The number of valid CLP=1 cells in the egress
1474                 direction of this Channel that are discarded
1475                 at the CoS queue due to overflow. This counter
1476                 carries 64-bit value of this statistic."
1477        ::= { cwacsXEntry 21 }
1478
1479cwacsHCEgrRcvEFCI0 OBJECT-TYPE
1480        SYNTAX     Counter64
1481        UNITS      "cells"
1482        MAX-ACCESS read-only
1483        STATUS     current
1484        DESCRIPTION
1485                "The number of valid EFCI=0 cells in the egress
1486                 direction of this Channel before CoS queue.
1487                 This counter carries 64-bit value of this
1488                 statistic."
1489        ::= { cwacsXEntry 22 }
1490
1491cwacsHCEgrRcvEFCI1 OBJECT-TYPE
1492        SYNTAX     Counter64
1493        UNITS      "cells"
1494        MAX-ACCESS read-only
1495        STATUS     current
1496        DESCRIPTION
1497                "The number of valid EFCI=1 cells in the egress
1498                 direction of this Channel before the class
1499                 of service queue. This counter carries 64-bit
1500                 value of this statistic."
1501        ::= { cwacsXEntry 23 }
1502
1503cwacsHCEgrEFCI0Discard OBJECT-TYPE
1504        SYNTAX     Counter64
1505        UNITS      "cells"
1506        MAX-ACCESS read-only
1507        STATUS     current
1508        DESCRIPTION
1509                "The number of valid EFCI=0 cells in the egress
1510                 direction of this Channel that are discarded
1511                 at the CoS queue. This counter carries 64-bit
1512                 value of this statistic."
1513        ::= { cwacsXEntry 24 }
1514
1515cwacsHCEgrEFCI1Discard OBJECT-TYPE
1516        SYNTAX     Counter64
1517        UNITS      "cells"
1518        MAX-ACCESS read-only
1519        STATUS          current
1520        DESCRIPTION
1521                "The number of valid EFCI=1 cells in the egress
1522                 direction of this Channel that are discarded
1523                 at the CoS queue. This counter carries 64-bit
1524                 value of this statistic."
1525        ::= { cwacsXEntry 25 }
1526
1527cwacsHCEgrRcvEOF1 OBJECT-TYPE
1528        SYNTAX     Counter64
1529        UNITS      "cells"
1530        MAX-ACCESS read-only
1531        STATUS     current
1532        DESCRIPTION
1533                "The number of valid EOF=1 ATM cells in the
1534                 egress direction of this Channel PRIOR to
1535                 the traffic management entity. This counter
1536                 carries 64-bit value of this statistic."
1537        ::= { cwacsXEntry  26 }
1538
1539cwacsHCEgrEOF1Discard OBJECT-TYPE
1540        SYNTAX     Counter64
1541        UNITS      "cells"
1542        MAX-ACCESS read-only
1543        STATUS     current
1544        DESCRIPTION
1545                "The number of valid EOF=1 ATM cells in the
1546                 egress direction of this Channel which are
1547                 discarded at the traffic management entity.
1548                 This counter carries 64-bit value of
1549                 this statistic."
1550        ::= { cwacsXEntry 27 }
1551
1552-- cwaConnStatsTable
1553
1554cwaConnStatsTable OBJECT-TYPE
1555        SYNTAX     SEQUENCE OF CwaConnStatsEntry
1556        MAX-ACCESS not-accessible
1557        STATUS     current
1558        DESCRIPTION
1559               "Contains traffic statistic information for every Channel
1560                entry in the atmTable. It is used to monitor the
1561                usage of the Channel in terms of Ingress(incoming
1562                direction) cells and Egress (outgoing direction) cells.
1563                In each direction counters are collected before and
1564                after the traffic management entity.
1565
1566                This table only applies to ATM service module such as
1567                BXM."
1568        ::=  { cwacs 3 }
1569
1570cwaConnStatsEntry OBJECT-TYPE
1571        SYNTAX     CwaConnStatsEntry
1572        MAX-ACCESS not-accessible
1573        STATUS     current
1574        DESCRIPTION
1575                "An entry in the ATM connection Channel statistic
1576                 table. An entry is  created for every Channel. These
1577                 counters applies to Channels on ATM service module
1578                 such as BXM."
1579        INDEX { ifIndex, cwaChanVpi, cwaChanVci }
1580        ::= { cwaConnStatsTable 1 }
1581
1582CwaConnStatsEntry ::=
1583        SEQUENCE {
1584                -- Ingress statistics
1585                cwaConnStatsIngRcv               Counter32,
1586                cwaConnStatsIngCLP0Discard       Counter32,
1587                cwaConnStatsIngCLP1Discard       Counter32,
1588                cwaConnStatsIngTotalDiscard      Counter32,
1589                -- Egress statistics
1590                cwaConnStatsEgrXmt               Counter32,
1591                cwaConnStatsEgrCLP0Discard       Counter32,
1592                cwaConnStatsEgrCLP1Discard       Counter32,
1593                cwaConnStatsEgrTotalDiscard      Counter32,
1594                -- channel statistics control object
1595                cwaConnStatsClear                TruthValue
1596                }
1597
1598cwaConnStatsIngRcv OBJECT-TYPE
1599        SYNTAX     Counter32
1600        UNITS      "cells"
1601        MAX-ACCESS read-only
1602        STATUS     current
1603        DESCRIPTION
1604                "The number of valid CLP=0 and CLP=1 ATM cells in the
1605                 ingress direction of this Channel prior to the traffic
1606                 management entity."
1607        ::= { cwaConnStatsEntry 1 }
1608
1609
1610cwaConnStatsIngCLP0Discard OBJECT-TYPE
1611        SYNTAX     Counter32
1612        UNITS      "cells"
1613        MAX-ACCESS read-only
1614        STATUS     current
1615        DESCRIPTION
1616                "The number of valid CLP=0 cells in the ingress
1617                 direction of this Channel that are discarded at the
1618                 traffic policing entity due to UPC parameter violation
1619                 and at the class of service queue due to overflow."
1620        ::= { cwaConnStatsEntry 2 }
1621
1622cwaConnStatsIngCLP1Discard OBJECT-TYPE
1623        SYNTAX     Counter32
1624        UNITS      "cells"
1625        MAX-ACCESS read-only
1626        STATUS     current
1627        DESCRIPTION
1628                "The number of valid CLP=1 cells in the ingress
1629                 direction of this Channel that are discarded at the
1630                 traffic policing entity due to UPC parameter violation
1631                 and at the class of service queue due to overflow."
1632        ::= { cwaConnStatsEntry 3 }
1633
1634cwaConnStatsIngTotalDiscard OBJECT-TYPE
1635        SYNTAX     Counter32
1636        UNITS      "cells"
1637        MAX-ACCESS read-only
1638        STATUS     current
1639        DESCRIPTION
1640                "Total number of CLP=0 cells, CLP=1 cells, OAM cells,
1641                 and RM cells in the ingress direction of this Channel
1642                 that are discarded due to UPC parameter violation and
1643                 the class of service queue overflow."
1644        ::= { cwaConnStatsEntry 4 }
1645
1646cwaConnStatsEgrXmt OBJECT-TYPE
1647        SYNTAX     Counter32
1648        UNITS      "cells"
1649        MAX-ACCESS read-only
1650        STATUS     current
1651        DESCRIPTION
1652                "The number of valid CLP=0 and CLP=1 ATM cells in the
1653                 egress direction of this Channel prior to the traffic
1654                 management entity."
1655        ::= { cwaConnStatsEntry 5 }
1656
1657cwaConnStatsEgrCLP0Discard OBJECT-TYPE
1658        SYNTAX     Counter32
1659        UNITS      "cells"
1660        MAX-ACCESS read-only
1661        STATUS     current
1662        DESCRIPTION
1663                "The number of valid CLP=0 cells in the egress
1664                 direction of this Channel that are discarded at the
1665                 class of service queue due to overflow."
1666        ::= { cwaConnStatsEntry 6 }
1667
1668cwaConnStatsEgrCLP1Discard OBJECT-TYPE
1669        SYNTAX     Counter32
1670        UNITS      "cells"
1671        MAX-ACCESS read-only
1672        STATUS     current
1673        DESCRIPTION
1674                "The number of valid CLP=1 cells in the egress
1675                 direction of this Channel that are discarded at the
1676                 the class of service queue due to overflow."
1677        ::= { cwaConnStatsEntry 7 }
1678
1679cwaConnStatsEgrTotalDiscard OBJECT-TYPE
1680        SYNTAX     Counter32
1681        UNITS      "cells"
1682        MAX-ACCESS read-only
1683        STATUS     current
1684        DESCRIPTION
1685                "Total number of CLP=0 cells, CLP=1 cells, OAM cells,
1686                 and RM cells in the egress direction of this Channel
1687                 that are discarded due to the class of service queue
1688                 overflow."
1689        ::= { cwaConnStatsEntry 8 }
1690
1691cwaConnStatsClear OBJECT-TYPE
1692        SYNTAX     TruthValue
1693        MAX-ACCESS read-write
1694        STATUS     current
1695        DESCRIPTION
1696                "The agent clears the channel statistics collection if
1697                 it receives a set to value of true(1) request from a
1698                 manager.
1699                 Setting a value of false(2) has no implication."
1700        DEFVAL { false }
1701        ::= { cwaConnStatsEntry 9 }
1702
1703cwacsExtStatsTable OBJECT-TYPE
1704        SYNTAX     SEQUENCE OF CwacsExtStatsEntry
1705        MAX-ACCESS not-accessible
1706        STATUS     current
1707        DESCRIPTION
1708               "This table is extension of cwacsTable and is used
1709                to store traffic statistic information for each
1710                channel.
1711                The information in this table is related to voice over
1712                aal2(VoAtm)."
1713        ::=  { cwacs 4 }
1714
1715cwacsExtStatsEntry OBJECT-TYPE
1716        SYNTAX     CwacsExtStatsEntry
1717        MAX-ACCESS not-accessible
1718        STATUS     current
1719        DESCRIPTION
1720                "An entry in cwacsTable."
1721        AUGMENTS   { cwacsEntry }
1722        ::= { cwacsExtStatsTable 1 }
1723
1724CwacsExtStatsEntry ::=
1725        SEQUENCE {
1726                cwacsEgrAal2HecErrors           Counter32,
1727                cwacsEgrAal2InvalidOsfCells     Counter32,
1728                cwacsEgrAal2InvalidParCells     Counter32,
1729                cwacsAal2CpsSentPkts            Counter32,
1730                cwacsAal2CpsRcvdPkts            Counter32,
1731                cwacsEgrAal2CpsInvalidCidPkts   Counter32,
1732                cwacsCacPassedCalls             Counter32,
1733                cwacsCacRejectedCalls           Counter32,
1734                cwacsIngXmtOAM                  Counter32,
1735                cwacsUsedConns                  Gauge32,
1736                cwacsUtilizedCR                 Gauge32,
1737                cwacsUsedVadConns               Gauge32,
1738                cwacsTotalCR                    Gauge32,
1739                cwacsAisSuppressCount           Counter32
1740                }
1741
1742cwacsEgrAal2HecErrors OBJECT-TYPE
1743        SYNTAX     Counter32
1744        UNITS      "PDUs"
1745        MAX-ACCESS read-only
1746        STATUS     current
1747        DESCRIPTION
1748                "The number of egress AAL2 CPS(Common Part Sub-layer)
1749                 PDUs dropped due to HEC (Header Error Control)
1750                 error."
1751        ::= { cwacsExtStatsEntry 1 }
1752
1753cwacsEgrAal2InvalidOsfCells OBJECT-TYPE
1754        SYNTAX     Counter32
1755        UNITS      "cells"
1756        MAX-ACCESS read-only
1757        STATUS     current
1758        DESCRIPTION
1759                "The Number of AAL2 cells dropped due to invalid OSF
1760                 (OffSet Field) in the egress direction."
1761        ::= { cwacsExtStatsEntry 2 }
1762
1763cwacsEgrAal2InvalidParCells OBJECT-TYPE
1764        SYNTAX     Counter32
1765        UNITS      "cells"
1766        MAX-ACCESS read-only
1767        STATUS     current
1768        DESCRIPTION
1769                "The Number of AAL2 cells dropped due to invalid
1770                 Parity bit field in the egress direction."
1771        ::= { cwacsExtStatsEntry 3 }
1772
1773cwacsAal2CpsSentPkts OBJECT-TYPE
1774        SYNTAX     Counter32
1775        UNITS      "packets"
1776        MAX-ACCESS read-only
1777        STATUS     current
1778        DESCRIPTION
1779               "The number of AAL2 CPS packets sent to the network."
1780        ::= { cwacsExtStatsEntry 4 }
1781
1782cwacsAal2CpsRcvdPkts OBJECT-TYPE
1783        SYNTAX     Counter32
1784        UNITS      "packets"
1785        MAX-ACCESS read-only
1786        STATUS     current
1787        DESCRIPTION
1788                "The number of AAL2 CPS packets received from the
1789                 network.
1790                 This does not include the packets which are counted
1791                 as error packets."
1792        ::= { cwacsExtStatsEntry 5 }
1793
1794cwacsEgrAal2CpsInvalidCidPkts OBJECT-TYPE
1795        SYNTAX      Counter32
1796        UNITS       "packets"
1797        MAX-ACCESS  read-only
1798        STATUS      current
1799        DESCRIPTION
1800                "The number of AAL2 CPS packets dropped in the egress
1801                 direction due to invalid CID.
1802                 The CID may be considered as invalid if -
1803                 a) It is out of range.
1804                 b) It is not configured
1805
1806                 CID is Channel ID of a voice channel which set-up
1807                 within PVC/SVC(only AAL2) and the CID is unique within
1808                 the context of PVC/SVC."
1809        ::= { cwacsExtStatsEntry 6 }
1810
1811-- The following 2 objects are related to CAC
1812
1813cwacsCacPassedCalls OBJECT-TYPE
1814        SYNTAX     Counter32
1815        MAX-ACCESS read-only
1816        STATUS     current
1817        DESCRIPTION
1818                "The number of calls that passed successfully the
1819                 CAC function.
1820
1821                 For example, CAC functionality is applied either
1822                 due to:
1823
1824                 1) The CRCX message sent to Voice Gateway from the
1825                    Call Agent to set up a new connection OR AAL2
1826                    trunking application.
1827
1828                 or
1829
1830                 2) Upspeed request due to Fax/modem tone detection
1831                    on a connection configured for compression.
1832                    For the initial version of Alabama release,
1833                    only case 2 is valid."
1834        ::= { cwacsExtStatsEntry 7 }
1835
1836cwacsCacRejectedCalls OBJECT-TYPE
1837        SYNTAX     Counter32
1838        MAX-ACCESS read-only
1839        STATUS     current
1840        DESCRIPTION
1841                "The number of calls that got rejected due to
1842                 CAC function.  The CAC rejection was due to the
1843                 bandwidth not being available on a given
1844                 ATM connection."
1845        ::= { cwacsExtStatsEntry 8 }
1846
1847cwacsIngXmtOAM OBJECT-TYPE
1848        SYNTAX     Counter32
1849        UNITS      "cells"
1850        MAX-ACCESS read-only
1851        STATUS     current
1852        DESCRIPTION
1853                "The number of valid OAM cells in the ingress direction
1854                 of this Channel after the traffic management entity."
1855        ::= { cwacsExtStatsEntry 9 }
1856
1857cwacsUsedConns OBJECT-TYPE
1858        SYNTAX     Gauge32
1859        MAX-ACCESS read-only
1860        STATUS     current
1861        DESCRIPTION
1862            "This attribute indicates the number of connections
1863             currently in used."
1864        ::= { cwacsExtStatsEntry 10 }
1865
1866cwacsUtilizedCR OBJECT-TYPE
1867        SYNTAX     Gauge32
1868        UNITS      "cells per second"
1869        MAX-ACCESS read-only
1870        STATUS     current
1871        DESCRIPTION
1872                "This attribute indicates the current utilized CR
1873                 (cell Rate) applied for PVC connection."
1874        ::= { cwacsExtStatsEntry 11 }
1875
1876cwacsUsedVadConns OBJECT-TYPE
1877        SYNTAX     Gauge32
1878        MAX-ACCESS read-only
1879        STATUS     current
1880        DESCRIPTION
1881                "This attribute indicates the number of connections
1882                 currently using VAD (Voice Activity Detection)."
1883        ::= { cwacsExtStatsEntry 12 }
1884
1885cwacsTotalCR OBJECT-TYPE
1886        SYNTAX     Gauge32
1887        UNITS      "cells per second"
1888        MAX-ACCESS read-only
1889        STATUS     current
1890        DESCRIPTION
1891                "This attribute indicates the Total CR (cell
1892                 Rate) applied for PVC connection."
1893        ::= { cwacsExtStatsEntry 13 }
1894
1895cwacsAisSuppressCount OBJECT-TYPE
1896        SYNTAX     Counter32
1897        MAX-ACCESS read-only
1898        STATUS     current
1899        DESCRIPTION
1900                "This object holds the number of times that ATM network
1901                 alarms were successfully suppressed and prevented from
1902                 propagating onto the TDM side for this PVC."
1903        ::= { cwacsExtStatsEntry 14 }
1904
1905--
1906-- cwacsBearerPVCTable
1907--
1908
1909cwacsBearerPVCTable OBJECT-TYPE
1910        SYNTAX     SEQUENCE OF CwacsBearerPVCEntry
1911        MAX-ACCESS not-accessible
1912        STATUS     current
1913        DESCRIPTION
1914               "This table stores the bearer PVC statistic
1915                information."
1916        ::=  { cwacs 5 }
1917
1918cwacsBearerPVCEntry OBJECT-TYPE
1919        SYNTAX     CwacsBearerPVCEntry
1920        MAX-ACCESS not-accessible
1921        STATUS     current
1922        DESCRIPTION
1923                "Each entry represents a valid bearer PVC.
1924                 An entry is added/deleted automatically when a
1925                 bearer PVC is added/deleted.  A bearer PVC
1926                 excludes the secondary one in a dual PVC pair."
1927        INDEX { ifIndex, cwaChanVpi, cwaChanVci }
1928        ::= { cwacsBearerPVCTable 1 }
1929
1930CwacsBearerPVCEntry ::=
1931        SEQUENCE {
1932                  cwacsAvailableBearerPVCBWMin  Gauge32,
1933                  cwacsAvailableBearerPVCBWMax  Gauge32,
1934                  cwacsAvailableBearerPVCBWAvg  Gauge32,
1935                  cwacsBearerPVCSinceLastReset  Unsigned32
1936                 }
1937
1938cwacsAvailableBearerPVCBWMin OBJECT-TYPE
1939        SYNTAX     Gauge32 (0..100)
1940        UNITS      "percentage"
1941        MAX-ACCESS read-only
1942        STATUS     current
1943        DESCRIPTION
1944                "The minimum available bandwidth of a bearer PVC
1945                 in the statistics interval."
1946        ::= { cwacsBearerPVCEntry 1 }
1947
1948cwacsAvailableBearerPVCBWMax OBJECT-TYPE
1949        SYNTAX     Gauge32 (0..100)
1950        UNITS      "percentage"
1951        MAX-ACCESS read-only
1952        STATUS     current
1953        DESCRIPTION
1954                "The maximum available bandwidth of a bearer PVC
1955                 in the statistics interval."
1956        ::= { cwacsBearerPVCEntry 2 }
1957
1958cwacsAvailableBearerPVCBWAvg OBJECT-TYPE
1959        SYNTAX     Gauge32 (0..100)
1960        UNITS      "percentage"
1961        MAX-ACCESS read-only
1962        STATUS     current
1963        DESCRIPTION
1964                "The average available bandwidth of a bearer PVC
1965                 in the statistics interval."
1966        ::= { cwacsBearerPVCEntry 3 }
1967
1968cwacsBearerPVCSinceLastReset OBJECT-TYPE
1969        SYNTAX     Unsigned32
1970        UNITS      "seconds"
1971        MAX-ACCESS read-only
1972        STATUS     current
1973        DESCRIPTION
1974                "The elapsed time (in seconds) since the last periodic
1975                 reset."
1976        ::= { cwacsBearerPVCEntry 4 }
1977
1978-- Notifications
1979
1980ciscoWanAtmConnStatMIBNotificationPrefix OBJECT IDENTIFIER ::=
1981                          { ciscoWanAtmConnStatMIB 2 }
1982ciscoWanAtmConnStatMIBNotifications OBJECT IDENTIFIER      ::=
1983                          { ciscoWanAtmConnStatMIBNotificationPrefix 0 }
1984
1985-- Compliance
1986
1987ciscoWanAtmConnStatMIBConformance OBJECT IDENTIFIER ::=
1988                                 { ciscoWanAtmConnStatMIB 3 }
1989ciscoWanAtmConnStatMIBCompliances OBJECT IDENTIFIER ::=
1990                                 { ciscoWanAtmConnStatMIBConformance 1 }
1991ciscoWanAtmConnStatMIBGroups      OBJECT IDENTIFIER ::=
1992                                 { ciscoWanAtmConnStatMIBConformance 2 }
1993-- Conformance
1994
1995ciscoWanAtmConnStatMIBCompliance MODULE-COMPLIANCE
1996        STATUS  deprecated -- replaced by
1997                           -- ciscoWanAtmConnStatMIBCompliance2
1998        DESCRIPTION
1999                "The compliance statement for the Cisco statistics
2000                 MIB."
2001        MODULE  -- this module
2002                MANDATORY-GROUPS {  cwacsGroup
2003                                 }
2004        ::= { ciscoWanAtmConnStatMIBCompliances 1 }
2005
2006ciscoWanAtmConnStatMIBCompliance2 MODULE-COMPLIANCE
2007        STATUS  deprecated -- replaced by
2008                           -- ciscoWanAtmConnStatMIBCompliance3
2009        DESCRIPTION
2010                "The compliance statement for the Cisco statistics
2011                 MIB."
2012        MODULE  -- this module
2013        MANDATORY-GROUPS {  cwacsGroup,
2014                            cwaConnStatsGroup
2015                         }
2016        ::= { ciscoWanAtmConnStatMIBCompliances 2 }
2017
2018ciscoWanAtmConnStatMIBCompliance3 MODULE-COMPLIANCE
2019        STATUS  deprecated -- replaced by
2020                           -- ciscoWanAtmConnStatMIBCompliance4
2021        DESCRIPTION
2022                "The compliance statement for the Cisco statistics
2023                 MIB."
2024        MODULE  -- this module
2025                MANDATORY-GROUPS {  cwacsGroup1,
2026                                    cwaConnStatsGroup
2027                                 }
2028        GROUP cwacsHCGroup
2029        DESCRIPTION
2030                "Required if the system has interface speed of OC12 or
2031                 higher."
2032        ::= { ciscoWanAtmConnStatMIBCompliances 3 }
2033
2034ciscoWanAtmConnStatMIBCompliance4 MODULE-COMPLIANCE
2035        STATUS  deprecated -- replaced by
2036                           -- ciscoWanAtmConnStatMIBCompliance5
2037        DESCRIPTION
2038                "The compliance statement for the Cisco statistics
2039                 MIB."
2040        MODULE  -- this module
2041                MANDATORY-GROUPS {  cwacsGroup1,
2042                                    cwaConnStatsGroup
2043                                 }
2044        GROUP cwacsHCGroup
2045        DESCRIPTION
2046                "Required if the system has interface speed of OC12 or
2047                 higher."
2048
2049        GROUP cwacsAal2Group
2050        DESCRIPTION
2051                "Implementation of this group is not mandatory for the
2052                 switches which does not support voice gateway."
2053        ::= { ciscoWanAtmConnStatMIBCompliances 4 }
2054
2055ciscoWanAtmConnStatMIBCompliance5 MODULE-COMPLIANCE
2056        STATUS  deprecated -- replaced by
2057                           -- ciscoWanAtmConnStatMIBCompliance6
2058        DESCRIPTION
2059                "The compliance statement for the Cisco statistics
2060                 MIB."
2061        MODULE  -- this module
2062                MANDATORY-GROUPS {  cwacsGroup1,
2063                                    cwaConnStatsGroup
2064                                 }
2065        GROUP cwacsHCGroup
2066        DESCRIPTION
2067                "Required if the system has interface speed of OC12 or
2068                 higher."
2069
2070        GROUP cwacsAal2GroupRev1
2071        DESCRIPTION
2072                "Implementation of this group is not mandatory for the
2073                 switches which does not support voice gateway."
2074        ::= { ciscoWanAtmConnStatMIBCompliances 5 }
2075
2076ciscoWanAtmConnStatMIBCompliance6 MODULE-COMPLIANCE
2077        STATUS  current
2078        DESCRIPTION
2079                "The compliance statement for the Cisco statistics
2080                 MIB."
2081        MODULE  -- this module
2082                MANDATORY-GROUPS {  cwacsGroup1,
2083                                    cwaConnStatsGroup
2084                                 }
2085        GROUP cwacsHCGroup
2086        DESCRIPTION
2087                "Required if the system has interface speed of OC12 or
2088                 higher."
2089
2090        GROUP cwacsAal2GroupRev1
2091        DESCRIPTION
2092                "Implementation of this group is not mandatory for the
2093                 switches which does not support voice gateway."
2094
2095        GROUP cwacsBearerPVCGroup
2096        DESCRIPTION
2097                "Implementation of this group is optional."
2098
2099        ::= { ciscoWanAtmConnStatMIBCompliances 6 }
2100
2101
2102-- Units of Conformance
2103
2104cwacsGroup OBJECT-GROUP
2105        OBJECTS {
2106                cwacsIngRcvCLP0,
2107                cwacsIngRcvCLP1,
2108                cwacsIngXmtCLP0,
2109                cwacsIngXmtCLP1,
2110                cwacsIngCLP0CoSDiscard,
2111                cwacsIngCLP1CoSDiscard,
2112                cwacsIngCLP0UpcDiscard,
2113                cwacsIngCLP1UpcDiscard,
2114                cwacsIngCLP0UpcTagged,
2115                cwacsIngRcvEFCI0,
2116                cwacsIngRcvEFCI1,
2117                cwacsIngEFCI0Discard,
2118                cwacsIngEFCI1Discard,
2119                cwacsIngRcvOAM,
2120                cwacsIngOAMDiscard,
2121                cwacsIngRcvRM,
2122                cwacsIngRMDiscard,
2123                cwacsIngXmtFRm,
2124                cwacsIngXmtBRmFsRm,
2125                cwacsIngRcvEOF1,
2126                cwacsIngEOF1Discard,
2127                cwacsIngACR,
2128                cwacsIngVCQueueDepth,
2129                -- Egress statistics
2130                cwacsEgrRcvCLP0,
2131                cwacsEgrRcvCLP1,
2132                cwacsEgrXmtCLP0,
2133                cwacsEgrXmtCLP1,
2134                cwacsEgrCLP0CoSDiscard,
2135                cwacsEgrCLP1CoSDiscard,
2136                cwacsEgrRcvEFCI0,
2137                cwacsEgrRcvEFCI1,
2138                cwacsEgrEFCI0Discard,
2139                cwacsEgrEFCI1Discard,
2140                cwacsEgrRcvOAM,
2141                cwacsEgrOAMDiscard,
2142                cwacsEgrRcvRM,
2143                cwacsEgrRMDiscard,
2144                cwacsEgrXmtFRm,
2145                cwacsEgrXmtBRmFsRm,
2146                cwacsEgrRcvEOF1,
2147                cwacsEgrEOF1Discard,
2148                cwacsEgrACR,
2149                cwacsEgrVCQueueDepth,
2150                cwacsStatsClear
2151                }
2152        STATUS     deprecated -- replaced by cwacsGroup1
2153        DESCRIPTION
2154                "These are the objects which provide traffic statistic
2155                 information related to an ATM Channel."
2156        ::= { ciscoWanAtmConnStatMIBGroups 1 }
2157
2158cwaConnStatsGroup OBJECT-GROUP
2159        OBJECTS {
2160                -- Ingress statistics
2161                cwaConnStatsIngRcv,
2162                cwaConnStatsIngCLP0Discard,
2163                cwaConnStatsIngCLP1Discard,
2164                cwaConnStatsIngTotalDiscard,
2165                -- Egress statistics
2166                cwaConnStatsEgrXmt,
2167                cwaConnStatsEgrCLP0Discard,
2168                cwaConnStatsEgrCLP1Discard,
2169                cwaConnStatsEgrTotalDiscard,
2170                cwaConnStatsClear
2171                }
2172        STATUS     current
2173        DESCRIPTION
2174                "These are the objects which provide traffic statistic
2175                 information related to an ATM Channel."
2176        ::= { ciscoWanAtmConnStatMIBGroups 2 }
2177
2178cwacsGroup1 OBJECT-GROUP
2179        OBJECTS {
2180                -- Ingress statistics
2181                cwacsIngRcvCLP0,
2182                cwacsIngRcvCLP1,
2183                cwacsIngXmtCLP0,
2184                cwacsIngXmtCLP1,
2185                cwacsIngCLP0CoSDiscard,
2186                cwacsIngCLP1CoSDiscard,
2187                cwacsIngCLP0UpcDiscard,
2188                cwacsIngCLP1UpcDiscard,
2189                cwacsIngCLP0UpcTagged,
2190                cwacsIngRcvEFCI0,
2191                cwacsIngRcvEFCI1,
2192                cwacsIngEFCI0Discard,
2193                cwacsIngEFCI1Discard,
2194                cwacsIngRcvOAM,
2195                cwacsIngOAMDiscard,
2196                cwacsIngRcvRM,
2197                cwacsIngRMDiscard,
2198                cwacsIngXmtFRm,
2199                cwacsIngXmtBRmFsRm,
2200                cwacsIngRcvEOF1,
2201                cwacsIngEOF1Discard,
2202                cwacsIngACR,
2203                cwacsIngVCQueueDepth,
2204                -- Egress statistics
2205                cwacsEgrRcvCLP0,
2206                cwacsEgrRcvCLP1,
2207                cwacsEgrXmtCLP0,
2208                cwacsEgrXmtCLP1,
2209                cwacsEgrCLP0CoSDiscard,
2210                cwacsEgrCLP1CoSDiscard,
2211                cwacsEgrRcvEFCI0,
2212                cwacsEgrRcvEFCI1,
2213                cwacsEgrEFCI0Discard,
2214                cwacsEgrEFCI1Discard,
2215                cwacsEgrRcvOAM,
2216                cwacsEgrOAMDiscard,
2217                cwacsEgrRcvRM,
2218                cwacsEgrRMDiscard,
2219                cwacsEgrXmtFRm,
2220                cwacsEgrXmtBRmFsRm,
2221                cwacsEgrRcvEOF1,
2222                cwacsEgrEOF1Discard,
2223                cwacsEgrACR,
2224                cwacsEgrVCQueueDepth,
2225                cwacsStatsClear,
2226                -- Upper 32-bits for counters which are 64-bit wide
2227                   -- Ingress statistics
2228                cwacsHighIngRcvCLP0,
2229                cwacsHighIngRcvCLP1,
2230                cwacsHighIngXmtCLP0,
2231                cwacsHighIngXmtCLP1,
2232                cwacsHighIngCLP0CoSDiscard,
2233                cwacsHighIngCLP1CoSDiscard,
2234                cwacsHighIngCLP0UpcDiscard,
2235                cwacsHighIngCLP1UpcDiscard,
2236                cwacsHighIngCLP0UpcTagged,
2237                cwacsHighIngRcvEFCI0,
2238                cwacsHighIngRcvEFCI1,
2239                cwacsHighIngEFCI0Discard,
2240                cwacsHighIngEFCI1Discard,
2241                cwacsHighIngRcvEOF1,
2242                cwacsHighIngEOF1Discard,
2243                   -- Egress statistics
2244                cwacsHighEgrRcvCLP0,
2245                cwacsHighEgrRcvCLP1,
2246                cwacsHighEgrXmtCLP0,
2247                cwacsHighEgrXmtCLP1,
2248                cwacsHighEgrCLP0CoSDiscard,
2249                cwacsHighEgrCLP1CoSDiscard,
2250                cwacsHighEgrRcvEFCI0,
2251                cwacsHighEgrRcvEFCI1,
2252                cwacsHighEgrEFCI0Discard,
2253                cwacsHighEgrEFCI1Discard,
2254                cwacsHighEgrRcvEOF1,
2255                cwacsHighEgrEOF1Discard
2256                }
2257        STATUS     current
2258        DESCRIPTION
2259                "These are the objects, which provide traffic
2260                 statistic information related to an ATM Channel."
2261        ::= { ciscoWanAtmConnStatMIBGroups 3 }
2262
2263cwacsHCGroup OBJECT-GROUP
2264        OBJECTS {
2265                -- 64-bit wide statistics counters
2266                   -- Ingress statistics
2267                cwacsHCIngRcvCLP0,
2268                cwacsHCIngRcvCLP1,
2269                cwacsHCIngXmtCLP0,
2270                cwacsHCIngXmtCLP1,
2271                cwacsHCIngCLP0CoSDiscard,
2272                cwacsHCIngCLP1CoSDiscard,
2273                cwacsHCIngCLP0UpcDiscard,
2274                cwacsHCIngCLP1UpcDiscard,
2275                cwacsHCIngCLP0UpcTagged,
2276                cwacsHCIngRcvEFCI0,
2277                cwacsHCIngRcvEFCI1,
2278                cwacsHCIngEFCI0Discard,
2279                cwacsHCIngEFCI1Discard,
2280                cwacsHCIngRcvEOF1,
2281                cwacsHCIngEOF1Discard,
2282                   -- Egress statistics
2283                cwacsHCEgrRcvCLP0,
2284                cwacsHCEgrRcvCLP1,
2285                cwacsHCEgrXmtCLP0,
2286                cwacsHCEgrXmtCLP1,
2287                cwacsHCEgrCLP0CoSDiscard,
2288                cwacsHCEgrCLP1CoSDiscard,
2289                cwacsHCEgrRcvEFCI0,
2290                cwacsHCEgrRcvEFCI1,
2291                cwacsHCEgrEFCI0Discard,
2292                cwacsHCEgrEFCI1Discard,
2293                cwacsHCEgrRcvEOF1,
2294                cwacsHCEgrEOF1Discard
2295                }
2296        STATUS     current
2297        DESCRIPTION
2298                "These are the objects, which provide traffic
2299                 statistic information related to an ATM Channel.
2300                 These are the 64-bit versions of these statistics."
2301        ::= { ciscoWanAtmConnStatMIBGroups 4 }
2302
2303cwacsAal2Group OBJECT-GROUP
2304        OBJECTS {
2305                cwacsEgrAal2HecErrors,
2306                cwacsEgrAal2InvalidOsfCells,
2307                cwacsEgrAal2InvalidParCells,
2308                cwacsAal2CpsSentPkts,
2309                cwacsAal2CpsRcvdPkts,
2310                cwacsEgrAal2CpsInvalidCidPkts,
2311                cwacsCacPassedCalls,
2312                cwacsCacRejectedCalls,
2313                cwacsIngXmtOAM,
2314                cwacsUsedConns,
2315                cwacsUtilizedCR,
2316                cwacsUsedVadConns
2317                }
2318        STATUS     deprecated
2319        DESCRIPTION
2320                "These are objects provide statistic information of
2321                 ATM connection related to voice gateway.
2322                 This group has been replaced by cwacsAal2GroupRev1."
2323        ::= { ciscoWanAtmConnStatMIBGroups 5 }
2324
2325cwacsAal2GroupRev1 OBJECT-GROUP
2326        OBJECTS {
2327                cwacsEgrAal2HecErrors,
2328                cwacsEgrAal2InvalidOsfCells,
2329                cwacsEgrAal2InvalidParCells,
2330                cwacsAal2CpsSentPkts,
2331                cwacsAal2CpsRcvdPkts,
2332                cwacsEgrAal2CpsInvalidCidPkts,
2333                cwacsCacPassedCalls,
2334                cwacsCacRejectedCalls,
2335                cwacsIngXmtOAM,
2336                cwacsUsedConns,
2337                cwacsUtilizedCR,
2338                cwacsUsedVadConns,
2339                cwacsTotalCR,
2340                cwacsAisSuppressCount
2341                }
2342        STATUS     current
2343        DESCRIPTION
2344                "These are objects provide statistic information of
2345                 ATM connection related to voice gateway."
2346        ::= { ciscoWanAtmConnStatMIBGroups 6 }
2347
2348cwacsBearerPVCGroup OBJECT-GROUP
2349        OBJECTS {
2350                cwacsAvailableBearerPVCBWMin,
2351                cwacsAvailableBearerPVCBWMax,
2352                cwacsAvailableBearerPVCBWAvg,
2353                cwacsBearerPVCSinceLastReset
2354                }
2355        STATUS     current
2356        DESCRIPTION
2357                "These are objects provide Bearer PVC statistic
2358                 information related to voice gateway."
2359        ::= { ciscoWanAtmConnStatMIBGroups 7 }
2360
2361END
2362
2363
2364