Blame mibs/ietf/ATM-ACCOUNTING-INFORMATION-MIB

Packit Service 9ccfef
ATM-ACCOUNTING-INFORMATION-MIB DEFINITIONS ::= BEGIN
Packit Service 9ccfef
Packit Service 9ccfef
IMPORTS
Packit Service 9ccfef
    MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY,
Packit Service 9ccfef
    mib-2, Integer32, Counter64                   FROM SNMPv2-SMI
Packit Service 9ccfef
    DisplayString, DateAndTime                    FROM SNMPv2-TC
Packit Service 9ccfef
    AtmAddr                                       FROM ATM-TC-MIB;
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
atmAccountingInformationMIB MODULE-IDENTITY
Packit Service 9ccfef
    LAST-UPDATED "9611052000Z"
Packit Service 9ccfef
    ORGANIZATION "IETF AToM MIB Working Group"
Packit Service 9ccfef
    CONTACT-INFO "
Packit Service 9ccfef
                  Keith McCloghrie
Packit Service 9ccfef
                  Cisco Systems, Inc.
Packit Service 9ccfef
                  170 West Tasman Drive,
Packit Service 9ccfef
                  San Jose CA 95134-1706.
Packit Service 9ccfef
                  Phone: +1 408 526 5260
Packit Service 9ccfef
                  Email: kzm@cisco.com"
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The MIB module for identifying items of accounting
Packit Service 9ccfef
            information which are applicable to ATM connections."
Packit Service 9ccfef
    ::= { mib-2 59 }
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngMIBObjects OBJECT IDENTIFIER ::=
Packit Service 9ccfef
                                        { atmAccountingInformationMIB 1 }
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
-- Definitions of objects for use in specifying ATM accounting
Packit Service 9ccfef
-- data to be collected
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngDataObjects OBJECT-IDENTITY
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "This identifier defines a subtree under which various
Packit Service 9ccfef
            objects are defined such that a set of objects to be
Packit Service 9ccfef
            collected as ATM accounting data can be specified as a
Packit Service 9ccfef
            (subtree, list) tuple using this identifier as the subtree."
Packit Service 9ccfef
    ::= { atmAcctngMIBObjects 1 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Objects defined under the atmAcctngDataObjects subtree
Packit Service 9ccfef
--
Packit Service 9ccfef
-- In each case the semantics of the object are interpreted with
Packit Service 9ccfef
-- respect to the creation/storage of an accounting record for a
Packit Service 9ccfef
-- particular connection on a particular interface.
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngConnectionType OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER { pvc(1),
Packit Service 9ccfef
                          pvp(2),
Packit Service 9ccfef
                          svcIncoming(3),
Packit Service 9ccfef
                          svcOutgoing(4),
Packit Service 9ccfef
                          svpIncoming(5),
Packit Service 9ccfef
                          svpOutgoing(6),
Packit Service 9ccfef
                          spvcInitiator(7),
Packit Service 9ccfef
                          spvcTarget(8),
Packit Service 9ccfef
                          spvpInitiator(9),
Packit Service 9ccfef
                          spvpTarget(10) }
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The type of connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 1 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCastType OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER { p2p(1), p2mp(2) }
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "An indication of whether the connection is point-to-point
Packit Service 9ccfef
            or point-to-multipoint."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 2 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngIfName OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      DisplayString
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "A textual name for the interface on which the data for the
Packit Service 9ccfef
            connection was collected.  If the local SNMP agent supports
Packit Service 9ccfef
            the object ifName, the value of this object must be
Packit Service 9ccfef
            identical to that of ifName in the conceptual row of the
Packit Service 9ccfef
            ifTable corresponding to this interface."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 3 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngIfAlias OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      DisplayString
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The 'alias' name for the interface as specified by a
Packit Service 9ccfef
            network manager, e.g., via a management set operation to
Packit Service 9ccfef
            modify the relevant instance of the ifAlias object.  Note
Packit Service 9ccfef
            that in contrast to ifIndex, ifAlias provides a non-volatile
Packit Service 9ccfef
            'handle' for the interface, the value of which is retained
Packit Service 9ccfef
            across agent reboots."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 4 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngVpi OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..4095)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The VPI used for the connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 5 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngVci OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..65535)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The VCI used for the connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 6 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCallingParty OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      AtmAddr
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The connection's calling party.  If unknown (e.g., for a
Packit Service 9ccfef
            PVC), then the value of this object is the zero-length
Packit Service 9ccfef
            string."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 7 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCalledParty OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      AtmAddr
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The connection's called party.  If unknown (e.g., for a
Packit Service 9ccfef
            PVC), then the value of this object is the zero-length
Packit Service 9ccfef
            string."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 8 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCallReference OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      OCTET STRING (SIZE(0..3))
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The connection's call reference value (e.g., from Q.2931).
Packit Service 9ccfef
            If unknown (e.g., for a PVC), then the value of this object
Packit Service 9ccfef
            is the zero-length string."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 9 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngStartTime OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      DateAndTime
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The time when the connection was established."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 10 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCollectionTime OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      DateAndTime
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The time at which the data in this record was collected."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 11 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCollectMode OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER { onRelease(1),
Packit Service 9ccfef
                          periodically(2),
Packit Service 9ccfef
                          onCommand(3) }
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The reason why this connection data was collected."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 12 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReleaseCause OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Integer32
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "If the connection data was collected because of the release
Packit Service 9ccfef
            of an SVC, then this is the cause code in the Release
Packit Service 9ccfef
            message for the connection; otherwise, this object has the
Packit Service 9ccfef
            value zero."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 13 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngServiceCategory OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER { other(1), cbr(2), vbrRt(3), vbrNrt(4),
Packit Service 9ccfef
                          abr(5), ubr(6), unknown(7) }
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The connection's service category."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 14 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmittedCells OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter64
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The number of cells, including OAM cells, transmitted by
Packit Service 9ccfef
            this switch on this connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 15 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmittedClp0Cells OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter64
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The number of cells with CLP=0, including OAM cells,
Packit Service 9ccfef
            transmitted by this switch on this connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 16 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceivedCells OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter64
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The number of cells, including OAM cells, received by this
Packit Service 9ccfef
            switch on this connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 17 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceivedClp0Cells OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter64
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The number of cells with CLP=0, including OAM cells,
Packit Service 9ccfef
            received by this switch on this connection."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 18 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmitTrafficDescriptorType OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      OBJECT IDENTIFIER
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The traffic descriptor type (as defined in RFC 1695 and its
Packit Service 9ccfef
            successors) in the direction in which the switch transmits
Packit Service 9ccfef
            cells on the connection."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
            "See atmTrafficDescriptorTypes in ATM-MIB.my in RFC 1695 and
Packit Service 9ccfef
            its successors."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 19 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmitTrafficDescriptorParam1 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The first traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch transmits cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngTransmitTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 20 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmitTrafficDescriptorParam2 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The second traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch transmits cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngTransmitTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 21 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmitTrafficDescriptorParam3 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The third traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch transmits cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngTransmitTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 22 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmitTrafficDescriptorParam4 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The fourth traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch transmits cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngTransmitTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 23 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngTransmitTrafficDescriptorParam5 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The fifth traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch transmits cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngTransmitTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 24 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceiveTrafficDescriptorType OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      OBJECT IDENTIFIER
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The traffic descriptor type (as defined in RFC 1695 and its
Packit Service 9ccfef
            successors) in the direction in which this switch receives
Packit Service 9ccfef
            cells on this connection."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
            "See atmTrafficDescriptorTypes in ATM-MIB.my in RFC 1695 and
Packit Service 9ccfef
            its successors."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 25 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceiveTrafficDescriptorParam1 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The first traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch receives cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngReceiveTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 26 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceiveTrafficDescriptorParam2 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The second traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch receives cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngReceiveTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 27 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceiveTrafficDescriptorParam3 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The third traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch receives cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngReceiveTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 28 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceiveTrafficDescriptorParam4 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The fourth traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch receives cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngReceiveTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 29 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngReceiveTrafficDescriptorParam5 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER (0..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The fifth traffic descriptor parameter in the direction in
Packit Service 9ccfef
            which this switch receives cells on this connection.
Packit Service 9ccfef
            Interpretation of this parameter is dependent on the value
Packit Service 9ccfef
            of atmAcctngReceiveTrafficDescriptorType."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 30 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCallingPartySubAddress OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      AtmAddr
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The connection's calling party sub-address.  If the
Packit Service 9ccfef
            connection has no calling party sub-address, or it's value
Packit Service 9ccfef
            is unknown, then the value of this object is the zero-length
Packit Service 9ccfef
            string."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 31 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngCalledPartySubAddress OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      AtmAddr
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The connection's called party sub-address.  If the
Packit Service 9ccfef
            connection has no called party sub-address, or it's value is
Packit Service 9ccfef
            unknown, then the value of this object is the zero-length
Packit Service 9ccfef
            string."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 32 }
Packit Service 9ccfef
Packit Service 9ccfef
atmAcctngRecordCrc16 OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      OCTET STRING (SIZE(2))
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The value of the CRC-16 checksum (as defined by ISO 3309
Packit Service 9ccfef
            (HDLC) and/or ITU X.25) calculated over the accounting
Packit Service 9ccfef
            record containing this object.
Packit Service 9ccfef
Packit Service 9ccfef
            While the mechanism for calculating/encoding the checksum
Packit Service 9ccfef
            value is specific to the method of encoding the accounting
Packit Service 9ccfef
            record, an accounting record containing this object is
Packit Service 9ccfef
            typically generated by initializing the value of this object
Packit Service 9ccfef
            to the all-zeros string ('0000'H), with the location of
Packit Service 9ccfef
            these zeros being saved.  After generating the record, the
Packit Service 9ccfef
            checksum is calculated over the whole connection record and
Packit Service 9ccfef
            then the all-zeros value is overwritten (at the saved
Packit Service 9ccfef
            location) by the calculated value of the checksum."
Packit Service 9ccfef
    ::= { atmAcctngDataObjects 33 }
Packit Service 9ccfef
END