| caviIndex | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.1 | 
    
    
      | 
        A unique value for the ATM virtual interface.
       | 
    
    
      | caviPhyIfIndex | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.2 | 
    
    
      | 
        This object identifies the interface number ( 'ifIndex' ) assigned
        to  sonet(39),ds3(30),ds1(18),atmIma(107).
       | 
    
    
      | caviViIfIndex | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.3 | 
    
    
      | 
        This object identifies the ATM virtual interface number
        ('ifIndex') assigned to this entry, and is used
        to identify corresponding rows in the IF-MIB.
        Note that re-inititalization of the management agent may
        cause a client's 'caviViIfIndex' to change.
       | 
    
    
      | caviMinRate | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.4 | 
    
    
      | 
        ATM virtual interface's guaranteed cell rate.
        This is the guaranteed bandwidth allocated for
        the interface. The sum of caviMinRate of all ATM
        virtual interfaces configured on a single physical line,
        must not exceed the bandwidth of the physical line. Creation
        of a row is rejected when the sum of caviMinRate of all existing
        ATM virtual interfaces exceeds the physical line bandwidth.
        The value of this object can't exceed the 'ifSpeed' or
        'ifHighSpeed' value in ifTable for the associated
        'caviPhyIfIndex'.
        ATM cell bandwidths for various physical lines are:
        OC192 line : 22605280 cells/sec
        OC48  line : 5651320 cells/sec
        OC12  line : 1412830 cells/sec
        OC3   line :  353207 cells/sec
        T3    line :   96000 cells/sec
        E3    line :   80000 cells/sec.
       | 
    
    
      | caviMaxRate | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.5 | 
    
    
      | 
        ATM virtual interface's maximum cell rate.
        If bandwidth is available, the interface will
        be allocated bandwidth upto this value.
        The total bandwidth of connections configured over this
        interface cannot exceed this value.
        The value of this object can't exceed the 'ifSpeed' or
        'ifHighSpeed' value in ifTable for the associated
        'caviPhyIfIndex'.
        ATM cell bandwidths for various physical lines are:
        OC192 line : 22605280 cells/sec
        OC48  line : 5651320 cells/sec
        OC12  line : 1412830 cells/sec
        OC3   line :  353207 cells/sec
        T3    line :   96000 cells/sec
        E3    line :   80000 cells/sec.
       | 
    
    
      | caviFileId | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.6 | 
    
    
      | 
        The ID of the  file that holds module specific configuration
        parameters for this ATM virtual interface.
       | 
    
    
      | caviIfType | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.7 | 
    
    
      | 
        This object reflects the type of ATM virtual interface that can be
        configured within a physical interface. The supported types of virtual
        interfaces and their description is shown below:
        uni : Only one virtual interface of uni type can be configured within
        a physical interface. The ATM cells used in this interface would
        use a 8 bit VPI and a 4 bit GFC.
        nni : Only one virtual interface of nni type can be configured within
        a physical interface.The ATM cells used in this interface would
        use a 12 bit VPI.
        vnni: Multiple virtual interfaces of vnni type can be configured
        within a physical interface. However, all cells sent on this
        interface belong to a single VPI (defined by caviVpiNum) and
        the cells use a 12 bit VPI.
        vuni: Multiple virtual interfaces of vuni type can be configured
        within a physical interface. However, all cells sent on this
        interface belong to a single VPI (defined by caviVpiNum) and
        the cells use a 8 bit VPI and a 4 bit GFC.
        evuni: Multiple virtual interfaces of evuni type can be configured
        within a physical interface. However, all cells sent on this
        interface belong to a range of VPI (defined by caviMinVpiNum
        & caviMaxVpiNum) and the cells use a 8 bit VPI and a 4 bit GFC.
        evnni: Multiple virtual interfaces of evuni type can be configured
        within a physical interface. However, all cells sent on this
        interface belong to a range of VPI (defined by caviMinVpiNum
        & caviMaxVpiNum) and the cells use a 12 bit VPI.
       | 
    
    
      | caviVpiNum | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.8 | 
    
    
      | 
        This object is used when configuring ATM virtual interfaces of
        caviIftype vuni(4) or vnni (3). A non-zero value is required
        for vuni / vnni operation.
        The value set in this object for other type of caviIfTypes
        would be ignored by the agent. The GET operation on this object
        would return 0 for caviIfTypes other than vuni/vnni.
       | 
    
    
      | caviRowStatus | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.9 | 
    
    
      | 
        This object allows create and delete operations on caviTable
        entries.
        An entry is created in the table by setting this object to
        createAndGo(4).
        An entry is deleted from the table by setting this object to
        destroy(6).
        An entry in this table may be modified after creation.
       | 
    
    
      | caviMinVpiNum | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.10 | 
    
    
      | 
        This object is mandatory while configuring this ATM virtual
        interface as caviIfType evuni(5) or evnni(6). The range of
        VPI accepted by the agent depends on caviIfType.
        The evuni accepts a range from 0 to 255, while the evnni accepts
        a range from 0 to 4095.
        The object specifies the minimum VPI for a evuni/evnni interface.
        The agent ignores a SET on this object for any interface other
        than a evuni/evnni. A GET operation for interfaces other than a
        evuni/evnni would always yield 0
       | 
    
    
      | caviMaxVpiNum | 
      .1.3.6.1.4.1.9.9.129.1.1.1.1.11 | 
    
    
      | 
        This object is mandatory while configuring this ATM virtual
        interface as caviIfType evuni(5) or evnni(6). The range of
        VPI accepted by the agent depends on caviIfType.
        The evuni accepts a range from 0 to 255, while the evnni accepts
        a range from 0 to 4095.
        The agent rejects a SET on this object for any interface other
        than a evuni/evnni. A GET operation for interfaces other than a
        evuni/evnni would always yield 0
       | 
    
    
      | caviEgrRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.1 | 
    
    
      | 
        The number of CLP-0 cells received from switch
        at the traffic management and policing device.
       | 
    
    
      | caviEgrRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.2 | 
    
    
      | 
        The number of CLP-1 cells received from switch
        at the traffic management and policing device.
       | 
    
    
      | caviEgrClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.3 | 
    
    
      | 
        The number of CLP-0 cells discarded due to policing.
       | 
    
    
      | caviEgrClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.4 | 
    
    
      | 
        The number of CLP-1 cells discarded due to policing.
       | 
    
    
      | caviEgrXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.5 | 
    
    
      | 
        The number of CLP-0 cells transmitted to the network
        after traffic management and policing.
       | 
    
    
      | caviEgrXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.6 | 
    
    
      | 
        The number of CLP-1 cells transmitted to the network
        after traffic management and policing.
       | 
    
    
      | caviEgrRcvOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.7 | 
    
    
      | 
        The number of OAM cells received from the switch
        at the traffic management and policing device.
       | 
    
    
      | caviEgrRMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.8 | 
    
    
      | 
        The number of RM cells transmitted to the network from the switch.
       | 
    
    
      | caviEgrXmtEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.9 | 
    
    
      | 
        The number of EFCI cells transmitted to the network
        after traffic management and policing.
       | 
    
    
      | caviEgrRcvEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.10 | 
    
    
      | 
        The number of EFCI cells received from the switch
        at traffic management and policing device.
       | 
    
    
      | caviEgrXmtOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.11 | 
    
    
      | 
        The number of OAM loopback cells transmitted to network
        after traffic management and policing.
       | 
    
    
      | caviHEgrXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.12 | 
    
    
      | 
        The 64-bit version of caviEgrXmtClp0Cells.
       | 
    
    
      | caviHEgrXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.13 | 
    
    
      | 
        The 64-bit version of caviEgrXmtClp1Cells.
       | 
    
    
      | caviHighEgrRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.14 | 
    
    
      | 
        The Upper 32 bit of the number of CLP-0 cells received
        from switch at the traffic management and policing
        device.
       | 
    
    
      | caviHighEgrRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.15 | 
    
    
      | 
        The Upper 32 bit of the number of CLP-1 cells received
        from switch at the traffic management and policing
        device.
       | 
    
    
      | caviHighEgrClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.16 | 
    
    
      | 
        The Upper 32 bit of the number of CLP-0 cells discarded
        due to policing.
       | 
    
    
      | caviHighEgrClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.17 | 
    
    
      | 
        The Upper 32 bit of the number of CLP-1 cells discarded
        due to policing.
       | 
    
    
      | caviHighEgrXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.18 | 
    
    
      | 
        The Upper 32 bit of the number of CLP-0 cells
        transmitted to the network after traffic management and
        policing.
       | 
    
    
      | caviHighEgrXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.19 | 
    
    
      | 
        The Upper 32 bit of the number of CLP-1 cells
        transmitted to the network after traffic management and
        policing.
       | 
    
    
      | caviHEgrRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.20 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells received
        from switch at the traffic management and policing
        device.
       | 
    
    
      | caviHEgrRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.21 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells received
        from switch at the traffic management and policing
        device.
       | 
    
    
      | caviHEgrClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.22 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells
        discarded due to policing.
       | 
    
    
      | caviHEgrClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.1.1.23 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells
        discarded due to policing.
       | 
    
    
      | caviEgressIntervalNumber | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.1 | 
    
    
      | 
        A number used to uniquely identify a ATM virtual interface's
        interval statistics. 0 is used to identify the current
        15-minute interval. 1-96 identify the previous 24 hours
        of 15-minute interval buckets.
       | 
    
    
      | caviIntEgrRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.2 | 
    
    
      | 
        The number of CLP-0 cells received from switch
        at the traffic management and policing device
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.3 | 
    
    
      | 
        The number of CLP-1 cells received from switch
        at the traffic management and policing device
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.4 | 
    
    
      | 
        The number of CLP-0 cells discarded due to policing
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.5 | 
    
    
      | 
        The number of CLP-1 cells discarded due to policing
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.6 | 
    
    
      | 
        The number of CLP-0 cells transmitted to the network
        after traffic management and policing
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.7 | 
    
    
      | 
        The number of CLP-1 cells transmitted to the network
        after traffic management and policing during a 15 minute
        interval.
       | 
    
    
      | caviIntEgrRcvOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.8 | 
    
    
      | 
        The number of OAM cells received from the switch
        at the traffic management and policing device
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrRMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.9 | 
    
    
      | 
        The number of RM cells transmitted to the network from the switch
        during a 15 minute interval.
       | 
    
    
      | caviIntEgrXmtEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.10 | 
    
    
      | 
        The number of EFCI cells transmitted to the network
        after traffic management and policing during a 15 minute
        interval.
       | 
    
    
      | caviIntEgrRcvEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.11 | 
    
    
      | 
        The number of EFCI cells received from the switch
        at traffic management and policing device during a 15
        minute interval.
       | 
    
    
      | caviIntEgrXmtOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.12 | 
    
    
      | 
        The number of OAM loopback cells transmitted to network
        after traffic management and policing during a 15 minute
        interval.
       | 
    
    
      | caviHighIntEgrRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.13 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells received
        from switch at the traffic management and policing
        device during a 15 minute interval.
       | 
    
    
      | caviHighIntEgrRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.14 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells received
        from switch at the traffic management and policing
        device during a 15 minute interval.
       | 
    
    
      | caviHighIntEgrClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.15 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells discarded
        due to policing during a 15 minute interval.
       | 
    
    
      | caviHighIntEgrClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.16 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells discarded
        due to policing during a 15 minute interval.
       | 
    
    
      | caviHighIntEgrXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.17 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells
        transmitted to the network after traffic management and
        policing during a 15 minute interval.
       | 
    
    
      | caviHighIntEgrXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.18 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells
        transmitted to the network after traffic management and
        policing during a 15 minute interval.
       | 
    
    
      | caviHIntEgrRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.19 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells received
        from switch at the traffic management and policing
        device during a 15 minute interval.
       | 
    
    
      | caviHIntEgrRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.20 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells received
        from switch at the traffic management and policing
        device during a 15 minute interval.
       | 
    
    
      | caviHIntEgrClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.21 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells
        discarded due to policing during a 15 minute
        interval.
       | 
    
    
      | caviHIntEgrClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.22 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells
        discarded due to policing during a 15 minute
        interval.
       | 
    
    
      | caviHIntEgrXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.23 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells
        transmitted to the network after traffic management and
        policing during a 15 minute interval.
       | 
    
    
      | caviHIntEgrXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.2.1.24 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells
        transmitted to the network after traffic management and
        policing during a 15 minute interval.
       | 
    
    
      | caviIngRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.1 | 
    
    
      | 
        The number of CLP-0 cells received from network
        at the traffic management and policing device in
        ingress direction.
       | 
    
    
      | caviIngRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.2 | 
    
    
      | 
        The number of CLP-1 cells received from network
        at the traffic management and policing device in
        ingress direction.
       | 
    
    
      | caviIngClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.3 | 
    
    
      | 
        The number of CLP-0 cells discarded due to policing in
        ingress direction.
       | 
    
    
      | caviIngClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.4 | 
    
    
      | 
        The number of CLP-1 cells discarded due to policing in
        ingress direction.
       | 
    
    
      | caviIngXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.5 | 
    
    
      | 
        The number of CLP-0 cells transmitted to the switch
        after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviIngXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.6 | 
    
    
      | 
        The number of CLP-1 cells transmitted to the switch
        after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviIngRcvOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.7 | 
    
    
      | 
        The number of OAM cells received from the network
        at the traffic management and policing device in
        ingress direction.
       | 
    
    
      | caviIngRMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.8 | 
    
    
      | 
        The number of RM cells transmitted to the switch from the network in
        ingress direction.
       | 
    
    
      | caviIngXmtEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.9 | 
    
    
      | 
        The number of EFCI cells transmitted to the switch
        after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviIngRcvEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.10 | 
    
    
      | 
        The number of EFCI cells received from the network
        at traffic management and policing device in
        ingress direction.
       | 
    
    
      | caviIngXmtOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.11 | 
    
    
      | 
        The number of OAM loopback cells transmitted to switch
        after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviHIngRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.12 | 
    
    
      | 
        The 64-bit version of caviIngRcvClp0Cells in
        ingress direction.
       | 
    
    
      | caviHIngRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.13 | 
    
    
      | 
        The 64-bit version of caviIngRcvClp1Cells in
        ingress direction.
       | 
    
    
      | caviHighIngRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.14 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells received
        from network at the traffic management and policing device
        in ingress direction.
       | 
    
    
      | caviHighIngRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.15 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells received
        from network at the traffic management and policing device
        in ingress direction.
       | 
    
    
      | caviHighIngClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.16 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells discarded
        due to policing in ingress direction.
       | 
    
    
      | caviHighIngClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.17 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells discarded
        due to policing in ingress direction.
       | 
    
    
      | caviHighIngXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.18 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells transmitted
        to the switch after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviHighIngXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.19 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells transmitted
        to the switch after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviHIngClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.20 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells discarded
        due to policing in ingress direction.
       | 
    
    
      | caviHIngClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.21 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells discarded
        due to policing in ingress direction.
       | 
    
    
      | caviHIngXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.22 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells transmitted
        to the switch after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviHIngXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.3.1.23 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells transmitted
        to the switch after traffic management and policing in
        ingress direction.
       | 
    
    
      | caviIngressIntervalNumber | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.1 | 
    
    
      | 
        A number used to uniquely identify a ATM virtual interface's
        interval statistics. 0 is used to identify the current
        15-minute interval, which is  currently being updated.
        1-96 identify the previous 24 hours of 15-minute interval
        buckets, where interval 1 representing the most recent
        15-minute interval and interval  96 representing the least
        recent 15-minute interval
       | 
    
    
      | caviIntIngRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.2 | 
    
    
      | 
        The number of CLP-0 cells received from network
        at the traffic management and policing device in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.3 | 
    
    
      | 
        The number of CLP-1 cells received from network
        at the traffic management and policing device in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.4 | 
    
    
      | 
        The number of CLP-0 cells discarded due to policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.5 | 
    
    
      | 
        The number of CLP-1 cells discarded due to policing in
        ingress direction, during a 15-minute interval .
       | 
    
    
      | caviIntIngXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.6 | 
    
    
      | 
        The number of CLP-0 cells transmitted to the switch
        after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.7 | 
    
    
      | 
        The number of CLP-1 cells transmitted to the switch
        after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngRcvOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.8 | 
    
    
      | 
        The number of OAM cells received from the network
        at the traffic management and policing device in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngRMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.9 | 
    
    
      | 
        The number of RM cells transmitted to the switch from the
        network in ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngXmtEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.10 | 
    
    
      | 
        The number of EFCI cells transmitted to the switch
        after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngRcvEFCICells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.11 | 
    
    
      | 
        The number of EFCI cells received from the network
        at traffic management and policing device in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviIntIngXmtOAMCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.12 | 
    
    
      | 
        The number of OAM loopback cells transmitted to switch
        after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHighIntIngRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.13 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells received
        from network at the traffic management and policing device
        in ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHighIntIngRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.14 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells received
        from network at the traffic management and policing device
        in ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHighIntIngClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.15 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells discarded
        due to policing in ingress direction, during a 15-minute
        interval.
       | 
    
    
      | caviHighIntIngClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.16 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells discarded
        due to policing in ingress direction, during a 15-minute
        interval.
       | 
    
    
      | caviHighIntIngXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.17 | 
    
    
      | 
        The upper 32 bits of the number of CLP-0 cells transmitted
        to the switch after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHighIntIngXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.18 | 
    
    
      | 
        The upper 32 bits of the number of CLP-1 cells transmitted
        to the switch after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHIntIngRcvClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.19 | 
    
    
      | 
        The 64-bit version of the number of CLP-0 cells received
        from network at the traffic management and policing device
        in ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHIntIngRcvClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.20 | 
    
    
      | 
        The 64-bit version of the number of CLP-1 cells received
        from network at the traffic management and policing device
        in ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHIntIngClp0DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.21 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells discarded
        due to policing in ingress direction, during a 15-minute
        interval.
       | 
    
    
      | caviHIntIngClp1DiscCells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.22 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells discarded
        due to policing in ingress direction, during a 15-minute
        interval.
       | 
    
    
      | caviHIntIngXmtClp0Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.23 | 
    
    
      | 
        The 64 bit version of the number of CLP-0 cells transmitted
        to the switch after traffic management and policing in
        ingress direction, during a 15-minute interval.
       | 
    
    
      | caviHIntIngXmtClp1Cells | 
      .1.3.6.1.4.1.9.9.129.1.2.4.1.24 | 
    
    
      | 
        The 64 bit version of the number of CLP-1 cells transmitted
        to the switch after traffic management and policing in
        ingress direction, during a 15-minute interval.
       |