ATM-MIB

This is the MIB Module for ATM and AAL5-related objects for managing ATM interfaces, ATM virtual links, ATM cross-connects, AAL5...

  • Version: 1998-10-19

    ATM-MIB@1998-10-19


    
      module ATM-MIB {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:smiv2:ATM-MIB";
    
        prefix ATM-MIB;
    
        import ATM-TC-MIB {
          prefix atm-tc;
        }
        import IF-MIB {
          prefix if-mib;
        }
        import SNMPv2-TC {
          prefix snmpv2-tc;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import ietf-yang-smiv2 {
          prefix smiv2;
        }
        import ietf-yang-types {
          prefix yang;
        }
    
        organization
          "IETF AToM MIB Working Group";
    
        contact
          "          Kaj Tesink
    Postal:  Bellcore
    	 331 Newman Springs Road
    	 Red Bank, NJ 07701
    Tel:     732-758-5254
    Fax:     732-758-2269
    E-mail:  kaj@bellcore.com";
    
        description
          "This is the MIB Module for ATM and AAL5-related
    objects for managing ATM interfaces, ATM virtual
    links, ATM cross-connects, AAL5 entities, and
    and AAL5 connections.";
    
        revision "1998-10-19" {
          description
            "The initial revision of this module was published
    as RFC 1695. Key revisions include:
    o  Textual Conventions and OBJECT IDENTITIES have
       been moved to a separate MIB module.
    o  Applicability of objects to PVCs, SVCs and Soft
       PVCs has been clarified.
    o  DEFVAL clauses have been added.
    o  The relationship of ifIndex values with different
       layers and sublayers related to ATM has been
       clarified.
    o  atmTrafficQosClass has been deprecated
       and replaced with atmServiceCategory.
    o  atmInterfaceCurrentMaxVpiBits and
       atmInterfaceCurrentMaxVciBits have been added with
       a description on their relationship with other
       objects.
    o  atmInterfaceAddressType and atmInterfaceAdminAddress
       have been deprecated and replaced by
       atmInterfaceSubscrAddress.
    o  atmInterfaceTCAlarmState has been clarified.
    o  atmTrafficDescrParamIndexNext has been introduced
       in order to provide a manager a free
       atmTrafficDescrParamIndex value.
    o  The atmTrafficFrameDiscard capability has been added.
    o  A connection topology type (atmVpl/VclCastType) and
       a call control type (atmVpl/VclConnKind) have been
       added.
    o  aal2 has been added to atmVccAalType.";
        }
    
        revision "1994-06-07" {
          description
            "The RFC1695 version of this MIB module.";
        }
    
        smiv2:alias "atmMIB" {
          smiv2:oid "1.3.6.1.2.1.37";
        }
        smiv2:alias "atmMIBObjects" {
          smiv2:oid "1.3.6.1.2.1.37.1";
        }
        smiv2:alias "atmMIBConformance" {
          smiv2:oid "1.3.6.1.2.1.37.2";
        }
        smiv2:alias "atmMIBGroups" {
          smiv2:oid "1.3.6.1.2.1.37.2.1";
        }
        smiv2:alias "atmMIBCompliances" {
          smiv2:oid "1.3.6.1.2.1.37.2.2";
        }
    
        container ATM-MIB {
          config false;
          container atmMIBObjects {
            smiv2:oid "1.3.6.1.2.1.37.1";
            leaf atmVpCrossConnectIndexNext {
              smiv2:max-access "read-only";
              smiv2:oid "1.3.6.1.2.1.37.1.8";
              type int32 {
                range "0..2147483647";
              }
              description
                "This object contains an appropriate value to
    be used for atmVpCrossConnectIndex when creating
    entries in the atmVpCrossConnectTable.  The value
    0 indicates that no unassigned entries are
    available. To obtain the atmVpCrossConnectIndex
    value for a new entry, the manager issues a
    management protocol retrieval operation to obtain
    the current value of this object.  After each
    retrieval, the agent should modify the value to
    the next unassigned index.
    After a manager retrieves a value the agent will
    determine through its local policy when this index
    value will be made available for reuse.";
            }
    
            leaf atmVcCrossConnectIndexNext {
              smiv2:max-access "read-only";
              smiv2:oid "1.3.6.1.2.1.37.1.10";
              type int32 {
                range "0..2147483647";
              }
              description
                "This object contains an appropriate value to
    be used for atmVcCrossConnectIndex when creating
    entries in the atmVcCrossConnectTable.  The value
    0 indicates that no unassigned entries are
    available. To obtain the atmVcCrossConnectIndex
    value for a new entry, the manager issues a
    management protocol retrieval operation to obtain
    the current value of this object.  After each
    retrieval, the agent should modify the value to
    the next unassigned index.
    After a manager retrieves a value the agent will
    determine through its local policy when this index
    value will be made available for reuse.";
            }
    
            leaf atmTrafficDescrParamIndexNext {
              smiv2:max-access "read-only";
              smiv2:oid "1.3.6.1.2.1.37.1.13";
              type int32 {
                range "0..2147483647";
              }
              description
                "This object contains an appropriate value to
    be used for atmTrafficDescrParamIndex when
    creating entries in the
    atmTrafficDescrParamTable.
    The value 0 indicates that no unassigned
    entries are available. To obtain the
    atmTrafficDescrParamIndex value for a new
    entry, the manager issues a management
    protocol retrieval operation to obtain the
    current value of this object.  After each
    retrieval, the agent should modify the value
    to the next unassigned index.
    After a manager retrieves a value the agent will
    determine through its local policy when this index
    value will be made available for reuse.";
            }
          }  // container atmMIBObjects
    
          container atmInterfaceConfTable {
            smiv2:oid "1.3.6.1.2.1.37.1.2";
            description
              "This table contains ATM local interface
    configuration parameters, one entry per ATM
    interface port.";
            list atmInterfaceConfEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.2.1";
              key "ifIndex";
              description
                "This list contains ATM interface configuration
    parameters and state variables and is indexed
    by ifIndex values of ATM interfaces.";
              leaf ifIndex {
                type leafref {
                  path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex";
                }
              }
    
              leaf atmInterfaceMaxVpcs {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.1";
                type int32 {
                  range "0..4096";
                }
                description
                  "The maximum number of VPCs (PVPCs and SVPCs)
    supported at this ATM interface. At the ATM UNI,
    the maximum number of VPCs (PVPCs and SVPCs)
    ranges from 0 to 256 only.";
              }
    
              leaf atmInterfaceMaxVccs {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.2";
                type int32 {
                  range "0..65536";
                }
                description
                  "The maximum number of VCCs (PVCCs and SVCCs)
    supported at this ATM interface.";
              }
    
              leaf atmInterfaceConfVpcs {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.3";
                type int32 {
                  range "0..4096";
                }
                description
                  "The number of VPCs (PVPC, Soft PVPC and SVPC)
    currently in use at this ATM interface.  It includes
    the number of PVPCs and Soft PVPCs that are configured
    at the interface, plus the number of SVPCs
    that are currently  established at the
    interface.
    
    At the ATM UNI, the configured number of
    VPCs (PVPCs and SVPCs) can range from
    0 to 256 only.";
              }
    
              leaf atmInterfaceConfVccs {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.4";
                type int32 {
                  range "0..65536";
                }
                description
                  "The number of VCCs (PVCC, Soft PVCC and SVCC)
    currently in use at this ATM interface.  It includes
    the number of PVCCs and Soft PVCCs that are configured
    at the interface, plus the number of SVCCs
    that are currently  established at the
    interface.";
              }
    
              leaf atmInterfaceMaxActiveVpiBits {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.5";
                type int32 {
                  range "0..12";
                }
                description
                  "The  maximum number of active VPI bits
    configured for use at the ATM interface.
    At the ATM UNI, the maximum number of active
    VPI bits configured for use ranges from
    0 to 8 only.";
              }
    
              leaf atmInterfaceMaxActiveVciBits {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.6";
                type int32 {
                  range "0..16";
                }
                description
                  "The maximum number of active VCI bits
    configured for use at this ATM interface.";
              }
    
              leaf atmInterfaceIlmiVpi {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.7";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value of the VCC supporting
    the ILMI at this ATM interface.  If the values of
    atmInterfaceIlmiVpi and atmInterfaceIlmiVci are
    both equal to zero then the ILMI is not
    supported at this ATM interface.";
              }
    
              leaf atmInterfaceIlmiVci {
                smiv2:defval "16";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.8";
                type atm-tc:AtmVcIdentifier;
                description
                  "The VCI value of the VCC supporting
    the ILMI at this ATM interface.  If the values of
    atmInterfaceIlmiVpi and atmInterfaceIlmiVci are
    both equal to zero then the ILMI is not
    supported at this ATM interface.";
              }
    
              leaf atmInterfaceAddressType {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.9";
                type enumeration {
                  enum "private" {
                    value 1;
                  }
                  enum "nsapE164" {
                    value 2;
                  }
                  enum "nativeE164" {
                    value 3;
                  }
                  enum "other" {
                    value 4;
                  }
                }
                status deprecated;
                description
                  "The type of primary ATM address configured
    for use at this ATM interface.";
              }
    
              leaf atmInterfaceAdminAddress {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.10";
                type atm-tc:AtmAddr;
                status deprecated;
                description
                  "The primary address assigned for administrative purposes,
    for example, an address associated with the
    service provider side of a public network UNI
    (thus, the value of this address corresponds
    with the value of ifPhysAddress at the host side).
    If this interface has no assigned administrative
    address, or when the address used for
    administrative purposes is the same as that used
    for ifPhysAddress, then this is an octet string of
    zero length.";
              }
    
              leaf atmInterfaceMyNeighborIpAddress {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.11";
                type inet:ipv4-address;
                description
                  "The IP address of the neighbor system connected to
    the  far end of this interface, to which a Network
    Management Station can send SNMP messages, as IP
    datagrams sent to UDP port 161, in order to access
    network management information concerning the
    operation of that system.  Note that the value
    of this object may be obtained in different ways,
    e.g., by manual configuration, or through ILMI
    interaction with the neighbor system.";
              }
    
              leaf atmInterfaceMyNeighborIfName {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.12";
                type snmpv2-tc:DisplayString;
                description
                  "The textual name of the interface on the neighbor
    system on the far end of this interface, and to
    which this interface connects.  If the neighbor
    system is manageable through SNMP and supports
    the object ifName, the value of this object must
    be identical with that of ifName for the ifEntry
    of the lowest level physical interface
    for this port.  If this interface does not have a
    textual name, the value of this object is a zero
    length string.  Note that the value of this object
    may be obtained in different ways, e.g., by manual
    configuration, or through ILMI interaction with
    the neighbor system.";
              }
    
              leaf atmInterfaceCurrentMaxVpiBits {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.13";
                type int32 {
                  range "0..12";
                }
                description
                  "The maximum number of VPI Bits that may
    currently be used at this ATM interface.
    The value is the minimum of
    atmInterfaceMaxActiveVpiBits, and the
    atmInterfaceMaxActiveVpiBits of the interface's
    UNI/NNI peer.
    
    If the interface does not negotiate with
    its peer to determine the number of VPI Bits
    that can be used on the interface, then the
    value of this object must equal
    atmInterfaceMaxActiveVpiBits.";
              }
    
              leaf atmInterfaceCurrentMaxVciBits {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.14";
                type int32 {
                  range "0..16";
                }
                description
                  "The maximum number of VCI Bits that may
    currently be used at this ATM interface.
    The value is the minimum of
    atmInterfaceMaxActiveVciBits, and the
    atmInterfaceMaxActiveVciBits of the interface's
    UNI/NNI peer.
    
    If the interface does not negotiate with
    its peer to determine the number of VCI Bits
    that can be used on the interface, then the
    value of this object must equal
    atmInterfaceMaxActiveVciBits.";
              }
    
              leaf atmInterfaceSubscrAddress {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.2.1.15";
                type atm-tc:AtmAddr;
                description
                  "The identifier assigned by a service provider
    to the network side of a public network UNI.
    If this interface has no assigned service provider
    address, or for other interfaces this is an octet string
    of zero length.";
              }
    
              leaf atmIntfPvcFailures {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.29.1.14.1.20";
                type yang:counter32;
                description
                  "The number of times the operational status of a PVCL
    on this interface has gone down.";
              }
    
              leaf atmIntfCurrentlyFailingPVcls {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.29.1.14.1.22";
                type yang:gauge32;
                description
                  "The current number of VCLs on this interface for which
    there is an active row in the atmVclTable having an
    atmVclConnKind value of `pvc' and an atmVclOperStatus
    with a value other than `up'.";
              }
    
              leaf atmIntfPvcFailuresTrapEnable {
                smiv2:defval "false";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.29.1.14.1.23";
                type boolean;
                description
                  "Allows the generation of traps in response to PVCL
    failures on this interface.";
              }
    
              leaf atmIntfPvcNotificationInterval {
                smiv2:defval "30";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.29.1.14.1.24";
                type int32 {
                  range "1..3600";
                }
                units "seconds";
                description
                  "The minimum interval between the sending of
    cIntfPvcFailuresTrap notifications for this
    interface.";
              }
    
              leaf atmPreviouslyFailedPVclInterval {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.29.1.14.1.25";
                type int32 {
                  range "0..3600";
                }
                units "seconds";
                description
                  "The interval for storing the failed
    time in atmPreviouslyFailedPVclTimeStamp";
              }
    
              leaf atmIntfCurrentlyDownToUpPVcls {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.31.1.1.1.1";
                type yang:gauge32;
                description
                  "The current number PVCLs on this interface which
    changed state to 'up' since the last
    atmIntPvcUpTrap was sent.";
              }
    
              leaf atmIntfOAMFailedPVcls {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.31.1.1.1.2";
                type yang:gauge32;
                description
                  "The total number of PVCLs in this interface which
    are currently in the oam loopback failed condition but
    the status of each PVCL remain in the 'up' state.";
              }
    
              leaf atmIntfCurrentlyOAMFailingPVcls {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.31.1.1.1.3";
                type yang:gauge32;
                description
                  "The current number of PVCLs on this interface for which the
    oam loop back has failed but the status of each PVCL remain
    in the 'up' state in the last notification interval.";
              }
            }  // list atmInterfaceConfEntry
          }  // container atmInterfaceConfTable
    
          container atmInterfaceDs3PlcpTable {
            smiv2:oid "1.3.6.1.2.1.37.1.3";
            description
              "This table contains ATM interface DS3 PLCP
    parameters and state variables, one entry per
    ATM interface port.";
            list atmInterfaceDs3PlcpEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.3.1";
              key "ifIndex";
              description
                "This list contains DS3 PLCP parameters and
    state variables at the ATM interface and is
    indexed by the ifIndex value of the ATM interface.";
              leaf ifIndex {
                type leafref {
                  path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex";
                }
              }
    
              leaf atmInterfaceDs3PlcpSEFSs {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.3.1.1";
                type yang:counter32;
                description
                  "The number of DS3 PLCP Severely Errored Framing
    Seconds (SEFS). Each SEFS represents a
    one-second interval which contains
    one or more SEF events.";
              }
    
              leaf atmInterfaceDs3PlcpAlarmState {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.3.1.2";
                type enumeration {
                  enum "noAlarm" {
                    value 1;
                  }
                  enum "receivedFarEndAlarm" {
                    value 2;
                  }
                  enum "incomingLOF" {
                    value 3;
                  }
                }
                description
                  "This variable indicates if there is an
    alarm present for the DS3 PLCP.  The value
    receivedFarEndAlarm means that the DS3 PLCP
    has received an incoming Yellow
    Signal, the value incomingLOF means that
    the DS3 PLCP has declared a loss of frame (LOF)
    failure condition, and the value noAlarm
    means that there are no alarms present.
    Transition from the failure to the no alarm state
    occurs when no defects (e.g., LOF) are received
    for more than 10 seconds.";
              }
    
              leaf atmInterfaceDs3PlcpUASs {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.3.1.3";
                type yang:counter32;
                description
                  "The counter associated with the number of
    Unavailable Seconds encountered by the PLCP.";
              }
            }  // list atmInterfaceDs3PlcpEntry
          }  // container atmInterfaceDs3PlcpTable
    
          container atmInterfaceTCTable {
            smiv2:oid "1.3.6.1.2.1.37.1.4";
            description
              "This table contains ATM interface TC
    Sublayer parameters and state variables,
    one entry per ATM interface port.";
            list atmInterfaceTCEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.4.1";
              key "ifIndex";
              description
                "This list contains TC Sublayer parameters
    and state variables at the ATM interface and is
    indexed by the ifIndex value of the ATM interface.";
              leaf ifIndex {
                type leafref {
                  path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex";
                }
              }
    
              leaf atmInterfaceOCDEvents {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.4.1.1";
                type yang:counter32;
                description
                  "The number of times the Out of Cell
    Delineation (OCD) events occur.  If seven
    consecutive ATM cells have Header Error
    Control (HEC) violations, an OCD event occurs.
    A high number of OCD events may indicate a
    problem with the TC Sublayer.";
              }
    
              leaf atmInterfaceTCAlarmState {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.4.1.2";
                type enumeration {
                  enum "noAlarm" {
                    value 1;
                  }
                  enum "lcdFailure" {
                    value 2;
                  }
                }
                description
                  "This variable indicates if there is an
    alarm present for the TC Sublayer.  The value
    lcdFailure(2) indicates that the TC Sublayer
    is currently in the Loss of Cell Delineation
    (LCD) defect maintenance state.  The value
    noAlarm(1) indicates that the TC Sublayer
    is currently not in the LCD defect
    maintenance state.";
              }
            }  // list atmInterfaceTCEntry
          }  // container atmInterfaceTCTable
    
          container atmTrafficDescrParamTable {
            smiv2:oid "1.3.6.1.2.1.37.1.5";
            description
              "This table contains information on ATM traffic
    descriptor type and the associated parameters.";
            list atmTrafficDescrParamEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.5.1";
              key "atmTrafficDescrParamIndex";
              description
                "This list contains ATM traffic descriptor
    type and the associated parameters.";
              leaf atmTrafficDescrParamIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.1";
                type atm-tc:AtmTrafficDescrParamIndex {
                  range "1..2147483647";
                }
                description
                  "This object is used by the virtual link
    table (i.e., VPL or VCL table)
    to identify the row of this table.
    When creating a new row in the table
    the value of this index may be obtained
    by retrieving the value of
    atmTrafficDescrParamIndexNext.";
              }
    
              leaf atmTrafficDescrType {
                smiv2:defval "atmNoClpNoScr";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.2";
                type yang:object-identifier-128;
                description
                  "The value of this object identifies the type
    of ATM traffic descriptor.
    The type may indicate no traffic descriptor or
    traffic descriptor with one or more parameters.
    These parameters are specified as a parameter
    vector, in the corresponding instances of the
    objects:
        atmTrafficDescrParam1
        atmTrafficDescrParam2
        atmTrafficDescrParam3
        atmTrafficDescrParam4
        atmTrafficDescrParam5.";
              }
    
              leaf atmTrafficDescrParam1 {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.3";
                type int32;
                description
                  "The first parameter of the ATM traffic descriptor
    used according to the value of
    atmTrafficDescrType.";
              }
    
              leaf atmTrafficDescrParam2 {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.4";
                type int32;
                description
                  "The second parameter of the ATM traffic descriptor
    used according to the value of
    atmTrafficDescrType.";
              }
    
              leaf atmTrafficDescrParam3 {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.5";
                type int32;
                description
                  "The third parameter of the ATM traffic descriptor
    used according to the value of
    atmTrafficDescrType.";
              }
    
              leaf atmTrafficDescrParam4 {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.6";
                type int32;
                description
                  "The fourth parameter of the ATM traffic descriptor
    used according to the value of
    atmTrafficDescrType.";
              }
    
              leaf atmTrafficDescrParam5 {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.7";
                type int32;
                description
                  "The fifth parameter of the ATM traffic descriptor
    used according to the value of
    atmTrafficDescrType.";
              }
    
              leaf atmTrafficQoSClass {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.8";
                type int32 {
                  range "0..255";
                }
                status deprecated;
                description
                  "The value of this object identifies the QoS Class.
    Four Service classes have been
    specified in the ATM Forum UNI Specification:
    Service Class A: Constant bit rate video and
    		 Circuit emulation
    Service Class B: Variable bit rate video/audio
    Service Class C: Connection-oriented data
    Service Class D: Connectionless data
    Four QoS classes numbered 1, 2, 3, and 4 have
    been specified with the aim to support service
    classes A, B, C, and D respectively.
    An unspecified QoS Class numbered `0' is used
    for best effort traffic.";
              }
    
              leaf atmTrafficDescrRowStatus {
                smiv2:defval "active";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.9";
                type snmpv2-tc:RowStatus;
                description
                  "This object is used to create
    a new row or modify or delete an
    existing row in this table.";
              }
    
              leaf atmServiceCategory {
                smiv2:defval "ubr";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.10";
                type atm-tc:AtmServiceCategory;
                description
                  "The ATM service category.";
              }
    
              leaf atmTrafficFrameDiscard {
                smiv2:defval "true";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.5.1.11";
                type boolean;
                description
                  "If set to 'true', this object indicates that the network
    is requested to treat data for this connection, in the
    given direction, as frames (e.g. AAL5 CPCS_PDU's) rather
    than as individual cells.  While the precise
    implementation is network-specific, this treatment may
    for example involve discarding entire frames during
    congestion, rather than a few cells from many frames.";
              }
            }  // list atmTrafficDescrParamEntry
          }  // container atmTrafficDescrParamTable
    
          container atmVplTable {
            smiv2:oid "1.3.6.1.2.1.37.1.6";
            description
              "The Virtual Path Link (VPL) table.  A
    bi-directional VPL is modeled as one entry
    in this table. This table can be used for
    PVCs, SVCs and Soft PVCs.
    Entries are not present in this table for
    the VPIs used by entries in the atmVclTable.";
            list atmVplEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.6.1";
              key "ifIndex atmVplVpi";
              description
                "An entry in the VPL table.  This entry is
    used to model a bi-directional VPL.
    To create a VPL at an ATM interface,
    either of the following procedures are used:
    
    Negotiated VPL establishment
    
    (1) The management application creates
      a VPL entry in the atmVplTable
      by setting atmVplRowStatus to createAndWait(5).
      This may fail for the following reasons:
      - The selected VPI value is unavailable,
      - The selected VPI value is in use.
      Otherwise, the agent creates a row and
      reserves the VPI value on that port.
    
    (2) The manager selects an existing row(s) in the
      atmTrafficDescrParamTable,
      thereby, selecting a set of self-consistent
      ATM traffic parameters and the service category
      for receive and transmit directions of the VPL.
    
    (2a) If no suitable row(s) in the
      atmTrafficDescrParamTable exists,
      the manager must create a new row(s)
      in that table.
    
    (2b) The manager characterizes the VPL's traffic
      parameters through setting the
      atmVplReceiveTrafficDescrIndex and the
      atmVplTransmitTrafficDescrIndex values
      in the VPL table, which point to the rows
      containing desired ATM traffic parameter values
      in the atmTrafficDescrParamTable.  The agent
      will check the availability of resources and
      may refuse the request.
      If the transmit and receive service categories
      are inconsistent, the agent should refuse the
      request.
    
    (3) The manager activates the VPL by setting the
      the atmVplRowStatus to active(1).
      If this set is successful, the agent has
      reserved the resources to satisfy the requested
      traffic parameter values and the service category
      for that VPL.
    
    (4) If the VPL terminates a VPC in the ATM host
      or switch, the manager turns on the
      atmVplAdminStatus to up(1) to turn the VPL
      traffic flow on.  Otherwise, the
      atmVpCrossConnectTable  must be used
      to cross-connect the VPL to another VPL(s)
      in an ATM switch or network.
    
    One-Shot VPL Establishment
    
    A VPL may also be established in one step by a
    set-request with all necessary VPL parameter
    values and atmVplRowStatus set to createAndGo(4).
    
    In contrast to the negotiated VPL establishment
    which allows for detailed error checking
    (i.e., set errors are explicitly linked to
    particular resource acquisition failures),
    the one-shot VPL establishment
    performs the setup on one operation but
    does not have the advantage of step-wise
    error checking.
    
    VPL Retirement
    
    A VPL is released by setting atmVplRowStatus to
    destroy(6), and the agent may release all
    associated resources.";
              leaf ifIndex {
                type leafref {
                  path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex";
                }
              }
    
              leaf atmVplVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.1";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value of the VPL.";
              }
    
              leaf atmVplAdminStatus {
                smiv2:defval "down";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.2";
                type atm-tc:AtmVorXAdminStatus;
                description
                  "This object is instanciated only for a VPL
    which terminates a VPC (i.e., one which is
    NOT cross-connected to other VPLs).
    Its value specifies the desired
    administrative state of the VPL.";
              }
    
              leaf atmVplOperStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.3";
                type atm-tc:AtmVorXOperStatus;
                description
                  "The current operational status of the VPL.";
              }
    
              leaf atmVplLastChange {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.4";
                type atm-tc:AtmVorXLastChange;
                description
                  "The value of sysUpTime at the time this
    VPL entered its current operational state.";
              }
    
              leaf atmVplReceiveTrafficDescrIndex {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.5";
                type atm-tc:AtmTrafficDescrParamIndex;
                description
                  "The value of this object identifies the row
    in the atmTrafficDescrParamTable which
    applies to the receive direction of the VPL.";
              }
    
              leaf atmVplTransmitTrafficDescrIndex {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.6";
                type atm-tc:AtmTrafficDescrParamIndex;
                description
                  "The value of this object identifies the row
    in the atmTrafficDescrParamTable which
    applies to the transmit direction of the VPL.";
              }
    
              leaf atmVplCrossConnectIdentifier {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.7";
                type int32 {
                  range "0..2147483647";
                }
                description
                  "This object is instantiated only for a VPL
    which is cross-connected to other VPLs
    that belong to the same VPC.  All such
    associated VPLs have the same value of this
    object, and all their cross-connections are
    identified either by entries that are indexed
    by the same value of atmVpCrossConnectIndex in
    the atmVpCrossConnectTable of this MIB module or by
    the same value of the cross-connect index in
    the cross-connect table for SVCs and Soft PVCs
    (defined in a separate MIB module).
    At no time should entries in these respective
    cross-connect tables exist simultaneously
    with the same cross-connect index value.
    The value of this object is initialized by the
    agent after the associated entries in the
    atmVpCrossConnectTable have been created.";
              }
    
              leaf atmVplRowStatus {
                smiv2:defval "createAndWait";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.8";
                type snmpv2-tc:RowStatus;
                description
                  "This object is used to create, delete
    or modify a row in this table.
    To create a new VCL, this object is
    initially set to 'createAndWait' or
    'createAndGo'.  This object should not be
    set to 'active' unless the following columnar
    objects have been set to their desired value
    in this row:
    atmVplReceiveTrafficDescrIndex and
    atmVplTransmitTrafficDescrIndex.
    The DESCRIPTION of atmVplEntry provides
    further guidance to row treatment in this table.";
              }
    
              leaf atmVplCastType {
                smiv2:defval "p2p";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.9";
                type atm-tc:AtmConnCastType;
                description
                  "The connection topology type.";
              }
    
              leaf atmVplConnKind {
                smiv2:defval "pvc";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.6.1.10";
                type atm-tc:AtmConnKind;
                description
                  "The use of call control.";
              }
            }  // list atmVplEntry
          }  // container atmVplTable
    
          container atmVclTable {
            smiv2:oid "1.3.6.1.2.1.37.1.7";
            description
              "The Virtual Channel Link (VCL) table.  A
    bi-directional VCL is modeled as one entry
    in this table. This table can be used for
    PVCs, SVCs and Soft PVCs.";
            list atmVclEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.7.1";
              key "ifIndex atmVclVpi atmVclVci";
              description
                "An entry in the VCL table. This entry is
    used to model a bi-directional VCL.
    To create a VCL at an ATM interface,
    either of the following procedures are used:
    
    Negotiated VCL establishment
    
    (1) The management application creates
      a VCL entry in the atmVclTable
      by setting atmVclRowStatus to createAndWait(5).
      This may fail for the following reasons:
      - The selected VPI/VCI values are unavailable,
      - The selected VPI/VCI values are in use.
      Otherwise, the agent creates a row and
      reserves the VPI/VCI values on that port.
    
    (2) The manager selects an existing row(s) in the
      atmTrafficDescrParamTable,
      thereby, selecting a set of self-consistent
      ATM traffic parameters and the service category
      for receive and transmit directions of the VCL.
    
    
    (2a) If no suitable row(s) in the
      atmTrafficDescrParamTable exists,
      the manager must create a new row(s)
      in that table.
    
    (2b) The manager characterizes the VCL's traffic
      parameters through setting the
      atmVclReceiveTrafficDescrIndex and the
      atmVclTransmitTrafficDescrIndex values
      in the VCL table, which point to the rows
      containing desired ATM traffic parameter values
      in the atmTrafficDescrParamTable.  The agent
      will check the availability of resources and
      may refuse the request.
      If the transmit and receive service categories
      are inconsistent, the agent should refuse the
      request.
    
    (3) The manager activates the VCL by setting the
      the atmVclRowStatus to active(1) (for
      requirements on this activation see the
      description of atmVclRowStatus).
      If this set is successful, the agent has
      reserved the resources to satisfy the requested
      traffic parameter values and the service category
      for that VCL.
    (4) If the VCL terminates a VCC in the ATM host
      or switch, the manager turns on the
      atmVclAdminStatus to up(1) to turn the VCL
      traffic flow on.  Otherwise, the
      atmVcCrossConnectTable  must be used
      to cross-connect the VCL to another VCL(s)
      in an ATM switch or network.
    
    One-Shot VCL Establishment
    
    A VCL may also be established in one step by a
    set-request with all necessary VCL parameter
    values and atmVclRowStatus set to createAndGo(4).
    
    In contrast to the negotiated VCL establishment
    which allows for detailed error checking
    (i.e., set errors are explicitly linked to
    particular resource acquisition failures),
    the one-shot VCL establishment
    performs the setup on one operation but
    does not have the advantage of step-wise
    error checking.
    
    VCL Retirement
    
    A VCL is released by setting atmVclRowStatus to
    destroy(6), and the agent may release all
    associated resources.";
              leaf ifIndex {
                type leafref {
                  path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex";
                }
              }
    
              leaf atmVclVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.1";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value of the VCL.";
              }
    
              leaf atmVclVci {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.2";
                type atm-tc:AtmVcIdentifier;
                description
                  "The VCI value of the VCL.";
              }
    
              leaf atmVclAdminStatus {
                smiv2:defval "down";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.3";
                type atm-tc:AtmVorXAdminStatus;
                description
                  "This object is instanciated only for a VCL which
    terminates a VCC (i.e., one which is NOT
    cross-connected to other VCLs). Its value
    specifies the desired administrative state of
    the VCL.";
              }
    
              leaf atmVclOperStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.4";
                type atm-tc:AtmVorXOperStatus;
                description
                  "The current operational status of the VCL.";
              }
    
              leaf atmVclLastChange {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.5";
                type atm-tc:AtmVorXLastChange;
                description
                  "The value of sysUpTime at the time this VCL
    entered its current operational state.";
              }
    
              leaf atmVclReceiveTrafficDescrIndex {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.6";
                type atm-tc:AtmTrafficDescrParamIndex;
                description
                  "The value of this object identifies the row
    in the ATM Traffic Descriptor Table which
    applies to the receive direction of this VCL.";
              }
    
              leaf atmVclTransmitTrafficDescrIndex {
                smiv2:defval "0";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.7";
                type atm-tc:AtmTrafficDescrParamIndex;
                description
                  "The value of this object identifies the row
    of the ATM Traffic Descriptor Table which applies
    to the transmit direction of this VCL.";
              }
    
              leaf atmVccAalType {
                smiv2:defval "aal5";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.8";
                type enumeration {
                  enum "aal1" {
                    value 1;
                  }
                  enum "aal34" {
                    value 2;
                  }
                  enum "aal5" {
                    value 3;
                  }
                  enum "other" {
                    value 4;
                  }
                  enum "unknown" {
                    value 5;
                  }
                  enum "aal2" {
                    value 6;
                  }
                }
                description
                  "An instance of this object only exists when the
    local VCL end-point is also the VCC end-point,
    and AAL is in use.
    The type of AAL used on this VCC.
    The AAL type includes AAL1, AAL2, AAL3/4,
    and AAL5. The other(4) may be user-defined
    AAL type.  The unknown type indicates that
    the AAL type cannot be determined.";
              }
    
              leaf atmVccAal5CpcsTransmitSduSize {
                smiv2:defval "9188";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.9";
                type int32 {
                  range "1..65535";
                }
                description
                  "An instance of this object only exists when the
    local VCL end-point is also the VCC end-point,
    and AAL5 is in use.
    The maximum AAL5 CPCS SDU size in octets that is
    supported on the transmit direction of this VCC.";
              }
    
              leaf atmVccAal5CpcsReceiveSduSize {
                smiv2:defval "9188";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.10";
                type int32 {
                  range "1..65535";
                }
                description
                  "An instance of this object only exists when the
    local VCL end-point is also the VCC end-point,
    and AAL5 is in use.
    The maximum AAL5 CPCS SDU size in octets that is
    supported on the receive direction of this VCC.";
              }
    
              leaf atmVccAal5EncapsType {
                smiv2:defval "llcEncapsulation";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.11";
                type enumeration {
                  enum
                    "vcMultiplexRoutedProtocol" {
                    value 1;
                  }
                  enum
                    "vcMultiplexBridgedProtocol8023" {
                    value 2;
                  }
                  enum
                    "vcMultiplexBridgedProtocol8025" {
                    value 3;
                  }
                  enum
                    "vcMultiplexBridgedProtocol8026" {
                    value 4;
                  }
                  enum
                    "vcMultiplexLANemulation8023" {
                    value 5;
                  }
                  enum
                    "vcMultiplexLANemulation8025" {
                    value 6;
                  }
                  enum "llcEncapsulation" {
                    value 7;
                  }
                  enum
                    "multiprotocolFrameRelaySscs" {
                    value 8;
                  }
                  enum "other" {
                    value 9;
                  }
                  enum "unknown" {
                    value 10;
                  }
                }
                description
                  "An instance of this object only exists when the
    local VCL end-point is also the VCC end-point,
    and AAL5 is in use.
    The type of data encapsulation used over
    the AAL5 SSCS layer. The definitions reference
    RFC 1483 Multiprotocol Encapsulation
    over ATM AAL5 and to the ATM Forum
    LAN Emulation specification.";
              }
    
              leaf atmVclCrossConnectIdentifier {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.12";
                type int32 {
                  range "0..2147483647";
                }
                description
                  "This object is instantiated only for a VCL
    which is cross-connected to other VCLs
    that belong to the same VCC.  All such
    associated VCLs have the same value of this
    object, and all their cross-connections are
    identified either by entries that are indexed
    by the same value of atmVcCrossConnectIndex in
    the atmVcCrossConnectTable of this MIB module or by
    the same value of the cross-connect index in
    the cross-connect table for SVCs and Soft PVCs
    (defined in a separate MIB module).
    
    At no time should entries in these respective
    cross-connect tables exist simultaneously
    with the same cross-connect index value.
    The value of this object is initialized by the
    agent after the associated entries in the
    atmVcCrossConnectTable have been created.";
              }
    
              leaf atmVclRowStatus {
                smiv2:defval "createAndWait";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.13";
                type snmpv2-tc:RowStatus;
                description
                  "This object is used to create, delete or
    modify a row in this table.  To create
    a new VCL, this object is initially set
    to 'createAndWait' or 'createAndGo'.
    This object should not be
    set to 'active' unless the following columnar
    objects have been set to their desired value
    in this row:
    atmVclReceiveTrafficDescrIndex,
    atmVclTransmitTrafficDescrIndex.
    In addition, if the local VCL end-point
    is also the VCC end-point:
    atmVccAalType.
    In addition, for AAL5 connections only:
    atmVccAal5CpcsTransmitSduSize,
    atmVccAal5CpcsReceiveSduSize, and
    atmVccAal5EncapsType. (The existence
    of these objects imply the AAL connection type.).
    The DESCRIPTION of atmVclEntry provides
    further guidance to row treatment in this table.";
              }
    
              leaf atmVclCastType {
                smiv2:defval "p2p";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.14";
                type atm-tc:AtmConnCastType;
                description
                  "The connection topology type.";
              }
    
              leaf atmVclConnKind {
                smiv2:defval "pvc";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.7.1.15";
                type atm-tc:AtmConnKind;
                description
                  "The use of call control.";
              }
    
              leaf catmxVclOamLoopbackFreq {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.1";
                type uint32;
                units "seconds";
                description
                  "Specifies OAM loopback frequency.";
              }
    
              leaf catmxVclOamRetryFreq {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.2";
                type uint32;
                units "seconds";
                description
                  "Specifies OAM retry polling frequency.";
              }
    
              leaf catmxVclOamUpRetryCount {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.3";
                type uint32;
                description
                  "Specifies OAM retry count before declaring a VC
    is up.";
              }
    
              leaf catmxVclOamDownRetryCount {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.4";
                type uint32;
                description
                  "Specifies OAM retry count before declaring a VC
    is down.";
              }
    
              leaf catmxVclOamEndCCActCount {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.5";
                type uint32;
                description
                  "Specifies OAM End-to-end Continuity check (CC)
    Activation retry count.";
              }
    
              leaf catmxVclOamEndCCDeActCount {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.6";
                type uint32;
                description
                  "Specifies OAM End-to-end Continuity check (CC)
    Deactivation retry count.";
              }
    
              leaf catmxVclOamEndCCRetryFreq {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.7";
                type uint32;
                units "seconds";
                description
                  "Specifies OAM End-to-end Continuity check (CC)
    Activation/Deactivation retry frequency.";
              }
    
              leaf catmxVclOamSegCCActCount {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.8";
                type uint32;
                description
                  "Specifies OAM Segment Continuity check (CC)
    Activation retry count.";
              }
    
              leaf catmxVclOamSegCCDeActCount {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.9";
                type uint32;
                description
                  "Specifies OAM Segment Continuity check (CC)
    Deactivation retry count.";
              }
    
              leaf catmxVclOamSegCCRetryFreq {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.10";
                type uint32;
                units "seconds";
                description
                  "Specifies OAM Segment Continuity check (CC)
    Activation/Deactivation retry frequency.";
              }
    
              leaf catmxVclOamManage {
                smiv2:defval "false";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.11";
                type boolean;
                description
                  "Specifies OAM Enable/Disable on the VC.
    true(1) indicates that OAM is enabled on the VC.
    false(2) indicates that OAM is disabled on the VC.";
              }
    
              leaf catmxVclOamLoopBkStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.12";
                type enumeration {
                  enum "disabled" {
                    value 1;
                  }
                  enum "sent" {
                    value 2;
                  }
                  enum "received" {
                    value 3;
                  }
                  enum "failed" {
                    value 4;
                  }
                }
                description
                  "Indicates OAM loopback status of the VC.
    disabled(1)  --   No OAMs on this VC.
    sent(2)      --   OAM sent, waiting for echo.
    received(3)  --   OAM received from target.
    failed(4)    --   Last OAM did not return.";
              }
    
              leaf catmxVclOamVcState {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.13";
                type enumeration {
                  enum "downRetry" {
                    value 1;
                  }
                  enum "verified" {
                    value 2;
                  }
                  enum "notVerified" {
                    value 3;
                  }
                  enum "upRetry" {
                    value 4;
                  }
                  enum "aisRDI" {
                    value 5;
                  }
                  enum "aisOut" {
                    value 6;
                  }
                  enum "notManaged" {
                    value 7;
                  }
                }
                description
                  "Indicates the state of VC OAM.
    downRetry(1)   --  Loopback failed. Retry sending
    		   loopbacks with retry frequency.
    		   VC is up.
    verified(2)    --  Loopback is successful.
    notVerified(3) --  Not verified by loopback,
    		   AIS/RDI conditions are cleared.
    upRetry(4)     --  Retry successive loopbacks.
    		   VC is down.
    aisRDI(5)      --  Received AIS/RDI. Loopback are
    		   not sent in this state.
    aisOut(6)      --  Sending AIS. Loopback and reply are
    		   not sent in this state.
    notManaged(7)  --  VC is not managed by OAM.";
              }
    
              leaf catmxVclOamEndCCStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.14";
                type CISCO-ATM-EXT-MIB:OamCCStatus;
                description
                  "Indicates OAM End-to-end Continuity check (CC)
    status.";
              }
    
              leaf catmxVclOamSegCCStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.15";
                type CISCO-ATM-EXT-MIB:OamCCStatus;
                description
                  "Indicates OAM Segment Continuity check (CC) status.";
              }
    
              leaf catmxVclOamEndCCVcState {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.16";
                type CISCO-ATM-EXT-MIB:OamCCVcState;
                description
                  "Indicates OAM End-to-end Continuity check (CC)
    VC state.";
              }
    
              leaf catmxVclOamSegCCVcState {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.17";
                type CISCO-ATM-EXT-MIB:OamCCVcState;
                description
                  "Indicates OAM Segment Continuity check (CC) VC
    state.";
              }
    
              leaf catmxVclOamCellsReceived {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.18";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of OAM cells received on
    this VC.";
              }
    
              leaf catmxVclOamCellsSent {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.19";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of OAM cells sent on
    this VC.";
              }
    
              leaf catmxVclOamCellsDropped {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.20";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of OAM cells dropped on
    this VC.";
              }
    
              leaf catmxVclOamInF5ais {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.21";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of received OAM
    F5 Alarm Indication Signal (AIS) cells from the VC.";
              }
    
              leaf catmxVclOamOutF5ais {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.22";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of transmitted OAM
    F5 Alarm Indication Signal (AIS) cells to the VC.";
              }
    
              leaf catmxVclOamInF5rdi {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.23";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of received OAM
    F5 Remote Detection Indication (RDI) cells from
    the VC.";
              }
    
              leaf catmxVclOamOutF5rdi {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.2.1.1.24";
                type yang:counter32;
                units "cells";
                description
                  "Indicates the number of transmitted OAM
    F5 Remote Detection Indication (RDI) cells to the VC.";
              }
            }  // list atmVclEntry
          }  // container atmVclTable
    
          container atmVpCrossConnectTable {
            smiv2:oid "1.3.6.1.2.1.37.1.9";
            description
              "The ATM VP Cross Connect table for PVCs.
    An entry in this table models two
    cross-connected VPLs.
    Each VPL must have its atmConnKind set
    to pvc(1).";
            list atmVpCrossConnectEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.9.1";
              key "atmVpCrossConnectIndex atmVpCrossConnectLowIfIndex atmVpCrossConnectLowVpi atmVpCrossConnectHighIfIndex atmVpCrossConnectHighVpi";
              description
                "An entry in the ATM VP Cross Connect table.
    This entry is used to model a bi-directional
    ATM VP cross-connect which cross-connects
    two VPLs.
    
    Step-wise Procedures to set up a VP Cross-connect
    
    Once the entries in the atmVplTable are created,
    the following procedures are used
    to cross-connect the VPLs together.
    
    (1) The manager obtains a unique
       atmVpCrossConnectIndex by reading the
       atmVpCrossConnectIndexNext object.
    
    (2) Next, the manager creates a set of one
       or more rows in the ATM VP Cross Connect
       Table, one for each cross-connection between
       two VPLs.  Each row is indexed by the ATM
       interface port numbers and VPI values of the
       two ends of that cross-connection.
       This set of rows specifies the topology of the
       VPC cross-connect and is identified by a single
       value of atmVpCrossConnectIndex.
    
    Negotiated VP Cross-Connect Establishment
    
    (2a) The manager creates a row in this table by
       setting atmVpCrossConnectRowStatus to
       createAndWait(5).  The agent checks the
       requested topology and the mutual sanity of
       the ATM traffic parameters and
       service categories, i.e., the row creation
       fails if:
       - the requested topology is incompatible with
         associated values of atmVplCastType,
       - the requested topology is not supported
         by the agent,
       - the traffic/service category parameter values
         associated with the requested row are
         incompatible with those of already existing
         rows for this VP cross-connect.
       [For example, for setting up
       a point-to-point VP cross-connect, the
       ATM traffic parameters in the receive direction
       of a VPL at the low end of the cross-connect
       must equal to the traffic parameters in the
       transmit direction of the other VPL at the
       high end of the cross-connect,
       otherwise, the row creation fails.]
       The agent also checks for internal errors
       in building the cross-connect.
    
       The atmVpCrossConnectIndex values in the
       corresponding atmVplTable rows are filled
       in by the agent at this point.
    
    (2b) The manager promotes the row in the
       atmVpCrossConnectTable by setting
       atmVpCrossConnectRowStatus to active(1).  If
       this set is successful, the agent has reserved
       the resources specified by the ATM traffic
       parameter and Service category values
       for each direction of the VP cross-connect
       in an ATM switch or network.
    
    (3) The manager sets the
       atmVpCrossConnectAdminStatus to up(1) in all
       rows of this VP cross-connect to turn the
       traffic flow on.
    
    
    One-Shot VP Cross-Connect Establishment
    
    A VP cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVpCrossConnectRowStatus
    set to createAndGo(4).
    
    In contrast to the negotiated VP cross-connect
    establishment which allows for detailed error
    checking (i.e., set errors are explicitly linked
    to particular resource acquisition failures),
    the one-shot VP cross-connect establishment
    performs the setup on one operation but does not
    have the advantage of step-wise error checking.
    
    VP Cross-Connect Retirement
    
    A VP cross-connect identified by a particular
    value of atmVpCrossConnectIndex is released by:
    
    (1) Setting atmVpCrossConnectRowStatus of all
       rows identified by this value of
       atmVpCrossConnectIndex to destroy(6).
       The agent may release all
       associated resources, and the
       atmVpCrossConnectIndex values in the
       corresponding atmVplTable row are removed.
       Note that a situation when only a subset of
       the associated rows are deleted corresponds
       to a VP topology change.
    
    (2) After deletion of the appropriate
       atmVpCrossConnectEntries, the manager may
       set atmVplRowStatus to destroy(6) the
       associated VPLs.  The agent releases
       the resources and removes the associated
       rows in the atmVplTable.
    
    VP Cross-connect Reconfiguration
    
    At the discretion of the agent, a VP
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VP topology as per the VP cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/service category parameter
    values requires release of the VP cross-connect
    before those parameter values may by changed
    for individual VPLs.";
              leaf atmVpCrossConnectIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.1";
                type int32 {
                  range "1..2147483647";
                }
                description
                  "A unique value to identify this VP cross-connect.
    For each VPL associated with this cross-connect,
    the agent reports this cross-connect index value
    in the atmVplCrossConnectIdentifier attribute of
    the corresponding atmVplTable entries.";
              }
    
              leaf atmVpCrossConnectLowIfIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.2";
                type if-mib:InterfaceIndex;
                description
                  "The ifIndex value of the ATM interface for
    this VP cross-connect. The term low implies
    that this ATM interface has the numerically lower
    ifIndex value than the other ATM interface
    identified in the same atmVpCrossConnectEntry.";
              }
    
              leaf atmVpCrossConnectLowVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.3";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value at the ATM interface
    associated with the VP cross-connect that is
    identified by atmVpCrossConnectLowIfIndex.";
              }
    
              leaf atmVpCrossConnectHighIfIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.4";
                type if-mib:InterfaceIndex;
                description
                  "The ifIndex value of the ATM interface for
    this VP cross-connect. The term high implies that
    this ATM interface has the numerically higher
    ifIndex value than the  other ATM interface
    identified in the same atmVpCrossConnectEntry.";
              }
    
              leaf atmVpCrossConnectHighVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.5";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value at the ATM interface
    associated with the VP cross-connect that is
    identified by atmVpCrossConnectHighIfIndex.";
              }
    
              leaf atmVpCrossConnectAdminStatus {
                smiv2:defval "down";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.6";
                type atm-tc:AtmVorXAdminStatus;
                description
                  "The desired administrative status of this
    bi-directional VP cross-connect.";
              }
    
              leaf atmVpCrossConnectL2HOperStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.7";
                type atm-tc:AtmVorXOperStatus;
                description
                  "The operational status of the VP cross-connect
    in one direction; (i.e., from the low to
    high direction).";
              }
    
              leaf atmVpCrossConnectH2LOperStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.8";
                type atm-tc:AtmVorXOperStatus;
                description
                  "The operational status of the VP cross-connect
    in one direction; (i.e., from the high to
    low direction).";
              }
    
              leaf atmVpCrossConnectL2HLastChange {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.9";
                type atm-tc:AtmVorXLastChange;
                description
                  "The value of sysUpTime at the time this
    VP cross-connect entered its current operational
    state in the low to high direction.";
              }
    
              leaf atmVpCrossConnectH2LLastChange {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.10";
                type atm-tc:AtmVorXLastChange;
                description
                  "The value of sysUpTime at the time this
    VP cross-connect entered its current operational
    in the high to low direction.";
              }
    
              leaf atmVpCrossConnectRowStatus {
                smiv2:defval "createAndWait";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.9.1.11";
                type snmpv2-tc:RowStatus;
                description
                  "The status of this entry in the
    atmVpCrossConnectTable.  This object is used to
    create a cross-connect for cross-connecting
    VPLs which are created using the atmVplTable
    or to change or delete an existing cross-connect.
    This object must be initially set
    to `createAndWait' or 'createAndGo'.
    To turn on a VP cross-connect,
    the atmVpCrossConnectAdminStatus
    is set to `up'.";
              }
            }  // list atmVpCrossConnectEntry
          }  // container atmVpCrossConnectTable
    
          container atmVcCrossConnectTable {
            smiv2:oid "1.3.6.1.2.1.37.1.11";
            description
              "The ATM VC Cross Connect table for PVCs.
    An entry in this table models two
    cross-connected VCLs.
    Each VCL must have its atmConnKind set
    to pvc(1).";
            list atmVcCrossConnectEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.11.1";
              key "atmVcCrossConnectIndex atmVcCrossConnectLowIfIndex atmVcCrossConnectLowVpi atmVcCrossConnectLowVci atmVcCrossConnectHighIfIndex atmVcCrossConnectHighVpi atmVcCrossConnectHighVci";
              description
                "An entry in the ATM VC Cross Connect table.
    This entry is used to model a bi-directional ATM
    VC cross-connect cross-connecting two end points.
    
    Step-wise Procedures to set up a VC Cross-connect
    
    Once the entries in the atmVclTable are created,
    the following procedures are used
    to cross-connect the VCLs together to
    form a VCC segment.
    
    (1) The manager obtains a unique
       atmVcCrossConnectIndex by reading the
       atmVcCrossConnectIndexNext object.
    
    (2) Next, the manager creates a set of one
       or more rows in the ATM VC Cross Connect
       Table, one for each cross-connection between
       two VCLs.  Each row is indexed by the ATM
       interface port numbers and VPI/VCI values of
       the two ends of that cross-connection.
       This set of rows specifies the topology of the
       VCC cross-connect and is identified by a single
       value of atmVcCrossConnectIndex.
    
    Negotiated VC Cross-Connect Establishment
    
    (2a) The manager creates a row in this table by
       setting atmVcCrossConnectRowStatus to
       createAndWait(5).  The agent checks the
       requested topology and the mutual sanity of
       the ATM traffic parameters and
       service categories, i.e., the row creation
       fails if:
       - the requested topology is incompatible with
         associated values of atmVclCastType,
       - the requested topology is not supported
         by the agent,
       - the traffic/service category parameter values
         associated with the requested row are
         incompatible with those of already existing
         rows for this VC cross-connect.
       [For example, for setting up
       a point-to-point VC cross-connect, the
       ATM traffic parameters in the receive direction
       of a VCL at the low end of the cross-connect
       must equal to the traffic parameters in the
       transmit direction of the other VCL at the
       high end of the cross-connect,
       otherwise, the row creation fails.]
       The agent also checks for internal errors
       in building the cross-connect.
    
       The atmVcCrossConnectIndex values in the
       corresponding atmVclTable rows are filled
       in by the agent at this point.
    
    (2b) The manager promotes the row in the
       atmVcCrossConnectTable by setting
       atmVcCrossConnectRowStatus to active(1).  If
       this set is successful, the agent has reserved
       the resources specified by the ATM traffic
       parameter and Service category values
       for each direction of the VC cross-connect
       in an ATM switch or network.
    
    (3) The manager sets the
       atmVcCrossConnectAdminStatus to up(1)
       in all rows of this VC cross-connect to
       turn the traffic flow on.
    
    
    One-Shot VC Cross-Connect Establishment
    
    A VC cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVcCrossConnectRowStatus
    set to createAndGo(4).
    
    In contrast to the negotiated VC cross-connect
    establishment which allows for detailed error
    checking i.e., set errors are explicitly linked to
    particular resource acquisition failures), the
    one-shot VC cross-connect establishment
    performs the setup on one operation but does
    not have the advantage of step-wise error
    checking.
    
    VC Cross-Connect Retirement
    
    A VC cross-connect identified by a particular
    value of atmVcCrossConnectIndex is released by:
    
    (1) Setting atmVcCrossConnectRowStatus of all rows
       identified by this value of
       atmVcCrossConnectIndex to destroy(6).
       The agent may release all
       associated resources, and the
       atmVcCrossConnectIndex values in the
       corresponding atmVclTable row are removed.
       Note that a situation when only a subset of
       the associated rows are deleted corresponds
       to a VC topology change.
    
    (2) After deletion of the appropriate
       atmVcCrossConnectEntries, the manager may
       set atmVclRowStatus to destroy(6) the
       associated VCLs.  The agent releases
       the resources and removes the associated
       rows in the atmVclTable.
    
    VC Cross-Connect Reconfiguration
    
    At the discretion of the agent, a VC
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VC topology as per the VC cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/service category parameter
    values requires release of the VC cross-connect
    before those parameter values may by changed
    for individual VCLs.";
              leaf atmVcCrossConnectIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.1";
                type int32 {
                  range "1..2147483647";
                }
                description
                  "A unique value to identify this VC cross-connect.
    For each VCL associated with this cross-connect,
    the agent reports this cross-connect index value
    in the atmVclCrossConnectIdentifier attribute of
    the corresponding atmVclTable entries.";
              }
    
              leaf atmVcCrossConnectLowIfIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.2";
                type if-mib:InterfaceIndex;
                description
                  "The ifIndex value of the ATM interface for this
    VC cross-connect. The term low implies
    that this ATM interface has the numerically lower
    ifIndex value than the other ATM interface
    identified in the same atmVcCrossConnectEntry.";
              }
    
              leaf atmVcCrossConnectLowVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.3";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value at the ATM interface
    associated with the VC cross-connect that is
    identified by atmVcCrossConnectLowIfIndex.";
              }
    
              leaf atmVcCrossConnectLowVci {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.4";
                type atm-tc:AtmVcIdentifier;
                description
                  "The VCI value at the ATM interface
    associated with this VC cross-connect that is
    identified by atmVcCrossConnectLowIfIndex.";
              }
    
              leaf atmVcCrossConnectHighIfIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.5";
                type if-mib:InterfaceIndex;
                description
                  "The ifIndex value for the ATM interface for
    this VC cross-connect. The term high implies
    that this ATM interface has the numerically higher
    ifIndex value than the other ATM interface
    identified in the same atmVcCrossConnectEntry.";
              }
    
              leaf atmVcCrossConnectHighVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.6";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value at the ATM interface
    associated with the VC cross-connect that is
    identified by atmVcCrossConnectHighIfIndex.";
              }
    
              leaf atmVcCrossConnectHighVci {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.7";
                type atm-tc:AtmVcIdentifier;
                description
                  "The VCI value at the ATM interface
    associated with the VC cross-connect that is
    identified by atmVcCrossConnectHighIfIndex.";
              }
    
              leaf atmVcCrossConnectAdminStatus {
                smiv2:defval "down";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.8";
                type atm-tc:AtmVorXAdminStatus;
                description
                  "The desired administrative status of this
    bi-directional VC cross-connect.";
              }
    
              leaf atmVcCrossConnectL2HOperStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.9";
                type atm-tc:AtmVorXOperStatus;
                description
                  "The current operational status of the
    VC cross-connect in one direction; (i.e.,
    from the low to high direction).";
              }
    
              leaf atmVcCrossConnectH2LOperStatus {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.10";
                type atm-tc:AtmVorXOperStatus;
                description
                  "The current operational status of the
    VC cross-connect in one direction; (i.e.,
    from the high to low direction).";
              }
    
              leaf atmVcCrossConnectL2HLastChange {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.11";
                type atm-tc:AtmVorXLastChange;
                description
                  "The value of sysUpTime at the time this
    VC cross-connect entered its current
    operational state in low to high direction.";
              }
    
              leaf atmVcCrossConnectH2LLastChange {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.12";
                type atm-tc:AtmVorXLastChange;
                description
                  "The value of sysUpTime at the time this
    VC cross-connect entered its current
    operational state in high to low direction.";
              }
    
              leaf atmVcCrossConnectRowStatus {
                smiv2:defval "createAndWait";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.2.1.37.1.11.1.13";
                type snmpv2-tc:RowStatus;
                description
                  "The status of this entry in the
    atmVcCrossConnectTable.  This object is used to
    create a new cross-connect for cross-connecting
    VCLs which are created using the atmVclTable
    or to change or delete existing cross-connect.
    This object must be initially set to
    `createAndWait' or 'createAndGo'.
    To turn on a VC cross-connect,
    the atmVcCrossConnectAdminStatus
    is set to `up'.";
              }
            }  // list atmVcCrossConnectEntry
          }  // container atmVcCrossConnectTable
    
          container aal5VccTable {
            smiv2:oid "1.3.6.1.2.1.37.1.12";
            description
              "This table contains AAL5 VCC performance
    parameters.";
            list aal5VccEntry {
              smiv2:oid "1.3.6.1.2.1.37.1.12.1";
              key "ifIndex aal5VccVpi aal5VccVci";
              description
                "This list contains the AAL5 VCC
    performance parameters and is indexed
    by ifIndex values of AAL5 interfaces
    and the associated VPI/VCI values.";
              leaf ifIndex {
                type leafref {
                  path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex";
                }
              }
    
              leaf aal5VccVpi {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.12.1.1";
                type atm-tc:AtmVpIdentifier;
                description
                  "The VPI value of the AAL5 VCC at the
    interface identified by the ifIndex.";
              }
    
              leaf aal5VccVci {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.2.1.37.1.12.1.2";
                type atm-tc:AtmVcIdentifier;
                description
                  "The VCI value of the AAL5 VCC at the
    interface identified by the ifIndex.";
              }
    
              leaf aal5VccCrcErrors {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.12.1.3";
                type yang:counter32;
                description
                  "The number of AAL5 CPCS PDUs received with
    CRC-32 errors on this AAL5 VCC at the
    interface associated with an AAL5 entity.";
              }
    
              leaf aal5VccSarTimeOuts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.12.1.4";
                type yang:counter32;
                description
                  "The number of partially re-assembled AAL5
    CPCS PDUs which were discarded
    on this AAL5 VCC at the interface associated
    with an AAL5 entity because they
    were not fully re-assembled within the
    required time period.  If the re-assembly
    timer is not supported, then this object
    contains a zero value.";
              }
    
              leaf aal5VccOverSizedSDUs {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.2.1.37.1.12.1.5";
                type yang:counter32;
                description
                  "The number of AAL5 CPCS PDUs discarded
    on this AAL5 VCC at the interface
    associated with an AAL5 entity because the
    AAL5 SDUs were too large.";
              }
    
              leaf cAal5VccInPkts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.1";
                type yang:counter32;
                units "packets";
                description
                  "The number of AAL5 CPCS PDUs received on this AAL5 VCC at the
    interface associated with an AAL5 entity.";
              }
    
              leaf cAal5VccOutPkts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.2";
                type yang:counter32;
                units "packets";
                description
                  "The number of AAL5 CPCS PDUs transmitted on this AAL5 VCC at
    the interface associated with an AAL5 entity.";
              }
    
              leaf cAal5VccInOctets {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.3";
                type yang:counter32;
                units "octets";
                description
                  "The number of AAL5 CPCS PDU octets received on this AAL5 VCC
    at the interface associated with an AAL5 entity.";
              }
    
              leaf cAal5VccOutOctets {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.4";
                type yang:counter32;
                units "octets";
                description
                  "The number of AAL5 CPCS PDU octets transmitted on this AAL5
    VCC at the interface associated with an AAL5 entity.";
              }
    
              leaf cAal5VccInDroppedPkts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.5";
                type yang:counter32;
                units "packets";
                description
                  "The number of AAL5 CPCS PDUs dropped at the
    receive side of this AAL5 VCC at the interface
    associated with an AAL5 entity.";
              }
    
              leaf cAal5VccOutDroppedPkts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.6";
                type yang:counter32;
                units "packets";
                description
                  "The number of AAL5 CPCS PDUs dropped at the transmit side
    of this AAL5 VCC at the interface associated with an
    AAL5 entity.";
              }
    
              leaf cAal5VccInDroppedOctets {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.7";
                type yang:counter32;
                units "octets";
                description
                  "The number of AAL5 CPCS PDU Octets dropped at the
    receive side of this AAL5 VCC at the interface
    associated with an AAL5 entity.";
              }
    
              leaf cAal5VccOutDroppedOctets {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.8";
                type yang:counter32;
                units "octets";
                description
                  "The number of AAL5 CPCS PDU Octets dropped at the
    transmit side of this AAL5 VCC at the interface
    associated with an AAL5 entity.";
              }
    
              leaf cAal5VccHCInPkts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.9";
                type yang:counter64;
                description
                  "This is 64bit (High Capacity) version of cAal5VccInPkts
    counters.";
              }
    
              leaf cAal5VccHCOutPkts {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.10";
                type yang:counter64;
                description
                  "This is 64bit (High Capacity) version of cAal5VccOutPkts
    counters.";
              }
    
              leaf cAal5VccHCInOctets {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.11";
                type yang:counter64;
                description
                  "This is 64bit (High Capacity) version of cAal5VccInOctets
    counters.";
              }
    
              leaf cAal5VccHCOutOctets {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.12";
                type yang:counter64;
                description
                  "This is 64bit (High Capacity) version of cAal5VccOutOctets
    counters.";
              }
    
              leaf cAal5VccExtCompEnabled {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.1.1.1.1";
                type boolean;
                description
                  "Boolean, if compression enabled for VCC.";
              }
    
              leaf cAal5VccExtVoice {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.1.1.1.2";
                type boolean;
                description
                  "Boolean, TRUE if VCC is used to carry voice.";
              }
    
              leaf cAal5VccExtInF5OamCells {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.1.1.1.3";
                type yang:counter32;
                description
                  "Number of OAM F5 end to end loopback cells
    received through the VCC.";
              }
    
              leaf cAal5VccExtOutF5OamCells {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.88.1.1.1.1.4";
                type yang:counter32;
                description
                  "Number of OAM F5 end to end loopback cells sent
    through the VCC.";
              }
            }  // list aal5VccEntry
          }  // container aal5VccTable
        }  // container ATM-MIB
      }  // module ATM-MIB
    

© 2023 YumaWorks, Inc. All rights reserved.