Blame mibs/ietf/ATM2-MIB

Packit 022b05
ATM2-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
   IMPORTS
Packit 022b05
       MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Packit 022b05
       Gauge32, Counter32, Integer32
Packit 022b05
           FROM SNMPv2-SMI
Packit 022b05
       TruthValue, RowStatus, TimeStamp
Packit 022b05
           FROM SNMPv2-TC
Packit 022b05
       MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
Packit 022b05
           FROM SNMPv2-CONF
Packit 022b05
       SnmpAdminString
Packit 022b05
           FROM SNMP-FRAMEWORK-MIB
Packit 022b05
       InterfaceIndex, InterfaceIndexOrZero, ifIndex
Packit 022b05
           FROM IF-MIB
Packit 022b05
       atmMIBObjects, atmInterfaceConfEntry,
Packit 022b05
       atmVplEntry, atmVplVpi,
Packit 022b05
       atmVclEntry, atmVclVpi, atmVclVci,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       atmVpCrossConnectEntry, atmVcCrossConnectEntry
Packit 022b05
           FROM ATM-MIB
Packit 022b05
       AtmAddr, AtmSigDescrParamIndex,
Packit 022b05
       AtmInterfaceType, AtmIlmiNetworkPrefix,
Packit 022b05
       AtmVcIdentifier, AtmVpIdentifier,
Packit 022b05
       AtmTrafficDescrParamIndex
Packit 022b05
           FROM ATM-TC-MIB;
Packit 022b05
Packit 022b05
   atm2MIB MODULE-IDENTITY
Packit 022b05
       LAST-UPDATED "200309230000Z"
Packit 022b05
       ORGANIZATION "IETF AToMMIB Working Group"
Packit 022b05
       CONTACT-INFO
Packit 022b05
         "AToMMIB WG
Packit 022b05
             http://www.ietf.org/html.charters/atommib-charter.html
Packit 022b05
           Editors:
Packit 022b05
                    Faye Ly
Packit 022b05
           Postal:  Pedestal Networks
Packit 022b05
                    6503 Dumbarton Circle
Packit 022b05
                    Fremont, CA 94555
Packit 022b05
                    USA
Packit 022b05
           Tel:     +1 510 896 2908
Packit 022b05
           E-Mail:  faye@pedestalnetworks.com
Packit 022b05
Packit 022b05
                    Michael Noto
Packit 022b05
           Postal:  Cisco Systems
Packit 022b05
                    170 W. Tasman Drive
Packit 022b05
                    San Jose, CA 95134-1706
Packit 022b05
                    USA
Packit 022b05
Packit 022b05
           E-mail:  mnoto@cisco.com
Packit 022b05
Packit 022b05
                    Andrew Smith
Packit 022b05
           Postal:  Consultant
Packit 022b05
Packit 022b05
           E-Mail:  ah_smith@acm.org
Packit 022b05
Packit 022b05
                    Ethan Mickey Spiegel
Packit 022b05
           Postal:  Cisco Systems
Packit 022b05
                    170 W. Tasman Drive
Packit 022b05
                    San Jose, CA 95134-1706
Packit 022b05
                    USA
Packit 022b05
           Tel:     +1 408 526 6408
Packit 022b05
           Fax:     +1 408 526 6488
Packit 022b05
           E-Mail:  mspiegel@cisco.com
Packit 022b05
Packit 022b05
                    Kaj Tesink
Packit 022b05
           Postal:  Telcordia Technologies
Packit 022b05
                    331 Newman Springs Road
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                    Red Bank, NJ 07701
Packit 022b05
                    USA
Packit 022b05
           Tel:     +1 732 758 5254
Packit 022b05
           E-mail:  kaj@research.telcordia.com"
Packit 022b05
       DESCRIPTION
Packit 022b05
         "Copyright (C) The Internet Society (2003). This version of
Packit 022b05
         this MIB module is part of RFC 3606; see the RFC itself for
Packit 022b05
         full legal notices.
Packit 022b05
Packit 022b05
         This MIB Module is a supplement to the ATM-MIB
Packit 022b05
         defined in RFC 2515."
Packit 022b05
       REVISION "200309230000Z"
Packit 022b05
       DESCRIPTION
Packit 022b05
         "Initial version of this MIB, published as RFC 3606."
Packit 022b05
Packit 022b05
         ::= { atmMIBObjects 14 }
Packit 022b05
Packit 022b05
   atm2MIBObjects  OBJECT IDENTIFIER ::= {atm2MIB 1}
Packit 022b05
Packit 022b05
   atm2MIBTraps OBJECT IDENTIFIER ::= {atm2MIB 2}
Packit 022b05
Packit 022b05
   -- This ATM2-MIB Module consists of the following tables,
Packit 022b05
   -- plus ATM trap support:
Packit 022b05
   --      1. atmSvcVpCrossConnectTable
Packit 022b05
   --      2. atmSvcVcCrossConnectTable
Packit 022b05
   --      3. atmSigStatTable
Packit 022b05
   --      4. atmSigSupportTable
Packit 022b05
   --      5. atmSigDescrParamTable
Packit 022b05
   --      6. atmIfRegisteredAddrTable
Packit 022b05
   --      7. atmVclAddrTable
Packit 022b05
   --      8. atmAddrVclTable
Packit 022b05
   --      9. atmVplStatTable
Packit 022b05
   --      10. atmVplLogicalPortTable
Packit 022b05
   --      11. atmVclStatTable
Packit 022b05
   --      12. atmAal5VclStatTable
Packit 022b05
   --      13. atmVclGenTable
Packit 022b05
   --      14. atmInterfaceExtTable
Packit 022b05
   --      15. atmIlmiSrvcRegTable
Packit 022b05
   --      16. atmIlmiNetworkPrefixTable
Packit 022b05
   --      17. atmSwitchAddressTable
Packit 022b05
   --      18. atmVpCrossConnectXTable
Packit 022b05
   --      19. atmVcCrossConnectXTable
Packit 022b05
   --      20. atmCurrentlyFailingPVplTable
Packit 022b05
   --      21. atmCurrentlyFailingPVclTable
Packit 022b05
Packit 022b05
   -- 1. ATM VPL SVC Cross-Connect Table
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectTable OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       SYNTAX       SEQUENCE OF
Packit 022b05
                    AtmSvcVpCrossConnectEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "The ATM SVPC Cross-Connect table.  A
Packit 022b05
         bi-directional VP cross-connect between two
Packit 022b05
         switched VPLs is modeled as one entry in this
Packit 022b05
         table.  A Soft PVPC cross-connect, between a
Packit 022b05
         soft permanent VPL and a switched VPL, is
Packit 022b05
         also modeled as one entry in this table."
Packit 022b05
       ::= { atm2MIBObjects 1 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectEntry OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmSvcVpCrossConnectEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "An entry in the ATM SVPC Cross-Connect table.
Packit 022b05
         This entry is used to model a bi-directional
Packit 022b05
         ATM VP cross-connect between two VPLs."
Packit 022b05
       INDEX { atmSvcVpCrossConnectIndex,
Packit 022b05
               atmSvcVpCrossConnectLowIfIndex,
Packit 022b05
               atmSvcVpCrossConnectLowVpi,
Packit 022b05
               atmSvcVpCrossConnectHighIfIndex,
Packit 022b05
               atmSvcVpCrossConnectHighVpi }
Packit 022b05
       ::= { atmSvcVpCrossConnectTable 1 }
Packit 022b05
Packit 022b05
   AtmSvcVpCrossConnectEntry ::= SEQUENCE {
Packit 022b05
       atmSvcVpCrossConnectIndex           INTEGER,
Packit 022b05
       atmSvcVpCrossConnectLowIfIndex      InterfaceIndex,
Packit 022b05
       atmSvcVpCrossConnectLowVpi          AtmVpIdentifier,
Packit 022b05
       atmSvcVpCrossConnectHighIfIndex     InterfaceIndex,
Packit 022b05
       atmSvcVpCrossConnectHighVpi         AtmVpIdentifier,
Packit 022b05
       atmSvcVpCrossConnectCreationTime    TimeStamp,
Packit 022b05
       atmSvcVpCrossConnectRowStatus       RowStatus
Packit 022b05
                     }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectIndex OBJECT-TYPE
Packit 022b05
       SYNTAX       INTEGER (1..2147483647)
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "A unique value to identify this SVPC
Packit 022b05
         cross-connect.  For each VP associated
Packit 022b05
         with this cross-connect, the agent reports
Packit 022b05
         this cross-connect index value in the
Packit 022b05
         atmVplCrossConnectIdentifer attribute of the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         corresponding atmVplTable entries."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 1 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectLowIfIndex OBJECT-TYPE
Packit 022b05
       SYNTAX       InterfaceIndex
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "The value of this object is equal to the
Packit 022b05
         ifIndex value of the ATM interface port for this
Packit 022b05
         SVPC cross-connect.  The term low implies
Packit 022b05
         that this ATM interface has the numerically lower
Packit 022b05
         ifIndex value than the other ATM interface
Packit 022b05
         identified in the same atmSvcVpCrossConnectEntry."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 2 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectLowVpi OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmVpIdentifier
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "The value of this object is equal to the VPI
Packit 022b05
         value associated with the SVPC cross-connect
Packit 022b05
         at the ATM interface that is identified by
Packit 022b05
         atmSvcVpCrossConnectLowIfIndex.  The VPI value
Packit 022b05
         cannot exceed the number supported by the
Packit 022b05
         atmInterfaceCurrentMaxSvpcVpi at the low ATM interface
Packit 022b05
         port."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 3 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectHighIfIndex OBJECT-TYPE
Packit 022b05
       SYNTAX       InterfaceIndex
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the
Packit 022b05
         ifIndex value of the ATM interface port for
Packit 022b05
         this SVC VP cross-connect.  The term high
Packit 022b05
         implies that this ATM interface has the
Packit 022b05
         numerically higher ifIndex value than the
Packit 022b05
         other ATM interface identified in the same
Packit 022b05
         atmSvcVpCrossConnectEntry."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 4 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectHighVpi OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmVpIdentifier
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the VPI
Packit 022b05
         value associated with the SVPC cross-connect
Packit 022b05
         at the ATM interface that is identified by
Packit 022b05
         atmSvcVpCrossConnectHighIfIndex.  The VPI value
Packit 022b05
         cannot exceed the number supported by the
Packit 022b05
         atmInterfaceCurrentMaxSvpcVpi at the high ATM interface
Packit 022b05
         port."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 5 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectCreationTime OBJECT-TYPE
Packit 022b05
       SYNTAX       TimeStamp
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of the sysUpTime object
Packit 022b05
         at the time this bi-directional SVPC
Packit 022b05
         cross-connect was created.  If the current
Packit 022b05
         state was entered prior to the last
Packit 022b05
         re-initialization of the agent, then this
Packit 022b05
         object contains a zero value."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 6 }
Packit 022b05
Packit 022b05
   atmSvcVpCrossConnectRowStatus OBJECT-TYPE
Packit 022b05
       SYNTAX       RowStatus
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object is used to delete rows in the
Packit 022b05
            atmSvcVpCrossConnectTable."
Packit 022b05
       ::= { atmSvcVpCrossConnectEntry 7 }
Packit 022b05
Packit 022b05
   -- 2. ATM VCL SVC Cross-Connect Table
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectTable OBJECT-TYPE
Packit 022b05
       SYNTAX       SEQUENCE OF AtmSvcVcCrossConnectEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The ATM SVCC Cross-Connect table.  A
Packit 022b05
         bi-directional VC cross-connect between two
Packit 022b05
         switched VCLs is modeled as one entry in
Packit 022b05
         this table.  A Soft PVCC cross-connect,
Packit 022b05
         between a soft permanent VCL and a switched
Packit 022b05
         VCL, is also modeled as one entry in this
Packit 022b05
         table."
Packit 022b05
       ::= { atm2MIBObjects 2 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectEntry OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmSvcVcCrossConnectEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "An entry in the ATM SVCC Cross-Connect table.
Packit 022b05
         This entry is used to model a bi-directional ATM
Packit 022b05
         VC cross-connect between two VCLs."
Packit 022b05
       INDEX { atmSvcVcCrossConnectIndex,
Packit 022b05
               atmSvcVcCrossConnectLowIfIndex,
Packit 022b05
               atmSvcVcCrossConnectLowVpi,
Packit 022b05
               atmSvcVcCrossConnectLowVci,
Packit 022b05
               atmSvcVcCrossConnectHighIfIndex,
Packit 022b05
               atmSvcVcCrossConnectHighVpi,
Packit 022b05
               atmSvcVcCrossConnectHighVci }
Packit 022b05
       ::= { atmSvcVcCrossConnectTable 1 }
Packit 022b05
Packit 022b05
   AtmSvcVcCrossConnectEntry ::= SEQUENCE {
Packit 022b05
       atmSvcVcCrossConnectIndex           INTEGER,
Packit 022b05
       atmSvcVcCrossConnectLowIfIndex      InterfaceIndex,
Packit 022b05
       atmSvcVcCrossConnectLowVpi          AtmVpIdentifier,
Packit 022b05
       atmSvcVcCrossConnectLowVci          AtmVcIdentifier,
Packit 022b05
       atmSvcVcCrossConnectHighIfIndex     InterfaceIndex,
Packit 022b05
       atmSvcVcCrossConnectHighVpi         AtmVpIdentifier,
Packit 022b05
       atmSvcVcCrossConnectHighVci         AtmVcIdentifier,
Packit 022b05
       atmSvcVcCrossConnectCreationTime    TimeStamp,
Packit 022b05
       atmSvcVcCrossConnectRowStatus       RowStatus
Packit 022b05
               }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectIndex OBJECT-TYPE
Packit 022b05
       SYNTAX       INTEGER (1..2147483647)
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "A unique value to identify this SVCC cross-connect.
Packit 022b05
         For each VP associated with this cross-connect, the
Packit 022b05
         agent reports this cross-connect index value in the
Packit 022b05
         atmVclCrossConnectIdentifier attribute of the
Packit 022b05
         corresponding atmVplTable entries."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 1 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectLowIfIndex OBJECT-TYPE
Packit 022b05
       SYNTAX       InterfaceIndex
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the
Packit 022b05
         ifIndex value of the ATM interface port for this
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         SVCC cross-connect.  The term low implies that
Packit 022b05
         this ATM interface has the numerically lower
Packit 022b05
         ifIndex value than the other ATM interface
Packit 022b05
         identified in the same atmSvcVcCrossConnectEntry."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 2 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectLowVpi OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmVpIdentifier
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the VPI
Packit 022b05
         value associated with the SVCC cross-connect
Packit 022b05
         at the ATM interface that is identified by
Packit 022b05
         atmSvcVcCrossConnectLowIfIndex.  The VPI value
Packit 022b05
         cannot exceed the number supported by the
Packit 022b05
         atmInterfaceCurrentMaxSvccVpi at the low ATM interface
Packit 022b05
         port."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 3 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectLowVci OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmVcIdentifier
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the VCI
Packit 022b05
         value associated with the SVCC cross-connect
Packit 022b05
         at the ATM interface that is identified by
Packit 022b05
         atmSvcVcCrossConnectLowIfIndex.  The VCI value
Packit 022b05
         cannot exceed the number supported by the
Packit 022b05
         atmInterfaceCurrentMaxSvccVci at the low ATM interface
Packit 022b05
         port."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 4 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectHighIfIndex OBJECT-TYPE
Packit 022b05
       SYNTAX       InterfaceIndex
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the
Packit 022b05
         ifIndex value for the ATM interface port for
Packit 022b05
         this SVCC cross-connect.  The term high implies
Packit 022b05
         that this ATM interface has the numerically
Packit 022b05
         higher ifIndex value than the other ATM interface
Packit 022b05
         identified in the same atmSvcVcCrossConnectEntry."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 5 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectHighVpi OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       SYNTAX       AtmVpIdentifier
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the VPI
Packit 022b05
         value associated with the SVCC cross-connect
Packit 022b05
         at the ATM interface that is identified by
Packit 022b05
         atmSvcVcCrossConnectHighIfIndex.  The VPI value
Packit 022b05
         cannot exceed the number supported by the
Packit 022b05
         atmInterfaceCurrentMaxSvccVpi at the high ATM interface
Packit 022b05
         port."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 6 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectHighVci OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmVcIdentifier
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of this object is equal to the VCI
Packit 022b05
         value associated with the SVCC cross-connect
Packit 022b05
         at the ATM interface that is identified by
Packit 022b05
         atmSvcVcCrossConnectHighIfIndex.  The VCI value
Packit 022b05
         cannot exceed the number supported by the
Packit 022b05
         atmInterfaceMaxVciBits at the high ATM interface
Packit 022b05
         port."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 7 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectCreationTime OBJECT-TYPE
Packit 022b05
       SYNTAX       TimeStamp
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "The value of the sysUpTime object
Packit 022b05
         at the time this bi-directional SVCC
Packit 022b05
         cross-connect was created.  If the current
Packit 022b05
         state was entered prior to the last
Packit 022b05
         re-initialization of the agent, then this
Packit 022b05
         object contains a zero value."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 8 }
Packit 022b05
Packit 022b05
   atmSvcVcCrossConnectRowStatus OBJECT-TYPE
Packit 022b05
       SYNTAX       RowStatus
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object is used to delete rows in the
Packit 022b05
            atmSvcVcCrossConnectTable."
Packit 022b05
       ::= { atmSvcVcCrossConnectEntry 9 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   -- 3. ATM Interface Signalling Statistics Table --
Packit 022b05
Packit 022b05
   atmSigStatTable       OBJECT-TYPE
Packit 022b05
       SYNTAX       SEQUENCE OF AtmSigStatEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "This table contains ATM interface signalling
Packit 022b05
        statistics, one entry per ATM signalling
Packit 022b05
        interface."
Packit 022b05
       ::= { atm2MIBObjects 3 }
Packit 022b05
Packit 022b05
   atmSigStatEntry         OBJECT-TYPE
Packit 022b05
       SYNTAX       AtmSigStatEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
        "This list contains signalling statistics variables."
Packit 022b05
       INDEX { ifIndex }
Packit 022b05
       ::= { atmSigStatTable  1}
Packit 022b05
Packit 022b05
   AtmSigStatEntry    ::= SEQUENCE  {
Packit 022b05
       atmSigSSCOPConEvents            Counter32,
Packit 022b05
       atmSigSSCOPErrdPdus             Counter32,
Packit 022b05
       atmSigDetectSetupAttempts       Counter32,
Packit 022b05
       atmSigEmitSetupAttempts         Counter32,
Packit 022b05
       atmSigDetectUnavailRoutes       Counter32,
Packit 022b05
       atmSigEmitUnavailRoutes         Counter32,
Packit 022b05
       atmSigDetectUnavailResrcs       Counter32,
Packit 022b05
       atmSigEmitUnavailResrcs         Counter32,
Packit 022b05
       atmSigDetectCldPtyEvents        Counter32,
Packit 022b05
       atmSigEmitCldPtyEvents          Counter32,
Packit 022b05
       atmSigDetectMsgErrors           Counter32,
Packit 022b05
       atmSigEmitMsgErrors             Counter32,
Packit 022b05
       atmSigDetectClgPtyEvents        Counter32,
Packit 022b05
       atmSigEmitClgPtyEvents          Counter32,
Packit 022b05
       atmSigDetectTimerExpireds       Counter32,
Packit 022b05
       atmSigEmitTimerExpireds         Counter32,
Packit 022b05
       atmSigDetectRestarts            Counter32,
Packit 022b05
       atmSigEmitRestarts              Counter32,
Packit 022b05
       atmSigInEstabls                 Counter32,
Packit 022b05
       atmSigOutEstabls                Counter32
Packit 022b05
            }
Packit 022b05
Packit 022b05
   atmSigSSCOPConEvents   OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       DESCRIPTION
Packit 022b05
           "SSCOP Connection Events Counter.  This counter counts
Packit 022b05
            the sum of the following errors:
Packit 022b05
Packit 022b05
            1) SSCOP Connection Disconnect Counter
Packit 022b05
Packit 022b05
                The abnormal occurrence of this event is
Packit 022b05
                characterized by the expiry of Timer_NO_RESPONSE.
Packit 022b05
                (This event is communicated to the layer management
Packit 022b05
                with MAA-ERROR code P.  See ITU-T Q.2110.)
Packit 022b05
Packit 022b05
             2) SSCOP Connection Initiation Failure
Packit 022b05
Packit 022b05
                This condition indicates the inability to establish
Packit 022b05
                an SSCOP connection.  This event occurs whenever the
Packit 022b05
                number of expiries of the connection control timer
Packit 022b05
                (Timer_CC) equals or exceeds the MaxCC, or upon
Packit 022b05
                receipt of a connection reject message BGREJ PDU.
Packit 022b05
                (This event is communicated to layer management with
Packit 022b05
                MAA-ERROR code O.  See ITU-T Q.2110.)
Packit 022b05
Packit 022b05
             3) SSCOP Connection Re-Establ/Resynch
Packit 022b05
Packit 022b05
                This event occurs upon receipt of a BGN PDU or
Packit 022b05
                RS PDU."
Packit 022b05
       REFERENCE
Packit 022b05
           "ITU-T Recommendation Q.2110, Broadband
Packit 022b05
            Integrated Services Digital Network
Packit 022b05
            (B-ISDN) - ATM Adaptation Layer - Service
Packit 022b05
            Specific Connection Oriented Protocol (SSCOP)
Packit 022b05
            Specification, July 1994."
Packit 022b05
       ::= { atmSigStatEntry 1}
Packit 022b05
Packit 022b05
   atmSigSSCOPErrdPdus   OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "SSCOP Errored PDUs Counter.  This counter counts the
Packit 022b05
           sum of the following errors:
Packit 022b05
Packit 022b05
           1) Invalid PDUs.
Packit 022b05
              These are defined in SSCOP and consist of PDUs
Packit 022b05
              with an incorrect length (MAA-ERROR code U), an
Packit 022b05
              undefined PDU type code, or that are not 32-bit
Packit 022b05
              aligned.
Packit 022b05
Packit 022b05
           2) PDUs that result in MAA-ERROR codes and are
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
              discarded.
Packit 022b05
Packit 022b05
           See MAA-ERROR codes A-D, F-M, and Q-T defined in
Packit 022b05
           ITU-T Q.2110."
Packit 022b05
       REFERENCE
Packit 022b05
           "ITU-T Recommendation Q.2110, Broadband
Packit 022b05
            Integrated Services Digital Network
Packit 022b05
            (B-ISDN) - ATM Adaptation Layer - Service
Packit 022b05
            Specific Connection Oriented Protocol (SSCOP)
Packit 022b05
            Specification, July 1994."
Packit 022b05
       ::= { atmSigStatEntry 2 }
Packit 022b05
Packit 022b05
   atmSigDetectSetupAttempts    OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "Call Setup Attempts Counter.  This counter counts
Packit 022b05
           the number of call setup attempts (both successful
Packit 022b05
           and unsuccessful) detected on this interface."
Packit 022b05
       ::= { atmSigStatEntry 3 }
Packit 022b05
Packit 022b05
   atmSigEmitSetupAttempts    OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "Call Setup Attempts Counter.  This counter counts
Packit 022b05
           the number of call setup attempts (both successful
Packit 022b05
           and unsuccessful) transmitted on this interface."
Packit 022b05
       ::= { atmSigStatEntry 4 }
Packit 022b05
Packit 022b05
   atmSigDetectUnavailRoutes    OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "Number of Route Unavailability detected on this interface.
Packit 022b05
           This counter is incremented when a RELEASE, RELEASE COMPLETE
Packit 022b05
           (only when not preceded by a RELEASE message for the same
Packit 022b05
           call), ADD PARTY REJECT, or STATUS message that
Packit 022b05
           contains one of the following cause code values is
Packit 022b05
           received (Note: These cause values
Packit 022b05
           apply to both UNI3.0 and UNI3.1):
Packit 022b05
Packit 022b05
           Cause Value            Meaning
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
              1            unallocated (unassigned) number
Packit 022b05
              2            no route to specified transit network
Packit 022b05
              3            no route to destination
Packit 022b05
Packit 022b05
           NOTE:  For this counter, RELEASE COMPLETE
Packit 022b05
           messages that are a reply to a previous RELEASE
Packit 022b05
           message and contain the same cause value, are
Packit 022b05
           redundant (for counting purposes) and should not
Packit 022b05
           be counted."
Packit 022b05
Packit 022b05
       ::= { atmSigStatEntry 5 }
Packit 022b05
Packit 022b05
   atmSigEmitUnavailRoutes    OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "Number of Route Unavailability transmitted from this
Packit 022b05
           interface.  This counter is incremented when a RELEASE,
Packit 022b05
           RELEASE COMPLETE (only when not preceded by a RELEASE
Packit 022b05
           message for the same call), ADD PARTY REJECT, or
Packit 022b05
           STATUS message that contains one of the following cause
Packit 022b05
           code values is transmitted (Note: These cause values apply
Packit 022b05
           to both UNI3.0 and UNI3.1):
Packit 022b05
Packit 022b05
           Cause Value            Meaning
Packit 022b05
Packit 022b05
              1            unallocated (unassigned) number
Packit 022b05
              2            no route to specified transit network
Packit 022b05
              3            no route to destination
Packit 022b05
Packit 022b05
           NOTE:  For this counter, RELEASE COMPLETE
Packit 022b05
           messages that are a reply to a previous RELEASE
Packit 022b05
           message and contain the same cause value, are
Packit 022b05
           redundant (for counting purposes) and should not
Packit 022b05
           be counted."
Packit 022b05
       ::= { atmSigStatEntry 6 }
Packit 022b05
Packit 022b05
   atmSigDetectUnavailResrcs     OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "Number of Resource Unavailability detected on this
Packit 022b05
           interface.  This counter is incremented when a RELEASE,
Packit 022b05
           RELEASE COMPLETE (only when not preceded by a RELEASE
Packit 022b05
           message for the same call), ADD PARTY REJECT, or
Packit 022b05
           STATUS message that contains one of the following
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           cause code values is received (Note: These cause
Packit 022b05
           values apply to both UNI3.0 and UNI3.1 unless
Packit 022b05
           otherwise stated):
Packit 022b05
Packit 022b05
           Cause Value          Meaning
Packit 022b05
Packit 022b05
              35          requested VPCI/VCI not available
Packit 022b05
              37          user cell rate not available (UNI3.1
Packit 022b05
                          only)
Packit 022b05
              38          network out of order
Packit 022b05
              41          temporary failure
Packit 022b05
              45          no VPCI/VCI available
Packit 022b05
              47          resource unavailable, unspecified
Packit 022b05
              49          Quality of Service unavailable
Packit 022b05
              51          user cell rate not available (UNI3.0
Packit 022b05
                          only)
Packit 022b05
              58          bearer capability not presently
Packit 022b05
                          available
Packit 022b05
              63          Service or option not available,
Packit 022b05
                          unspecified
Packit 022b05
              92          too many pending add party requests
Packit 022b05
Packit 022b05
           NOTE:  For this counter, RELEASE COMPLETE
Packit 022b05
           messages that are a reply to a previous RELEASE
Packit 022b05
           message and contain the same cause value, are
Packit 022b05
           redundant (for counting purposes) and should not
Packit 022b05
           be counted."
Packit 022b05
       ::= { atmSigStatEntry 7 }
Packit 022b05
Packit 022b05
   atmSigEmitUnavailResrcs     OBJECT-TYPE
Packit 022b05
       SYNTAX       Counter32
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
          "Number of Resource Unavailability transmitted from this
Packit 022b05
          interface.  This counter is incremented when a RELEASE,
Packit 022b05
          RELEASE COMPLETE (only when not preceded by a RELEASE message
Packit 022b05
          for the same call), ADD PARTY REJECT, or STATUS message that
Packit 022b05
          contains one of the following cause code values is transmitted
Packit 022b05
          (Note: These cause values apply to both UNI3.0 and UNI3.1
Packit 022b05
          unless otherwise stated):
Packit 022b05
Packit 022b05
          Cause Value          Meaning
Packit 022b05
Packit 022b05
             35          requested VPCI/VCI not available
Packit 022b05
             37          user cell rate not available (UNI3.1
Packit 022b05
                         only)
Packit 022b05
             38          network out of order
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             41          temporary failure
Packit 022b05
             45          no VPCI/VCI available
Packit 022b05
             47          resource unavailable, unspecified
Packit 022b05
             49          Quality of Service unavailable
Packit 022b05
             51          user cell rate not available (UNI3.0
Packit 022b05
                         only)
Packit 022b05
             58          bearer capability not presently
Packit 022b05
                         available
Packit 022b05
             63          Service or option not available,
Packit 022b05
                         unspecified
Packit 022b05
             92          too many pending add party requests
Packit 022b05
Packit 022b05
          NOTE:  For this counter, RELEASE COMPLETE messages that are a
Packit 022b05
          reply to a previous RELEASE message and contain the same cause
Packit 022b05
          value, are redundant (for counting purposes) and should not be
Packit 022b05
          counted."
Packit 022b05
Packit 022b05
      ::= { atmSigStatEntry 8 }
Packit 022b05
Packit 022b05
  atmSigDetectCldPtyEvents     OBJECT-TYPE
Packit 022b05
      SYNTAX       Counter32
Packit 022b05
      MAX-ACCESS   read-only
Packit 022b05
      STATUS       current
Packit 022b05
      DESCRIPTION
Packit 022b05
         "Number of Called Party Responsible For Unsuccessful Call
Packit 022b05
         detected on this interface.  This counter is incremented when a
Packit 022b05
         RELEASE, RELEASE COMPLETE (only when not preceded by a RELEASE
Packit 022b05
         message for the same call), ADD PARTY REJECT, or STATUS message
Packit 022b05
         that contains one of the following cause code values is
Packit 022b05
         received (Note: These cause values apply to both UNI3.0 and
Packit 022b05
         UNI3.1):
Packit 022b05
Packit 022b05
         Cause Value         Meaning
Packit 022b05
Packit 022b05
            17           user busy
Packit 022b05
            18           no user responding
Packit 022b05
            21           call rejected
Packit 022b05
            22           number changed
Packit 022b05
            23           user rejects all calls with calling
Packit 022b05
                         line identification restriction (CLIR)
Packit 022b05
            27           destination out of order
Packit 022b05
            31           normal, unspecified
Packit 022b05
            88           incompatible destination
Packit 022b05
Packit 022b05
Packit 022b05
         NOTE:  For this counter, RELEASE COMPLETE messages that are a
Packit 022b05
         reply to a previous RELEASE message and contain the same cause
Packit 022b05
         value, are redundant (for counting purposes) and should not be
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         counted.
Packit 022b05
Packit 022b05
         Note: Cause Value #30 'response to STATUS ENQUIRY' was not
Packit 022b05
         included in this memo since it did not apply to a hard
Packit 022b05
         failure."
Packit 022b05
Packit 022b05
     ::= { atmSigStatEntry 9 }
Packit 022b05
Packit 022b05
 atmSigEmitCldPtyEvents     OBJECT-TYPE
Packit 022b05
     SYNTAX       Counter32
Packit 022b05
     MAX-ACCESS   read-only
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
Packit 022b05
        "Number of Called Party Responsible For Unsuccessful Call
Packit 022b05
        transmitted from this interface.  This counter is incremented
Packit 022b05
        when a RELEASE, RELEASE COMPLETE (only when not preceded by a
Packit 022b05
        RELEASE message for the same call), ADD PARTY REJECT, or STATUS
Packit 022b05
        message that contains one of the following cause code values is
Packit 022b05
        transmitted (Note: These cause values apply to both UNI3.0 and
Packit 022b05
        UNI3.1):
Packit 022b05
Packit 022b05
        Cause Value         Meaning
Packit 022b05
Packit 022b05
           17           user busy
Packit 022b05
           18           no user responding
Packit 022b05
           21           call rejected
Packit 022b05
           22           number changed
Packit 022b05
           23           user rejects all calls with calling
Packit 022b05
                        line identification restriction (CLIR)
Packit 022b05
           27           destination out of order
Packit 022b05
           31           normal, unspecified
Packit 022b05
           88           incompatible destination
Packit 022b05
Packit 022b05
        NOTE:  For this counter, RELEASE COMPLETE messages that are a
Packit 022b05
        reply to a previous RELEASE message and contain the same cause
Packit 022b05
        value, are redundant (for counting purposes) and should not be
Packit 022b05
        counted.
Packit 022b05
Packit 022b05
        Note: Cause Value #30 'response to STATUS ENQUIRY' was not
Packit 022b05
        included in this memo since it did not apply to a hard failure."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 10 }
Packit 022b05
Packit 022b05
atmSigDetectMsgErrors    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Incorrect Messages detected on this interface.  The
Packit 022b05
       Incorrect Messages Counter reflects any sort of incorrect
Packit 022b05
       information in a message.  This includes:
Packit 022b05
Packit 022b05
       - RELEASE, RELEASE COMPLETE, ADD PARTY REJECT,
Packit 022b05
         and STATUS messages transmitted, that contain any of
Packit 022b05
         the Cause values listed below.
Packit 022b05
Packit 022b05
       - Ignored messages.  These messages are dropped
Packit 022b05
         because the message was so damaged that it could
Packit 022b05
         not be further processed.  A list of dropped
Packit 022b05
         messages is compiled below:
Packit 022b05
Packit 022b05
          1.  Message with invalid protocol discriminator
Packit 022b05
Packit 022b05
          2.  Message with errors in the call reference I.E.
Packit 022b05
               - Bits 5-8 of the first octet not equal to
Packit 022b05
                 '0000'
Packit 022b05
               - Bits 1-4 of the first octet indicating a
Packit 022b05
                 length other than 3 octets
Packit 022b05
               - RELEASE COMPLETE message received with a
Packit 022b05
                 call reference that does not relate to a
Packit 022b05
                 call active or in progress
Packit 022b05
               - SETUP message received with call reference
Packit 022b05
                 flag incorrectly set to 1
Packit 022b05
               - SETUP message received with a call
Packit 022b05
                 reference for a call that is already
Packit 022b05
                 active or in progress.
Packit 022b05
Packit 022b05
          3.  Message too short
Packit 022b05
Packit 022b05
       The following cause values are monitored by this counter (Note:
Packit 022b05
       These cause values apply to both UNI3.0 and UNI3.1 unless
Packit 022b05
       otherwise stated):
Packit 022b05
Packit 022b05
       Cause Value     Meaning
Packit 022b05
Packit 022b05
          10     VPCI/VCI unacceptable (UNI3.0 only)
Packit 022b05
          36     VPCI/VCI assignment failure (UNI3.1 only)
Packit 022b05
          81     invalid call reference value
Packit 022b05
          82     identified channel does not exist
Packit 022b05
          89     invalid endpoint reference
Packit 022b05
          96     mandatory information element is missing
Packit 022b05
          97     message type non-existent or not
Packit 022b05
                 implemented
Packit 022b05
          99     information element non-existent or not
Packit 022b05
                 implemented
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          100    invalid information element contents
Packit 022b05
          101    message not compatible with call state
Packit 022b05
          104    incorrect message length
Packit 022b05
          111    protocol error, unspecified
Packit 022b05
Packit 022b05
          NOTE:  For this counter, RELEASE COMPLETE messages that are
Packit 022b05
          a reply to a previous RELEASE message and contain the same
Packit 022b05
          cause value, are redundant (for counting purposes) and
Packit 022b05
          should not be counted."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 11 }
Packit 022b05
Packit 022b05
atmSigEmitMsgErrors    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Incorrect Messages transmitted on this interface.
Packit 022b05
       The Incorrect Messages Counter reflects any sort of incorrect
Packit 022b05
       information in a message.  This includes:
Packit 022b05
Packit 022b05
       - RELEASE, RELEASE COMPLETE, ADD PARTY REJECT,
Packit 022b05
         and STATUS messages transmitted or
Packit 022b05
         received, that contain any of the Cause values
Packit 022b05
         listed below.
Packit 022b05
Packit 022b05
       - Ignored messages.  These messages are dropped
Packit 022b05
         because the message was so damaged that it could
Packit 022b05
         not be further processed.  A list of dropped
Packit 022b05
         messages is compiled below:
Packit 022b05
Packit 022b05
          1.  Message with invalid protocol discriminator
Packit 022b05
Packit 022b05
          2.  Message with errors in the call reference I.E.
Packit 022b05
               - Bits 5-8 of the first octet not equal to
Packit 022b05
                 '0000'
Packit 022b05
               - Bits 1-4 of the first octet indicating a
Packit 022b05
                 length other than 3 octets
Packit 022b05
               - RELEASE COMPLETE message received with a
Packit 022b05
                 call reference that does not relate to a
Packit 022b05
                 call active or in progress
Packit 022b05
               - SETUP message received with call reference
Packit 022b05
                 flag incorrectly set to 1
Packit 022b05
               - SETUP message received with a call
Packit 022b05
                 reference for a call that is already
Packit 022b05
                 active or in progress.
Packit 022b05
Packit 022b05
          3.  Message too short
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       The following cause values are monitored by this counter
Packit 022b05
       (Note: These cause values apply to both UNI3.0 and UNI3.1
Packit 022b05
       unless otherwise stated):
Packit 022b05
Packit 022b05
       Cause Value     Meaning
Packit 022b05
Packit 022b05
          10     VPCI/VCI unacceptable (UNI3.0 only)
Packit 022b05
          36     VPCI/VCI assignment failure (UNI3.1 only)
Packit 022b05
          81     invalid call reference value
Packit 022b05
          82     identified channel does not exist
Packit 022b05
          89     invalid endpoint reference
Packit 022b05
          96     mandatory information element is missing
Packit 022b05
          97     message type non-existent or not
Packit 022b05
                 implemented
Packit 022b05
          99     information element non-existent or not
Packit 022b05
                 implemented
Packit 022b05
          100    invalid information element contents
Packit 022b05
          101    message not compatible with call state
Packit 022b05
          104    incorrect message length
Packit 022b05
          111    protocol error, unspecified
Packit 022b05
Packit 022b05
          NOTE:  For this counter, RELEASE COMPLETE messages that are
Packit 022b05
          a reply to a previous RELEASE message and contain the same
Packit 022b05
          cause value, are redundant (for counting purposes) and
Packit 022b05
          should not be counted."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 12 }
Packit 022b05
Packit 022b05
atmSigDetectClgPtyEvents    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Calling Party Events detected on this interface.
Packit 022b05
       This counter monitors error events that occur due to the
Packit 022b05
       originating user doing something wrong.  This counter is
Packit 022b05
       incremented when a RELEASE, RELEASE COMPLETE (only when not
Packit 022b05
       preceded by a RELEASE message for the same call), ADD PARTY
Packit 022b05
       REJECT, or STATUS message that contains one of the following
Packit 022b05
       cause code values is received (Note: These cause values
Packit 022b05
       apply to both UNI3.0 and UNI3.1):
Packit 022b05
Packit 022b05
       Cause Value     Meaning
Packit 022b05
Packit 022b05
          28     invalid number format (address incomplete)
Packit 022b05
          43     access information discarded
Packit 022b05
          57     bearer capability not authorized
Packit 022b05
          65     bearer capability not implemented
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          73     unsupported combination of traffic
Packit 022b05
                 parameters
Packit 022b05
          78     AAL parameters cannot be supported (UNI3.1
Packit 022b05
                 only)
Packit 022b05
          91     invalid transit network selection
Packit 022b05
          93     AAL parameters cannot be supported (UNI3.0
Packit 022b05
                 only)
Packit 022b05
Packit 022b05
          NOTE:  For this counter, RELEASE COMPLETE messages that
Packit 022b05
          are a reply to a previous RELEASE message and contain
Packit 022b05
          the same cause value, are redundant (for counting purposes)
Packit 022b05
          and should not be counted."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 13 }
Packit 022b05
Packit 022b05
atmSigEmitClgPtyEvents    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Calling Party Events transmitted from this interface.
Packit 022b05
       This counter monitors error events that occur due to the
Packit 022b05
       originating user doing something wrong.  This counter is
Packit 022b05
       incremented when a RELEASE, RELEASE COMPLETE (only when not
Packit 022b05
       preceded by a RELEASE message for the same call), ADD PARTY
Packit 022b05
       REJECT, or STATUS message that contains one of the following
Packit 022b05
       cause code values is transmitted (Note: These cause values
Packit 022b05
       apply to both UNI3.0 and UNI3.1):
Packit 022b05
Packit 022b05
       Cause Value     Meaning
Packit 022b05
Packit 022b05
          28     invalid number format (address incomplete)
Packit 022b05
          43     access information discarded
Packit 022b05
          57     bearer capability not authorized
Packit 022b05
          65     bearer capability not implemented
Packit 022b05
          73     unsupported combination of traffic
Packit 022b05
                 parameters
Packit 022b05
          78     AAL parameters cannot be supported (UNI3.1
Packit 022b05
                 only)
Packit 022b05
          91     invalid transit network selection
Packit 022b05
          93     AAL parameters cannot be supported (UNI3.0
Packit 022b05
                 only)
Packit 022b05
Packit 022b05
          NOTE:  For this counter, RELEASE COMPLETE messages that are
Packit 022b05
          a reply to a previous RELEASE message and contain the same
Packit 022b05
          cause value, are redundant (for counting purposes) and
Packit 022b05
          should not be counted."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 14 }
Packit 022b05
Packit 022b05
atmSigDetectTimerExpireds    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Timer Expiries detected on this interface.  The Timer
Packit 022b05
       Expiries Counter provides a count of network timer expiries, and
Packit 022b05
       to some extent, host or switch timer expiries.  The conditions
Packit 022b05
       for incrementing this counter are:
Packit 022b05
Packit 022b05
          - Expiry of any network timer
Packit 022b05
Packit 022b05
          - Receipt of a RELEASE or RELEASE COMPLETE
Packit 022b05
            message with Cause #102, 'recovery on
Packit 022b05
            timer expiry'.
Packit 022b05
Packit 022b05
          NOTE:  For this counter, RELEASE COMPLETE messages that are
Packit 022b05
          a reply to a previous RELEASE message and contain the same
Packit 022b05
          cause value, are redundant (for counting purposes) and
Packit 022b05
          should not be counted."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 15 }
Packit 022b05
Packit 022b05
atmSigEmitTimerExpireds    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Timer Expiries transmitted from this interface.
Packit 022b05
       The Timer Expiries Counter provides a count of network timer
Packit 022b05
       expiries, and to some extent, host or switch timer expiries.
Packit 022b05
       The conditions for incrementing this counter are:
Packit 022b05
Packit 022b05
          - Expiry of any network timer
Packit 022b05
Packit 022b05
          - Receipt of a RELEASE or RELEASE COMPLETE
Packit 022b05
            message with Cause #102, 'recovery on
Packit 022b05
            timer expiry'.
Packit 022b05
Packit 022b05
       NOTE:  For this counter, RELEASE COMPLETE messages that are a
Packit 022b05
       reply to a previous RELEASE message and contain the same cause
Packit 022b05
       value, are redundant (for counting purposes) and should not be
Packit 022b05
       counted."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 16 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
atmSigDetectRestarts    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Restart Activity errors detected on this interface.
Packit 022b05
       The Restart Activity Counter provides a count of host, switch,
Packit 022b05
       or network restart activity.  This counter is incremented when
Packit 022b05
       receiving a RESTART message."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 17 }
Packit 022b05
Packit 022b05
atmSigEmitRestarts    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of Restart Activity errors transmitted from this
Packit 022b05
       interface.  The Restart Activity Counter provides a count of
Packit 022b05
       host, switch, or network restart activity.  This counter is
Packit 022b05
       incremented when transmitting a RESTART message."
Packit 022b05
Packit 022b05
    ::= { atmSigStatEntry 18 }
Packit 022b05
Packit 022b05
atmSigInEstabls    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of SVCs established at this signalling entity for
Packit 022b05
       incoming connections."
Packit 022b05
    ::= { atmSigStatEntry 19 }
Packit 022b05
Packit 022b05
atmSigOutEstabls    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of SVCs established at this signalling entity for
Packit 022b05
       outgoing connections."
Packit 022b05
    ::= { atmSigStatEntry 20 }
Packit 022b05
Packit 022b05
  -- 4. ATM Interface Signalling Support Table
Packit 022b05
  --
Packit 022b05
  -- This table provides information to support
Packit 022b05
  -- the signalling process which is used to establish
Packit 022b05
  -- ATM Switched Virtual Connections (SVCs).
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
atmSigSupportTable       OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmSigSupportEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains ATM local interface configuration
Packit 022b05
       parameters, one entry per ATM signalling interface."
Packit 022b05
    ::= { atm2MIBObjects 4 }
Packit 022b05
Packit 022b05
atmSigSupportEntry         OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmSigSupportEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This list contains signalling configuration parameters
Packit 022b05
       and state variables."
Packit 022b05
    INDEX { ifIndex }
Packit 022b05
    ::= { atmSigSupportTable  1}
Packit 022b05
Packit 022b05
AtmSigSupportEntry    ::= SEQUENCE  {
Packit 022b05
    atmSigSupportClgPtyNumDel       INTEGER,
Packit 022b05
    atmSigSupportClgPtySubAddr      INTEGER,
Packit 022b05
    atmSigSupportCldPtySubAddr      INTEGER,
Packit 022b05
    atmSigSupportHiLyrInfo          INTEGER,
Packit 022b05
    atmSigSupportLoLyrInfo          INTEGER,
Packit 022b05
    atmSigSupportBlliRepeatInd      INTEGER,
Packit 022b05
    atmSigSupportAALInfo            INTEGER,
Packit 022b05
    atmSigSupportPrefCarrier        OCTET STRING
Packit 022b05
}
Packit 022b05
Packit 022b05
atmSigSupportClgPtyNumDel     OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object indicates whether the Calling Party Number
Packit 022b05
       Information Element is transferred to the called party
Packit 022b05
       address.  The value of this object can be:
Packit 022b05
Packit 022b05
         - enabled(1)  This Information Element is transferred
Packit 022b05
                       to the called party
Packit 022b05
Packit 022b05
         - disabled(2) This Information Element is NOT
Packit 022b05
                       transferred to the called party."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 1 }
Packit 022b05
Packit 022b05
atmSigSupportClgPtySubAddr   OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object indicates whether to accept and transfer the Calling
Packit 022b05
       Party Subaddress Information Element from the calling party to
Packit 022b05
       the called party.  Calling party subaddress information shall
Packit 022b05
       only be transferred to the called party if calling party number
Packit 022b05
       delivery is enabled (i.e., atmSigSupportClgPtyNumDel =
Packit 022b05
       'enabled(1)'.  The value of this object can be:
Packit 022b05
Packit 022b05
         - enabled(1)  This Information Element is transferred
Packit 022b05
                       to the called party
Packit 022b05
Packit 022b05
         - disabled(2) This Information Element is NOT
Packit 022b05
                       transferred to the called party."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 2 }
Packit 022b05
Packit 022b05
atmSigSupportCldPtySubAddr    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object indicates whether to accept, transfer, and deliver
Packit 022b05
       the Called Party Subaddress Information Element from the calling
Packit 022b05
       party to the called party.  The value of this object can be:
Packit 022b05
Packit 022b05
         - enabled(1)  This Information Element is transferred
Packit 022b05
                       to the called party
Packit 022b05
Packit 022b05
         - disabled(2) This Information Element is NOT
Packit 022b05
                       transferred to the called party."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 3 }
Packit 022b05
Packit 022b05
atmSigSupportHiLyrInfo     OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object indicates whether to accept, transfer, and deliver
Packit 022b05
       the Broadband High Layer Information Element from the calling
Packit 022b05
       party to the called party.  The value of this object can be:
Packit 022b05
Packit 022b05
         - enabled(1)  This Information Element is transferred
Packit 022b05
                       to the called party
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         - disabled(2) This Information Element is NOT
Packit 022b05
                       transferred to the called party."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 4 }
Packit 022b05
Packit 022b05
atmSigSupportLoLyrInfo     OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object indicates whether to accept, transfer, and deliver
Packit 022b05
       the Broadband Low Layer Information Element from the calling
Packit 022b05
       party to the called party.  The value of this object can be:
Packit 022b05
Packit 022b05
         - enabled(1)  This Information Element is transferred
Packit 022b05
                       to the called party
Packit 022b05
Packit 022b05
         - disabled(2) This Information Element is NOT
Packit 022b05
                       transferred to the called party."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 5 }
Packit 022b05
Packit 022b05
atmSigSupportBlliRepeatInd      OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object indicates whether to accept, transfer, and deliver
Packit 022b05
        the Broadband Repeat Indicator with two or three instances of
Packit 022b05
        the Broadband Low Layer Information Element for low layer
Packit 022b05
        information selection from the calling party to the called
Packit 022b05
        party.  This object's value should always be disabled(2) if
Packit 022b05
        the value of atmSigSupportLolyrInfo is disabled(2).
Packit 022b05
Packit 022b05
        The value of this object can be:
Packit 022b05
Packit 022b05
        - enabled(1)  This Information Element is transferred
Packit 022b05
              to the called party
Packit 022b05
Packit 022b05
        - disabled(2) This Information Element is NOT
Packit 022b05
              transferred to the called party."
Packit 022b05
    ::= { atmSigSupportEntry 6 }
Packit 022b05
Packit 022b05
atmSigSupportAALInfo     OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  { enabled(1), disabled(2) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       "This object indicates whether to accept, transfer, and deliver
Packit 022b05
       the ATM Adaptation Layer Parameters Information Element from the
Packit 022b05
       calling party to the called party.  The value of this object can
Packit 022b05
       be:
Packit 022b05
Packit 022b05
         - enabled(1)  This Information Element is transferred
Packit 022b05
                       to the called party
Packit 022b05
Packit 022b05
         - disabled(2) This Information Element is NOT
Packit 022b05
                       transferred to the called party."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 7 }
Packit 022b05
Packit 022b05
atmSigSupportPrefCarrier     OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE(0|4))
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This parameter identifies the carrier to which intercarrier
Packit 022b05
       calls originated from this interface are routed when transit
Packit 022b05
       network selection information is not provided by the calling
Packit 022b05
       party.  If a Carrier Identification Code (CIC) is used the
Packit 022b05
       parameter shall contain the CIC.  For three-digit CICs, the first
Packit 022b05
       octet shall be '0' and the CIC is contained in the three
Packit 022b05
       following octets.  If the preferred carrier feature is not
Packit 022b05
       supported the value is a zero-length string."
Packit 022b05
Packit 022b05
    ::= { atmSigSupportEntry 8 }
Packit 022b05
Packit 022b05
  -- 5. ATM Signalling Descriptor Parameter Table
Packit 022b05
Packit 022b05
    atmSigDescrParamTable     OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmSigDescrParamEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A table contains signalling capabilities of VCLs except the
Packit 022b05
            Traffic Descriptor.  Traffic descriptors are described in
Packit 022b05
            the atmTrafficDescrParamTable."
Packit 022b05
Packit 022b05
        REFERENCE
Packit 022b05
            "ATM User-Network Interface Specification, Version 3.1 (UNI
Packit 022b05
            3.1), September 1994, Section 5.4.5 Variable Length
Packit 022b05
            Information Elements."
Packit 022b05
Packit 022b05
        ::= { atm2MIBObjects 5 }
Packit 022b05
Packit 022b05
    atmSigDescrParamEntry        OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        SYNTAX       AtmSigDescrParamEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Each entry in this table represents a
Packit 022b05
            set of signalling capabilities that can
Packit 022b05
            be applied to a VCL.  There is no requirement
Packit 022b05
            for unique entries, except that the index must
Packit 022b05
            be unique."
Packit 022b05
        INDEX { atmSigDescrParamIndex }
Packit 022b05
        ::= { atmSigDescrParamTable 1 }
Packit 022b05
Packit 022b05
    AtmSigDescrParamEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
            atmSigDescrParamIndex
Packit 022b05
                                   AtmSigDescrParamIndex,
Packit 022b05
            atmSigDescrParamAalType         INTEGER,
Packit 022b05
            atmSigDescrParamAalSscsType     INTEGER,
Packit 022b05
            atmSigDescrParamBhliType        INTEGER,
Packit 022b05
Packit 022b05
Packit 022b05
            atmSigDescrParamBhliInfo        OCTET STRING,
Packit 022b05
            atmSigDescrParamBbcConnConf     INTEGER,
Packit 022b05
            atmSigDescrParamBlliLayer2      INTEGER,
Packit 022b05
            atmSigDescrParamBlliLayer3      INTEGER,
Packit 022b05
            atmSigDescrParamBlliPktSize     INTEGER,
Packit 022b05
            atmSigDescrParamBlliSnapId      INTEGER,
Packit 022b05
            atmSigDescrParamBlliOuiPid      OCTET STRING,
Packit 022b05
            atmSigDescrParamRowStatus       RowStatus
Packit 022b05
        }
Packit 022b05
Packit 022b05
    atmSigDescrParamIndex OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmSigDescrParamIndex
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is used by the
Packit 022b05
            atmVclGenSigDescrIndex object in the atmVclGenTable to
Packit 022b05
            identify a row in this table."
Packit 022b05
Packit 022b05
        ::= { atmSigDescrParamEntry 1 }
Packit 022b05
Packit 022b05
     atmSigDescrParamAalType OBJECT-TYPE
Packit 022b05
         SYNTAX       INTEGER {
Packit 022b05
            other(1),       -- not defined
Packit 022b05
            aal1(2),        -- AAL type 1
Packit 022b05
            aal34(3),       -- AAL type 3/4
Packit 022b05
            aal5(4),        -- AAL type 5
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            userDefined(5), -- User-Defined AAL
Packit 022b05
            aal2(6)         -- AAL type 2
Packit 022b05
            }
Packit 022b05
         MAX-ACCESS   read-create
Packit 022b05
         STATUS       current
Packit 022b05
         DESCRIPTION
Packit 022b05
            "The AAL type.  The value of this object is set to other(1)
Packit 022b05
            when not defined."
Packit 022b05
Packit 022b05
         DEFVAL { other }
Packit 022b05
         ::= { atmSigDescrParamEntry 2 }
Packit 022b05
Packit 022b05
     atmSigDescrParamAalSscsType OBJECT-TYPE
Packit 022b05
         SYNTAX       INTEGER {
Packit 022b05
            other(1),       -- other, or not used
Packit 022b05
            assured(2),     -- Data SSCS based on SSCOP
Packit 022b05
                            -- assured operation
Packit 022b05
            nonassured(3),  -- Data SSCS based on SSCOP
Packit 022b05
                            -- non-assured operation
Packit 022b05
            frameRelay(4),  -- frame relay SSCS
Packit 022b05
            null(5)         -- null
Packit 022b05
Packit 022b05
            }
Packit 022b05
         MAX-ACCESS   read-create
Packit 022b05
         STATUS       current
Packit 022b05
         DESCRIPTION
Packit 022b05
            "The SSCS type used by this entry."
Packit 022b05
Packit 022b05
         DEFVAL { other }
Packit 022b05
         ::= { atmSigDescrParamEntry 3 }
Packit 022b05
Packit 022b05
     atmSigDescrParamBhliType OBJECT-TYPE
Packit 022b05
         SYNTAX       INTEGER {
Packit 022b05
            other(1),         -- not defined
Packit 022b05
            iso(2),           -- ISO
Packit 022b05
            user(3),          -- User specific
Packit 022b05
            hiProfile(4),     -- Higher layer profile
Packit 022b05
                              -- this enum applicable to
Packit 022b05
                              -- UNI 3.0 only
Packit 022b05
            vendorSpecific(5) -- Vender specific
Packit 022b05
                              -- application identifier
Packit 022b05
            }
Packit 022b05
         MAX-ACCESS   read-create
Packit 022b05
         STATUS       current
Packit 022b05
         DESCRIPTION
Packit 022b05
            "The Broadband high layer type."
Packit 022b05
Packit 022b05
         DEFVAL { other }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         ::= { atmSigDescrParamEntry 4 }
Packit 022b05
Packit 022b05
     atmSigDescrParamBhliInfo OBJECT-TYPE
Packit 022b05
         SYNTAX     OCTET STRING (SIZE(0..8))
Packit 022b05
         MAX-ACCESS read-create
Packit 022b05
         STATUS     current
Packit 022b05
         DESCRIPTION
Packit 022b05
            "The Broadband high layer information.  When
Packit 022b05
            atmSigDescrParamBhliType is set to iso(2), the value of this
Packit 022b05
            object is a zero length string.  When
Packit 022b05
            atmSigDescrParamBhliType is set to user(3), the value of
Packit 022b05
            this object is an octet string with length ranging from 0 to
Packit 022b05
            8.  When atmSigDescrParamBhliType is set to hiProfile(4),
Packit 022b05
            the value of this object is a length of 4 octet string
Packit 022b05
            containing user to user profile identifier.  When
Packit 022b05
            atmSigDescrParamBhliType is set to vendorSpecific(5), the
Packit 022b05
            value of this object is a length of 7 octet string, where
Packit 022b05
            the most significant 3 octets consist of a globally-
Packit 022b05
            administered OUI, and the least significant 4 octets are the
Packit 022b05
            vender administered application OUI."
Packit 022b05
Packit 022b05
         DEFVAL { ''H }
Packit 022b05
Packit 022b05
         ::= { atmSigDescrParamEntry 5 }
Packit 022b05
Packit 022b05
     atmSigDescrParamBbcConnConf OBJECT-TYPE
Packit 022b05
         SYNTAX       INTEGER {
Packit 022b05
             ptp(1),   -- point-to-point
Packit 022b05
             ptmp(2)   -- point-to-multipoint
Packit 022b05
             }
Packit 022b05
         MAX-ACCESS   read-create
Packit 022b05
         STATUS       current
Packit 022b05
         DESCRIPTION
Packit 022b05
             "The Broadband bearer capability user plane connection
Packit 022b05
              configuration parameter."
Packit 022b05
         DEFVAL { ptp }
Packit 022b05
         ::= { atmSigDescrParamEntry 6 }
Packit 022b05
Packit 022b05
      atmSigDescrParamBlliLayer2 OBJECT-TYPE
Packit 022b05
          SYNTAX       INTEGER {
Packit 022b05
             other(1),        -- not specified
Packit 022b05
             iso1745(2),      -- Basic mode ISO 1745
Packit 022b05
             q921(3),         -- CCITT Recommendation Q.921
Packit 022b05
             x25linklayer(4), -- CCITT Recommendation X.25
Packit 022b05
                              -- Link Layer
Packit 022b05
             x25multilink(5), -- CCITT Recommendation X.25
Packit 022b05
                              -- Multilink
Packit 022b05
             lapb(6),         -- Extended LAPB; for half
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                              -- duplex operation
Packit 022b05
             hdlcArm(7),      -- HDLC ARM (ISO 4335)
Packit 022b05
             hdlcNrm(8),      -- HDLC NRM (ISO 4335)
Packit 022b05
             hdlcAbm(9),      -- HDLC ABM (ISO 4335)
Packit 022b05
             iso88022(10),    -- LAN logical link control
Packit 022b05
                              -- (ISO 8802/2)
Packit 022b05
             x75slp(11),      -- CCITT Recommendation X.75,
Packit 022b05
                              -- single link
Packit 022b05
                              -- procedure (SLP)
Packit 022b05
             q922(12),        -- CCITT Recommendation Q.922
Packit 022b05
             userDef(13),     -- User specified
Packit 022b05
             iso7776(14)      -- ISO 7776 DTE-DTE operation
Packit 022b05
             }
Packit 022b05
          MAX-ACCESS   read-create
Packit 022b05
          STATUS       current
Packit 022b05
          DESCRIPTION
Packit 022b05
            "The Broadband low layer information, protocol type of layer
Packit 022b05
            2.  The value of this object is other(1) if layer 2 protocol
Packit 022b05
            is not used."
Packit 022b05
Packit 022b05
          DEFVAL { other }
Packit 022b05
          ::= { atmSigDescrParamEntry 7 }
Packit 022b05
Packit 022b05
      atmSigDescrParamBlliLayer3 OBJECT-TYPE
Packit 022b05
          SYNTAX       INTEGER {
Packit 022b05
             other(1),       -- not specified
Packit 022b05
             x25pkt(2),      -- CCITT Recommendation X.25
Packit 022b05
                             -- packet layer
Packit 022b05
             isoiec8208(3),  -- ISO/IEC 8208 (X.25 packet
Packit 022b05
                             -- level protocol for data
Packit 022b05
                             -- terminal equipment)
Packit 022b05
             x223iso8878(4), -- X.223/ISO 8878
Packit 022b05
             isoiec8473(5),  -- ISO/IEC 8473 OSI
Packit 022b05
                             -- connectionless
Packit 022b05
                             -- mode protocol
Packit 022b05
             t70(6),         -- CCITT Recommendation T.70
Packit 022b05
                             -- minimum
Packit 022b05
                             -- network layer
Packit 022b05
             tr9577(7),      -- ISO/IEC TR 9577 Protocol
Packit 022b05
                             -- Identification in the
Packit 022b05
                             -- network layer
Packit 022b05
             userDef(8)      -- user specified
Packit 022b05
Packit 022b05
             }
Packit 022b05
          MAX-ACCESS   read-create
Packit 022b05
          STATUS       current
Packit 022b05
          DESCRIPTION
Packit 022b05
            "The Broadband low layer information, protocol type of layer
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            3.  The value of this object is other(1) if layer 3 protocol
Packit 022b05
            is not used."
Packit 022b05
Packit 022b05
          DEFVAL { other }
Packit 022b05
          ::= { atmSigDescrParamEntry 8 }
Packit 022b05
Packit 022b05
      atmSigDescrParamBlliPktSize OBJECT-TYPE
Packit 022b05
          SYNTAX       INTEGER {
Packit 022b05
             other(1),        -- not used
Packit 022b05
             s16(2),          -- 16 octets
Packit 022b05
             s32(3),          -- 32 octets
Packit 022b05
             s64(4),          -- 64 octets
Packit 022b05
             s128(5),         -- 128 octets
Packit 022b05
             s256(6),         -- 256 octets
Packit 022b05
             s512(7),         -- 512 octets
Packit 022b05
             s1024(8),        -- 1028 octets
Packit 022b05
             s2048(9),        -- 2048 octets
Packit 022b05
             s4096(10)        -- 4096 octets
Packit 022b05
          }
Packit 022b05
          MAX-ACCESS   read-create
Packit 022b05
          STATUS       current
Packit 022b05
          DESCRIPTION
Packit 022b05
            "The default packet size defined in B-LLI."
Packit 022b05
Packit 022b05
          DEFVAL { other }
Packit 022b05
          ::= { atmSigDescrParamEntry 9 }
Packit 022b05
Packit 022b05
      atmSigDescrParamBlliSnapId OBJECT-TYPE
Packit 022b05
          SYNTAX       INTEGER {
Packit 022b05
             other(1),  -- not used
Packit 022b05
             true(2),   -- SNAP ID is 1
Packit 022b05
             false(3)   -- SNAP ID is 0
Packit 022b05
          }
Packit 022b05
          MAX-ACCESS   read-create
Packit 022b05
          STATUS       current
Packit 022b05
          DESCRIPTION
Packit 022b05
            "The SNAP ID used for Broadband low layer protocol layer 3.
Packit 022b05
            The value of this object is other(1) if
Packit 022b05
            atmSigDescrParamBlliLayer3 is set to other(1)."
Packit 022b05
Packit 022b05
          DEFVAL { other }
Packit 022b05
          ::= { atmSigDescrParamEntry 10 }
Packit 022b05
Packit 022b05
      atmSigDescrParamBlliOuiPid OBJECT-TYPE
Packit 022b05
          SYNTAX       OCTET STRING (SIZE(0|5))
Packit 022b05
          MAX-ACCESS   read-create
Packit 022b05
          STATUS       current
Packit 022b05
          DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            "The OUI/PID encoding for Broadband low layer protocol layer
Packit 022b05
            3.  The value of this object is a zero length string if
Packit 022b05
            atmSigDescrParamBlliLayer3 is set to other(1).  When used,
Packit 022b05
            it is always 5 octets with the most significant octet as the
Packit 022b05
            OUI Octet 1 and the least significant octet as the PID Octet
Packit 022b05
            2."
Packit 022b05
Packit 022b05
          DEFVAL { ''H }
Packit 022b05
          ::= { atmSigDescrParamEntry 11 }
Packit 022b05
Packit 022b05
       atmSigDescrParamRowStatus OBJECT-TYPE
Packit 022b05
           SYNTAX       RowStatus
Packit 022b05
           MAX-ACCESS   read-create
Packit 022b05
           STATUS       current
Packit 022b05
           DESCRIPTION
Packit 022b05
            "This object is used to create and delete rows in the
Packit 022b05
            atmSigDescrParamTable."
Packit 022b05
Packit 022b05
           ::= { atmSigDescrParamEntry 12 }
Packit 022b05
Packit 022b05
  -- 6. ATM Interface Registered Address Table --
Packit 022b05
Packit 022b05
atmIfRegisteredAddrTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmIfRegisteredAddrEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains a list of ATM addresses that can be used for
Packit 022b05
       calls to and from a given interface by a switch or service.  The
Packit 022b05
       ATM addresses are either registered by the endsystem via ILMI or
Packit 022b05
       statically configured.  This table does not expose PNNI
Packit 022b05
       reachability information.  ILMI registered addresses cannot be
Packit 022b05
       deleted using this table.  This table only applies to switches
Packit 022b05
       and network services."
Packit 022b05
    ::= { atm2MIBObjects 6 }
Packit 022b05
Packit 022b05
atmIfRegisteredAddrEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmIfRegisteredAddrEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An entry in the ATM Interface Registered Address table."
Packit 022b05
Packit 022b05
    INDEX { ifIndex, atmIfRegAddrAddress }
Packit 022b05
    ::= { atmIfRegisteredAddrTable  1}
Packit 022b05
Packit 022b05
AtmIfRegisteredAddrEntry    ::= SEQUENCE  {
Packit 022b05
    atmIfRegAddrAddress             AtmAddr,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    atmIfRegAddrAddressSource       INTEGER,
Packit 022b05
    atmIfRegAddrOrgScope            INTEGER,
Packit 022b05
    atmIfRegAddrRowStatus           RowStatus
Packit 022b05
         }
Packit 022b05
Packit 022b05
atmIfRegAddrAddress   OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmAddr
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An address registered for a given switch or service interface."
Packit 022b05
Packit 022b05
    ::= { atmIfRegisteredAddrEntry 1}
Packit 022b05
Packit 022b05
atmIfRegAddrAddressSource  OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  {
Packit 022b05
       other(1),
Packit 022b05
       static(2),
Packit 022b05
       dynamic(3)
Packit 022b05
       }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The type of address source for a given ATM Address. The value
Packit 022b05
       dynamic(3) is indicated when ILMI is used."
Packit 022b05
    ::= { atmIfRegisteredAddrEntry 2}
Packit 022b05
Packit 022b05
atmIfRegAddrOrgScope  OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
        localNetwork(1),
Packit 022b05
        localNetworkPlusOne(2),
Packit 022b05
        localNetworkPlusTwo(3),
Packit 022b05
        siteMinusOne(4),
Packit 022b05
        intraSite(5),
Packit 022b05
        sitePlusOne(6),
Packit 022b05
        organizationMinusOne(7),
Packit 022b05
        intraOrganization(8),
Packit 022b05
        organizationPlusOne(9),
Packit 022b05
        communityMinusOne(10),
Packit 022b05
        intraCommunity(11),
Packit 022b05
        communityPlusOne(12),
Packit 022b05
        regional(13),
Packit 022b05
        interRegional(14),
Packit 022b05
        global(15)
Packit 022b05
    }
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        "This object indicates the organizational scope for
Packit 022b05
        the referenced address.  The information of the
Packit 022b05
        referenced address shall not be distributed outside
Packit 022b05
        the indicated scope.   Refer to Annex 5.3 of ATM
Packit 022b05
        Forum UNI Signalling 4.0 for guidelines regarding
Packit 022b05
        the use of organizational scopes.
Packit 022b05
Packit 022b05
        This value cannot be configured for ILMI-registered
Packit 022b05
        addresses.
Packit 022b05
Packit 022b05
        The default values for organizational scope are
Packit 022b05
        localNetwork(1) for ATM group addresses, and
Packit 022b05
        global(15) for individual addresses."
Packit 022b05
    ::= { atmIfRegisteredAddrEntry 3}
Packit 022b05
Packit 022b05
atmIfRegAddrRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object is used to create and delete rows in the
Packit 022b05
       atmIfRegisteredAddrTable.  Rows created dynamically (e.g., ILMI-
Packit 022b05
       registered addresses) cannot be deleted using this object."
Packit 022b05
Packit 022b05
    ::= { atmIfRegisteredAddrEntry 4}
Packit 022b05
Packit 022b05
  -- 7. ATM VPI/VCI to Address Mapping Table
Packit 022b05
Packit 022b05
    atmVclAddrTable  OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmVclAddrEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This table provides a mapping between the atmVclTable and
Packit 022b05
            the ATM called party/calling party address.  This table can
Packit 022b05
            be used to retrieve the calling party and called party ATM
Packit 022b05
            address pair for a given VCL.  Note that there can be more
Packit 022b05
            than one pair of calling party and called party ATM
Packit 022b05
            addresses for a VCL in a point to multi-point call."
Packit 022b05
        ::= { atm2MIBObjects 7 }
Packit 022b05
Packit 022b05
    atmVclAddrEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVclAddrEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Each entry in this table represents a binding between a VCL
Packit 022b05
            and an ATM address associated with this call.  This ATM
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            address can be either the called party address or the
Packit 022b05
            calling party address.  There can be more than one pair of
Packit 022b05
            calling/called party ATM addresses associated with the VCL
Packit 022b05
            entry for point to multi-point calls.  Objects
Packit 022b05
            atmVclAddrType, and atmVclAddrRowStatus are
Packit 022b05
            required during row creation."
Packit 022b05
        INDEX  { ifIndex, atmVclVpi, atmVclVci,
Packit 022b05
                 atmVclAddrAddr }
Packit 022b05
        ::= { atmVclAddrTable 1 }
Packit 022b05
Packit 022b05
    AtmVclAddrEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
            atmVclAddrAddr          AtmAddr,
Packit 022b05
            atmVclAddrType          INTEGER,
Packit 022b05
            atmVclAddrRowStatus     RowStatus
Packit 022b05
        }
Packit 022b05
Packit 022b05
    atmVclAddrAddr     OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmAddr
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "An ATM address on one end of the VCL.  For SVCs, the agent
Packit 022b05
            supplies the value of this object at creation time.  For PVC
Packit 022b05
            VCL, the manager can supply the value of this object during
Packit 022b05
            or after the PVC VCL creation."
Packit 022b05
        ::= { atmVclAddrEntry 1 }
Packit 022b05
Packit 022b05
   atmVclAddrType     OBJECT-TYPE
Packit 022b05
       SYNTAX       INTEGER {
Packit 022b05
           callingParty(1),
Packit 022b05
           calledParty(2)
Packit 022b05
       }
Packit 022b05
       MAX-ACCESS   read-create
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
            "The type of ATM Address represented by the object
Packit 022b05
            atmVclAddrAddr.  Choices are either the calling party ATM
Packit 022b05
            address or the called party ATM address."
Packit 022b05
       ::= { atmVclAddrEntry 2 }
Packit 022b05
Packit 022b05
   atmVclAddrRowStatus     OBJECT-TYPE
Packit 022b05
       SYNTAX       RowStatus
Packit 022b05
       MAX-ACCESS   read-create
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object is used to create or destroy an
Packit 022b05
           entry from this table.  Note that the manager entity
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           can only destroy the PVC VCLs."
Packit 022b05
       ::= { atmVclAddrEntry 3 }
Packit 022b05
Packit 022b05
  -- 8. ATM Address to VPI/VCI Mapping Table
Packit 022b05
  --
Packit 022b05
  -- This table provides an alternative way to access
Packit 022b05
  -- a row in the atmVclAddrTable by using
Packit 022b05
  -- an ATM address as an index, instead of
Packit 022b05
  -- the ifIndex
Packit 022b05
Packit 022b05
    atmAddrVclTable   OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmAddrVclEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This table provides an alternative way to retrieve the
Packit 022b05
            atmVclTable.  This table can be used to retrieve the
Packit 022b05
            indexing to the atmVclTable by an ATM address."
Packit 022b05
Packit 022b05
        ::= { atm2MIBObjects 8 }
Packit 022b05
Packit 022b05
    atmAddrVclEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmAddrVclEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Each entry in this table represents an entry in the
Packit 022b05
            atmVclTable of the ATM-MIB by its ATM address.  The ATM
Packit 022b05
            address is either the calling or called party ATM address
Packit 022b05
            of the call.  Entries in this table are read only.
Packit 022b05
            They show up when entries are created in the
Packit 022b05
            atmVclAddrTable."
Packit 022b05
        REFERENCE
Packit 022b05
            "Tesink, K., Editor, Definitions of Managed Objects
Packit 022b05
             for ATM Management, RFC 2515, Bell Communications
Packit 022b05
             Research, February, 1999."
Packit 022b05
        INDEX { atmVclAddrAddr, atmAddrVclAtmIfIndex,
Packit 022b05
                atmAddrVclVpi, atmAddrVclVci }
Packit 022b05
        ::= { atmAddrVclTable 1 }
Packit 022b05
Packit 022b05
    AtmAddrVclEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
            atmAddrVclAtmIfIndex    InterfaceIndex,
Packit 022b05
            atmAddrVclVpi           AtmVpIdentifier,
Packit 022b05
            atmAddrVclVci           AtmVcIdentifier,
Packit 022b05
            atmAddrVclAddrType      INTEGER
Packit 022b05
            }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    atmAddrVclAtmIfIndex     OBJECT-TYPE
Packit 022b05
        SYNTAX       InterfaceIndex
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The interface index of the ATM interface to which this
Packit 022b05
             VCL pertains.  This object combined with the
Packit 022b05
             atmAddrVclVpi and atmAddrVclVci objects serves as an
Packit 022b05
             index to the atmVclTable."
Packit 022b05
        ::= { atmAddrVclEntry 1 }
Packit 022b05
Packit 022b05
    atmAddrVclVpi     OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVpIdentifier
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The VPI value of the VCL.  This object combined with the
Packit 022b05
            atmAddrVclAtmIfIndex and atmAddrVclVci objects serves as
Packit 022b05
            an index to the atmVclTable."
Packit 022b05
        ::= { atmAddrVclEntry 2 }
Packit 022b05
Packit 022b05
    atmAddrVclVci     OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVcIdentifier
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The VCI value of the VCL.  This object combined with the
Packit 022b05
            atmAddrVclAtmIfIndex and atmAddrVclVpi objects serves as
Packit 022b05
            an index to the atmVclTable."
Packit 022b05
        ::= { atmAddrVclEntry 3 }
Packit 022b05
Packit 022b05
   atmAddrVclAddrType     OBJECT-TYPE
Packit 022b05
       SYNTAX       INTEGER {
Packit 022b05
           callingParty(1),
Packit 022b05
           calledParty(2) }
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
            "The type of ATM Address represented by the object
Packit 022b05
            atmVclAddrAddr.  Choices are either calling party address
Packit 022b05
            or called party address."
Packit 022b05
       ::= { atmAddrVclEntry 4 }
Packit 022b05
Packit 022b05
  -- 9. ATM VPL Statistics Table
Packit 022b05
Packit 022b05
    atmVplStatTable   OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmVplStatEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This table contains all statistics counters per VPL.  It is
Packit 022b05
            used to monitor the usage of the VPL in terms of incoming
Packit 022b05
            cells and outgoing cells."
Packit 022b05
        ::= { atm2MIBObjects 9 }
Packit 022b05
Packit 022b05
    atmVplStatEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVplStatEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Each entry in this table represents a VPL."
Packit 022b05
        INDEX { ifIndex, atmVplVpi }
Packit 022b05
        ::= { atmVplStatTable 1 }
Packit 022b05
Packit 022b05
    AtmVplStatEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
            atmVplStatTotalCellIns      Counter32,
Packit 022b05
            atmVplStatClp0CellIns       Counter32,
Packit 022b05
            atmVplStatTotalDiscards     Counter32,
Packit 022b05
            atmVplStatClp0Discards      Counter32,
Packit 022b05
            atmVplStatTotalCellOuts     Counter32,
Packit 022b05
            atmVplStatClp0CellOuts      Counter32,
Packit 022b05
            atmVplStatClp0Tagged        Counter32
Packit 022b05
    }
Packit 022b05
Packit 022b05
    atmVplStatTotalCellIns OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells received by this VPL
Packit 022b05
            including both CLP=0 and CLP=1 cells.  The cells are
Packit 022b05
            counted prior to the application of the traffic policing."
Packit 022b05
        ::= { atmVplStatEntry 1 }
Packit 022b05
Packit 022b05
    atmVplStatClp0CellIns OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The number of valid ATM cells received by this VPL with
Packit 022b05
            CLP=0.  The cells are counted prior to the application of
Packit 022b05
            the traffic policing."
Packit 022b05
        ::= { atmVplStatEntry 2 }
Packit 022b05
Packit 022b05
    atmVplStatTotalDiscards OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells discarded by the
Packit 022b05
            traffic policing entity.  This includes cells originally
Packit 022b05
            received with CLP=0 and CLP=1."
Packit 022b05
        ::= { atmVplStatEntry 3 }
Packit 022b05
Packit 022b05
    atmVplStatClp0Discards OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells received with CLP=0 and
Packit 022b05
            discarded by the traffic policing entity."
Packit 022b05
        ::= { atmVplStatEntry 4 }
Packit 022b05
Packit 022b05
    atmVplStatTotalCellOuts OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells transmitted  by this
Packit 022b05
            VPL.  This includes both CLP=0 and CLP=1 cells."
Packit 022b05
        ::= { atmVplStatEntry 5 }
Packit 022b05
Packit 022b05
    atmVplStatClp0CellOuts OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells transmitted with CLP=0
Packit 022b05
            by this VPL."
Packit 022b05
        ::= { atmVplStatEntry 6 }
Packit 022b05
Packit 022b05
    atmVplStatClp0Tagged OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells tagged by the traffic
Packit 022b05
            policing entity from CLP=0 to CLP=1."
Packit 022b05
        ::= { atmVplStatEntry 7 }
Packit 022b05
Packit 022b05
  -- 10. ATM Logical Port Configuration Table
Packit 022b05
Packit 022b05
    atmVplLogicalPortTable OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        SYNTAX       SEQUENCE OF AtmVplLogicalPortEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Indicates whether the VPL is an ATM Logical Port interface
Packit 022b05
            (ifType=80)."
Packit 022b05
        ::= { atm2MIBObjects 10 }
Packit 022b05
Packit 022b05
    atmVplLogicalPortEntry OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVplLogicalPortEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "An entry with information about the ATM Logical Port
Packit 022b05
            interface."
Packit 022b05
        AUGMENTS { atmVplEntry }
Packit 022b05
        ::= { atmVplLogicalPortTable 1 }
Packit 022b05
Packit 022b05
    AtmVplLogicalPortEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
            atmVplLogicalPortDef        INTEGER,
Packit 022b05
            atmVplLogicalPortIndex      InterfaceIndexOrZero
Packit 022b05
            }
Packit 022b05
Packit 022b05
    atmVplLogicalPortDef   OBJECT-TYPE
Packit 022b05
        SYNTAX       INTEGER {
Packit 022b05
                        notLogicalIf(1),
Packit 022b05
                        isLogicalIf(2)
Packit 022b05
                        }
Packit 022b05
        MAX-ACCESS   read-create
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Indicates whether the VPC at this VPL interface is an ATM
Packit 022b05
            Logical Port interface."
Packit 022b05
        DEFVAL { notLogicalIf }
Packit 022b05
        ::= { atmVplLogicalPortEntry 1 }
Packit 022b05
Packit 022b05
    atmVplLogicalPortIndex OBJECT-TYPE
Packit 022b05
        SYNTAX       InterfaceIndexOrZero
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The ifTable index of the ATM logical port interface
Packit 022b05
            associated with this VPL. The distinguished value of zero
Packit 022b05
            indicates that the agent has not (yet) assigned such an
Packit 022b05
            ifTable Index. The zero value must be assigned by the agent
Packit 022b05
            if the value of atmVplLogicalPortDef is set to notLogicalIf,
Packit 022b05
            or if the VPL row is not active."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        ::= { atmVplLogicalPortEntry 2 }
Packit 022b05
Packit 022b05
  -- 11. ATM VCL Statistics Table
Packit 022b05
Packit 022b05
    atmVclStatTable   OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmVclStatEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This table contains all statistics counters per VCL.  It is
Packit 022b05
            used to monitor the usage of the VCL in terms of incoming
Packit 022b05
            cells and outgoing cells."
Packit 022b05
        ::= { atm2MIBObjects 11 }
Packit 022b05
Packit 022b05
    atmVclStatEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVclStatEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Each entry in this table represents a VCL."
Packit 022b05
        INDEX { ifIndex, atmVclVpi, atmVclVci }
Packit 022b05
        ::= { atmVclStatTable 1 }
Packit 022b05
Packit 022b05
    AtmVclStatEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
            atmVclStatTotalCellIns      Counter32,
Packit 022b05
            atmVclStatClp0CellIns       Counter32,
Packit 022b05
            atmVclStatTotalDiscards     Counter32,
Packit 022b05
            atmVclStatClp0Discards      Counter32,
Packit 022b05
            atmVclStatTotalCellOuts     Counter32,
Packit 022b05
            atmVclStatClp0CellOuts      Counter32,
Packit 022b05
            atmVclStatClp0Tagged        Counter32
Packit 022b05
        }
Packit 022b05
Packit 022b05
    atmVclStatTotalCellIns OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells received by this VCL
Packit 022b05
            including both CLP=0 and CLP=1 cells.  The cells are counted
Packit 022b05
            prior to the application of the traffic policing."
Packit 022b05
        ::= { atmVclStatEntry 1 }
Packit 022b05
Packit 022b05
    atmVclStatClp0CellIns OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The number of valid ATM cells received by this VCL with
Packit 022b05
            CLP=0.  The cells are counted prior to the application of
Packit 022b05
            the traffic policing."
Packit 022b05
        ::= { atmVclStatEntry 2 }
Packit 022b05
Packit 022b05
    atmVclStatTotalDiscards OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells discarded by the
Packit 022b05
            traffic policing entity.  This includes cells originally
Packit 022b05
            received with CLP=0 and CLP=1."
Packit 022b05
        ::= { atmVclStatEntry 3 }
Packit 022b05
Packit 022b05
    atmVclStatClp0Discards OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells received with CLP=0
Packit 022b05
             and discarded by the traffic policing entity."
Packit 022b05
        ::= { atmVclStatEntry 4 }
Packit 022b05
Packit 022b05
    atmVclStatTotalCellOuts OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells transmitted  by this
Packit 022b05
            VCL.  This includes both CLP=0 and CLP=1 cells."
Packit 022b05
        ::= { atmVclStatEntry 5 }
Packit 022b05
Packit 022b05
    atmVclStatClp0CellOuts OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The total number of valid ATM cells transmitted with CLP=0
Packit 022b05
            by this VCL."
Packit 022b05
        ::= { atmVclStatEntry 6 }
Packit 022b05
Packit 022b05
    atmVclStatClp0Tagged OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            "The total number of valid ATM cells tagged by the traffic
Packit 022b05
            policing entity from CLP=0 to CLP=1."
Packit 022b05
        ::= { atmVclStatEntry 7 }
Packit 022b05
Packit 022b05
  -- 12. ATM AAL5 per-VCC Statistics Table
Packit 022b05
Packit 022b05
    atmAal5VclStatTable   OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmAal5VclStatEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This table provides a collection of objects providing AAL5
Packit 022b05
            configuration and performance statistics of a VCL."
Packit 022b05
        ::= { atm2MIBObjects 12 }
Packit 022b05
Packit 022b05
    atmAal5VclStatEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmAal5VclStatEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Each entry in this table represents an AAL5 VCL, and
Packit 022b05
             is indexed by ifIndex values of AAL5 interfaces and
Packit 022b05
             the associated VPI/VCI values."
Packit 022b05
        INDEX { ifIndex, atmVclVpi, atmVclVci }
Packit 022b05
        ::= { atmAal5VclStatTable 1 }
Packit 022b05
Packit 022b05
    AtmAal5VclStatEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
           atmAal5VclInPkts        Counter32,
Packit 022b05
           atmAal5VclOutPkts       Counter32,
Packit 022b05
           atmAal5VclInOctets      Counter32,
Packit 022b05
           atmAal5VclOutOctets     Counter32
Packit 022b05
        }
Packit 022b05
Packit 022b05
    atmAal5VclInPkts      OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The number of AAL5 CPCS PDUs received on the AAL5 VCC at
Packit 022b05
            the interface identified by the ifIndex."
Packit 022b05
        ::= { atmAal5VclStatEntry 1 }
Packit 022b05
Packit 022b05
    atmAal5VclOutPkts   OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            "The number of AAL5 CPCS PDUs transmitted on the AAL5 VCC
Packit 022b05
             at the interface identified by the ifIndex."
Packit 022b05
        ::= { atmAal5VclStatEntry 2 }
Packit 022b05
Packit 022b05
    atmAal5VclInOctets   OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The number of octets contained in AAL5 CPCS PDUs received
Packit 022b05
            on the AAL5 VCC at the interface identified by the ifIndex."
Packit 022b05
        ::= { atmAal5VclStatEntry 3 }
Packit 022b05
Packit 022b05
    atmAal5VclOutOctets   OBJECT-TYPE
Packit 022b05
        SYNTAX       Counter32
Packit 022b05
        MAX-ACCESS   read-only
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The number of octets contained in AAL5 CPCS PDUs
Packit 022b05
            transmitted on the AAL5 VCC at the interface identified by
Packit 022b05
            the ifIndex."
Packit 022b05
        ::= { atmAal5VclStatEntry 4 }
Packit 022b05
Packit 022b05
  -- 13. ATM VC General Information Table
Packit 022b05
Packit 022b05
    atmVclGenTable OBJECT-TYPE
Packit 022b05
        SYNTAX       SEQUENCE OF AtmVclGenEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "General Information for each VC."
Packit 022b05
        ::= { atm2MIBObjects 13 }
Packit 022b05
Packit 022b05
    atmVclGenEntry OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmVclGenEntry
Packit 022b05
        MAX-ACCESS   not-accessible
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "An entry with general information about the ATM VC."
Packit 022b05
Packit 022b05
        AUGMENTS { atmVclEntry }
Packit 022b05
        ::= { atmVclGenTable 1 }
Packit 022b05
Packit 022b05
    AtmVclGenEntry ::=
Packit 022b05
        SEQUENCE {
Packit 022b05
          atmVclGenSigDescrIndex      AtmSigDescrParamIndex
Packit 022b05
        }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    atmVclGenSigDescrIndex   OBJECT-TYPE
Packit 022b05
        SYNTAX       AtmSigDescrParamIndex
Packit 022b05
        MAX-ACCESS   read-create
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object identifies the row in the ATM
Packit 022b05
            Signalling Descriptor Parameter Table which applies to this
Packit 022b05
            VCL."
Packit 022b05
        ::= { atmVclGenEntry 1 }
Packit 022b05
Packit 022b05
  -- 14. ATM Interface Configuration Extension Table
Packit 022b05
Packit 022b05
atmInterfaceExtTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmInterfaceExtEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains ATM interface configuration and monitoring
Packit 022b05
       information not defined in the atmInterfaceConfTable from the
Packit 022b05
       ATM-MIB.  This includes the type of connection setup procedures,
Packit 022b05
       ILMI information, and information on the VPI/VCI range."
Packit 022b05
    REFERENCE
Packit 022b05
        "Tesink, K., Editor, Definitions of Managed Objects
Packit 022b05
         for ATM Management, RFC 2515, Bell Communications
Packit 022b05
         Research, February, 1999."
Packit 022b05
    ::= { atm2MIBObjects 14 }
Packit 022b05
Packit 022b05
atmInterfaceExtEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmInterfaceExtEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An entry extends the atmInterfaceConfEntry defined in the ATM-
Packit 022b05
       MIB.  Each entry corresponds to an ATM interface."
Packit 022b05
    REFERENCE
Packit 022b05
        "Tesink, K., Editor, Definitions of Managed Objects
Packit 022b05
         for ATM Management, RFC 2515, Bell Communications
Packit 022b05
         Research, February, 1999."
Packit 022b05
    AUGMENTS { atmInterfaceConfEntry }
Packit 022b05
    ::= { atmInterfaceExtTable 1 }
Packit 022b05
Packit 022b05
AtmInterfaceExtEntry    ::= SEQUENCE  {
Packit 022b05
        atmIntfConfigType                   AtmInterfaceType,
Packit 022b05
        atmIntfActualType                   AtmInterfaceType,
Packit 022b05
        atmIntfConfigSide                   INTEGER,
Packit 022b05
        atmIntfActualSide                   INTEGER,
Packit 022b05
        atmIntfIlmiAdminStatus              BITS,
Packit 022b05
        atmIntfIlmiOperStatus               BITS,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        atmIntfIlmiFsmState                 INTEGER,
Packit 022b05
        atmIntfIlmiEstablishConPollIntvl    Integer32,
Packit 022b05
        atmIntfIlmiCheckConPollIntvl        Integer32,
Packit 022b05
        atmIntfIlmiConPollInactFactor       Integer32,
Packit 022b05
        atmIntfIlmiPublicPrivateIndctr      INTEGER,
Packit 022b05
        atmInterfaceConfMaxSvpcVpi          INTEGER,
Packit 022b05
        atmInterfaceCurrentMaxSvpcVpi       INTEGER,
Packit 022b05
        atmInterfaceConfMaxSvccVpi          INTEGER,
Packit 022b05
        atmInterfaceCurrentMaxSvccVpi       INTEGER,
Packit 022b05
        atmInterfaceConfMinSvccVci          INTEGER,
Packit 022b05
        atmInterfaceCurrentMinSvccVci       INTEGER,
Packit 022b05
        atmIntfSigVccRxTrafficDescrIndex
Packit 022b05
                                   AtmTrafficDescrParamIndex,
Packit 022b05
        atmIntfSigVccTxTrafficDescrIndex
Packit 022b05
                                   AtmTrafficDescrParamIndex,
Packit 022b05
        atmIntfPvcFailures                  Counter32,
Packit 022b05
        atmIntfCurrentlyFailingPVpls        Gauge32,
Packit 022b05
        atmIntfCurrentlyFailingPVcls        Gauge32,
Packit 022b05
        atmIntfPvcFailuresTrapEnable        TruthValue,
Packit 022b05
        atmIntfPvcNotificationInterval      INTEGER,
Packit 022b05
        atmIntfLeafSetupFailures            Counter32,
Packit 022b05
        atmIntfLeafSetupRequests            Counter32 }
Packit 022b05
Packit 022b05
atmIntfConfigType     OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmInterfaceType
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The type of connection setup procedures configured for the ATM
Packit 022b05
       interface.  Setting this variable to a value of 'other' is not
Packit 022b05
       allowed."
Packit 022b05
    DEFVAL { autoConfig }
Packit 022b05
    ::= { atmInterfaceExtEntry 1 }
Packit 022b05
Packit 022b05
atmIntfActualType     OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmInterfaceType
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The type of connection setup procedures currently being used on
Packit 022b05
       the interface.  This may reflect a manually configured value for
Packit 022b05
       the interface type, or may be determined by other means such as
Packit 022b05
       auto-configuration.  A value of `autoConfig' indicates that
Packit 022b05
       auto-configuration was requested but has not yet been completed."
Packit 022b05
    ::= { atmInterfaceExtEntry 2 }
Packit 022b05
Packit 022b05
atmIntfConfigSide     OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                     other(1),
Packit 022b05
                     user(2),
Packit 022b05
                     network(3) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The configured role of the managed entity as one side of the ATM
Packit 022b05
       interface.  This value does not apply when the object
Packit 022b05
       atmIntfConfigType is set to `autoConfig', `atmfPnni1Dot0', or
Packit 022b05
       `atmfBici2Dot0'."
Packit 022b05
    ::= { atmInterfaceExtEntry 3 }
Packit 022b05
Packit 022b05
atmIntfActualSide     OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  {
Packit 022b05
                     other(1),
Packit 022b05
                     user(2),
Packit 022b05
                     network(3),
Packit 022b05
                     symmetric(4) }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The current role used by the managed entity to represent one
Packit 022b05
       side of the ATM interface."
Packit 022b05
    ::= { atmInterfaceExtEntry 4 }
Packit 022b05
Packit 022b05
atmIntfIlmiAdminStatus    OBJECT-TYPE
Packit 022b05
    SYNTAX       BITS { ilmi(0),
Packit 022b05
                        ilmiAddressRegistration(1),
Packit 022b05
                        ilmiConnectivity(2),
Packit 022b05
                        ilmiPvcPvpMgmt(3),
Packit 022b05
                        ilmiSigVccParamNegotiation(4) }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates which components of ILMI are administratively enabled
Packit 022b05
       on this interface.  If the 'ilmi' bit is not set, then no ILMI
Packit 022b05
       components are operational.  ILMI components other than auto-
Packit 022b05
       configuration that are not represented in the value have their
Packit 022b05
       administrative status determined according to the 'ilmi' bit.
Packit 022b05
       The ILMI auto-configuration component is enabled/disabled by the
Packit 022b05
       atmIntfConfigType object."
Packit 022b05
    ::= { atmInterfaceExtEntry 5 }
Packit 022b05
Packit 022b05
atmIntfIlmiOperStatus    OBJECT-TYPE
Packit 022b05
    SYNTAX       BITS { ilmi(0),
Packit 022b05
                        ilmiAddressRegistration(1),
Packit 022b05
                        ilmiConnectivity(2),
Packit 022b05
                        ilmiPvcPvpMgmt(3),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                        ilmiSigVccParamNegotiation(4) }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates which components of ILMI are operational on this
Packit 022b05
       interface."
Packit 022b05
    ::= { atmInterfaceExtEntry 6 }
Packit 022b05
Packit 022b05
atmIntfIlmiFsmState    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER { stopped(1),
Packit 022b05
                           linkFailing(2),
Packit 022b05
                           establishing(3),
Packit 022b05
                           configuring(4),
Packit 022b05
                           retrievingNetworkPrefixes(5),
Packit 022b05
                           registeringNetworkPrefixes(6),
Packit 022b05
                           retrievingAddresses(7),
Packit 022b05
                           registeringAddresses(8),
Packit 022b05
                           verifying(9) }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the state of the ILMI Finite State Machine associated
Packit 022b05
       with this interface."
Packit 022b05
Packit 022b05
        REFERENCE
Packit 022b05
            "ATM Forum, Integrated Local Management Interface
Packit 022b05
             (ILMI) Specification, Version 4.0, af-ilmi-0065.000,
Packit 022b05
             September 1996, Appendix 1"
Packit 022b05
    ::= { atmInterfaceExtEntry 7 }
Packit 022b05
Packit 022b05
atmIntfIlmiEstablishConPollIntvl    OBJECT-TYPE
Packit 022b05
    SYNTAX       Integer32 (1..65535)
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The amount of time S between successive transmissions of ILMI
Packit 022b05
       messages on this interface for the purpose of detecting
Packit 022b05
       establishment of ILMI connectivity."
Packit 022b05
    REFERENCE
Packit 022b05
       "ATM Forum, Integrated Local Management Interface
Packit 022b05
        (ILMI) Specification, Version 4.0, af-ilmi-0065.000,
Packit 022b05
        September 1996, Section 8.3.1"
Packit 022b05
    DEFVAL { 1 }
Packit 022b05
    ::= { atmInterfaceExtEntry 8 }
Packit 022b05
Packit 022b05
atmIntfIlmiCheckConPollIntvl    OBJECT-TYPE
Packit 022b05
    SYNTAX       Integer32 (0..65535)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The amount of time T between successive transmissions of ILMI
Packit 022b05
       messages on this interface for the purpose of detecting loss of
Packit 022b05
       ILMI connectivity.  The distinguished value zero disables ILMI
Packit 022b05
       connectivity procedures on this interface."
Packit 022b05
    REFERENCE
Packit 022b05
       "ATM Forum, Integrated Local Management Interface
Packit 022b05
        (ILMI) Specification, Version 4.0, af-ilmi-0065.000,
Packit 022b05
        September 1996, Section 8.3.1"
Packit 022b05
    DEFVAL { 5 }
Packit 022b05
    ::= { atmInterfaceExtEntry 9 }
Packit 022b05
Packit 022b05
atmIntfIlmiConPollInactFactor    OBJECT-TYPE
Packit 022b05
    SYNTAX       Integer32 (0..65535)
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number K of consecutive polls on this interface for which no
Packit 022b05
       ILMI response message is received before ILMI connectivity is
Packit 022b05
       declared lost."
Packit 022b05
    REFERENCE
Packit 022b05
       "ATM Forum, Integrated Local Management Interface
Packit 022b05
        (ILMI) Specification, Version 4.0, af-ilmi-0065.000,
Packit 022b05
        September 1996, Section 8.3.1"
Packit 022b05
    DEFVAL { 4 }
Packit 022b05
    ::= { atmInterfaceExtEntry 10 }
Packit 022b05
Packit 022b05
atmIntfIlmiPublicPrivateIndctr    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                           other(1),
Packit 022b05
                           public(2),
Packit 022b05
                           private(3)
Packit 022b05
                           }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Specifies whether this end of the interface is advertised in
Packit 022b05
       ILMI as a device of the `public' or `private' type."
Packit 022b05
    DEFVAL { private }
Packit 022b05
    ::= { atmInterfaceExtEntry 11 }
Packit 022b05
Packit 022b05
atmInterfaceConfMaxSvpcVpi    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  (0..4095)
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The maximum VPI that the signalling stack on the ATM interface
Packit 022b05
       is configured to support for allocation to switched virtual path
Packit 022b05
       connections."
Packit 022b05
    ::= { atmInterfaceExtEntry 12 }
Packit 022b05
Packit 022b05
atmInterfaceCurrentMaxSvpcVpi    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  (0..4095)
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The maximum VPI that the signalling stack on the ATM interface
Packit 022b05
       may currently allocate to switched virtual path connections.
Packit 022b05
       This value is the minimum of atmInterfaceConfMaxSvpcVpi, and the
Packit 022b05
       atmInterfaceMaxSvpcVpi of the interface's UNI/NNI peer.
Packit 022b05
Packit 022b05
       If the interface does not negotiate with its peer to determine
Packit 022b05
       the maximum VPI that can be allocated to SVPCs on the interface,
Packit 022b05
       then the value of this object must equal
Packit 022b05
       atmInterfaceConfMaxSvpcVpi. "
Packit 022b05
    ::= { atmInterfaceExtEntry 13 }
Packit 022b05
Packit 022b05
atmInterfaceConfMaxSvccVpi    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  (0..4095)
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The maximum VPI that the signalling stack on the ATM interface
Packit 022b05
       is configured to support for allocation to switched virtual
Packit 022b05
       channel connections."
Packit 022b05
    ::= { atmInterfaceExtEntry 14 }
Packit 022b05
Packit 022b05
atmInterfaceCurrentMaxSvccVpi    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  (0..4095)
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The maximum VPI that the signalling stack on the ATM interface
Packit 022b05
       may currently allocate to switched virtual channel connections.
Packit 022b05
       This value is the minimum of atmInterfaceConfMaxSvccVpi, and the
Packit 022b05
       atmInterfaceConfMaxSvccVpi of the interface's UNI/NNI peer.
Packit 022b05
Packit 022b05
       If the interface does not negotiate with its peer to determine
Packit 022b05
       the maximum VPI that can be allocated to SVCCs on the interface,
Packit 022b05
       then the value of this object must equal
Packit 022b05
       atmInterfaceConfMaxSvccVpi."
Packit 022b05
    ::= { atmInterfaceExtEntry 15 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
atmInterfaceConfMinSvccVci    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  (0..65535)
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The minimum VCI that the signalling stack on the ATM interface
Packit 022b05
       is configured to support for allocation to switched virtual
Packit 022b05
       channel connections."
Packit 022b05
    ::= { atmInterfaceExtEntry 16 }
Packit 022b05
Packit 022b05
atmInterfaceCurrentMinSvccVci    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER  (0..65535)
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The minimum VCI that the signalling stack on the ATM interface
Packit 022b05
       may currently allocate to switched virtual channel connections.
Packit 022b05
       This value is the maximum of atmInterfaceConfMinSvccVci, and the
Packit 022b05
       atmInterfaceConfMinSvccVci of the interface's UNI/NNI peer.
Packit 022b05
       If the interface does not negotiate with its peer to determine
Packit 022b05
       the minimum VCI that can be allocated to SVCCs on the interface,
Packit 022b05
       then the value of this object must equal
Packit 022b05
       atmInterfaceConfMinSvccVci."
Packit 022b05
    ::= { atmInterfaceExtEntry 17 }
Packit 022b05
Packit 022b05
atmIntfSigVccRxTrafficDescrIndex    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmTrafficDescrParamIndex
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object identifies the row in the atmTrafficDescrParamTable
Packit 022b05
       used during ILMI auto-configuration to specify the advertised
Packit 022b05
       signalling VCC traffic parameters for the receive direction.
Packit 022b05
       The traffic descriptor resulting from ILMI auto-configuration of
Packit 022b05
       the signalling VCC is indicated in the atmVclTable."
Packit 022b05
    ::= { atmInterfaceExtEntry 18 }
Packit 022b05
Packit 022b05
atmIntfSigVccTxTrafficDescrIndex    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmTrafficDescrParamIndex
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object identifies the row in the atmTrafficDescrParamTable
Packit 022b05
       used during ILMI auto-configuration to specify the advertised
Packit 022b05
       signalling VCC traffic parameters for the transmit direction.
Packit 022b05
       The traffic descriptor resulting from ILMI auto-configuration of
Packit 022b05
       the signalling VCC is indicated in the atmVclTable."
Packit 022b05
    ::= { atmInterfaceExtEntry 19 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
atmIntfPvcFailures    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of times the operational status of a PVPL or PVCL on
Packit 022b05
       this interface has gone down."
Packit 022b05
    ::= { atmInterfaceExtEntry 20 }
Packit 022b05
Packit 022b05
atmIntfCurrentlyFailingPVpls    OBJECT-TYPE
Packit 022b05
    SYNTAX       Gauge32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The current number of VPLs on this interface for which there is
Packit 022b05
       an active row in the atmVplTable having an atmVplConnKind value
Packit 022b05
       of `pvc' and an atmVplOperStatus with a value other than `up'."
Packit 022b05
    ::= { atmInterfaceExtEntry 21 }
Packit 022b05
Packit 022b05
atmIntfCurrentlyFailingPVcls    OBJECT-TYPE
Packit 022b05
    SYNTAX       Gauge32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The current number of VCLs on this interface for which there is
Packit 022b05
       an active row in the atmVclTable having an atmVclConnKind value
Packit 022b05
       of `pvc' and an atmVclOperStatus with a value other than `up'."
Packit 022b05
    ::= { atmInterfaceExtEntry 22 }
Packit 022b05
Packit 022b05
atmIntfPvcFailuresTrapEnable    OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Allows the generation of traps in response to PVCL or PVPL
Packit 022b05
       failures on this interface."
Packit 022b05
    DEFVAL { false }
Packit 022b05
    ::= { atmInterfaceExtEntry 23 }
Packit 022b05
Packit 022b05
atmIntfPvcNotificationInterval    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER (1..3600)
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The minimum interval between the sending of
Packit 022b05
       atmIntfPvcFailuresTrap notifications for this interface."
Packit 022b05
    DEFVAL { 30 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    ::= { atmInterfaceExtEntry 24 }
Packit 022b05
Packit 022b05
atmIntfLeafSetupFailures    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of setup failures.  For root, this is the number of
Packit 022b05
       rejected setup requests and for leaf, this is the number of setup
Packit 022b05
       failure received."
Packit 022b05
    ::= { atmInterfaceExtEntry 25 }
Packit 022b05
Packit 022b05
atmIntfLeafSetupRequests    OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Number of setup requests.  For root, this includes both incoming
Packit 022b05
       setup request and root intiated setup requests."
Packit 022b05
    ::= { atmInterfaceExtEntry 26 }
Packit 022b05
Packit 022b05
  -- 15. ATM ILMI Service Registry Table
Packit 022b05
Packit 022b05
atmIlmiSrvcRegTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmIlmiSrvcRegEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains a list of all the ATM network services known
Packit 022b05
       by this device.
Packit 022b05
Packit 022b05
       The characteristics of these services are made available through
Packit 022b05
       the ILMI, using the ILMI general-purpose service registry MIB.
Packit 022b05
       These services may be made available to all ATM interfaces
Packit 022b05
       (atmIlmiSrvcRegIndex = 0) or to some specific ATM interfaces only
Packit 022b05
       (atmIlmiSrvcRegIndex = ATM interface index)."
Packit 022b05
    ::= { atm2MIBObjects 15 }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmIlmiSrvcRegEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Information about a single service provider that is available to
Packit 022b05
       the user-side of an adjacent device through the ILMI.
Packit 022b05
Packit 022b05
       Implementors need to be aware that if the size of the
Packit 022b05
       atmIlmiSrvcRegServiceID exceeds 112 sub-identifiers then OIDs of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       column instances in this table will have more than 128 sub-
Packit 022b05
       identifiers and cannot be accessed using SNMPv1, SNMPv2, or
Packit 022b05
       SNMPv3."
Packit 022b05
Packit 022b05
    INDEX { atmIlmiSrvcRegIndex,
Packit 022b05
            atmIlmiSrvcRegServiceID,
Packit 022b05
            atmIlmiSrvcRegAddressIndex }
Packit 022b05
    ::= { atmIlmiSrvcRegTable 1 }
Packit 022b05
Packit 022b05
AtmIlmiSrvcRegEntry ::= SEQUENCE {
Packit 022b05
           atmIlmiSrvcRegIndex             InterfaceIndexOrZero,
Packit 022b05
           atmIlmiSrvcRegServiceID         OBJECT IDENTIFIER,
Packit 022b05
           atmIlmiSrvcRegAddressIndex      INTEGER,
Packit 022b05
           atmIlmiSrvcRegATMAddress        AtmAddr,
Packit 022b05
           atmIlmiSrvcRegParm1             OCTET STRING,
Packit 022b05
           atmIlmiSrvcRegRowStatus         RowStatus
Packit 022b05
           }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       InterfaceIndexOrZero
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The ATM interface where the service defined in this entry can be
Packit 022b05
       made available to an ATM device attached to this interface.
Packit 022b05
Packit 022b05
       The value of 0 has a special meaning: when an ATM service is
Packit 022b05
       defined in an entry whose atmIlmiSrvcRegIndex is zero, the ATM
Packit 022b05
       service is available to ATM devices connected to any ATM
Packit 022b05
       interface.  (default value(s)).
Packit 022b05
Packit 022b05
       When the user-side of an adjacent device queries the content of
Packit 022b05
       the ILMI service registry MIB (using the ILMI protocol), the
Packit 022b05
       local network-side responds with the ATM services defined in
Packit 022b05
       atmIlmiSrvcRegTable entries, provided that these entries are
Packit 022b05
       indexed by:
Packit 022b05
Packit 022b05
       - the corresponding ifIndex value (atmIlmiSrvcRegIndex
Packit 022b05
         equal to the ifIndex of the interface to which the
Packit 022b05
         adjacent device is connected) - zero (atmIlmiSrvcRegIndex=0)."
Packit 022b05
    ::= { atmIlmiSrvcRegEntry 1 }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegServiceID OBJECT-TYPE
Packit 022b05
    SYNTAX       OBJECT IDENTIFIER
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This is the service identifier which uniquely identifies the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       type of service at the address provided in the table.  The object
Packit 022b05
       identifiers for the LAN Emulation Configuration Server (LECS) and
Packit 022b05
       the ATM Name Server (ANS) are defined in the ATM Forum ILMI
Packit 022b05
       Service Registry MIB.  The object identifiers for the ATMARP
Packit 022b05
       Server, the Multicast Address Resolution Server (MARS), and the
Packit 022b05
       NHRP Server (NHS) are defined in RFC 2601, RFC 2602, and RFC
Packit 022b05
       2603, respectively."
Packit 022b05
    ::= { atmIlmiSrvcRegEntry 2 }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegAddressIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER (1..2147483647)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An arbitrary integer to differentiate multiple rows containing
Packit 022b05
       different ATM addresses for the same service on the same
Packit 022b05
       interface.  This number need NOT be the same as the corresponding
Packit 022b05
       ILMI atmfSrvcRegAddressIndex MIB object."
Packit 022b05
    ::= { atmIlmiSrvcRegEntry 3 }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegATMAddress OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmAddr
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This is the full address of the service.  The user-side of the
Packit 022b05
       adjacent device may use this address to establish a connection
Packit 022b05
       with the service."
Packit 022b05
    ::= { atmIlmiSrvcRegEntry 4 }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegParm1 OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE(1..255))
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An octet string used according to the value of
Packit 022b05
       atmIlmiSrvcRegServiceID."
Packit 022b05
    ::= { atmIlmiSrvcRegEntry 5 }
Packit 022b05
Packit 022b05
atmIlmiSrvcRegRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object is used to create or destroy an entry from this
Packit 022b05
       table."
Packit 022b05
    ::= { atmIlmiSrvcRegEntry 6 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  -- 16. ILMI Network Prefix Table
Packit 022b05
Packit 022b05
atmIlmiNetworkPrefixTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmIlmiNetworkPrefixEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A table specifying per-interface network prefix(es) supplied by
Packit 022b05
       the network side of the UNI during ILMI address registration.
Packit 022b05
       When no network prefixes are specified for a particular
Packit 022b05
       interface, one or more network prefixes based on the switch
Packit 022b05
       address(es) may be used for ILMI address registration."
Packit 022b05
    ::= { atm2MIBObjects 16 }
Packit 022b05
Packit 022b05
atmIlmiNetworkPrefixEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmIlmiNetworkPrefixEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Information about a single network prefix supplied by the
Packit 022b05
       network side of the UNI during ILMI address registration.  Note
Packit 022b05
       that the index variable atmIlmiNetPrefixPrefix is a variable-
Packit 022b05
       length string, and as such the rule for variable-length strings
Packit 022b05
       in section 7.7 of RFC 2578 applies."
Packit 022b05
    INDEX   { ifIndex,
Packit 022b05
              atmIlmiNetPrefixPrefix }
Packit 022b05
    ::= { atmIlmiNetworkPrefixTable 1 }
Packit 022b05
Packit 022b05
AtmIlmiNetworkPrefixEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
           atmIlmiNetPrefixPrefix       AtmIlmiNetworkPrefix,
Packit 022b05
           atmIlmiNetPrefixRowStatus    RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
atmIlmiNetPrefixPrefix    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmIlmiNetworkPrefix
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The network prefix specified for use in ILMI address
Packit 022b05
       registration."
Packit 022b05
    ::= { atmIlmiNetworkPrefixEntry 1 }
Packit 022b05
Packit 022b05
atmIlmiNetPrefixRowStatus    OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       "Used to create, delete, activate and de-activate network
Packit 022b05
       prefixes used in ILMI address registration."
Packit 022b05
Packit 022b05
    ::= { atmIlmiNetworkPrefixEntry 2 }
Packit 022b05
Packit 022b05
  -- 17. ATM Switch Address Table
Packit 022b05
Packit 022b05
atmSwitchAddressTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmSwitchAddressEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains one or more ATM endsystem addresses on a
Packit 022b05
       per-switch basis.  These addresses are used to identify the
Packit 022b05
       switch.  When no ILMI network prefixes are configured for certain
Packit 022b05
       interfaces, network prefixes based on the switch address(es) may
Packit 022b05
       be used for ILMI address registration."
Packit 022b05
    ::= { atm2MIBObjects 17 }
Packit 022b05
Packit 022b05
atmSwitchAddressEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmSwitchAddressEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An entry in the ATM Switch Address table."
Packit 022b05
    INDEX { atmSwitchAddressIndex }
Packit 022b05
    ::= { atmSwitchAddressTable 1 }
Packit 022b05
Packit 022b05
AtmSwitchAddressEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
               atmSwitchAddressIndex           Integer32,
Packit 022b05
               atmSwitchAddressAddress         OCTET STRING,
Packit 022b05
               atmSwitchAddressRowStatus       RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
atmSwitchAddressIndex   OBJECT-TYPE
Packit 022b05
    SYNTAX       Integer32 (1..65535)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An arbitrary index used to enumerate the ATM endsystem addresses
Packit 022b05
       for this switch."
Packit 022b05
    ::= { atmSwitchAddressEntry 1 }
Packit 022b05
Packit 022b05
atmSwitchAddressAddress   OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE(13|20))
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An ATM endsystem address or address prefix used to identify this
Packit 022b05
       switch.  When no ESI or SEL field is specified, the switch may
Packit 022b05
       generate the ESI and SEL fields automatically to obtain a
Packit 022b05
       complete 20-byte ATM endsystem address."
Packit 022b05
    ::= { atmSwitchAddressEntry 2 }
Packit 022b05
Packit 022b05
atmSwitchAddressRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Used to create, delete, activate, and de-activate addresses used
Packit 022b05
       to identify this switch."
Packit 022b05
    ::= { atmSwitchAddressEntry 3 }
Packit 022b05
Packit 022b05
  -- 18. ATM VP Cross-Connect Extension Table
Packit 022b05
Packit 022b05
atmVpCrossConnectXTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmVpCrossConnectXEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains one row per VP Cross-Connect represented in
Packit 022b05
       the atmVpCrossConnectTable."
Packit 022b05
    ::= { atm2MIBObjects 18 }
Packit 022b05
Packit 022b05
atmVpCrossConnectXEntry       OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmVpCrossConnectXEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Information about a particular ATM VP Cross-Connect.
Packit 022b05
       Each entry provides an two objects that name the Cross-Connect.
Packit 022b05
       One is assigned by the Service User and the other by the Service
Packit 022b05
       Provider."
Packit 022b05
    AUGMENTS     { atmVpCrossConnectEntry }
Packit 022b05
    ::= { atmVpCrossConnectXTable 1 }
Packit 022b05
Packit 022b05
AtmVpCrossConnectXEntry ::= SEQUENCE {
Packit 022b05
      atmVpCrossConnectUserName       SnmpAdminString,
Packit 022b05
      atmVpCrossConnectProviderName   SnmpAdminString
Packit 022b05
}
Packit 022b05
Packit 022b05
atmVpCrossConnectUserName OBJECT-TYPE
Packit 022b05
    SYNTAX       SnmpAdminString (SIZE(0..255))
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This is a service user assigned textual representation of a VPC
Packit 022b05
       PVC."
Packit 022b05
    ::= { atmVpCrossConnectXEntry 1 }
Packit 022b05
Packit 022b05
atmVpCrossConnectProviderName OBJECT-TYPE
Packit 022b05
    SYNTAX       SnmpAdminString (SIZE(0..255))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This is a system supplied textual representation of VPC PVC.  It
Packit 022b05
       is assigned by the service provider."
Packit 022b05
    ::= { atmVpCrossConnectXEntry 2 }
Packit 022b05
Packit 022b05
  -- 19. ATM VC Cross-Connect Extension Table
Packit 022b05
Packit 022b05
atmVcCrossConnectXTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmVcCrossConnectXEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains one row per VC Cross-Connect represented in
Packit 022b05
       the atmVcCrossConnectTable."
Packit 022b05
    ::= { atm2MIBObjects 19 }
Packit 022b05
Packit 022b05
atmVcCrossConnectXEntry       OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmVcCrossConnectXEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Information about a particular ATM VC Cross-Connect.
Packit 022b05
       Each entry provides an two objects that name the Cross-Connect.
Packit 022b05
       One is assigned by the Service User and the other by the Service
Packit 022b05
       Provider."
Packit 022b05
    AUGMENTS   { atmVcCrossConnectEntry }
Packit 022b05
    ::= { atmVcCrossConnectXTable 1 }
Packit 022b05
Packit 022b05
AtmVcCrossConnectXEntry ::= SEQUENCE {
Packit 022b05
      atmVcCrossConnectUserName       SnmpAdminString,
Packit 022b05
      atmVcCrossConnectProviderName   SnmpAdminString
Packit 022b05
}
Packit 022b05
Packit 022b05
atmVcCrossConnectUserName OBJECT-TYPE
Packit 022b05
    SYNTAX       SnmpAdminString (SIZE(0..255))
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This is a service user assigned textual representation of a VCC
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       PVC."
Packit 022b05
    ::= { atmVcCrossConnectXEntry 1 }
Packit 022b05
Packit 022b05
atmVcCrossConnectProviderName OBJECT-TYPE
Packit 022b05
    SYNTAX       SnmpAdminString (SIZE(0..255))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This is a system supplied textual representation of VCC PVC.  It
Packit 022b05
       is assigned by the service provider."
Packit 022b05
    ::= { atmVcCrossConnectXEntry 2 }
Packit 022b05
Packit 022b05
Packit 022b05
  -- 20. Currently Failing PVPL Table
Packit 022b05
Packit 022b05
atmCurrentlyFailingPVplTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmCurrentlyFailingPVplEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A table indicating all VPLs for which there is an active row in
Packit 022b05
       the atmVplTable having an atmVplConnKind value of `pvc' and an
Packit 022b05
       atmVplOperStatus with a value other than `up'."
Packit 022b05
    ::= { atm2MIBObjects 20 }
Packit 022b05
Packit 022b05
atmCurrentlyFailingPVplEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmCurrentlyFailingPVplEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Each entry in this table represents a VPL for which the
Packit 022b05
       atmVplRowStatus is `active', the atmVplConnKind is `pvc', and the
Packit 022b05
       atmVplOperStatus is other than `up'."
Packit 022b05
    INDEX   { ifIndex, atmVplVpi }
Packit 022b05
    ::= { atmCurrentlyFailingPVplTable 1 }
Packit 022b05
Packit 022b05
AtmCurrentlyFailingPVplEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
               atmCurrentlyFailingPVplTimeStamp    TimeStamp
Packit 022b05
    }
Packit 022b05
Packit 022b05
atmCurrentlyFailingPVplTimeStamp    OBJECT-TYPE
Packit 022b05
    SYNTAX       TimeStamp
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The time at which this PVPL began to fail."
Packit 022b05
    ::= { atmCurrentlyFailingPVplEntry 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  -- 21. Currently Failing PVCL Table
Packit 022b05
Packit 022b05
atmCurrentlyFailingPVclTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF AtmCurrentlyFailingPVclEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A table indicating all VCLs for which there is an active row in
Packit 022b05
       the atmVclTable having an atmVclConnKind value of `pvc' and an
Packit 022b05
       atmVclOperStatus with a value other than `up'."
Packit 022b05
    ::= { atm2MIBObjects 21 }
Packit 022b05
Packit 022b05
atmCurrentlyFailingPVclEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       AtmCurrentlyFailingPVclEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Each entry in this table represents a VCL for which the
Packit 022b05
       atmVclRowStatus is `active', the atmVclConnKind is `pvc', and the
Packit 022b05
       atmVclOperStatus is other than `up'."
Packit 022b05
    INDEX        { ifIndex, atmVclVpi, atmVclVci }
Packit 022b05
    ::= { atmCurrentlyFailingPVclTable 1 }
Packit 022b05
Packit 022b05
AtmCurrentlyFailingPVclEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
               atmCurrentlyFailingPVclTimeStamp    TimeStamp
Packit 022b05
    }
Packit 022b05
Packit 022b05
atmCurrentlyFailingPVclTimeStamp    OBJECT-TYPE
Packit 022b05
    SYNTAX       TimeStamp
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The time at which this PVCL began to fail."
Packit 022b05
    ::= { atmCurrentlyFailingPVclEntry 1 }
Packit 022b05
Packit 022b05
  -- ATM PVC Traps
Packit 022b05
Packit 022b05
  atmPvcTraps    OBJECT IDENTIFIER ::= { atm2MIBTraps 1 }
Packit 022b05
Packit 022b05
  atmPvcTrapsPrefix    OBJECT IDENTIFIER ::= { atmPvcTraps 0 }
Packit 022b05
Packit 022b05
  atmIntfPvcFailuresTrap    NOTIFICATION-TYPE
Packit 022b05
    OBJECTS      { ifIndex, atmIntfPvcFailures,
Packit 022b05
                   atmIntfCurrentlyFailingPVpls,
Packit 022b05
                   atmIntfCurrentlyFailingPVcls }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       "A notification indicating that one or more PVPLs or PVCLs on
Packit 022b05
       this interface has failed since the last atmPvcFailuresTrap was
Packit 022b05
       sent.  If this trap has not been sent for the last
Packit 022b05
       atmIntfPvcNotificationInterval, then it will be sent on the next
Packit 022b05
       increment of atmIntfPvcFailures."
Packit 022b05
    ::= { atmPvcTrapsPrefix 1 }
Packit 022b05
Packit 022b05
  -- Conformance Information
Packit 022b05
Packit 022b05
atm2MIBConformance   OBJECT IDENTIFIER ::= {atm2MIB 3}
Packit 022b05
Packit 022b05
atm2MIBGroups        OBJECT IDENTIFIER ::= {atm2MIBConformance 1}
Packit 022b05
Packit 022b05
atm2MIBCompliances   OBJECT IDENTIFIER ::= {atm2MIBConformance 2}
Packit 022b05
Packit 022b05
  -- Compliance Statements
Packit 022b05
Packit 022b05
atm2MIBCompliance   MODULE-COMPLIANCE
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The compliance statement for SNMP entities which represent ATM
Packit 022b05
         interfaces.  The compliance statements are used to determine
Packit 022b05
         if a particular group or object applies to hosts,
Packit 022b05
         networks/switches, or both.  The Common group is defined as
Packit 022b05
         applicable to all three."
Packit 022b05
Packit 022b05
    MODULE  -- this module
Packit 022b05
    MANDATORY-GROUPS  { atmCommonGroup }
Packit 022b05
Packit 022b05
  -- Objects in the ATM Switch/Service/Host Group
Packit 022b05
Packit 022b05
    GROUP       atmCommonStatsGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for systems that are supporting
Packit 022b05
         per-VPC or per-VCC counters."
Packit 022b05
Packit 022b05
    OBJECT       atmVplLogicalPortDef
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is mandatory for systems support ATM Logical
Packit 022b05
         Port interfaces."
Packit 022b05
Packit 022b05
    OBJECT       atmIntfSigVccRxTrafficDescrIndex
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is mandatory for systems that support negotiation
Packit 022b05
         of signalling VCC traffic parameters through ILMI."
Packit 022b05
Packit 022b05
    OBJECT       atmIntfSigVccTxTrafficDescrIndex
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is mandatory for systems that support negotiation
Packit 022b05
         of signalling VCC traffic parameters through ILMI."
Packit 022b05
Packit 022b05
    OBJECT       atmCurrentlyFailingPVplTimeStamp
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is optional."
Packit 022b05
Packit 022b05
    OBJECT       atmCurrentlyFailingPVclTimeStamp
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is optional."
Packit 022b05
Packit 022b05
    OBJECT       atmIntfLeafSetupFailures
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is optional."
Packit 022b05
Packit 022b05
    OBJECT       atmIntfLeafSetupRequests
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is optional."
Packit 022b05
Packit 022b05
  -- Objects in the ATM Switch/Service Group
Packit 022b05
Packit 022b05
    GROUP        atmSwitchServcGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for a Switch/Service that implements
Packit 022b05
         ATM interfaces."
Packit 022b05
Packit 022b05
    OBJECT       atmIfRegAddrRowStatus
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Write access is not required, and only one of the six
Packit 022b05
         enumerated values for the RowStatus textual convention need
Packit 022b05
         be supported, specifically: active(1)."
Packit 022b05
Packit 022b05
    OBJECT       atmSvcVpCrossConnectRowStatus
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Write access is not required, and only one of the six
Packit 022b05
         enumerated values for the RowStatus textual convention need
Packit 022b05
         be supported, specifically: active(1)"
Packit 022b05
Packit 022b05
    OBJECT       atmSvcVcCrossConnectRowStatus
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Write access is not required, and only one of the six
Packit 022b05
         enumerated values for the RowStatus textual convention need
Packit 022b05
         be supported, specifically: active(1)"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  -- Objects in the ATM Switch/Service Signalling Group
Packit 022b05
Packit 022b05
    GROUP       atmSwitchServcSigGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group's write access is not required."
Packit 022b05
Packit 022b05
  -- Objects in the ATM Switch/Service Notifications Group
Packit 022b05
Packit 022b05
    GROUP        atmSwitchServcNotifGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is optional for systems implementing support for
Packit 022b05
         an ATM Switch or an ATM Network Service."
Packit 022b05
Packit 022b05
  -- Objects in the ATM Switch Group
Packit 022b05
Packit 022b05
    GROUP        atmSwitchGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is optional for a switch that implements ATM
Packit 022b05
         interfaces."
Packit 022b05
Packit 022b05
  -- Objects in the ATM Service Group
Packit 022b05
Packit 022b05
    GROUP        atmServcGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for systems implementing support for
Packit 022b05
         an ATM Network Service."
Packit 022b05
Packit 022b05
  -- Objects in the ATM Host Group
Packit 022b05
Packit 022b05
    GROUP        atmHostGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for a Host that implements ATM
Packit 022b05
         interfaces."
Packit 022b05
Packit 022b05
    OBJECT       atmVclAddrType
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       atmVclAddrRowStatus
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Write access is not required, and only one of the six
Packit 022b05
         enumerated values for the RowStatus textual convention need
Packit 022b05
         be supported, specifically:  active(1)."
Packit 022b05
Packit 022b05
  -- ATM Host Sig Descriptor Parameter Group
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    GROUP        atmHostSigDescrGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for a Host that implements ATM
Packit 022b05
         interfaces.  Write access is not required for this group."
Packit 022b05
Packit 022b05
    ::= { atm2MIBCompliances 1 }
Packit 022b05
Packit 022b05
  -- **********************************************
Packit 022b05
Packit 022b05
  -- Units of Conformance
Packit 022b05
  -- Mandatory for ATM hosts and switch/service providers
Packit 022b05
Packit 022b05
atmCommonGroup     OBJECT-GROUP
Packit 022b05
Packit 022b05
OBJECTS {
Packit 022b05
    atmSigSSCOPConEvents,
Packit 022b05
    atmSigSSCOPErrdPdus,
Packit 022b05
    atmSigDetectSetupAttempts,
Packit 022b05
    atmSigEmitSetupAttempts,
Packit 022b05
    atmSigDetectUnavailRoutes,
Packit 022b05
    atmSigEmitUnavailRoutes,
Packit 022b05
    atmSigDetectUnavailResrcs,
Packit 022b05
    atmSigEmitUnavailResrcs,
Packit 022b05
    atmSigDetectCldPtyEvents,
Packit 022b05
    atmSigEmitCldPtyEvents,
Packit 022b05
    atmSigDetectMsgErrors,
Packit 022b05
    atmSigEmitMsgErrors,
Packit 022b05
    atmSigDetectClgPtyEvents,
Packit 022b05
    atmSigEmitClgPtyEvents,
Packit 022b05
    atmSigDetectTimerExpireds,
Packit 022b05
    atmSigEmitTimerExpireds,
Packit 022b05
    atmSigDetectRestarts,
Packit 022b05
    atmSigEmitRestarts,
Packit 022b05
    atmSigInEstabls,
Packit 022b05
    atmSigOutEstabls,
Packit 022b05
    atmVplLogicalPortDef,
Packit 022b05
    atmVplLogicalPortIndex,
Packit 022b05
    atmInterfaceConfMaxSvpcVpi,
Packit 022b05
    atmInterfaceCurrentMaxSvpcVpi,
Packit 022b05
    atmInterfaceConfMaxSvccVpi,
Packit 022b05
    atmInterfaceCurrentMaxSvccVpi,
Packit 022b05
    atmInterfaceConfMinSvccVci,
Packit 022b05
    atmInterfaceCurrentMinSvccVci,
Packit 022b05
    atmIntfSigVccRxTrafficDescrIndex,
Packit 022b05
    atmIntfSigVccTxTrafficDescrIndex,
Packit 022b05
    atmIntfPvcFailures,
Packit 022b05
    atmIntfCurrentlyFailingPVpls,
Packit 022b05
    atmIntfCurrentlyFailingPVcls,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    atmIntfPvcNotificationInterval,
Packit 022b05
    atmIntfPvcFailuresTrapEnable,
Packit 022b05
    atmIntfLeafSetupFailures,
Packit 022b05
    atmIntfLeafSetupRequests,
Packit 022b05
    atmIntfConfigType,
Packit 022b05
    atmIntfActualType,
Packit 022b05
    atmIntfConfigSide,
Packit 022b05
    atmIntfActualSide,
Packit 022b05
    atmIntfIlmiAdminStatus,
Packit 022b05
    atmIntfIlmiOperStatus,
Packit 022b05
    atmIntfIlmiFsmState,
Packit 022b05
    atmIntfIlmiEstablishConPollIntvl,
Packit 022b05
    atmIntfIlmiCheckConPollIntvl,
Packit 022b05
    atmIntfIlmiConPollInactFactor,
Packit 022b05
    atmIntfIlmiPublicPrivateIndctr,
Packit 022b05
    atmCurrentlyFailingPVplTimeStamp,
Packit 022b05
    atmCurrentlyFailingPVclTimeStamp
Packit 022b05
}
Packit 022b05
Packit 022b05
  STATUS       current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of objects providing information
Packit 022b05
    for a Switch/Service/Host that implements
Packit 022b05
    ATM interfaces."
Packit 022b05
  ::= { atm2MIBGroups 1 }