home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_a_c / draft-ietf-atommib-atm2-09.txt < prev    next >
Text File  |  1997-04-17  |  201KB  |  5,641 lines

  1.  
  2.           draft        Supplemental ATM Management Objects February 1997
  3.  
  4.  
  5.                    Definitions of Supplemental Managed Objects
  6.                                 for ATM Management
  7.  
  8.                                   February 1997
  9.  
  10.                        <draft-ietf-atommib-atm2-09.txt>
  11.  
  12.                                 Faye Ly  (editor)
  13.                                  3Com Corporation
  14.                                  fayely@3com.COM
  15.  
  16.  
  17.                               Michael Noto (editor)
  18.                            Bell Communications Research
  19.                                noto@cc.bellcore.com
  20.  
  21.  
  22.                               Andrew Smith  (editor)
  23.                                  Extreme Networks
  24.                               ansmith@ix.netcom.com
  25.  
  26.  
  27.                                Kaj Tesink  (editor)
  28.                            Bell Communications Research
  29.                                kaj@cc.bellcore.com
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.           1.  Status of this Memo
  37.  
  38.           This document is an Internet Draft.  Internet Drafts are
  39.           working documents of the Internet Engineering Task Force
  40.           (IETF), its Areas, and its Working Groups.  Note that other
  41.           groups may also distribute working documents as Internet
  42.           Drafts.
  43.  
  44.           Internet Drafts are valid for a maximum of six months and may
  45.           be updated, replaced, or obsoleted by other documents at any
  46.           time.  It is inappropriate to use Internet Drafts as reference
  47.           material or to cite them other than as a "work in progress".
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.           Expires 10/97                                         [Page 1]
  55.  
  56.  
  57.  
  58.  
  59.           draft        Supplemental ATM Management Objects February 1997
  60.  
  61.  
  62.           2.  Introduction
  63.  
  64.           This memo defines an experimental portion of the Management
  65.           Information Base (MIB) for use with network management
  66.           protocols in the Internet community.  In particular, it
  67.           describes objects used for managing ATM-based interfaces,
  68.           devices, and services in addition to those defined in the ATM
  69.           MIB [1], to provide additional support for the management of:
  70.                - ATM Switched Virtual Connections (SVCs)
  71.                - ATM Permanent Virtual Connections (PVCs)
  72.  
  73.  
  74.           This memo specifies a MIB module in a manner that is both
  75.           compliant to the SNMPv2 SMI, and semantically identical to the
  76.           peer SNMPv1 definitions.
  77.  
  78.           This memo does not specify a standard for the Internet
  79.           community.
  80.  
  81.  
  82.           3.  Change Log
  83.  
  84.           This section tracks changes made to the revisions of the
  85.           Internet Drafts of this document.  It will be deleted when the
  86.           document is published as an RFC.
  87.  
  88.           Two additions were added to this document dated September
  89.           1996: 1) The Service registry table which provide ATM service
  90.           configuration information. and 2) ATM traps.
  91.  
  92.           4.  The SNMPv2 Network Management Framework
  93.  
  94.           The SNMPv2 Network Management Framework consists of four major
  95.           components.  They are:
  96.  
  97.           0    RFC 1442 [2] which defines the SMI, the mechanisms used
  98.                for describing and naming objects for the purpose of
  99.                management.
  100.  
  101.           0    STD 17, RFC 1213 [3] defines MIB-II, the core set of
  102.                managed objects for the Internet suite of protocols.
  103.  
  104.           0    RFC 1445 [4] which defines the administrative and other
  105.                architectural aspects of the framework.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.           Expires 10/97                                         [Page 2]
  112.  
  113.  
  114.  
  115.  
  116.           draft        Supplemental ATM Management Objects February 1997
  117.  
  118.  
  119.           0    RFC 1448 [5] which defines the protocol used for network
  120.                access to managed objects.
  121.  
  122.           The Framework permits new objects to be defined for the
  123.           purpose of experimentation and evaluation.
  124.  
  125.  
  126.           5.  Object Definitions
  127.  
  128.           Managed objects are accessed via a virtual information store,
  129.           termed the Management Information Base or MIB.  Objects in the
  130.           MIB are defined using the subset of Abstract Syntax Notation
  131.           One (ASN.1) defined in the SMI.  In particular, each object
  132.           type is named by an OBJECT IDENTIFIER, an administratively
  133.           assigned name.  The object type together with an object
  134.           instance serves to uniquely identify a specific instantiation
  135.           of the object.  For human convenience, we often use a textual
  136.           string, termed the descriptor, to also refer to the object
  137.           type.
  138.  
  139.  
  140.           6.  Overview
  141.  
  142.           The purpose of this memo is to provide additional
  143.           capabilities, not found in the ATM MIB [1], which are needed
  144.           to manage ATM interfaces.  This memo addresses the following
  145.           areas:
  146.                - ATM Switch Support
  147.                - ATM Service Support
  148.                - ATM Host Support
  149.           In addition, this memo also provides ATM trap support.
  150.  
  151.  
  152.           6.1.  Background
  153.  
  154.           In addition to the MIB module defined in this memo, other MIB
  155.           modules are necessary to manage ATM interfaces, links and
  156.           cross-connects.  Examples include MIB II for general system
  157.           and interface management (RFC 1213 and RFC 1573), the DS3 or
  158.           SONET MIBs for management of SONET and DS3 physical
  159.           interfaces, and, as appropriate, MIB modules for applications
  160.           that make use of ATM, such as SMDS [15] and LAN Emulation
  161.           [14].  These MIB modules are outside the scope of this
  162.           specification.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.           Expires 10/97                                         [Page 3]
  169.  
  170.  
  171.  
  172.  
  173.           draft        Supplemental ATM Management Objects February 1997
  174.  
  175.  
  176.           This MIB module also requires the use of the ATM MIB module
  177.           defined in [1].
  178.  
  179.           ATM Endpoint applications such as ATM LAN Emulation or
  180.           Classical IP-over-ATM Clients and Servers use ATM to establish
  181.           SVC/PVC connections for exchanging control and data
  182.           information. The agents of these ATM applications must provide
  183.           the network manager with information on the SVC/PVCs in use
  184.           and which applications are using them.  The information can be
  185.           made generic so as to apply to all ATM applications.  This
  186.           memo proposes extensions to the ATM MIB [1] in order to
  187.           support this.
  188.  
  189.           The current specification of this supplemental ATM MIB is
  190.           based on SNMPv2 SMI.
  191.  
  192.           6.2.  Important Definitions
  193.  
  194.           The following terms are defined here and used throughout this
  195.           MIB:
  196.                - Virtual Path Link (VPL)
  197.                - Virtual Path Connection (VPC)
  198.                - Virtual Path Segment (VP Segment)
  199.                - Virtual Channel Link (VCL)
  200.                - Virtual Channel Connection (VCC)
  201.                - Virtual Channel Segment (VC Segment).
  202.  
  203.  
  204.             _____      _______      _______      _______      _____
  205.            |     |____|       |____|       |____|       |____|     |
  206.            |Host1|    |SwitchA|    |SwitchB|    |SwitchC|    |Host2|
  207.            |     |____|       |____|       |____|       |____|     |
  208.            |_____|    |_______|    |_______|    |_______|    |_____|
  209.  
  210.                |<----->| Virtual          |<----->| Virtual
  211.                          Path Link                  Path Link
  212.  
  213.  
  214.                |<------------Virtual Path Connection---------->|
  215.                              (between Host1 and Host2)
  216.  
  217.  
  218.                               |<--------------->| Virtual Path
  219.                                                   Segment (between
  220.  
  221.  
  222.  
  223.  
  224.  
  225.           Expires 10/97                                         [Page 4]
  226.  
  227.  
  228.  
  229.  
  230.           draft        Supplemental ATM Management Objects February 1997
  231.  
  232.  
  233.                                                   SwitchA and SwitchC)
  234.  
  235.              Figure 1: Examples of Virtual Path Links, Virtual Path
  236.                        Connection, and Virtual Path Segment
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.           Expires 10/97                                         [Page 5]
  283.  
  284.  
  285.  
  286.  
  287.           draft        Supplemental ATM Management Objects February 1997
  288.  
  289.  
  290.             _____      _______      _______      _______      _____
  291.            |     |____|       |____|       |____|       |____|     |
  292.            |Host1|----|SwitchA|----|SwitchB|----|SwitchC|----|Host2|
  293.            |     |____|       |____|       |____|       |____|     |
  294.            |_____|    |_______|    |_______|    |_______|    |_____|
  295.  
  296.                |<----->| Virtual          |<----->| Virtual
  297.                          Channel Link               Channel Link
  298.  
  299.  
  300.                |<----------Virtual Channel Connection--------->|
  301.                            (between Host1 and Host2)
  302.  
  303.  
  304.                               |<--------------->| Virtual Channel
  305.                                                   Segment (between
  306.                                                   SwitchA and SwitchC)
  307.  
  308.               Figure 2: Examples of Virtual Channel Links, Virtual
  309.                     Channel Connection, and Virtual Channel Segment
  310.  
  311.           6.3.  Supported Functions
  312.  
  313.           The managed ATM objects are arranged as follows:
  314.  
  315.                     Table                         Host   Switch Service
  316.               _____________________________________________________
  317.                   atmSvcVcCrossConnectTable      |      |  Y   |  Y   |
  318.                   atmSvcVpCrossConnectTable      |      |  Y   |  Y   |
  319.  
  320.                   atmSigStatTable                |  Y   |  Y   |  Y   |
  321.                   atmSigSupportTable             |      |  Y   |  Y   |
  322.                   atmSigDescrParamTable          |  Y   |      |      |
  323.  
  324.                   atmIfAdminAddrTable            |      |  Y   |  Y   |
  325.                   atmVclAddrTable                |  Y   |  ?   |  ?   |
  326.                   atmAddrVclTable                |  Y   |      |      |
  327.  
  328.                   atmVplStatTable                |  Y   |  Y   |  Y   |
  329.                   atmVplLogicalPortTable         |  Y   |  Y   |  Y   |
  330.  
  331.                   atmVclStatTable                |  Y   |  Y   |  Y   |
  332.                   atmVclGenTable                 |  Y   |      |      |
  333.                   atmAal5VclStatTable            |  Y   |      |      |
  334.  
  335.  
  336.  
  337.  
  338.  
  339.           Expires 10/97                                         [Page 6]
  340.  
  341.  
  342.  
  343.  
  344.           draft        Supplemental ATM Management Objects February 1997
  345.  
  346.  
  347.                   atmInterfaceExtTable           |  Y   |  Y   |  Y   |
  348.  
  349.                   atmIlmiSrvcRegTable            |      |  Y   |  Y   |
  350.                   atmIlmiNetworkPrefixTable      |      |  Y   |  Y   |
  351.  
  352.                            Table 1: MIB structure
  353.  
  354.           6.3.1.  ATM SVC VC Cross Connect Table
  355.  
  356.           This table provides the SVC Cross Connect information.  The
  357.           equivalent PVC VC Cross Connect table is defined in [1].  This
  358.           table also includes cross-connect information for Soft PVCs.
  359.  
  360.           This group is used to model a bi-directional point-to-point,
  361.           point-to-multipoint or multipoint-to-multipoint SVC VC cross-
  362.           connect.
  363.  
  364.           This table has read-only access and is used to monitor the
  365.           cross-connects which connect the VCLs together in an ATM
  366.           switch or network that belong to a VC connection. The
  367.           atmSvcVcCrossConnectIndex is used to associate the related SVC
  368.           VCLs that are cross-connected together.  The
  369.           atmSvcVcCrossConnectRowStatus object has read-write access to
  370.           allow for tear-down.
  371.  
  372.           The ATM SVC VC Cross Connect Table models each bi-directional
  373.           Switched Virtual Circuit (SVC) VC cross-connect as a set of
  374.           entries in the atmSvcVcCrossConnectTable. A point-to-point VC
  375.           cross-connect is modeled as one entry; a point-to-multipoint
  376.           (N leafs) VC cross-connect as N entries in this table; and a
  377.           multipoint-to-multipoint (N parties) VPC cross-connect as
  378.           N(N-1)/2 entries in this table.  In the latter cases, all the
  379.           N (or N(N-1)/2) entries are associated with a single VPC
  380.           cross-connect by having the same value of
  381.           atmSvcVcCrossConnectIndex.
  382.  
  383.                _________________________________________
  384.                |                                       |
  385.            Low |         ATM Switch or Network         | High
  386.            port|                                       | port
  387.           _____|>> from low to high VC traffic flow >>|______
  388.                |<< from high to low VC traffic flow <<|
  389.                |                                       |
  390.                |_______________________________________|
  391.  
  392.  
  393.  
  394.  
  395.  
  396.           Expires 10/97                                         [Page 7]
  397.  
  398.  
  399.  
  400.  
  401.           draft        Supplemental ATM Management Objects February 1997
  402.  
  403.  
  404.           --
  405.                    Figure 9: VC Cross-Connect Model
  406.  
  407.  
  408.           The terms low and high are chosen to represent numerical
  409.           ordering of the two interfaces associated with a VPC cross-
  410.           connect. That is, the ATM interface with the lower value of
  411.           ifIndex is termed 'low', while the other ATM interface
  412.           associated with the VPC cross-connect is termed 'high'. This
  413.           terminology is used to provide directional information; for
  414.           example, the atmSvcVcCrossConnectL2HOperStatus applies to the
  415.           low->high direction, and atmSvcVcCrossConnectH2LOperStatus
  416.           applies to the high->low direction.
  417.  
  418.           6.3.2.  ATM SVC VP Cross Connect Table
  419.  
  420.           This table provides the SVC VP Cross Connect information.  The
  421.           equivalent PVC VP Cross Connect table is defined in [1].  This
  422.           table also includes cross-connect information for Soft PVPs.
  423.  
  424.           This group contains configuration and state information of all
  425.           SVC VP point-to-point, point-to-multipoint, or multipoint-to-
  426.           multipoint VP cross-connects.
  427.  
  428.           This table has read-only access and can be used to monitor the
  429.           cross-connects which connect the VPLs together in an ATM
  430.           switch or network. The atmSvcVpCrossConnectIndex is used to
  431.           associate the related SVC VPLs that are cross-connected
  432.           together.  The atmSvcVpCrossConnectRowStatus object has read-
  433.           write access to allow for tear-down.
  434.  
  435.           The ATM SVC VP Cross Connect Table models each bi-directional
  436.           Switched Virtual Circuit (SVC) VP cross-connect as a set of
  437.           entries in the atmSvcVpCrossConnectTable. A point-to-point VPC
  438.           cross-connect is modeled as one entry; a point-to-multipoint
  439.           (N leafs) VPC cross-connect as N entries in this table; and a
  440.           multipoint-to-multipoint (N parties) VPC cross-connect as
  441.           N(N-1)/2 entries in this table.  In the latter cases, all the
  442.           N (or N(N-1)/2) entries are associated with a single VPC
  443.           cross-connect by having the same value of
  444.           atmSvcVpCrossConnectIndex.
  445.  
  446.                _________________________________________
  447.                |                                       |
  448.  
  449.  
  450.  
  451.  
  452.  
  453.           Expires 10/97                                         [Page 8]
  454.  
  455.  
  456.  
  457.  
  458.           draft        Supplemental ATM Management Objects February 1997
  459.  
  460.  
  461.            Low |         ATM Switch or Network         | High
  462.            port|                                       | port
  463.           _____|>> from low to high VPC traffic flow >>|______
  464.                |<< from high to low VPC traffic flow <<|
  465.                |                                       |
  466.                |_______________________________________|
  467.           --
  468.                    Figure 9: VPC Cross-Connect Model
  469.  
  470.  
  471.           The terms low and high are chosen to represent numerical
  472.           ordering of the two interfaces associated with a VPC cross-
  473.           connect. That is, the ATM interface with the lower value of
  474.           ifIndex is termed 'low', while the other ATM interface
  475.           associated with the VPC cross-connect is termed 'high'. This
  476.           terminology is used to provide directional information; for
  477.           example, the atmSvcVpCrossConnectL2HOperStatus applies to the
  478.           low->high direction, and atmSvcVpCrossConnectH2LOperStatus
  479.           applies to the high->low direction.
  480.  
  481.           6.3.3.  ATM Interface Signalling Statistics Table
  482.  
  483.           This table provides statistical information of the signalling
  484.           entity.  A signalling entity can be deployed over an ATM
  485.           interface as defined in the atmInterfaceConfTable [1], a
  486.           logical ATM interface defined in section 6.3.10.1 in this
  487.           document or a proprietary virtual interface as described
  488.           atmInterfaceExtTable.  To monitor the signalling entity, a few
  489.           counters are provided.  They are defined as:
  490.  
  491.           6.3.3.1.  SSCOP Counters
  492.  
  493.           This group contains information on the ATM SSCOP signalling
  494.           layer and must be supported by signalling entities.
  495.  
  496.           6.3.3.2.  Unsupported Service Failures
  497.  
  498.           This group contains information on the setup failures that
  499.           occur when setting up an ATM SVC.  Maintaining counters for
  500.           each individual signalling cause codes would result in a large
  501.           number of counters.  Instead, this memo uses an approach that
  502.           lumps events into the following categories:
  503.  
  504.                   - Route Unavailability Counter
  505.  
  506.  
  507.  
  508.  
  509.  
  510.           Expires 10/97                                         [Page 9]
  511.  
  512.  
  513.  
  514.  
  515.           draft        Supplemental ATM Management Objects February 1997
  516.  
  517.  
  518.                   - Resources Unavailability Counter
  519.                   - Called Party Events Counter
  520.                   - Message Error Counter
  521.                   - Calling Party Events Counter
  522.                   - Timer Expiries Counter
  523.                   - Restart Activity Counter
  524.  
  525.  
  526.           In addition, a Setup Attempts Counter was added to keep track
  527.           of the number of Setup attempts made (both successful and
  528.           unsuccessful).
  529.  
  530.           Setup attempts are counted both at the receiving and sending
  531.           sides of the signalling entity.  For example, the object
  532.           atmSigDetectSetupAttempts counts the number of setup attempts
  533.           detected on the interface and the object
  534.           atmSigEmitSetupAttempts counts the number of setup attempts
  535.           emited from this interface.  Thus, a switch will increment
  536.           both the receiving and emiting counters when relaying a setup
  537.           attemp.
  538.  
  539.  
  540.           6.3.3.3.  ATM Signalling Layer Protocol Errors
  541.  
  542.           This group contains information on the Protocol Errors that
  543.           occur at the signalling layer when establishing an ATM SVC.
  544.  
  545.           6.3.3.4.  UNI Signalling Sub-layer Statistics
  546.  
  547.           Statistics per VCL are needed in order to find out the usage
  548.           of VCL resources by ATM applications.  Additionally, to
  549.           monitor the usage and health of a UNI signalling entity, some
  550.           counters are needed per UNI signalling entity.  Two new
  551.           objects are added to count the number of connections
  552.           established.  One for incoming SVCs and one for outgoing SVCs.
  553.  
  554.           Note that some counters do not apply to the proprietary
  555.           virtual interface such as the atmSigSSCOPConEvents,
  556.           atmSigSSCOPErrdPdus, atmSigSigMsgErrors and atmSigSigRestarts.
  557.  
  558.           6.3.4.  ATM Signalling Capability Support
  559.  
  560.           A number of Information Elements may or may not be supported
  561.           by ATM switches or ATM Service. Hence, for trouble isolation
  562.  
  563.  
  564.  
  565.  
  566.  
  567.           Expires 10/97                                        [Page 10]
  568.  
  569.  
  570.  
  571.  
  572.           draft        Supplemental ATM Management Objects February 1997
  573.  
  574.  
  575.           it is important to keep track which particular Information
  576.           Elements are supported.  The corresponding group of objects
  577.           must be supported by switches or services supporting SVCs, and
  578.           indicate whether the following Information Elements are
  579.           enabled/disabled:
  580.  
  581.           1)   Calling party number
  582.  
  583.           2)   Calling party subaddress
  584.  
  585.           3)   Called party subaddress
  586.  
  587.           4)   Broadband high layer information
  588.  
  589.           5)   Broadband low layer information
  590.  
  591.           6)   Broadband Repeat Indicator
  592.  
  593.           7)   AAL parameters
  594.  
  595.           The last parameter, Preferred Carrier Pre-Subscription,
  596.           identifies the carrier to which intercarrier calls originated
  597.           from this interface are routed when transit network selection
  598.           information is not provided by the calling party.
  599.  
  600.           6.3.5.  Signalling Descriptor Parameter Table
  601.  
  602.           This table extends the ATM VCL table of the ATM MIB [1] to
  603.           include all other necessary signalling information as
  604.           specified in the ATM Forum UNI Specifications [9] and [10].  A
  605.           user can create an entry with all signalling parameters and
  606.           later use that entry to specify the signalling characteristics
  607.           of SVCs.
  608.  
  609.           Some of the signalling parameters such as the AAL5 parameters
  610.           information element is reflected in the VCL and VPL tables,
  611.           and this table only contains the remaining AAL5 parameters
  612.           information.
  613.  
  614.           Signalling attributes can be grouped into following
  615.           categories:
  616.  
  617.           1)   ATM Adaptation Layer Parameters
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.           Expires 10/97                                        [Page 11]
  625.  
  626.  
  627.  
  628.  
  629.           draft        Supplemental ATM Management Objects February 1997
  630.  
  631.  
  632.           Information in this group are captured in the ATM Signalling
  633.           Descriptor Parameter Table defined in this memo.  Please refer
  634.           to section 5.4.5.5 of [9] and [10].
  635.  
  636.           2)   Broadband High Layer Information
  637.  
  638.           Information in this group are captured by the ATM Signalling
  639.           Descriptor Parameter Table defined in this memo.  Please refer
  640.           to section 5.4.5.8 of [9] and [10].
  641.  
  642.           3)   Broadband Low Layer Information
  643.  
  644.           Information in this group are captured by the ATM Signalling
  645.           Descriptor Parameter Table defined in this memo.  Please refer
  646.           to section 5.4.5.9 of [9] and [10].
  647.  
  648.  
  649.           6.3.6.  ATM Interface Administrative Address Table
  650.  
  651.           This table contains an ATM Interface Administrative Address
  652.           Table (atmIfAdminAddrTable) which lists valid addresses for
  653.           calls to and from a given interface.  One of these numbers
  654.           shall be specified as the "default" number.  See also section
  655.           6.
  656.  
  657.           6.3.7.  ATM VPI/VCI to Address Mapping Table
  658.  
  659.           In the atmVclAddrTable, the object atmVclAddrAddr can either
  660.           be an ATM Local Address or an ATM Remote Address which
  661.           represent the two endpoint addresses of a VCL.  ATM Local
  662.           Address identifies the local endpoint of the VCL represented
  663.           by this agent.  While, the ATM Remote address represents the
  664.           address of the ATM application at the other end of the VCL.
  665.  
  666.           6.3.8.  ATM Address to VPI/VCI Mapping Table
  667.  
  668.           This table provides an alternative way to retrieve the
  669.           atmVclTable.  This table can be used to retrieve the indexing
  670.           to the atmVclTable by an ATM address.
  671.  
  672.           6.3.9.  ATM VPL Statistics Table
  673.  
  674.           The atmVplStatTable includes per VPL cell counters.  The VPL
  675.           cell counters count the valid ATM cells.  The valid ATM cells
  676.  
  677.  
  678.  
  679.  
  680.  
  681.           Expires 10/97                                        [Page 12]
  682.  
  683.  
  684.  
  685.  
  686.           draft        Supplemental ATM Management Objects February 1997
  687.  
  688.  
  689.           include the user and OAM cells but exclude the physical layer
  690.           (e.g. idle cells) and unassigned cells.  Cells coming in to an
  691.           ATM managed system are counted differently with the high Cell
  692.           Loss Priority (CLP=0) or low Cell Loss Priority (CLP=1). The
  693.           cells are tagged, passed or discarded depending on the
  694.           incoming CLP value and the policed cell rate by the "traffic
  695.           policing" entity in the ATM managed system.  Refer to [9] and
  696.           [10] for the description of the traffic policing.
  697.  
  698.           In the switch where the traffic policing is not supported,
  699.           cells are passed or discarded depending on the bandwidth of
  700.           the switching fabric.  The Output Tagged Cells counter, in
  701.           this case, is always zero.
  702.  
  703.                                 _______________
  704.                                 | ATM Managed |
  705.                      Input      | System      | Output
  706.                      CLP=0 cells|             | CLP=0 cells
  707.                      ---------->|             |----------->
  708.                      CLP=1 cells| (traffic    | CLP=1 cells
  709.                      ---------->| policing    |----------->
  710.                                 | entity)     | Tagged cells (CLP=1)
  711.                                 |_____________|----------->
  712.                                  |Discard  | Discard
  713.                                  |CLP=0    | CLP=1
  714.                                  |cells    | cells
  715.                                  |         |
  716.                                  V         V
  717.  
  718.  
  719.                  Figure 5. ATM Cell Counters per VPL
  720.  
  721.  
  722.           In this table, cells coming into and out of the managed ATM
  723.           system are counted as the total number of cells and the cells
  724.           with the CLP=0.  The CLP=1 counter is derived by substracting
  725.           CLP=0 cells from the total cells.  In addition, cells that are
  726.           tagged on the output are also counted.  The output CLP=1 cells
  727.           equals to the total cells out count minus both the CLP=0 cells
  728.           and the tagged cells.
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.           Expires 10/97                                        [Page 13]
  739.  
  740.  
  741.  
  742.  
  743.           draft        Supplemental ATM Management Objects February 1997
  744.  
  745.  
  746.           6.3.10.  ATM VPL Logical Port Table
  747.  
  748.           The ATM VPL Logical Port Table includes all ATM logical port
  749.           interface configuration information.
  750.  
  751.           6.3.10.1.  ATM Logical Port Interface
  752.  
  753.           The interface type "ATM Logical Port" (ifType=80) is defined
  754.           to allow the representation of a VP Tunnel, which is a VPL
  755.           used as a trunk connection (most likely between devices that
  756.           are not physically adjacent), providing for multiplexing and
  757.           demultiplexing of VCs on the VP.  Figure 6 illustrates such a
  758.           VP Tunnel.
  759.  
  760.           Note: the "ATM Logical Port" interface is more of a logical
  761.           port, compared with an interface of type "ATM" which is more
  762.           of a physical port that provides for the transport of many VP
  763.           and VC connections between adjacent devices.
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.           Expires 10/97                                        [Page 14]
  796.  
  797.  
  798.  
  799.  
  800.           draft        Supplemental ATM Management Objects February 1997
  801.  
  802.  
  803.                                <------VP Tunnel------>
  804.                          ATM Switch A             ATM Switch B
  805.                         ------------             -----------
  806.                         |ATM       |_____________|ATM       |
  807.                         |X-Connect |      .      |X-Connect |
  808.                  VCL1   |Point     | VPL1 . VPL2 |Point     |  VCL4
  809.               O---------|----X-----|----- . -----|----X-----|-----O
  810.                         |    X-----|----- . -----|----X     |
  811.                         |    |     |_____________|    |     |
  812.                         ------------             ------------
  813.                              | VCL2                   | VCL3
  814.                              O                        O
  815.  
  816.                            Figure 6: Virtual Path Tunnel
  817.  
  818.  
  819.           In Figure 6, a VP tunnel (denoted as VPL1 by Switch A, and as
  820.           VPL2 by Switch B) is used to connect VCL1 with VCL4 and VCL2
  821.           with VCL3. Figure 6 shows only one VP tunnel, but there can be
  822.           multiple VP tunnels over the same physical interface.
  823.  
  824.           A particularly useful VP tunnel scenario is tunneling across a
  825.           public network that does not support signalling. In Figure 6
  826.           above, assume Switches A and B are private switches that
  827.           signal over the VP to set up connections transparently through
  828.           the public network. The public network would just transport a
  829.           PVC VP between the two switches.
  830.  
  831.           Because the VP Tunnel constitutes an interface between two ATM
  832.           devices that are not necessarily physically adjacent, most of
  833.           the management information pertaining to the interface may
  834.           differ for the tunnel, including:
  835.                   - active VPI/VCI fields (the tunnel may be a subset
  836.                     of the parent interface).
  837.                   - maximum number of VCCs
  838.                   - configured VCCs
  839.                   - ILMI VPI/VCI values
  840.                   - ATM address type
  841.                   - ATM administrative address
  842.                   - received/transmitted cells.
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.           Expires 10/97                                        [Page 15]
  853.  
  854.  
  855.  
  856.  
  857.           draft        Supplemental ATM Management Objects February 1997
  858.  
  859.  
  860.           6.3.10.2.  How to create an ATM logical interface
  861.  
  862.           The ATM Logical Port Interface Table is used only by devices
  863.           supporting VP tunnels. To create an ATM Logical Port interface
  864.           via SNMP:
  865.                   - Create a VPL (e.g., VPI=a on an existing ATM interface
  866.                     which has ifIndex=x) in the atmVplTable.
  867.  
  868.                   - Set the object atmVplLogicalPortDef to isLogicalIf.
  869.                     A new row in the ifTable is then created by the agent, with
  870.                     ifIndex=y, to represent the ATM Logical Port interface.
  871.                     The object atmVplLogicalPortIndex is also set to y by the
  872.                     agent to represent the ifIndex value of the ATM Logical
  873.                     Port interface.
  874.  
  875.                   - The ifEntry values are set for the ATM Logical
  876.                     Port interface (ifIndex=y) as discussed in RFC
  877.                     1695, with the following exceptions:
  878.                           * ifType - a new enumerated value of "80" was
  879.                             added to IANAifType, specifying an "ATM
  880.                             Logical Port" interface.
  881.                           * ifSpeed - The total bandwidth in bits per
  882.                             second for use by the ATM layer. Computed
  883.                             from the traffic descriptor for the VPL.
  884.                           * ifOperStatus - determined hierarchically,
  885.                             depending on the state of the physical
  886.                             atm-cell layer interface beneath it,
  887.                             and the ILMI on the VP.
  888.                           * ifInOctets, ifOutOctets - support of
  889.                             these objects is not mandatory for ATM
  890.                             Logical Port interfaces.
  891.                           * ifInErrors - always zero, HEC errors are
  892.                             specified for the atm cell-layer interface
  893.                             beneath it.
  894.                           * ifInUnknownProtos - always zero, errors
  895.                             are specified for the atm cell-layer
  896.                             interface beneath it.
  897.  
  898.                   - The atmInterfaceConfEntry values are set as
  899.                     discussed in [1], with the following
  900.                     exceptions:
  901.                           * atmInterfaceMaxVpcs - 0.
  902.                           * atmInterfaceConfVpcs - 0.
  903.                           * atmInterfaceIlmiVpi - VPI of the VP
  904.  
  905.  
  906.  
  907.  
  908.  
  909.           Expires 10/97                                        [Page 16]
  910.  
  911.  
  912.  
  913.  
  914.           draft        Supplemental ATM Management Objects February 1997
  915.  
  916.  
  917.                             tunnel.
  918.  
  919.                   - An entry is created in the ifStackTable, with
  920.                     values: ifStackHigherLayer=y, ifStackLowerLayer=x.
  921.  
  922.                   - VCLs defined on the VP tunnel are indexed by
  923.                     ifIndex=y,VPI=a,VCI.
  924.  
  925.  
  926.           6.3.11.  ATM VCL Statistics Table
  927.  
  928.           The atmVclStatTable includes per VCL cell counters.  The VCL
  929.           cell counters count the valid ATM cells.  The valid ATM cells
  930.           include the user and OAM cells but exclude the physical layer
  931.           (e.g. idle cells) and unassigned cells.  Cells coming in to an
  932.           ATM managed system are counted differently with the high Cell
  933.           Loss Priority (CLP=0) or low Cell Loss Priority (CLP=1). The
  934.           cells are tagged, passed or discarded depending on the
  935.           incoming CLP value and the policed cell rate by the "traffic
  936.           policing" entity in the ATM managed system.  Refer to [9] and
  937.           [10] for the description of the traffic policing.
  938.  
  939.           In the switch where the traffic policing is not supported,
  940.           cells are passed or discarded depending on the bandwidth of
  941.           the switching fabric.  The Output Tagged Cells counter, in
  942.           this case, is always zero.
  943.  
  944.                                 _______________
  945.                                 | ATM Managed |
  946.                      Input      | System      | Output
  947.                      CLP=0 cells|             | CLP=0 cells
  948.                      ---------->|             |----------->
  949.                      CLP=1 cells| (traffic    | CLP=1 cells
  950.                      ---------->| policing    |----------->
  951.                                 | entity)     | Tagged cells (CLP=1)
  952.                                 |_____________|----------->
  953.                                  |Discard  | Discard
  954.                                  |CLP=0    | CLP=1
  955.                                  |cells    | cells
  956.                                  |         |
  957.                                  V         V
  958.  
  959.  
  960.                  Figure 7. ATM Cell Counters per VCL
  961.  
  962.  
  963.  
  964.  
  965.  
  966.           Expires 10/97                                        [Page 17]
  967.  
  968.  
  969.  
  970.  
  971.           draft        Supplemental ATM Management Objects February 1997
  972.  
  973.  
  974.           In this table, cells coming into and out of the managed ATM
  975.           system are counted as the total number of cells and the cells
  976.           with the CLP=0.  The CLP=1 counter is derived by substracting
  977.           CLP=0 cells from the total cells.  In addition, cells that are
  978.           tagged on the output are also counted.  The output CLP=1 cells
  979.           equals to the total cells out count minus both the CLP=0 cells
  980.           and the tagged cells.
  981.  
  982.           6.3.12.  ATM VC General Information Table
  983.  
  984.           This table contains the general information for each VCs.  It
  985.           provides an index to the atmSigDescrParamTable defined in this
  986.           MIB.  This table is an extention to the atmVclTable defined in
  987.           the ATM MIB [1].
  988.  
  989.           6.3.13.  ATM Interface Configuration Extention Table
  990.  
  991.           The ATM Interface Configuration Extention Table contains ATM
  992.           interface information that supplements the
  993.           atmInterfaceConfTable defined in [1].  It includes the
  994.           configuration information of the signalling and ILMI.
  995.  
  996.           A network manager can configure the signalling entity to run a
  997.           specific interface type (i.e. signalling protocol and version)
  998.           such as ITU-U DSS2, ATM Forum UNI 3.1, PNNI 1.0 or BICI 2.0.
  999.           It can also dictate the side of the signalling entity.  For
  1000.           example, if a signalling entity is configured to run ATM Forum
  1001.           UNI 3.1, it has to be told to run as either the network side
  1002.           or the user side of the UNI.
  1003.  
  1004.           The objects atmInterfaceConfigSigType and
  1005.           atmInterfaceConfigSide are used for configuration and the
  1006.           objects atmInterfaceActualSigType and
  1007.           atmInterfaceActualSigSide are used for reading back the actual
  1008.           signalling configuration.
  1009.  
  1010.           The following table describes all the combinations of the
  1011.           configuration of the signalling entity:
  1012.  
  1013.                   atmInterfaceConfigSigType  atmInterfaceConfigSigSide
  1014.                   ----------------           ----------------
  1015.                   autoConfig                 other
  1016.                   ituDss2                    user/network
  1017.                   atmfUni3Dot0               user/network
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.           Expires 10/97                                        [Page 18]
  1024.  
  1025.  
  1026.  
  1027.  
  1028.           draft        Supplemental ATM Management Objects February 1997
  1029.  
  1030.  
  1031.                   atmfUni3Dot1               user/network
  1032.                   atmfUni4Dot0               user/network
  1033.                   atmfIisp3Dot0              user/network
  1034.                   atmfIisp3Dot1              user/network
  1035.                   atmfIisp4Dot0              user/network
  1036.                   atmfPnni1Dot0              other
  1037.                   atmfBici2Dot0              other
  1038.  
  1039.           When the value of the object atmInterfaceConfigSigType is
  1040.           configured to autoConfig(2), the signalling type is determined
  1041.           via the ATM Forum ILMI auto-configuration procedures [22].
  1042.           There is no need to set the signalling side since it should be
  1043.           a derived value. The PNNI and BICI interfaces are always
  1044.           symmetric so setting the signalling side is also not
  1045.           necessary.
  1046.  
  1047.           This table also includes the configured and negotiated maximum
  1048.           VPI value per ATM interface, and the configured and negotiated
  1049.           minimum VCI value per ATM interface.  Refer to [21] Sections
  1050.           8.2.3.8 through 8.2.3.10 for a detailed description.
  1051.  
  1052.           The following figure provides an example how the current
  1053.           minimum VCI values are derived from the configured minimum VCI
  1054.           values and the neighboring minimum VCI values:
  1055.  
  1056.  
  1057.                         +--------+              +--------+              +--------+
  1058.                         |  ATM   | IF a    IF b |  ATM   | IF c    IF d |  ATM   |
  1059.                         | Device |--------------| Device |--------------| Device |
  1060.                         +--------+              +--------+              +--------+
  1061.  
  1062.  
  1063.                           IF a:  Configured Min SVCC VCI = 32  (configured)
  1064.                                  Current Min SVCC VCI    = 40  (negotiated)
  1065.  
  1066.                           IF b:  Configured Min SVCC VCI = 40  (configured)
  1067.                                  Current Min SVCC VCI    = 40  (negotiated)
  1068.  
  1069.                           IF c:  Configured Min SVCC VCI = 32  (configured)
  1070.                                  Current Min SVCC VCI    = 32  (negotiated)
  1071.  
  1072.                           IF d:  Configured Min SVCC VCI = 32  (configured)
  1073.                                  Current Min SVCC VCI    = 32  (negotiated)
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.           Expires 10/97                                        [Page 19]
  1081.  
  1082.  
  1083.  
  1084.  
  1085.           draft        Supplemental ATM Management Objects February 1997
  1086.  
  1087.  
  1088.                      (between IF a and IF b, the maximum of the two
  1089.                       atmInterfaceConfMinSvccVci is 40, so both interfaces set their
  1090.                       atmInterfaceCurrentMinSvccVci to 40.  Since IF c and IF d both
  1091.                       are configured with atmInterfaceConfMinSvccVci of 32, they
  1092.                       set their atmInterfaceCurrentMinSvccVci to 32.)
  1093.  
  1094.                                                    Figure 8
  1095.  
  1096.  
  1097.           6.3.14.  ATM Services Registration Table
  1098.  
  1099.           This table contains information used by ATM devices to locate
  1100.           ATM network services.  ATM network services such as CIP ARP
  1101.           server or LECS, can be created by the network manager or
  1102.           learned via ILMI.  Entries in this table can either be
  1103.           exported  to the adjacent devices via ILMI to all or a few
  1104.           user selected ATM interfaces.
  1105.           As an example, let's assume that:
  1106.  
  1107.            - an ATM switch X has three interfaces if1, if2 and if3.
  1108.            - there are two ATM network services offered: a1.a2...aN and b1.b2...bN,
  1109.              (where a1.a2...aN is an object identifier used to identify the first
  1110.               service, and b1.b2...bN is the object identifier for the other service.
  1111.               These services may be CIP ARP servers, LECS server, ...)
  1112.            - The first service is available at the ATM address 'a'.
  1113.            - The second service is available at the ATM address 'b'.
  1114.            - The first service can be used by any device connecting to the switch X.
  1115.            - The second service can be used only by devices that connect to interfaces
  1116.              if1 and if3 on switch X.
  1117.  
  1118.             *------------------*    *------------------*
  1119.             Iservice a1.a2...aNI    Iservice b1.b2...bNI
  1120.             I                  I    I                  I
  1121.             I ATM address = a  I    I ATM address = b  I
  1122.             *------------------*    *------------------*
  1123.                      I                       I
  1124.             ++++++++++++++++++++++++++++++++++++++++++++
  1125.             +             ATM NETWORK                  +
  1126.             ++++++++++++++++++++++++++++++++++++++++++++
  1127.                               I
  1128.                        *-------------*
  1129.                        I  switch X   I
  1130.                        *-+----+----+-*
  1131.                          I    I    I
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.           Expires 10/97                                        [Page 20]
  1138.  
  1139.  
  1140.  
  1141.  
  1142.           draft        Supplemental ATM Management Objects February 1997
  1143.  
  1144.  
  1145.           interfaces:   if1  if2  if3
  1146.  
  1147.  
  1148.  
  1149.           The table will contain three entries:
  1150.  
  1151.           - one entry for the "a1.a2...aN", implicitly available to any devices
  1152.             on switch X.
  1153.           - two entries for the "b1.b2...bN" (one for each interface where this
  1154.             service can be explicitly used).
  1155.  
  1156.           The content of the table is:
  1157.  
  1158.  
  1159.           Service Identifier:   a1.a2...aN    b1.b2...bN   b1.b2...bN
  1160.  
  1161.           ATM address:             a              b            b
  1162.  
  1163.           Arbitrary index:         m              n            p
  1164.  
  1165.           Interface:                0             1            3
  1166.  
  1167.           where m, n and p are arbitrary parameters.
  1168.  
  1169.  
  1170.           When querying the ILMI service registry table, through the ILMI protocol:
  1171.  
  1172.           - the device attached to interface if1 will obtained the address a and b
  1173.           - the device attached to interface if2 will obtained the address a only
  1174.           - the device attached to interface if3 will obtained the address a and b
  1175.  
  1176.  
  1177.           6.3.15.  ILMI Network Prefix Table
  1178.  
  1179.           A table specifying per interface network prefix(es) supplied
  1180.           by the network side of the UNI during ILMI address
  1181.           registration.  When no network prefixes are specified for a
  1182.           particular interface, one or more network prefixes based on
  1183.           the switch address(es) may be used for ILMI address
  1184.           registration.
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.           Expires 10/97                                        [Page 21]
  1195.  
  1196.  
  1197.  
  1198.  
  1199.           draft        Supplemental ATM Management Objects February 1997
  1200.  
  1201.  
  1202.           7.  Valid Address Sets / Default Address
  1203.  
  1204.           A given ATM UNI interface may have an Address,
  1205.           "ifPhysAddress", to identify the interface.  In addition, a
  1206.           given ATM UNI  interface may have several other valid
  1207.           addresses which can be used to originate and receive calls.
  1208.           The valid addresses that are used to receive calls are listed
  1209.           in the "ifRcvAddrTable" defined in RFC1573 [6].  ATM
  1210.           interfaces of switches and services do not use the
  1211.           ifRcvAddrTable.  Valid addresses to be used by a switch or
  1212.           service are listed in the ATM Interface Administrative Address
  1213.           Table.  The ATM Interface Administrative Address Table is not
  1214.           supported by hosts.
  1215.  
  1216.  
  1217.           8.  Configuration of VPLs, VCLs, and Cross-Connects
  1218.  
  1219.           The ATM Managed Objects needed to support the configuration of
  1220.           VPLs, VCLs, and Cross-Connects of the Permanent VPLs and VCLs
  1221.           are defined in the ATM MIB [1].  Cross-Connects of the
  1222.           Switched VPLs and VCLs are defined in this memo.
  1223.  
  1224.  
  1225.           9.  ATM Related Trap Support
  1226.  
  1227.           Two traps are defined to help the network manager to detect
  1228.           the up/down status of the permanent virtual path and links.
  1229.           The current up/down status of the permanent VPL and VCL are
  1230.           indicated by the object atmVplOperStatus and atmVclOperStatus,
  1231.           respectively.  Pulling these objects for all the permanent
  1232.           VPLs and VCLs can be a time consuming and resource consuming
  1233.           task. That is why these two traps are defined to provide
  1234.           additinal mechanism to learn the cuurent status of the
  1235.           permanent paths and links.
  1236.  
  1237.           atmPvplChange and atmPvplChange traps are generated just after
  1238.           atmVplOperStatus leaves or enters the up state.  In order to
  1239.           avoid the flooding of these two traps in the network due to
  1240.           the link failure, two more objects are added to suppress the
  1241.           traps if necessary.  These two objects atmPvplTrapControl and
  1242.           atmPvclTrapControl allow user to disable PVC/PVP traps, send
  1243.           traps if the PVP/PVCs are up or send traps if the PVP/PVCs are
  1244.           down.  In addition to these two objects, a new object is
  1245.           provided to the network manager to device a threshold so the
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.           Expires 10/97                                        [Page 22]
  1252.  
  1253.  
  1254.  
  1255.  
  1256.           draft        Supplemental ATM Management Objects February 1997
  1257.  
  1258.  
  1259.           agent will send a trap when the number of up/down connections
  1260.           have hit the threshold value.
  1261.  
  1262.           The threshold object atmTrapThreshold applies to all ATM
  1263.           traps.  For example, if the value of this object is set to 15,
  1264.           the atmPvplTrapControl is set to upTrap(1) and the
  1265.           atmPvclTrapControl is set to trapAll(4).  An atmPvplChange
  1266.           trap is sent to the trap receiver after 15 PVPs have gone up
  1267.           and an atmPvclChange trap is sent to the trap receiver after
  1268.           15 PVCs have either gone up or down.  The VPI/VCI values and
  1269.           OperStatus included in the trap PDU are the last PVP/PVC
  1270.           up/down event.
  1271.  
  1272.  
  1273.           10.  Definitions
  1274.  
  1275.                ATM2-MIB DEFINITIONS ::= BEGIN
  1276.  
  1277.                IMPORTS
  1278.                   MODULE-IDENTITY, OBJECT-TYPE,
  1279.                   NOTIFICATION-TYPE,
  1280.                   experimental, Counter32, Integer32
  1281.                       FROM SNMPv2-SMI
  1282.                   RowStatus, TimeStamp,
  1283.                   TEXTUAL-CONVENTION
  1284.                       FROM SNMPv2-TC
  1285.                   MODULE-COMPLIANCE, OBJECT-GROUP
  1286.                       FROM SNMPv2-CONF
  1287.                   InterfaceIndex,
  1288.                   ifIndex
  1289.                       FROM IF-MIB
  1290.                   atmMIBObjects, atmVclEntry,
  1291.                   atmVclVpi, atmVclVci, atmVplEntry, atmVplVpi,
  1292.                   atmVplOperStatus, atmVclOperStatus
  1293.                       FROM ATM-MIB
  1294.                   AtmAddr,
  1295.                   AtmSigDescrParamIndex,
  1296.                   AtmInterfaceType,
  1297.                   AtmIlmiNetworkPrefix,
  1298.                   AtmVcIdentifier,
  1299.                   AtmVpIdentifier
  1300.                       FROM ATM-TC-MIB;
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.           Expires 10/97                                        [Page 23]
  1309.  
  1310.  
  1311.  
  1312.  
  1313.           draft        Supplemental ATM Management Objects February 1997
  1314.  
  1315.  
  1316.                atm2MIB MODULE-IDENTITY
  1317.                     LAST-UPDATED "9612051200Z"
  1318.                     ORGANIZATION "IETF AToMMIB Working Group"
  1319.                     CONTACT-INFO
  1320.                       "          Faye Ly
  1321.                         Postal:  3Com Networks Inc.
  1322.                                  Santa Clara, CA 95052
  1323.                                  US
  1324.                         Tel:     +1 408 764 6576
  1325.                         Fax:     +1 408 495 2599
  1326.                         E-Mail:  faye@3com.com
  1327.  
  1328.                                  Michael Noto
  1329.                         Postal:  Bell Communications Research
  1330.                                  331 Newman Springs Road
  1331.                                  Red Bank, NJ 07701
  1332.                                  US
  1333.                         Tel:     +1 908 758 5104
  1334.                         Fax:     +1 908 758 4177
  1335.                         E-mail:  noto@cc.bellcore.com
  1336.  
  1337.                                  Andrew Smith
  1338.                         Postal:  Extreme Networks
  1339.                                  1601 S. De Anza Blvd, #220
  1340.                                  Cupertino, CA 95014
  1341.                                  US
  1342.                         Tel:     +1 408 342 0985
  1343.                         Fax:     +1 408 342 0989
  1344.                         E-Mail:  ansmith@ix.netcom.com
  1345.  
  1346.                                  Kaj Tesink
  1347.                         Postal:  Bell Communications Research
  1348.                                  331 Newman Springs Road
  1349.                                  Red Bank, NJ 07701
  1350.                                  US
  1351.                         Tel:     +1 908 758 5254
  1352.                         Fax:     +1 908 758 4177
  1353.                         E-mail:  kaj@cc.bellcore.com"
  1354.                     DESCRIPTION
  1355.                      "This MIB Module is a supplement to the
  1356.                      ATM-MIB [1]."
  1357.                     ::= { experimental XX }
  1358.  
  1359.                atm2MIBObjects  OBJECT IDENTIFIER ::= {atm2MIB 1}
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.           Expires 10/97                                        [Page 24]
  1366.  
  1367.  
  1368.  
  1369.  
  1370.           draft        Supplemental ATM Management Objects February 1997
  1371.  
  1372.  
  1373.                atm2MIBTraps    OBJECT IDENTIFIER ::= {atm2MIB 2}
  1374.  
  1375.                -- ********  NOTE TO THE RFC EDITOR  **************
  1376.                -- In case this module is put on the standards track
  1377.                --  replace the following:
  1378.                -- "atm2MIB MODULE-IDENTITY ::= {experimental XX}" with
  1379.                -- "atm2MIB MODULE-IDENTITY ::= {atmMIBObjects 13}"
  1380.                -- and include atmMIBObjects in the IMPORT clause.
  1381.  
  1382.  
  1383.                -- This ATM2-MIB Module consists of the following tables:
  1384.                --      1. atmSvcVcCrossConnectTable
  1385.                --      2. atmSvcVpCrossConnectTable
  1386.                --      3. atmSigStatTable
  1387.                --      4. atmSigSupportTable
  1388.                --      5. atmSigDescrParamTable
  1389.                --      6. atmIfAdminAddrTable
  1390.                --      7. atmVclAddrTable
  1391.                --      8. atmAddrVclTable
  1392.                --      9. atmVplStatTable
  1393.                --      10. atmVplLogicalPortTable
  1394.                --      11. atmVclStatTable
  1395.                --      12. atmAal5VclStatTable
  1396.                --      13. atmVclGenTable
  1397.                --      14. atmInterfaceExtTable
  1398.                --      15. atmIlmiSrvcRegTable
  1399.                --      16. atmIlmiNetworkPrefixTable
  1400.                -- And ATM trap support
  1401.                --
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.           Expires 10/97                                        [Page 25]
  1423.  
  1424.  
  1425.  
  1426.  
  1427.           draft        Supplemental ATM Management Objects February 1997
  1428.  
  1429.  
  1430.                -- Textual convention for trap control
  1431.                -- This should be moved to the ATM TC MIB
  1432.  
  1433.                   AtmTrapControlType ::= TEXTUAL-CONVENTION
  1434.                       STATUS current
  1435.                       DESCRIPTION
  1436.                           "The type of the trap are generated to the trap receiver.
  1437.                           noTrap(1) disable the generation of the traps, upTrap(2)
  1438.                           will only generate traps if the connection is up and
  1439.                           downTrap(3) vice versa.  allTrap(4) will generate both
  1440.                           up/down traps for the connection."
  1441.                       SYNTAX INTEGER {
  1442.                           noTrap(1),
  1443.                           upTrap(2),
  1444.                           downTrap(3),
  1445.                           trapAll(4)
  1446.                           }
  1447.  
  1448.                -- 1. ATM VPL SVC Cross-Connect Table
  1449.  
  1450.  
  1451.                atmSvcVpCrossConnectTable OBJECT-TYPE
  1452.                     SYNTAX            SEQUENCE OF
  1453.                                       AtmSvcVpCrossConnectEntry
  1454.                     MAX-ACCESS        not-accessible
  1455.                     STATUS            current
  1456.                     DESCRIPTION
  1457.                       "The ATM SVC VP Cross Connect table.  A bi-
  1458.                       directional VP cross-connect which
  1459.                       cross-connects two SVC VPLs is modeled
  1460.                       as one entry in this table."
  1461.                     ::= { atm2MIBObjects 1 }
  1462.  
  1463.  
  1464.                atmSvcVpCrossConnectEntry OBJECT-TYPE
  1465.                     SYNTAX  AtmSvcVpCrossConnectEntry
  1466.                     MAX-ACCESS  not-accessible
  1467.                     STATUS  current
  1468.                     DESCRIPTION
  1469.                       "An entry in the ATM SVC VP Cross Connect table.
  1470.                       This entry is used to model a bi-directional
  1471.                       ATM SVC VP cross-connect which cross-connects
  1472.                       two VPLs."
  1473.                     INDEX { atmSvcVpCrossConnectIndex,
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.           Expires 10/97                                        [Page 26]
  1480.  
  1481.  
  1482.  
  1483.  
  1484.           draft        Supplemental ATM Management Objects February 1997
  1485.  
  1486.  
  1487.                             atmSvcVpCrossConnectLowIfIndex,
  1488.                             atmSvcVpCrossConnectLowVpi,
  1489.                             atmSvcVpCrossConnectHighIfIndex,
  1490.                             atmSvcVpCrossConnectHighVpi }
  1491.                     ::= { atmSvcVpCrossConnectTable 1 }
  1492.  
  1493.                AtmSvcVpCrossConnectEntry ::= SEQUENCE {
  1494.                     atmSvcVpCrossConnectIndex          INTEGER,
  1495.                     atmSvcVpCrossConnectLowIfIndex     InterfaceIndex,
  1496.                     atmSvcVpCrossConnectLowVpi         AtmVpIdentifier,
  1497.                     atmSvcVpCrossConnectHighIfIndex    InterfaceIndex,
  1498.                     atmSvcVpCrossConnectHighVpi        AtmVpIdentifier,
  1499.                     atmSvcVpCrossConnectCreationTime   TimeStamp,
  1500.                     atmSvcVpCrossConnectRowStatus      RowStatus
  1501.                                  }
  1502.  
  1503.                atmSvcVpCrossConnectIndex OBJECT-TYPE
  1504.                     SYNTAX  INTEGER (1..2147483647)
  1505.                     MAX-ACCESS  not-accessible
  1506.                     STATUS  current
  1507.                     DESCRIPTION
  1508.                       "A unique value to identify this SVC VP cross-connect."
  1509.                     ::= { atmSvcVpCrossConnectEntry 1 }
  1510.  
  1511.                atmSvcVpCrossConnectLowIfIndex OBJECT-TYPE
  1512.                     SYNTAX  InterfaceIndex
  1513.                     MAX-ACCESS  not-accessible
  1514.                     STATUS  current
  1515.                     DESCRIPTION
  1516.                       "The value of this object is equal to MIB II's
  1517.                       ifIndex value of the ATM interface port for this
  1518.                       SVC VP cross-connect.  The term low implies
  1519.                       that this ATM interface has the numerically lower
  1520.                       ifIndex value than the other ATM interface
  1521.                       identified in the same atmSvcVpCrossConnectEntry."
  1522.                     ::= { atmSvcVpCrossConnectEntry 2 }
  1523.  
  1524.                atmSvcVpCrossConnectLowVpi OBJECT-TYPE
  1525.                     SYNTAX  AtmVpIdentifier
  1526.                     MAX-ACCESS  not-accessible
  1527.                     STATUS  current
  1528.                     DESCRIPTION
  1529.                       "The value of this object is equal to the VPI
  1530.                       value at the ATM interface
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.           Expires 10/97                                        [Page 27]
  1537.  
  1538.  
  1539.  
  1540.  
  1541.           draft        Supplemental ATM Management Objects February 1997
  1542.  
  1543.  
  1544.                       associated with the SVC VP cross-connect that is
  1545.                       identified by atmSvcVpCrossConnectLowIfIndex.
  1546.                       The VPI value cannot exceed the number
  1547.                       supported by the atmInterfaceMaxVpiBits
  1548.                       at the low ATM interface port."
  1549.                     ::= { atmSvcVpCrossConnectEntry 3 }
  1550.  
  1551.                atmSvcVpCrossConnectHighIfIndex OBJECT-TYPE
  1552.                     SYNTAX  InterfaceIndex
  1553.                     MAX-ACCESS  not-accessible
  1554.                     STATUS  current
  1555.                     DESCRIPTION
  1556.                      "The value of this object is equal to MIB II's
  1557.                       ifIndex value of the ATM interface port for
  1558.                       this SVC VP cross-connect.  The term high
  1559.                       implies that this ATM interface has the
  1560.                       numerically higher ifIndex value than the
  1561.                       other ATM interface identified in the same
  1562.                       atmSvcVpCrossConnectEntry."
  1563.                     ::= { atmSvcVpCrossConnectEntry 4 }
  1564.  
  1565.                atmSvcVpCrossConnectHighVpi OBJECT-TYPE
  1566.                     SYNTAX  AtmVpIdentifier
  1567.                     MAX-ACCESS  not-accessible
  1568.                     STATUS  current
  1569.                     DESCRIPTION
  1570.                      "The value of this object is equal to the VPI
  1571.                       value at the ATM interface associated with
  1572.                       the SVC VP cross-connect that is identified
  1573.                       by atmSvcVpCrossConnectHighIfIndex.
  1574.                       The VPI value cannot exceed the number
  1575.                       supported by the atmInterfaceMaxVpiBits
  1576.                       at the high ATM interface port."
  1577.                     ::= { atmSvcVpCrossConnectEntry 5 }
  1578.  
  1579.                atmSvcVpCrossConnectCreationTime OBJECT-TYPE
  1580.                     SYNTAX  TimeStamp
  1581.                     MAX-ACCESS  read-only
  1582.                     STATUS  current
  1583.                     DESCRIPTION
  1584.                      "The value of MIB II's sysUpTime object
  1585.                       at the time this bi-directional SVC VP
  1586.                       cross-connect was created.  If the current
  1587.                       state was entered prior to the last
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.           Expires 10/97                                        [Page 28]
  1594.  
  1595.  
  1596.  
  1597.  
  1598.           draft        Supplemental ATM Management Objects February 1997
  1599.  
  1600.  
  1601.                       re-initialization of the agent, then this
  1602.                       object contains a zero value."
  1603.                     ::= { atmSvcVpCrossConnectEntry 6 }
  1604.  
  1605.                atmSvcVpCrossConnectRowStatus OBJECT-TYPE
  1606.                     SYNTAX             RowStatus
  1607.                     MAX-ACCESS         read-write
  1608.                     STATUS             current
  1609.                     DESCRIPTION
  1610.                       "This object is used to delete rows in the
  1611.                       atmSvcVpCrossConnectTable."
  1612.                    ::= { atmSvcVpCrossConnectEntry 7 }
  1613.  
  1614.  
  1615.               -- 2. ATM Virtual Channel (VC) Cross Connect Group
  1616.  
  1617.               atmSvcVcCrossConnectTable OBJECT-TYPE
  1618.                    SYNTAX  SEQUENCE OF AtmSvcVcCrossConnectEntry
  1619.                    MAX-ACCESS  not-accessible
  1620.                    STATUS  current
  1621.                    DESCRIPTION
  1622.                     "The ATM SVC VC Cross Connect table.  A bi-
  1623.                      directional SVC VC cross-connect which
  1624.                      cross-connects two end points (i.e., VCLs)
  1625.                      is modeled as one entry in this table."
  1626.                    ::= { atm2MIBObjects 2 }
  1627.  
  1628.  
  1629.               atmSvcVcCrossConnectEntry OBJECT-TYPE
  1630.                    SYNTAX  AtmSvcVcCrossConnectEntry
  1631.                    MAX-ACCESS  not-accessible
  1632.                    STATUS  current
  1633.                    DESCRIPTION
  1634.                     "An entry in the ATM SVC VC Cross Connect table.
  1635.                      This entry is used to model a bi-directional ATM
  1636.                      SVC VC cross-connect cross-connecting two end
  1637.                      points."
  1638.                    INDEX { atmSvcVcCrossConnectIndex,
  1639.                            atmSvcVcCrossConnectLowIfIndex,
  1640.                            atmSvcVcCrossConnectLowVpi,
  1641.                            atmSvcVcCrossConnectLowVci,
  1642.                            atmSvcVcCrossConnectHighIfIndex,
  1643.                            atmSvcVcCrossConnectHighVpi,
  1644.                            atmSvcVcCrossConnectHighVci }
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.           Expires 10/97                                        [Page 29]
  1651.  
  1652.  
  1653.  
  1654.  
  1655.           draft        Supplemental ATM Management Objects February 1997
  1656.  
  1657.  
  1658.                    ::= { atmSvcVcCrossConnectTable 1 }
  1659.  
  1660.               AtmSvcVcCrossConnectEntry ::= SEQUENCE {
  1661.                    atmSvcVcCrossConnectIndex          INTEGER,
  1662.                    atmSvcVcCrossConnectLowIfIndex     InterfaceIndex,
  1663.                    atmSvcVcCrossConnectLowVpi         AtmVpIdentifier,
  1664.                    atmSvcVcCrossConnectLowVci         AtmVcIdentifier,
  1665.                    atmSvcVcCrossConnectHighIfIndex    InterfaceIndex,
  1666.                    atmSvcVcCrossConnectHighVpi        AtmVpIdentifier,
  1667.                    atmSvcVcCrossConnectHighVci        AtmVcIdentifier,
  1668.                    atmSvcVcCrossConnectCreationTime   TimeStamp,
  1669.                    atmSvcVcCrossConnectRowStatus      RowStatus
  1670.                            }
  1671.  
  1672.               atmSvcVcCrossConnectIndex OBJECT-TYPE
  1673.                    SYNTAX  INTEGER (1..2147483647)
  1674.                    MAX-ACCESS  not-accessible
  1675.                    STATUS  current
  1676.                    DESCRIPTION
  1677.                     "A unique value to identify this SVC VC cross-
  1678.                      connect."
  1679.                    ::= { atmSvcVcCrossConnectEntry 1 }
  1680.  
  1681.               atmSvcVcCrossConnectLowIfIndex OBJECT-TYPE
  1682.                    SYNTAX  InterfaceIndex
  1683.                    MAX-ACCESS  not-accessible
  1684.                    STATUS  current
  1685.                    DESCRIPTION
  1686.                     "The value of this object is equal to MIB II's
  1687.                      ifIndex value of the ATM interface port for this
  1688.                      SVC VC cross-connect.  The term low implies
  1689.                      that this ATM interface has the numerically lower
  1690.                      ifIndex value than the other ATM interface
  1691.                      identified in the same atmSvcVcCrossConnectEntry."
  1692.                    ::= { atmSvcVcCrossConnectEntry 2 }
  1693.  
  1694.               atmSvcVcCrossConnectLowVpi OBJECT-TYPE
  1695.                    SYNTAX  AtmVpIdentifier
  1696.                    MAX-ACCESS  not-accessible
  1697.                    STATUS  current
  1698.                    DESCRIPTION
  1699.                     "The value of this object is equal to the VPI
  1700.                      value at the ATM interface
  1701.                      associated with the SVC VC cross-connect that is
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.           Expires 10/97                                        [Page 30]
  1708.  
  1709.  
  1710.  
  1711.  
  1712.           draft        Supplemental ATM Management Objects February 1997
  1713.  
  1714.  
  1715.                      identified by atmSvcVcCrossConnectLowIfIndex.
  1716.                      The VPI value cannot exceed the number
  1717.                      supported by the atmInterfaceMaxVpiBits
  1718.                      at the low ATM interface port."
  1719.                    ::= { atmSvcVcCrossConnectEntry 3 }
  1720.  
  1721.               atmSvcVcCrossConnectLowVci OBJECT-TYPE
  1722.                    SYNTAX  AtmVcIdentifier
  1723.                    MAX-ACCESS  not-accessible
  1724.                    STATUS  current
  1725.                    DESCRIPTION
  1726.                     "The value of this object is equal to the VCI
  1727.                      value at the ATM interface
  1728.                      associated with this SVC VC cross-connect that is
  1729.                      identified by atmSvcVcCrossConnectLowIfIndex.
  1730.                      The VCI value cannot exceed the number
  1731.                      supported by the atmInterfaceMaxVciBits
  1732.                      at the low ATM interface port."
  1733.                    ::= { atmSvcVcCrossConnectEntry 4 }
  1734.  
  1735.               atmSvcVcCrossConnectHighIfIndex OBJECT-TYPE
  1736.                    SYNTAX  InterfaceIndex
  1737.                    MAX-ACCESS  not-accessible
  1738.                    STATUS  current
  1739.                    DESCRIPTION
  1740.                     "The value of this object is equal to MIB II's
  1741.                      ifIndex value for the ATM interface port for
  1742.                      this SVC VC cross-connect.  The term high
  1743.                      implies that this SVC VC cross-connect
  1744.                      that this ATM interface has the numerically higher
  1745.                      ifIndex value than the other ATM interface
  1746.                      identified in the same atmSvcVcCrossConnectEntry."
  1747.                    ::= { atmSvcVcCrossConnectEntry 5 }
  1748.  
  1749.               atmSvcVcCrossConnectHighVpi OBJECT-TYPE
  1750.                    SYNTAX  AtmVpIdentifier
  1751.                    MAX-ACCESS  not-accessible
  1752.                    STATUS  current
  1753.                    DESCRIPTION
  1754.                     "The value of this object is equal to the VPI
  1755.                      value at the ATM interface
  1756.                      associated with the SVC VC cross-connect that is
  1757.                      identified by atmSvcVcCrossConnectHighIfIndex.
  1758.                      The VPI value cannot exceed
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.           Expires 10/97                                        [Page 31]
  1765.  
  1766.  
  1767.  
  1768.  
  1769.           draft        Supplemental ATM Management Objects February 1997
  1770.  
  1771.  
  1772.                      the number supported by the atmInterfaceMaxVpiBits
  1773.                      at the high ATM interface port."
  1774.                    ::= { atmSvcVcCrossConnectEntry 6 }
  1775.  
  1776.               atmSvcVcCrossConnectHighVci OBJECT-TYPE
  1777.                    SYNTAX  AtmVcIdentifier
  1778.                    MAX-ACCESS  not-accessible
  1779.                    STATUS  current
  1780.                    DESCRIPTION
  1781.                     "The value of this object is equal to the VCI
  1782.                      value at the ATM interface
  1783.                      associated with the SVC VC cross-connect that is
  1784.                      identified by atmSvcVcCrossConnectHighIfIndex.
  1785.                      The VCI value cannot exceed
  1786.                      the number supported by the atmInterfaceMaxVciBits
  1787.                      at the high ATM interface port."
  1788.                    ::= { atmSvcVcCrossConnectEntry 7 }
  1789.  
  1790.               atmSvcVcCrossConnectCreationTime OBJECT-TYPE
  1791.                    SYNTAX  TimeStamp
  1792.                    MAX-ACCESS  read-only
  1793.                    STATUS  current
  1794.                    DESCRIPTION
  1795.                     "The value of MIB II's sysUpTime object
  1796.                      at the time this bi-directional SVC VC
  1797.                      cross-connect was created.  If the current
  1798.                      state was entered prior to the last
  1799.                      re-initialization of the agent, then this
  1800.                      object contains a zero value."
  1801.                    ::= { atmSvcVcCrossConnectEntry 8 }
  1802.  
  1803.               atmSvcVcCrossConnectRowStatus OBJECT-TYPE
  1804.                    SYNTAX             RowStatus
  1805.                    MAX-ACCESS         read-write
  1806.                    STATUS             current
  1807.                    DESCRIPTION
  1808.                      "This object is used to delete rows in the
  1809.                      atmSvcVcCrossConnectTable."
  1810.                   ::= { atmSvcVcCrossConnectEntry 9 }
  1811.  
  1812.              --
  1813.              -- 3. ATM Interface Signalling Statistics Table
  1814.              --
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.           Expires 10/97                                        [Page 32]
  1822.  
  1823.  
  1824.  
  1825.  
  1826.           draft        Supplemental ATM Management Objects February 1997
  1827.  
  1828.  
  1829.              atmSigStatTable       OBJECT-TYPE
  1830.                   SYNTAX       SEQUENCE OF AtmSigStatEntry
  1831.                   MAX-ACCESS   not-accessible
  1832.                   STATUS       current
  1833.                   DESCRIPTION
  1834.                    "This table contains ATM interface signalling monitoring
  1835.                     , one entry per ATM signalling interface."
  1836.                   ::= { atm2MIBObjects 3 }
  1837.  
  1838.              atmSigStatEntry         OBJECT-TYPE
  1839.                   SYNTAX         AtmSigStatEntry
  1840.                   MAX-ACCESS     not-accessible
  1841.                   STATUS         current
  1842.                   DESCRIPTION
  1843.                    "This list contains signalling statistics variables."
  1844.                   INDEX { ifIndex }
  1845.                   ::= { atmSigStatTable  1}
  1846.  
  1847.              AtmSigStatEntry    ::= SEQUENCE  {
  1848.                   atmSigSSCOPConEvents        Counter32,
  1849.                   atmSigSSCOPErrdPdus         Counter32,
  1850.                   atmSigDetectSetupAttempts   Counter32,
  1851.                   atmSigEmitSetupAttempts    Counter32,
  1852.                   atmSigDetectUnavailRoutes         Counter32,
  1853.                   atmSigEmitUnavailRoutes         Counter32,
  1854.                   atmSigDetectUnavailResrcs         Counter32,
  1855.                   atmSigEmitUnavailResrcs         Counter32,
  1856.                   atmSigDetectCldPtyEvents          Counter32,
  1857.                   atmSigEmitCldPtyEvents          Counter32,
  1858.                   atmSigDetectMsgErrors             Counter32,
  1859.                   atmSigEmitMsgErrors             Counter32,
  1860.                   atmSigDetectClgPtyEvents          Counter32,
  1861.                   atmSigEmitClgPtyEvents          Counter32,
  1862.                   atmSigDetectTimerExpireds         Counter32,
  1863.                   atmSigEmitTimerExpireds         Counter32,
  1864.                   atmSigDetectRestarts              Counter32,
  1865.                   atmSigEmitRestarts              Counter32,
  1866.                   atmSigInEstabls             Counter32,
  1867.                   atmSigOutEstabls            Counter32
  1868.                        }
  1869.  
  1870.              atmSigSSCOPConEvents   OBJECT-TYPE
  1871.                   SYNTAX            Counter32
  1872.                   MAX-ACCESS        read-only
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.           Expires 10/97                                        [Page 33]
  1879.  
  1880.  
  1881.  
  1882.  
  1883.           draft        Supplemental ATM Management Objects February 1997
  1884.  
  1885.  
  1886.                   STATUS            current
  1887.                   DESCRIPTION
  1888.                     "SSCOP Connection Events Counter.  This
  1889.                     counter counts the sum of the following errors:
  1890.  
  1891.                     1) SSCOP Connection Disconnect Counter
  1892.  
  1893.                     The abnormal occurrence of this event is
  1894.                     characterized by the expiry of Timer_NO_RESPONSE.
  1895.                     (This event is communicated to the layer management
  1896.                     with MAA-ERROR code P.  See ITU-T Q.2110 [13].)
  1897.  
  1898.                     2) SSCOP Connection Initiation Failure
  1899.  
  1900.                     This condition indicates the inability to establish
  1901.                     an SSCOP connection.  This event occurs whenever the
  1902.                     number of expiries of the connection control timer
  1903.                     (Timer_CC) exceeds the MaxCC or upon receipt of a
  1904.                     connection reject message BGREJ PDU.  (This event is
  1905.                     communicated to layer management with MAA-ERROR
  1906.                     code O.  See ITU-T Q.2110.)
  1907.  
  1908.                     3) SSCOP Connection Re-Establ/Resynch
  1909.  
  1910.                     This event occurs upon receipt of a BGN PDU or RESYNC
  1911.                     PDU."
  1912.                  ::= { atmSigStatEntry 5}
  1913.  
  1914.             atmSigSSCOPErrdPdus   OBJECT-TYPE
  1915.                  SYNTAX           Counter32
  1916.                  MAX-ACCESS       read-only
  1917.                  STATUS           current
  1918.                  DESCRIPTION
  1919.                    "SSCOP Errored PDUs Counter.  This counter counts the
  1920.                    sum of the following errors:
  1921.  
  1922.                    1) Invalid PDUs.
  1923.                       These are defined in SSCOP and consist of PDUs
  1924.                       with incorrect length (MAA-ERROR code U),
  1925.                       undefined PDU type code or not 32-bit aligned.
  1926.  
  1927.                    2) PDUs that result in MAA error codes and are
  1928.                       discarded
  1929.                       See Errors A-M and Q-T defined in ITU-T Q.2110 [13]."
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.           Expires 10/97                                        [Page 34]
  1936.  
  1937.  
  1938.  
  1939.  
  1940.           draft        Supplemental ATM Management Objects February 1997
  1941.  
  1942.  
  1943.                 ::= { atmSigStatEntry 6 }
  1944.  
  1945.            atmSigDetectSetupAttempts    OBJECT-TYPE
  1946.                 SYNTAX            Counter32
  1947.                 MAX-ACCESS        read-only
  1948.                 STATUS            current
  1949.                 DESCRIPTION
  1950.                   "Call Setup Attempts Counter.  This counter counts
  1951.                   the number of call setup attempts(both successful
  1952.                   and unsuccessful) detected on this interface."
  1953.                ::= { atmSigStatEntry 7 }
  1954.  
  1955.           atmSigEmitSetupAttempts    OBJECT-TYPE
  1956.                SYNTAX            Counter32
  1957.                MAX-ACCESS        read-only
  1958.                STATUS            current
  1959.                DESCRIPTION
  1960.                  "Call Setup Attempts Counter.  This counter counts the
  1961.                  number of call setup attempts(both successful and
  1962.                  unsuccessful) transmitted on this interface."
  1963.                ::= { atmSigStatEntry 8 }
  1964.  
  1965.           atmSigDetectUnavailRoutes    OBJECT-TYPE
  1966.                SYNTAX            Counter32
  1967.                MAX-ACCESS        read-only
  1968.                STATUS            current
  1969.                DESCRIPTION
  1970.                  "Number of Route Unavailability detected on this
  1971.                  interface. This counter is incremented when a RELEASE,
  1972.                  RELEASE COMPLETE (only when not preceded by a RELEASE
  1973.                  mesg for the same call), ADD PARTY REJECT, or STATUS
  1974.                  message that contains one of the following cause code
  1975.                  values is received (Note: These cause values apply to
  1976.                  both UNI3.0 and UNI3.1):
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.           Expires 10/97                                        [Page 35]
  1993.  
  1994.  
  1995.  
  1996.  
  1997.           draft        Supplemental ATM Management Objects February 1997
  1998.  
  1999.  
  2000.                  Cause Value            Meaning
  2001.  
  2002.                     1            unallocated (unassigned) number
  2003.                     2            no route to specified transit network
  2004.                     3            no route to destination
  2005.                     88           incompatible destination
  2006.  
  2007.                  NOTE:  For this counter, RELEASE COMPLETE
  2008.                  messages that are a reply to a previous RELEASE
  2009.                  message and contain the same cause value, are
  2010.                  redundant (for counting purposes) and should not
  2011.                  be counted."
  2012.                ::= { atmSigStatEntry 9 }
  2013.  
  2014.           atmSigEmitUnavailRoutes    OBJECT-TYPE
  2015.                SYNTAX            Counter32
  2016.                MAX-ACCESS        read-only
  2017.                STATUS            current
  2018.                DESCRIPTION
  2019.                  "Number of Route Unavailability transmitted from this
  2020.                  interface. This counter is incremented when a RELEASE,
  2021.                  RELEASE COMPLETE (only when not preceded by a RELEASE
  2022.                  mesg for the same call), ADD PARTY REJECT, or STATUS
  2023.                  message that contains one of the following cause code
  2024.                  values is transmitted (Note: These cause values apply
  2025.                  to both UNI3.0 and UNI3.1):
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.           Expires 10/97                                        [Page 36]
  2050.  
  2051.  
  2052.  
  2053.  
  2054.           draft        Supplemental ATM Management Objects February 1997
  2055.  
  2056.  
  2057.                  Cause Value            Meaning
  2058.  
  2059.                     1            unallocated (unassigned) number
  2060.                     2            no route to specified transit network
  2061.                     3            no route to destination
  2062.  
  2063.                  NOTE:  For this counter, RELEASE COMPLETE
  2064.                  messages that are a reply to a previous RELEASE
  2065.                  message and contain the same cause value, are
  2066.                  redundant (for counting purposes) and should not
  2067.                  be counted."
  2068.                ::= { atmSigStatEntry 10 }
  2069.  
  2070.           atmSigDetectUnavailResrcs     OBJECT-TYPE
  2071.                SYNTAX             Counter32
  2072.                MAX-ACCESS         read-only
  2073.                STATUS             current
  2074.                DESCRIPTION
  2075.                  "Number of Resource Unavailability detected on this
  2076.                  interfrace.  This counter is incremented when a
  2077.                  RELEASE, RELEASE COMPLETE (only when not preceded by a
  2078.                  RELEASE mesg for the same call), ADD PARTY REJECT, or
  2079.                  STATUS message that contains one of the following cause
  2080.                  code values is received (Note: These cause values apply
  2081.                  to both UNI3.0 and UNI3.1 unless otherwise stated):
  2082.  
  2083.                  Cause Value          Meaning
  2084.  
  2085.                     35          requested VPCI/VCI not available
  2086.                     37          user cell rate not available (UNI3.1
  2087.                                 only)
  2088.                     38          network out of order
  2089.                     41          temporary failure
  2090.                     45          no VPCI/VCI available
  2091.                     47          resource unavailable, unspecified
  2092.                     49          Quality of Service unavailable
  2093.                     51          user cell rate not available (UNI3.0
  2094.                                 only)
  2095.                     58          bearer capability not presently
  2096.                                 available
  2097.                     63          Service or option not available,
  2098.                                 unspecified
  2099.                     92          too many pending add party requests
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105.  
  2106.           Expires 10/97                                        [Page 37]
  2107.  
  2108.  
  2109.  
  2110.  
  2111.           draft        Supplemental ATM Management Objects February 1997
  2112.  
  2113.  
  2114.                  NOTE:  For this counter, RELEASE COMPLETE
  2115.                  messages that are a reply to a previous RELEASE
  2116.                  message and contain the same cause value, are
  2117.                  redundant (for counting purposes) and should not
  2118.                  be counted."
  2119.  
  2120.                ::= { atmSigStatEntry 11 }
  2121.  
  2122.           atmSigEmitUnavailResrcs     OBJECT-TYPE
  2123.                SYNTAX             Counter32
  2124.                MAX-ACCESS         read-only
  2125.                STATUS             current
  2126.                DESCRIPTION
  2127.                  "Number of Resource Unavailability transmitted from
  2128.                  this interfrace.  This counter is incremented when a
  2129.                  RELEASE, RELEASE COMPLETE (only when not preceded by a
  2130.                  RELEASE mesg for the same call), ADD PARTY REJECT, or
  2131.                  STATUS message that contains one of the following cause
  2132.                  code values is transmitted (Note: These cause values
  2133.                  apply to both UNI3.0 and UNI3.1 unless otherwise
  2134.                  stated):
  2135.  
  2136.                  Cause Value          Meaning
  2137.  
  2138.                     35          requested VPCI/VCI not available
  2139.                     37          user cell rate not available (UNI3.1
  2140.                                 only)
  2141.                     38          network out of order
  2142.                     41          temporary failure
  2143.                     45          no VPCI/VCI available
  2144.                     47          resource unavailable, unspecified
  2145.                     49          Quality of Service unavailable
  2146.                     51          user cell rate not available (UNI3.0
  2147.                                 only)
  2148.                     58          bearer capability not presently
  2149.                                 available
  2150.                     63          Service or option not available,
  2151.                                 unspecified
  2152.                     92          too many pending add party requests
  2153.  
  2154.                  NOTE:  For this counter, RELEASE COMPLETE
  2155.                  messages that are a reply to a previous RELEASE
  2156.                  message and contain the same cause value, are
  2157.                  redundant (for counting purposes) and should not
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.           Expires 10/97                                        [Page 38]
  2164.  
  2165.  
  2166.  
  2167.  
  2168.           draft        Supplemental ATM Management Objects February 1997
  2169.  
  2170.  
  2171.                  be counted."
  2172.  
  2173.                ::= { atmSigStatEntry 12 }
  2174.  
  2175.           atmSigDetectCldPtyEvents     OBJECT-TYPE
  2176.                SYNTAX               Counter32
  2177.                MAX-ACCESS           read-only
  2178.                STATUS               current
  2179.                DESCRIPTION
  2180.                  "Number of Called Party Responsible For Unsuccessful
  2181.                  Call detected on this interface. This counter is
  2182.                  incremented when a RELEASE, RELEASE COMPLETE (only when
  2183.                  not preceded by a RELEASE mesg for the same call), ADD
  2184.                  PARTY REJECT, or STATUS message that contains one of
  2185.                  the following cause code values is received (Note:
  2186.                  These cause values apply to both UNI3.0 and UNI3.1):
  2187.  
  2188.                  Cause Value         Meaning
  2189.  
  2190.                     17           user busy
  2191.                     18           no user responding
  2192.                     21           call rejected
  2193.                     22           number changed
  2194.                     23           user rejects all calls with calling
  2195.                                  line id restriction (CLIR)
  2196.                     27           destination out of order
  2197.                     31           normal, unspecified
  2198.                     88           incompatible destination
  2199.  
  2200.                  NOTE:  For this counter, RELEASE COMPLETE
  2201.                  messages that are a reply to a previous RELEASE
  2202.                  message and contain the same cause value, are
  2203.                  redundant (for counting purposes) and should not
  2204.                  be counted.
  2205.  
  2206.                  Note: Cause Value #30 'response to STATUS ENQUIRY'
  2207.                  was not included in this memo since it did not apply
  2208.                  to a hard failure."
  2209.                ::= { atmSigStatEntry 13 }
  2210.  
  2211.           atmSigEmitCldPtyEvents     OBJECT-TYPE
  2212.                SYNTAX               Counter32
  2213.                MAX-ACCESS           read-only
  2214.                STATUS               current
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.           Expires 10/97                                        [Page 39]
  2221.  
  2222.  
  2223.  
  2224.  
  2225.           draft        Supplemental ATM Management Objects February 1997
  2226.  
  2227.  
  2228.                DESCRIPTION
  2229.                  "Number of Called Party Responsible For Unsuccessful Call
  2230.                  transmitted from this interface. This counter is
  2231.                  incremented when a RELEASE, RELEASE COMPLETE (only
  2232.                  when not preceded by a RELEASE mesg for the same call),
  2233.                  ADD PARTY REJECT, or STATUS message that contains one
  2234.                  of the following cause code values is
  2235.                  transmitted (Note: These cause values apply to both
  2236.                  UNI3.0 and UNI3.1):
  2237.  
  2238.                  Cause Value         Meaning
  2239.  
  2240.                     17           user busy
  2241.                     18           no user responding
  2242.                     21           call rejected
  2243.                     22           number changed
  2244.                     23           user rejects all calls with calling
  2245.                                  line id restriction (CLIR)
  2246.                     27           destination out of order
  2247.                     31           normal, unspecified
  2248.                     88           incompatible destination
  2249.  
  2250.                  NOTE:  For this counter, RELEASE COMPLETE
  2251.                  messages that are a reply to a previous RELEASE
  2252.                  message and contain the same cause value, are
  2253.                  redundant (for counting purposes) and should not
  2254.                  be counted.
  2255.  
  2256.                  Note: Cause Value #30 'response to STATUS ENQUIRY'
  2257.                  was not included in this memo since it did not apply
  2258.                  to a hard failure."
  2259.                ::= { atmSigStatEntry 14 }
  2260.  
  2261.           atmSigDetectMsgErrors    OBJECT-TYPE
  2262.                SYNTAX           Counter32
  2263.                MAX-ACCESS       read-only
  2264.                STATUS           current
  2265.                DESCRIPTION
  2266.                  "Number of Incorrect Messages detected on this
  2267.                  interface.  The Incorrect Messages Counter reflects any
  2268.                  sort of incorrect information in a message.  This
  2269.                  includes:
  2270.  
  2271.                  - RELEASE, RELEASE COMPLETE, ADD PARTY REJECT,
  2272.  
  2273.  
  2274.  
  2275.  
  2276.  
  2277.           Expires 10/97                                        [Page 40]
  2278.  
  2279.  
  2280.  
  2281.  
  2282.           draft        Supplemental ATM Management Objects February 1997
  2283.  
  2284.  
  2285.                    and STATUS messages transmitted, that contain any of
  2286.                    the Cause values listed below.
  2287.  
  2288.                  - Ignored messages.  These messages are dropped
  2289.                    because the message was so damaged that it could
  2290.                    not be further processed.  A list of dropped
  2291.                    messages is compiled below:
  2292.  
  2293.                     1.  Message with invalid protocol discriminator
  2294.  
  2295.                     2.  Message with errors in the call reference I.E.
  2296.                          - Bits 5-8 of the first octet not equal to
  2297.                            '0000'
  2298.                          - Bits 1-4 of the first octet indicating a
  2299.                            length other than 3 octets
  2300.                          - RELEASE COMPLETE message received with a
  2301.                            call reference that does not relate to a
  2302.                            call active or in progress
  2303.                          - SETUP message received with call reference
  2304.                            flag incorrectly set to 1
  2305.                          - SETUP message received with a call
  2306.                            reference for a call that is already
  2307.                            active or in progress.
  2308.  
  2309.                     3.  Message too short
  2310.  
  2311.  
  2312.                  The following cause values are monitored by this
  2313.                  counter (Note: These cause values apply to both UNI3.0
  2314.                  and UNI3.1 unless otherwise stated):
  2315.  
  2316.                  Cause Value     Meaning
  2317.  
  2318.                     10     VPCI/VCI unacceptable (UNI3.0 only)
  2319.                     36     VPCI/VCI assignment failure (UNI3.1 only)
  2320.                     81     invalid call reference value
  2321.                     82     identified channel does not exist
  2322.                     89     invalid endpoint reference
  2323.                     96     mandatory information element is missing
  2324.                     97     message type non-existent or not
  2325.                            implemented
  2326.                     99     information element non-existent or not
  2327.                            implemented
  2328.                     100    invalid information element contents
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.           Expires 10/97                                        [Page 41]
  2335.  
  2336.  
  2337.  
  2338.  
  2339.           draft        Supplemental ATM Management Objects February 1997
  2340.  
  2341.  
  2342.                     101    message not compatible with call state
  2343.                     104    incorrect message length
  2344.                     111    protocol error, unspecified
  2345.  
  2346.                     NOTE:  For this counter, RELEASE COMPLETE
  2347.                     messages that are a reply to a previous RELEASE
  2348.                     message and contain the same cause value, are
  2349.                     redundant (for counting purposes) and should not
  2350.                     be counted."
  2351.                ::= { atmSigStatEntry 15 }
  2352.  
  2353.           atmSigEmitMsgErrors    OBJECT-TYPE
  2354.                SYNTAX           Counter32
  2355.                MAX-ACCESS       read-only
  2356.                STATUS           current
  2357.                DESCRIPTION
  2358.                  "Number of Incorrect Messages detected on this
  2359.                  interface.  The Incorrect Messages Counter reflects any
  2360.                  sort of incorrect information in a message.  This
  2361.                  includes:
  2362.  
  2363.  
  2364.                  - RELEASE, RELEASE COMPLETE, ADD PARTY REJECT,
  2365.                    and STATUS messages transmitted or
  2366.                    received, that contain any of the Cause values
  2367.                    listed below.
  2368.  
  2369.                  - Ignored messages.  These messages are dropped
  2370.                    because the message was so damaged that it could
  2371.                    not be further processed.  A list of dropped
  2372.                    messages is compiled below:
  2373.  
  2374.                     1.  Message with invalid protocol discriminator
  2375.  
  2376.                     2.  Message with errors in the call reference I.E.
  2377.                          - Bits 5-8 of the first octet not equal to
  2378.                            '0000'
  2379.                          - Bits 1-4 of the first octet indicating a
  2380.                            length other than 3 octets
  2381.                          - RELEASE COMPLETE message received with a
  2382.                            call reference that does not relate to a
  2383.                            call active or in progress
  2384.                          - SETUP message received with call reference
  2385.                            flag incorrectly set to 1
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.           Expires 10/97                                        [Page 42]
  2392.  
  2393.  
  2394.  
  2395.  
  2396.           draft        Supplemental ATM Management Objects February 1997
  2397.  
  2398.  
  2399.                          - SETUP message received with a call
  2400.                            reference for a call that is already
  2401.                            active or in progress.
  2402.  
  2403.                     3.  Message too short
  2404.  
  2405.  
  2406.                  The following cause values are monitored by this
  2407.                  counter (Note: These cause values apply to both UNI3.0
  2408.                  and UNI3.1 unless otherwise stated):
  2409.  
  2410.                  Cause Value     Meaning
  2411.  
  2412.                     10     VPCI/VCI unacceptable (UNI3.0 only)
  2413.                     36     VPCI/VCI assignment failure (UNI3.1 only)
  2414.                     81     invalid call reference value
  2415.                     82     identified channel does not exist
  2416.                     89     invalid endpoint reference
  2417.                     96     mandatory information element is missing
  2418.                     97     message type non-existent or not
  2419.                            implemented
  2420.                     99     information element non-existent or not
  2421.                            implemented
  2422.                     100    invalid information element contents
  2423.                     101    message not compatible with call state
  2424.                     104    incorrect message length
  2425.                     111    protocol error, unspecified
  2426.  
  2427.                     NOTE:  For this counter, RELEASE COMPLETE
  2428.                     messages that are a reply to a previous RELEASE
  2429.                     message and contain the same cause value, are
  2430.                     redundant (for counting purposes) and should not
  2431.                     be counted."
  2432.                ::= { atmSigStatEntry 16 }
  2433.  
  2434.           atmSigDetectClgPtyEvents    OBJECT-TYPE
  2435.                SYNTAX           Counter32
  2436.                MAX-ACCESS       read-only
  2437.                STATUS           current
  2438.                DESCRIPTION
  2439.                  "Number of Calling Party Events detected on this
  2440.                  interface.  This counter monitors error events that
  2441.                  occur due to the originating user doing something
  2442.                  wrong. This counter is incremented when a RELEASE,
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.           Expires 10/97                                        [Page 43]
  2449.  
  2450.  
  2451.  
  2452.  
  2453.           draft        Supplemental ATM Management Objects February 1997
  2454.  
  2455.  
  2456.                  RELEASE COMPLETE (only when not preceded by a RELEASE
  2457.                  mesg for the same call), ADD PARTY REJECT, or STATUS
  2458.                  message that contains one of the following cause code
  2459.                  values is received (Note: These cause values apply to
  2460.                  both UNI3.0 and UNI3.1):
  2461.  
  2462.                  Cause Value     Meaning
  2463.  
  2464.                     28     invalid number format (address incomplete)
  2465.                     43     access information discarded
  2466.                     57     bearer capability not authorized
  2467.                     65     bearer capability not implemented
  2468.                     73     unsupported combination of traffic
  2469.                            parameters
  2470.                     78     AAL parameters cannot be supported (UNI3.1
  2471.                            only)
  2472.                     91     invalid transit network selection
  2473.                     93     AAL parameters cannot be supported (UNI3.0
  2474.                            only)
  2475.  
  2476.                     NOTE:  For this counter, RELEASE COMPLETE
  2477.                     messages that are a reply to a previous RELEASE
  2478.                     message and contain the same cause value, are
  2479.                     redundant (for counting purposes) and should not
  2480.                     be counted."
  2481.                ::= { atmSigStatEntry 17 }
  2482.  
  2483.           atmSigEmitClgPtyEvents    OBJECT-TYPE
  2484.                SYNTAX           Counter32
  2485.                MAX-ACCESS       read-only
  2486.                STATUS           current
  2487.                DESCRIPTION
  2488.                  "Number of Calling Party Events transmitted from this
  2489.                  interface.  This counter monitors error events that
  2490.                  occur due to the originating user doing something
  2491.                  wrong. This counter is incremented when a RELEASE,
  2492.                  RELEASE COMPLETE (only when not preceded by a RELEASE
  2493.                  mesg for the same call), ADD PARTY REJECT, or STATUS
  2494.                  message that contains one of the following cause code
  2495.                  values is transmitted (Note: These cause values apply
  2496.                  to both UNI3.0 and UNI3.1):
  2497.  
  2498.                  Cause Value     Meaning
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.           Expires 10/97                                        [Page 44]
  2506.  
  2507.  
  2508.  
  2509.  
  2510.           draft        Supplemental ATM Management Objects February 1997
  2511.  
  2512.  
  2513.                     28     invalid number format (address incomplete)
  2514.                     43     access information discarded
  2515.                     57     bearer capability not authorized
  2516.                     65     bearer capability not implemented
  2517.                     73     unsupported combination of traffic
  2518.                            parameters
  2519.                     78     AAL parameters cannot be supported (UNI3.1
  2520.                            only)
  2521.                     91     invalid transit network selection
  2522.                     93     AAL parameters cannot be supported (UNI3.0
  2523.                            only)
  2524.  
  2525.                     NOTE:  For this counter, RELEASE COMPLETE
  2526.                     messages that are a reply to a previous RELEASE
  2527.                     message and contain the same cause value, are
  2528.                     redundant (for counting purposes) and should not
  2529.                     be counted."
  2530.                ::= { atmSigStatEntry 18 }
  2531.  
  2532.           atmSigDetectTimerExpireds    OBJECT-TYPE
  2533.                SYNTAX               Counter32
  2534.                MAX-ACCESS           read-only
  2535.                STATUS               current
  2536.                DESCRIPTION
  2537.                  "Number of Timer Expiries detected on this interface.
  2538.                  The Timer Expiries Counter provides a count of network
  2539.                  timer expiries, and to some extent, host or switch
  2540.                  timer expiries.  The conditions for incrementing this
  2541.                  counter are:
  2542.                     - Expiry of any network timer
  2543.  
  2544.                     - Receipt of a RELEASE or RELEASE COMPLETE
  2545.                       message with Cause #102, 'recovery on
  2546.                       timer expiry'.
  2547.  
  2548.                  NOTE:  For this counter, RELEASE COMPLETE messages
  2549.                  that are a reply to a previous RELEASE message and
  2550.                  contain the same cause value, are redundant (for
  2551.                  counting purposes) and should not be counted."
  2552.  
  2553.                ::= { atmSigStatEntry 19 }
  2554.  
  2555.           atmSigEmitTimerExpireds    OBJECT-TYPE
  2556.                SYNTAX               Counter32
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.           Expires 10/97                                        [Page 45]
  2563.  
  2564.  
  2565.  
  2566.  
  2567.           draft        Supplemental ATM Management Objects February 1997
  2568.  
  2569.  
  2570.                MAX-ACCESS           read-only
  2571.                STATUS               current
  2572.                DESCRIPTION
  2573.                  "Number of Timer Expiries transmitted from this
  2574.                  interface.  The Timer Expiries Counter provides a count
  2575.                  of network timer expiries, and to some extent, host or
  2576.                  switch timer expiries.  The conditions for incrementing
  2577.                  this counter are:
  2578.                     - Expiry of any network timer
  2579.  
  2580.                     - Receipt of a RELEASE or RELEASE COMPLETE
  2581.                       message with Cause #102, 'recovery on
  2582.                       timer expiry'.
  2583.  
  2584.                  NOTE:  For this counter, RELEASE COMPLETE messages
  2585.                  that are a reply to a previous RELEASE message and
  2586.                  contain the same cause value, are redundant (for
  2587.                  counting purposes) and should not be counted."
  2588.                ::= { atmSigStatEntry 20 }
  2589.  
  2590.           atmSigDetectRestarts    OBJECT-TYPE
  2591.                SYNTAX          Counter32
  2592.                MAX-ACCESS      read-only
  2593.                STATUS          current
  2594.                DESCRIPTION
  2595.                  "Number of Restart Activity errors detected on this
  2596.                  interface.  The Restart Activity Counter provides a
  2597.                  count of host, switch, or network restart activity.
  2598.                  This counter is incremented when receiving a RESTART
  2599.                  message."
  2600.                ::= { atmSigStatEntry 21 }
  2601.  
  2602.           atmSigEmitRestarts    OBJECT-TYPE
  2603.                SYNTAX          Counter32
  2604.                MAX-ACCESS      read-only
  2605.                STATUS          current
  2606.                DESCRIPTION
  2607.                  "Number of Restart Activity errors transmitted from
  2608.                  this interface.  The Restart Activity Counter provides
  2609.                  a count of host, switch, or network restart activity.
  2610.                  This counter is incremented when transmitting a RESTART
  2611.                  message."
  2612.                ::= { atmSigStatEntry 22 }
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.           Expires 10/97                                        [Page 46]
  2620.  
  2621.  
  2622.  
  2623.  
  2624.           draft        Supplemental ATM Management Objects February 1997
  2625.  
  2626.  
  2627.           atmSigInEstabls    OBJECT-TYPE
  2628.                SYNTAX          Counter32
  2629.                MAX-ACCESS      read-only
  2630.                STATUS          current
  2631.                DESCRIPTION
  2632.                  "Number of SVC VCCs established at this signalling
  2633.                  entity for incoming connections."
  2634.                   ::= { atmSigStatEntry 23 }
  2635.  
  2636.           atmSigOutEstabls    OBJECT-TYPE
  2637.                SYNTAX          Counter32
  2638.                MAX-ACCESS      read-only
  2639.                STATUS          current
  2640.                DESCRIPTION
  2641.                  "Number of SVC VCCs established at this signalling
  2642.                  entity for outgoing connections."
  2643.                   ::= { atmSigStatEntry 24 }
  2644.  
  2645.  
  2646.  
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.           Expires 10/97                                        [Page 47]
  2677.  
  2678.  
  2679.  
  2680.  
  2681.           draft        Supplemental ATM Management Objects February 1997
  2682.  
  2683.  
  2684.           -- 4. ATM Interface Signalling Support Table
  2685.           -- This table provides information to support
  2686.           -- the signalling process which is used to establish
  2687.           -- ATM Switched Virtual Connections (SVCs).
  2688.  
  2689.           atmSigSupportTable       OBJECT-TYPE
  2690.                SYNTAX       SEQUENCE OF AtmSigSupportEntry
  2691.                MAX-ACCESS   not-accessible
  2692.                STATUS       current
  2693.                DESCRIPTION
  2694.                  "This table contains ATM local interface configuration
  2695.                  parameters, one entry per ATM signalling interface."
  2696.                ::= { atm2MIBObjects 4 }
  2697.  
  2698.           atmSigSupportEntry         OBJECT-TYPE
  2699.                SYNTAX         AtmSigSupportEntry
  2700.                MAX-ACCESS     not-accessible
  2701.                STATUS         current
  2702.                DESCRIPTION
  2703.                  "This list contains signalling configuration parameters
  2704.                  and state variables."
  2705.                INDEX { ifIndex }
  2706.                ::= { atmSigSupportTable  1}
  2707.  
  2708.           AtmSigSupportEntry    ::= SEQUENCE  {
  2709.                atmSigSupportClgPtyNumDel   INTEGER,
  2710.                atmSigSupportClgPtySubAddr  INTEGER,
  2711.                atmSigSupportCldPtySubAddr  INTEGER,
  2712.                atmSigSupportHiLyrInfo      INTEGER,
  2713.                atmSigSupportLoLyrInfo      INTEGER,
  2714.                atmSigSupportBlliRepeatInd      INTEGER,
  2715.                atmSigSupportAALInfo        INTEGER,
  2716.                atmSigSupportPrefCarrier    OCTET STRING
  2717.                     }
  2718.  
  2719.           atmSigSupportClgPtyNumDel     OBJECT-TYPE
  2720.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2721.                MAX-ACCESS    read-write
  2722.                STATUS        current
  2723.                DESCRIPTION
  2724.                  "This object indicates whether the Calling Party Number
  2725.                  Information Element is transferred to the called party
  2726.                  address.  The value of this object can be:
  2727.                    - enabled(1)  This Information Element is transferred
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.           Expires 10/97                                        [Page 48]
  2734.  
  2735.  
  2736.  
  2737.  
  2738.           draft        Supplemental ATM Management Objects February 1997
  2739.  
  2740.  
  2741.                                  to the called party
  2742.  
  2743.                    - disabled(2) This Information Element is NOT
  2744.                                  transferred to the called party."
  2745.                ::= { atmSigSupportEntry 1 }
  2746.  
  2747.           atmSigSupportClgPtySubAddr   OBJECT-TYPE
  2748.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2749.                MAX-ACCESS    read-write
  2750.                STATUS        current
  2751.                DESCRIPTION
  2752.                  "This object indicates whether to accept and transfer
  2753.                  the Calling Party Subaddress Information Element from
  2754.                  the calling party to the called party.  Calling party
  2755.                  subaddress information shall only be transferred to the
  2756.                  called party if calling party number delivery is
  2757.                  enabled (i.e., atmSigSupportClgPtyNumDel =
  2758.                  'enabled(1)'.  The value of this object can be:
  2759.                    - enabled(1)  This Information Element is transferred
  2760.                                  to the called party
  2761.  
  2762.                    - disabled(2) This Information Element is NOT
  2763.                                  transferred to the called party."
  2764.                ::= { atmSigSupportEntry 2 }
  2765.  
  2766.           atmSigSupportCldPtySubAddr    OBJECT-TYPE
  2767.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2768.                MAX-ACCESS    read-write
  2769.                STATUS        current
  2770.                DESCRIPTION
  2771.                  "This object indicates whether to accept, transfer, and
  2772.                  deliver the Called Party Subaddress Information Element
  2773.                  from the calling party to the called party.  The value
  2774.                  of this object can be:
  2775.                    - enabled(1)  This Information Element is transferred
  2776.                                  to the called party
  2777.  
  2778.                    - disabled(2) This Information Element is NOT
  2779.                                  transferred to the called party."
  2780.                ::= { atmSigSupportEntry 3 }
  2781.  
  2782.           atmSigSupportHiLyrInfo     OBJECT-TYPE
  2783.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2784.                MAX-ACCESS    read-write
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.           Expires 10/97                                        [Page 49]
  2791.  
  2792.  
  2793.  
  2794.  
  2795.           draft        Supplemental ATM Management Objects February 1997
  2796.  
  2797.  
  2798.                STATUS        current
  2799.                DESCRIPTION
  2800.                  "This object indicates whether to accept, transfer, and
  2801.                  deliver the Broadband High Layer Information Element
  2802.                  from the calling party to the called party.  The value
  2803.                  of this object can be:
  2804.                    - enabled(1)  This Information Element is transferred
  2805.                                  to the called party
  2806.  
  2807.                    - disabled(2) This Information Element is NOT
  2808.                                  transferred to the called party."
  2809.                ::= { atmSigSupportEntry 4 }
  2810.  
  2811.           atmSigSupportLoLyrInfo     OBJECT-TYPE
  2812.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2813.                MAX-ACCESS    read-write
  2814.                STATUS        current
  2815.                DESCRIPTION
  2816.                  "This object indicates whether to accept, transfer, and
  2817.                  deliver the Broadband Low Layer Information Element
  2818.                  from the calling party to the called party.  The value
  2819.                  of this object can be:
  2820.                    - enabled(1)  This Information Element is transferred
  2821.                                  to the called party
  2822.  
  2823.                    - disabled(2) This Information Element is NOT
  2824.                                  transferred to the called party."
  2825.                ::= { atmSigSupportEntry 5 }
  2826.  
  2827.           atmSigSupportBlliRepeatInd      OBJECT-TYPE
  2828.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2829.                MAX-ACCESS    read-write
  2830.                STATUS        current
  2831.                DESCRIPTION
  2832.                  "This object indicates whether to accept, transfer, and
  2833.                  deliver the Broadband Repeat Indicator with two or
  2834.                  three instances of the Broadband Low Layer Information
  2835.                  Element for low layer information selection from the
  2836.                  calling party to the called party.  This object shall
  2837.                  only be transferred if atmSigSupportLoLyrInfo =
  2838.                  'enabled(1)'.  The value of this object can be:
  2839.                    - enabled(1)  This Information Element is transferred
  2840.                                  to the called party
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.           Expires 10/97                                        [Page 50]
  2848.  
  2849.  
  2850.  
  2851.  
  2852.           draft        Supplemental ATM Management Objects February 1997
  2853.  
  2854.  
  2855.                    - disabled(2) This Information Element is NOT
  2856.                                  transferred to the called party."
  2857.                ::= { atmSigSupportEntry 6 }
  2858.  
  2859.           atmSigSupportAALInfo     OBJECT-TYPE
  2860.                SYNTAX        INTEGER  { enabled(1), disabled(2) }
  2861.                MAX-ACCESS    read-write
  2862.                STATUS        current
  2863.                DESCRIPTION
  2864.                  "This object indicates whether to accept, transfer, and
  2865.                  deliver the ATM Adaptation Layer Parameters Information
  2866.                  Element from the calling party to the called party.
  2867.                  The value of this object can be:
  2868.                    - enabled(1)  This Information Element is transferred
  2869.                                  to the called party
  2870.  
  2871.                    - disabled(2) This Information Element is NOT
  2872.                                  transferred to the called party."
  2873.                ::= { atmSigSupportEntry 7 }
  2874.  
  2875.           atmSigSupportPrefCarrier     OBJECT-TYPE
  2876.                SYNTAX        OCTET STRING
  2877.                MAX-ACCESS    read-write
  2878.                STATUS        current
  2879.                DESCRIPTION
  2880.                  "This parameter identifies the carrier to which
  2881.                  intercarrier calls originated from this interface are
  2882.                  routed when transit network selection information is
  2883.                  not provided by the calling party.  If a Carrier
  2884.                  Identification Code (CIC) is used the parameter shall
  2885.                  contain the CIC.  For three-digit CICs, the first octet
  2886.                  shall be '0' and the CIC is contained in the three
  2887.                  following octets.  If the preferred carrier feature is
  2888.                  not supported the value is a zero-length string."
  2889.                ::= { atmSigSupportEntry 8 }
  2890.  
  2891.  
  2892.           -- 5. ATM Signalling Descriptor Parameter Table
  2893.  
  2894.               atmSigDescrParamTable     OBJECT-TYPE
  2895.                   SYNTAX       SEQUENCE OF AtmSigDescrParamEntry
  2896.                   MAX-ACCESS   not-accessible
  2897.                   STATUS       current
  2898.                   DESCRIPTION
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.           Expires 10/97                                        [Page 51]
  2905.  
  2906.  
  2907.  
  2908.  
  2909.           draft        Supplemental ATM Management Objects February 1997
  2910.  
  2911.  
  2912.                       "A table contains signalling capabilities of VCLs
  2913.                       except the Traffic Descriptor.  Traffic
  2914.                       descriptors are described in the
  2915.                       atmTrafficDescrParamTable."
  2916.                   REFERENCE
  2917.                       "ATM Forum's ATM User-Network Interface
  2918.                       Specification, Version 3.0, Section 5.4.5 Variable
  2919.                       Length Information Elements."
  2920.                   ::= { atm2MIBObjects 5 }
  2921.  
  2922.               atmSigDescrParamEntry        OBJECT-TYPE
  2923.                   SYNTAX        AtmSigDescrParamEntry
  2924.                   MAX-ACCESS    not-accessible
  2925.                   STATUS        current
  2926.                   DESCRIPTION
  2927.                       "Each entry in this table represents a set of
  2928.                       signalling capabilities that can be applied to a
  2929.                       VCL. There is no requirement for unique entries,
  2930.                       except that the index must be unique.  Objects
  2931.                       atmSigDescrParamRowStatus is required during
  2932.                       creation."
  2933.                   INDEX { atmSigDescrParamIndex }
  2934.                   ::= { atmSigDescrParamTable 1 }
  2935.  
  2936.               AtmSigDescrParamEntry ::=
  2937.                   SEQUENCE {
  2938.                       atmSigDescrParamIndex       AtmSigDescrParamIndex,
  2939.                       atmSigDescrParamAalType     INTEGER,
  2940.                       atmSigDescrParamAalSscsType INTEGER,
  2941.                       atmSigDescrParamBhliType    INTEGER,
  2942.                       atmSigDescrParamBhliInfo    OCTET STRING,
  2943.                       atmSigDescrParamBbcConnConf INTEGER,
  2944.                       atmSigDescrParamBlliLayer2  INTEGER,
  2945.                       atmSigDescrParamBlliLayer3  INTEGER,
  2946.                       atmSigDescrParamBlliPktSize INTEGER,
  2947.                       atmSigDescrParamBlliSnapId  INTEGER,
  2948.                       atmSigDescrParamBlliOuiPid  OCTET STRING,
  2949.                       atmSigDescrParamRowStatus   RowStatus
  2950.                   }
  2951.  
  2952.               atmSigDescrParamIndex OBJECT-TYPE
  2953.                   SYNTAX        AtmSigDescrParamIndex
  2954.                   MAX-ACCESS    not-accessible
  2955.                   STATUS        current
  2956.  
  2957.  
  2958.  
  2959.  
  2960.  
  2961.           Expires 10/97                                        [Page 52]
  2962.  
  2963.  
  2964.  
  2965.  
  2966.           draft        Supplemental ATM Management Objects February 1997
  2967.  
  2968.  
  2969.                   DESCRIPTION
  2970.                       "The value of this object is used by the
  2971.                       atmVclExtTable to identify a row in this table."
  2972.                   ::= { atmSigDescrParamEntry 1 }
  2973.  
  2974.                atmSigDescrParamAalType OBJECT-TYPE
  2975.                    SYNTAX       INTEGER {
  2976.                       other(1),      -- not defined
  2977.                       aal1(2),       -- AAL type 1
  2978.                       aal34(3),      -- AAL type 3/4
  2979.                       aal5(4),       -- AAL type 5
  2980.                       userDefined(5) -- User-Defined AAL
  2981.                       }
  2982.                    MAX-ACCESS   read-create
  2983.                    STATUS       current
  2984.                    DESCRIPTION
  2985.                       "The AAL type. The value of this object is set to
  2986.                       other(1) when not defined."
  2987.                   DEFVAL { other }
  2988.                   ::= { atmSigDescrParamEntry 2 }
  2989.  
  2990.                atmSigDescrParamAalSscsType OBJECT-TYPE
  2991.                    SYNTAX     INTEGER {
  2992.                       other(1),       -- other, or not used
  2993.                       assured(2),     -- Data SSCS based on SSCOP
  2994.                                       -- assured operation
  2995.                       nonassured(3),  -- Data SSCS based on SSCOP
  2996.                                       -- non-assured operation
  2997.                       frameRelay(4),   -- frame relay SSCS
  2998.                       null(5)         -- null
  2999.                       }
  3000.                    MAX-ACCESS read-create
  3001.                    STATUS     current
  3002.                    DESCRIPTION
  3003.                       "The SSCS type used by this entry."
  3004.                    DEFVAL { other }
  3005.                    ::= { atmSigDescrParamEntry 3 }
  3006.  
  3007.                 atmSigDescrParamBhliType OBJECT-TYPE
  3008.                    SYNTAX      INTEGER {
  3009.                       other(1),         -- not defined
  3010.                       iso(2),           -- ISO
  3011.                       user(3),          -- User specific
  3012.                       hiProfile(4),     -- Higher layer profile
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.           Expires 10/97                                        [Page 53]
  3019.  
  3020.  
  3021.  
  3022.  
  3023.           draft        Supplemental ATM Management Objects February 1997
  3024.  
  3025.  
  3026.                                         -- this enum applicable to
  3027.                                         -- UNI 3.0 only
  3028.                       vendorSpecific(5) -- Vender specific
  3029.                                         -- application identifier
  3030.                       }
  3031.                    MAX-ACCESS  read-create
  3032.                    STATUS      current
  3033.                    DESCRIPTION
  3034.                       "The Broadband high layer type."
  3035.                    DEFVAL { other }
  3036.                    ::= { atmSigDescrParamEntry 4 }
  3037.  
  3038.                 atmSigDescrParamBhliInfo OBJECT-TYPE
  3039.                    SYNTAX     OCTET STRING (SIZE(0..7))
  3040.                    MAX-ACCESS read-create
  3041.                    STATUS     current
  3042.                    DESCRIPTION
  3043.                       "The Broadband high layer information.  When
  3044.                       atmSigDescrParamBhliType is set to iso(2), the
  3045.                       value of this object is a zero length string.
  3046.                       When atmSigDescrParamBhliType is set to
  3047.                       hiProfile(4), the value of this object is a length
  3048.                       of 4 octet string containing user to user profile
  3049.                       identifier.  When atmSigDescrParamBhliType is set
  3050.                       to    vendorSpecific(4), the value of this object
  3051.                       is a length of 7 octet string.  The most
  3052.                       significant 3 octets consist of a globally-
  3053.                       administered OUI, the least significant 4 octets
  3054.                       are the vender administered application OUI."
  3055.                    DEFVAL { ''H }
  3056.                    ::= { atmSigDescrParamEntry 5 }
  3057.  
  3058.                 atmSigDescrParamBbcConnConf OBJECT-TYPE
  3059.                    SYNTAX     INTEGER {
  3060.                        ptp(1),   -- point-to-point
  3061.                        ptmp(2)   -- point-to-multipoint
  3062.                        }
  3063.                    MAX-ACCESS read-create
  3064.                    STATUS     current
  3065.                    DESCRIPTION
  3066.                       "The Broadband bearer capability user plane
  3067.                       connection configuration parameter."
  3068.                    ::= { atmSigDescrParamEntry 6 }
  3069.  
  3070.  
  3071.  
  3072.  
  3073.  
  3074.  
  3075.           Expires 10/97                                        [Page 54]
  3076.  
  3077.  
  3078.  
  3079.  
  3080.           draft        Supplemental ATM Management Objects February 1997
  3081.  
  3082.  
  3083.                 atmSigDescrParamBlliLayer2 OBJECT-TYPE
  3084.                     SYNTAX     INTEGER {
  3085.                        other(1),        -- not specified
  3086.                        iso1745(2),      -- Basic mode ISO 1745
  3087.                        q921(3),         -- CCITT Recommendation Q.921
  3088.                        x25linklayer(4), -- CCITT Recommendation X.25
  3089.                                         -- Link Layer
  3090.                        x25multilink(5), -- CCITT Recommendation X.25
  3091.                                         -- Multilink
  3092.                        lapb(6),         -- Extended LAPB; for half
  3093.                                         -- duplex operation
  3094.                        hdlcArm(7),      -- HDLC ARM (ISO 4335)
  3095.                        hdlcNrm(8),      -- HDLC NRM (ISO 4335)
  3096.                        hdlcAbm(9),      -- HDLC ABM (ISO 4335)
  3097.                        iso88022(10),    -- LAN logical link control
  3098.                                         -- (ISO 8802/2)
  3099.                        x75slp(11),      -- CCITT Recommendation X.75,
  3100.                                         -- single link
  3101.                                         -- procedure (SLP)
  3102.                        q922(12),        -- CCITT Recommendation Q.922
  3103.                        userDef(13),     -- User specified
  3104.                        iso7776(14)      -- ISO 7776 DTE-DTE operation
  3105.                        }
  3106.                     MAX-ACCESS read-create
  3107.                     STATUS     current
  3108.                     DESCRIPTION
  3109.                       "The Broadband low layer information, protocol
  3110.                       type of layer 2.  The value of this object is
  3111.                       other(1) if layer 2 protocol is not used."
  3112.                     DEFVAL { other }
  3113.                     ::= { atmSigDescrParamEntry 7 }
  3114.  
  3115.                 atmSigDescrParamBlliLayer3 OBJECT-TYPE
  3116.                     SYNTAX     INTEGER {
  3117.                        other(1),       -- not specified
  3118.                        x25pkt(2),      -- CCITT Recommendation X.25
  3119.                                        -- packet layer
  3120.                        isoiec8208(3),  -- ISO/IEC 8208 (X.25 packet
  3121.                                        -- level protocol for data
  3122.                                        -- terminal equipment)
  3123.                        x223iso8878(4), -- X.223/ISO 8878
  3124.                        isoiec8473(5),  -- ISO/IEC 8473 OSI
  3125.                                        -- connectionless
  3126.                                        -- mode protocol
  3127.  
  3128.  
  3129.  
  3130.  
  3131.  
  3132.           Expires 10/97                                        [Page 55]
  3133.  
  3134.  
  3135.  
  3136.  
  3137.           draft        Supplemental ATM Management Objects February 1997
  3138.  
  3139.  
  3140.                        t70(6),         -- CCITT Recommendation T.70
  3141.                                        -- minimum
  3142.                                        -- network layer
  3143.                        tr9577(7),      -- ISO/IEC TR 9577 Protocol
  3144.                                        -- Identification in the
  3145.                                        -- network layer
  3146.                        userDef(8)      -- user specified
  3147.                        }
  3148.                     MAX-ACCESS read-create
  3149.                     STATUS     current
  3150.                     DESCRIPTION
  3151.                       "The Broadband low layer information, protocol
  3152.                       type of layer 3.  The value of this object is
  3153.                       other(1) if layer 3 protocol is not used."
  3154.                     DEFVAL { other }
  3155.                     ::= { atmSigDescrParamEntry 8 }
  3156.  
  3157.                 atmSigDescrParamBlliPktSize OBJECT-TYPE
  3158.                     SYNTAX     INTEGER {
  3159.                        other(1),        -- not used
  3160.                        s16(2),          -- 16 octets
  3161.                        s32(3),          -- 32 octets
  3162.                        s64(4),          -- 64 octets
  3163.                        s128(5),         -- 128 octets
  3164.                        s256(6),         -- 256 octets
  3165.                        s512(7),         -- 512 octets
  3166.                        s1024(8),        -- 1028 octets
  3167.                        s2048(9),        -- 2048 octets
  3168.                        s4096(10)        -- 4096 octets
  3169.                     }
  3170.                     MAX-ACCESS read-create
  3171.                     STATUS     current
  3172.                     DESCRIPTION
  3173.                       "The default packet size defined in B-LLI."
  3174.                     DEFVAL { other }
  3175.                     ::= { atmSigDescrParamEntry 9 }
  3176.  
  3177.                 atmSigDescrParamBlliSnapId OBJECT-TYPE
  3178.                     SYNTAX     INTEGER {
  3179.                        other(1),  -- not used
  3180.                        true(2),   -- SNAP ID is 1
  3181.                        false(3)   -- SNAP ID is 0
  3182.                     }
  3183.                     MAX-ACCESS read-create
  3184.  
  3185.  
  3186.  
  3187.  
  3188.  
  3189.           Expires 10/97                                        [Page 56]
  3190.  
  3191.  
  3192.  
  3193.  
  3194.           draft        Supplemental ATM Management Objects February 1997
  3195.  
  3196.  
  3197.                     STATUS     current
  3198.                     DESCRIPTION
  3199.                       "The SNAP ID used for Broadband low layer protocol
  3200.                       layer 3.  The value of this object is other(1) if
  3201.                       atmSigDescrParamBlliLayer3 is set to other(1)."
  3202.                     DEFVAL { other }
  3203.                     ::= { atmSigDescrParamEntry 10 }
  3204.  
  3205.                 atmSigDescrParamBlliOuiPid OBJECT-TYPE
  3206.                     SYNTAX      OCTET STRING (SIZE(0..5))
  3207.                     MAX-ACCESS  read-create
  3208.                     STATUS      current
  3209.                     DESCRIPTION
  3210.                       "The OUI/PID encoding for Broadband low layer
  3211.                       protocol layer 3.  The value of this object is a
  3212.                       zero length string if atmSigDescrParamBlliLayer3
  3213.                       is set to none(1).  When used, it is always 5
  3214.                       octets with the most significant octet as the OUI
  3215.                       Octet 1 and the least significant octet as the PID
  3216.                       Octet 2."
  3217.                     DEFVAL { ''H }
  3218.                     ::= { atmSigDescrParamEntry 11 }
  3219.  
  3220.                  atmSigDescrParamRowStatus OBJECT-TYPE
  3221.                      SYNTAX      RowStatus
  3222.                      MAX-ACCESS  read-create
  3223.                      STATUS      current
  3224.                      DESCRIPTION
  3225.                       "This object is used to create and delete rows in
  3226.                       the atmSigDescrParamTable. Writable values are:
  3227.                       -'createAndWait' which allows manager to create an
  3228.                       entry first and fill in the parameters later.
  3229.                       -'active' which allows manager to set the entry to
  3230.                       be available to users.  -'destroy' which allows
  3231.                       manager to delete an entry from this table.
  3232.                       Readable values are: -'createAndWait' which means
  3233.                       the entry is created but not available to be used.
  3234.                       -'active' means it is active and ready to be used
  3235.                       by agent or manager."
  3236.                     ::= { atmSigDescrParamEntry 12 }
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.           Expires 10/97                                        [Page 57]
  3247.  
  3248.  
  3249.  
  3250.  
  3251.           draft        Supplemental ATM Management Objects February 1997
  3252.  
  3253.  
  3254.           --
  3255.           -- 6. ATM Interface Administrative Address Table
  3256.           --
  3257.  
  3258.           atmIfAdminAddrTable    OBJECT-TYPE
  3259.                SYNTAX       SEQUENCE OF AtmIfAdminAddrEntry
  3260.                MAX-ACCESS   not-accessible
  3261.                STATUS       current
  3262.                DESCRIPTION
  3263.                  "This table contains an address list on a per interface
  3264.                  basis.  This table only applies to switches or networks
  3265.                  and only for interfaces that have more than one address
  3266.                  assigned."
  3267.                ::= { atm2MIBObjects 6 }
  3268.  
  3269.           atmIfAdminAddrEntry    OBJECT-TYPE
  3270.                SYNTAX            AtmIfAdminAddrEntry
  3271.                MAX-ACCESS        not-accessible
  3272.                STATUS            current
  3273.                DESCRIPTION
  3274.                  "An entry in the atmIfAdminAddrTable."
  3275.                INDEX { ifIndex, atmIfAdminAddrAddress }
  3276.                ::= { atmIfAdminAddrTable  1}
  3277.  
  3278.           AtmIfAdminAddrEntry    ::= SEQUENCE  {
  3279.                atmIfAdminAddrAddress        AtmAddr,
  3280.                atmIfAdminAddrAddressSource  INTEGER,
  3281.                atmIfAdminAddrRowStatus      RowStatus
  3282.                     }
  3283.  
  3284.           atmIfAdminAddrAddress   OBJECT-TYPE
  3285.                SYNTAX             AtmAddr
  3286.                MAX-ACCESS         not-accessible
  3287.                STATUS             current
  3288.                DESCRIPTION
  3289.                  "A valid address for a given switch or network
  3290.                  interface."
  3291.                ::= { atmIfAdminAddrEntry 1}
  3292.  
  3293.           atmIfAdminAddrAddressSource  OBJECT-TYPE
  3294.                SYNTAX                  INTEGER  {
  3295.                   other(1),
  3296.                   static(2),
  3297.                   dynamic(3)
  3298.  
  3299.  
  3300.  
  3301.  
  3302.  
  3303.           Expires 10/97                                        [Page 58]
  3304.  
  3305.  
  3306.  
  3307.  
  3308.           draft        Supplemental ATM Management Objects February 1997
  3309.  
  3310.  
  3311.                   }
  3312.                MAX-ACCESS              read-only
  3313.                STATUS                  current
  3314.                DESCRIPTION
  3315.                  "The type of address source for a given ATM Address.
  3316.                  i.e. Value dynamic(3) is used when ILMI is used."
  3317.                ::= { atmIfAdminAddrEntry 2}
  3318.  
  3319.  
  3320.           atmIfAdminAddrRowStatus OBJECT-TYPE
  3321.                SYNTAX             RowStatus
  3322.                MAX-ACCESS         read-create
  3323.                STATUS             current
  3324.                DESCRIPTION
  3325.                  "This object is used to create and delete rows in the
  3326.                  atmIfAdminAddrTable."
  3327.                ::= { atmIfAdminAddrEntry 3}
  3328.  
  3329.           -- 7. ATM VPI/VCI to Address Mapping Table
  3330.  
  3331.               atmVclAddrTable  OBJECT-TYPE
  3332.                   SYNTAX         SEQUENCE OF AtmVclAddrEntry
  3333.                   MAX-ACCESS     not-accessible
  3334.                   STATUS         current
  3335.                   DESCRIPTION
  3336.                       "This table provides a mapping between the
  3337.                       atmVclTable and the ATM called party/calling party
  3338.                       address. This table can be used to retrieve the
  3339.                       calling party and called party ATM address pair
  3340.                       for a given Vcl. Note that there can be more than
  3341.                       one pair of calling party and called party ATM
  3342.                       addresses for a VCL in a point to multi-point
  3343.                       call."
  3344.                   ::= { atm2MIBObjects 7 }
  3345.  
  3346.               atmVclAddrEntry    OBJECT-TYPE
  3347.                   SYNTAX        AtmVclAddrEntry
  3348.                   MAX-ACCESS    not-accessible
  3349.                   STATUS        current
  3350.                   DESCRIPTION
  3351.                       "Each entry in this table represents a binding
  3352.                       between a VCL and an ATM address associated with
  3353.                       this call. This ATM address can be either the
  3354.                       called party address or the calling party address.
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.           Expires 10/97                                        [Page 59]
  3361.  
  3362.  
  3363.  
  3364.  
  3365.           draft        Supplemental ATM Management Objects February 1997
  3366.  
  3367.  
  3368.                       There can be more than one pair of calling/called
  3369.                       party ATM addresses associated with the VCL entry
  3370.                       for point to multi-point calls. Objects
  3371.                       atmVclAddrAddr, atmVclAddrType, and
  3372.                       atmVclAddrRowStatus are required during row
  3373.                       creation."
  3374.                   INDEX  { ifIndex, atmVclVpi, atmVclVci,
  3375.                            atmVclAddrAddr }
  3376.                   ::= { atmVclAddrTable 1 }
  3377.  
  3378.               AtmVclAddrEntry ::=
  3379.                   SEQUENCE {
  3380.                       atmVclAddrAddr       AtmAddr,
  3381.                       atmVclAddrType       INTEGER,
  3382.                       atmVclAddrRowStatus  RowStatus
  3383.                   }
  3384.  
  3385.  
  3386.               atmVclAddrAddr     OBJECT-TYPE
  3387.                   SYNTAX        AtmAddr
  3388.                   MAX-ACCESS    not-accessible
  3389.                   STATUS        current
  3390.                   DESCRIPTION
  3391.                       "An ATM address on one end of the VCL.  For SVCs,
  3392.                       the agent supplies the value of this object at
  3393.                       creation time.  For PVCs, manager can supply the
  3394.                       value of this object during or after the PVC
  3395.                       creation."
  3396.                   ::= { atmVclAddrEntry 1 }
  3397.  
  3398.              atmVclAddrType     OBJECT-TYPE
  3399.                  SYNTAX       INTEGER { callingParty(1), calledParty(2) }
  3400.                  MAX-ACCESS   read-create
  3401.                  STATUS       current
  3402.                  DESCRIPTION
  3403.                       "The type of ATM Address represented by the object
  3404.                       atmVclAddrAddr.  Choices are either the calling
  3405.                       party ATM address or the called party ATM
  3406.                       address."
  3407.                   ::= { atmVclAddrEntry 2 }
  3408.  
  3409.              atmVclAddrRowStatus     OBJECT-TYPE
  3410.                  SYNTAX       RowStatus
  3411.                  MAX-ACCESS   read-create
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.           Expires 10/97                                        [Page 60]
  3418.  
  3419.  
  3420.  
  3421.  
  3422.           draft        Supplemental ATM Management Objects February 1997
  3423.  
  3424.  
  3425.                  STATUS       current
  3426.                  DESCRIPTION
  3427.                       "This object is used to create or destroy an entry
  3428.                       from this table."
  3429.                   ::= { atmVclAddrEntry 3 }
  3430.  
  3431.  
  3432.           -- 8. ATM Address to VPI/VCI Mapping Table
  3433.           -- This table provides an alternative way to access
  3434.           -- a row in the atmVclAddrTable by using
  3435.           -- an ATM address as an index, instead of
  3436.           -- the ifIndex
  3437.  
  3438.               atmAddrVclTable   OBJECT-TYPE
  3439.                   SYNTAX        SEQUENCE OF AtmAddrVclEntry
  3440.                   MAX-ACCESS    not-accessible
  3441.                   STATUS        current
  3442.                   DESCRIPTION
  3443.                       "This table provides an alternative way to
  3444.                       retrieve the atmVclTable.  This table can be used
  3445.                       to retrieve the indexing to the atmVclTable by an
  3446.                       ATM address."
  3447.                   ::= { atm2MIBObjects 8 }
  3448.  
  3449.               atmAddrVclEntry    OBJECT-TYPE
  3450.                   SYNTAX         AtmAddrVclEntry
  3451.                   MAX-ACCESS     not-accessible
  3452.                   STATUS         current
  3453.                   DESCRIPTION
  3454.                       "Each entry in this table represents an entry in
  3455.                       the atmVclTable of the ATM MIB [1] by it's ATM
  3456.                       address.  The ATM address is either the calling or
  3457.                       called party ATM address of the call.  Entries in
  3458.                       this table are read only.  They show up when
  3459.                       entries are created in the atmVclAddrTable."
  3460.                   INDEX { atmVclAddrAddr, atmAddrVclAtmIfIndex,
  3461.                           atmAddrVclVpi, atmAddrVclVci }
  3462.                   ::= { atmAddrVclTable 1 }
  3463.  
  3464.               AtmAddrVclEntry ::=
  3465.                   SEQUENCE {
  3466.                       atmAddrVclAtmIfIndex  InterfaceIndex,
  3467.                       atmAddrVclVpi         AtmVpIdentifier,
  3468.                       atmAddrVclVci         AtmVcIdentifier,
  3469.  
  3470.  
  3471.  
  3472.  
  3473.  
  3474.           Expires 10/97                                        [Page 61]
  3475.  
  3476.  
  3477.  
  3478.  
  3479.           draft        Supplemental ATM Management Objects February 1997
  3480.  
  3481.  
  3482.                       atmAddrVclAddrType    INTEGER
  3483.                       }
  3484.  
  3485.               atmAddrVclAtmIfIndex     OBJECT-TYPE
  3486.                   SYNTAX               InterfaceIndex
  3487.                   MAX-ACCESS           not-accessible
  3488.                   STATUS               current
  3489.                   DESCRIPTION
  3490.                       "The interface index of the ATM interface where
  3491.                       this VCL pertains to.  This object combined with
  3492.                       the atmAddrVclVpi and atmAddrVclVci objects serves
  3493.                       as an index to the atmVclTable."
  3494.                   ::= { atmAddrVclEntry 1 }
  3495.  
  3496.               atmAddrVclVpi     OBJECT-TYPE
  3497.                   SYNTAX        AtmVpIdentifier
  3498.                   MAX-ACCESS    not-accessible
  3499.                   STATUS        current
  3500.                   DESCRIPTION
  3501.                       "The VPI value of the VCL.  This object combined
  3502.                       with the atmAddrVclAtmIfIndex and atmAddrVclVci
  3503.                       objects serves as an index to the atmVclTable."
  3504.                   ::= { atmAddrVclEntry 2 }
  3505.  
  3506.               atmAddrVclVci     OBJECT-TYPE
  3507.                   SYNTAX        AtmVcIdentifier
  3508.                   MAX-ACCESS    not-accessible
  3509.                   STATUS        current
  3510.                   DESCRIPTION
  3511.                       "The VCI value of the VCL.  This object combined
  3512.                       with the atmAddrVclAtmIfIndex and atmAddrVclVpi
  3513.                       objects serves as an index to the atmVclTable."
  3514.                   ::= { atmAddrVclEntry 3 }
  3515.  
  3516.              atmAddrVclAddrType     OBJECT-TYPE
  3517.                  SYNTAX       INTEGER { callingParty(1), calledParty(2) }
  3518.                  MAX-ACCESS   read-only
  3519.                  STATUS       current
  3520.                  DESCRIPTION
  3521.                       "The type of ATM Address represented by the object
  3522.                       atmVclAddrAddr.  Choices are either calling party
  3523.                       address or called party address."
  3524.                   ::= { atmAddrVclEntry 4 }
  3525.  
  3526.  
  3527.  
  3528.  
  3529.  
  3530.  
  3531.           Expires 10/97                                        [Page 62]
  3532.  
  3533.  
  3534.  
  3535.  
  3536.           draft        Supplemental ATM Management Objects February 1997
  3537.  
  3538.  
  3539.           -- 9. ATM VPL Statistics Table
  3540.  
  3541.               atmVplStatTable   OBJECT-TYPE
  3542.                   SYNTAX        SEQUENCE OF AtmVplStatEntry
  3543.                   MAX-ACCESS    not-accessible
  3544.                   STATUS        current
  3545.                   DESCRIPTION
  3546.                       "This table contains all statistic counters per
  3547.                       VPL.  It is used to monitor the usage of the VPL
  3548.                       in terms of incoming cells and outgoing cells."
  3549.                   ::= { atm2MIBObjects 9 }
  3550.  
  3551.               atmVplStatEntry    OBJECT-TYPE
  3552.                   SYNTAX         AtmVplStatEntry
  3553.                   MAX-ACCESS     not-accessible
  3554.                   STATUS         current
  3555.                   DESCRIPTION
  3556.                       "Each entry in this table represents a VPL."
  3557.                   INDEX { ifIndex, atmVplVpi }
  3558.                   ::= { atmVplStatTable 1 }
  3559.  
  3560.               AtmVplStatEntry ::=
  3561.                   SEQUENCE {
  3562.                       atmVplStatTotalCellIns Counter32,
  3563.                       atmVplStatClp0CellIns Counter32,
  3564.                       atmVplStatTotalDiscards Counter32,
  3565.                       atmVplStatClp0Discards Counter32,
  3566.                       atmVplStatTotalCellOuts Counter32,
  3567.                       atmVplStatClp0CellOuts Counter32,
  3568.                       atmVplStatTaggedOuts Counter32
  3569.               }
  3570.  
  3571.               atmVplStatTotalCellIns OBJECT-TYPE
  3572.                   SYNTAX        Counter32
  3573.                   MAX-ACCESS    read-only
  3574.                   STATUS        current
  3575.                   DESCRIPTION
  3576.                       "The total number of valid ATM cells received by
  3577.                       this VPL including both CLP=0 and CLP=1 cells.
  3578.                       The cells are counted prior to the application of
  3579.                       the traffic policing."
  3580.                   ::= { atmVplStatEntry 1 }
  3581.  
  3582.               atmVplStatClp0CellIns OBJECT-TYPE
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588.           Expires 10/97                                        [Page 63]
  3589.  
  3590.  
  3591.  
  3592.  
  3593.           draft        Supplemental ATM Management Objects February 1997
  3594.  
  3595.  
  3596.                   SYNTAX        Counter32
  3597.                   MAX-ACCESS    read-only
  3598.                   STATUS        current
  3599.                   DESCRIPTION
  3600.                       "The number of valid ATM cells received by this
  3601.                       VPL with CLP=0.  The cells are counted prior to
  3602.                       the application of the traffic policing."
  3603.                   ::= { atmVplStatEntry 2 }
  3604.  
  3605.               atmVplStatTotalDiscards OBJECT-TYPE
  3606.                   SYNTAX        Counter32
  3607.                   MAX-ACCESS    read-only
  3608.                   STATUS        current
  3609.                   DESCRIPTION
  3610.                       "The total number of valid ATM cells discarded by
  3611.                       the traffic policing entity. This includes cells
  3612.                       orginally received with CLP=0 and CLP=1."
  3613.                   ::= { atmVplStatEntry 3 }
  3614.  
  3615.               atmVplStatClp0Discards OBJECT-TYPE
  3616.                   SYNTAX        Counter32
  3617.                   MAX-ACCESS    read-only
  3618.                   STATUS        current
  3619.                   DESCRIPTION
  3620.                       "The total number of valid ATM cells received with
  3621.                       CLP=0 an  discarded by the traffic policing
  3622.                       entity."
  3623.                   ::= { atmVplStatEntry 4 }
  3624.  
  3625.               atmVplStatTotalCellOuts OBJECT-TYPE
  3626.                   SYNTAX        Counter32
  3627.                   MAX-ACCESS    read-only
  3628.                   STATUS        current
  3629.                   DESCRIPTION
  3630.                       "The total number of valid ATM cells transmitted
  3631.                       by this VPL.  This includes both CLP=0 and CLP=1
  3632.                       cells."
  3633.                   ::= { atmVplStatEntry 5 }
  3634.  
  3635.               atmVplStatClp0CellOuts OBJECT-TYPE
  3636.                   SYNTAX        Counter32
  3637.                   MAX-ACCESS    read-only
  3638.                   STATUS        current
  3639.                   DESCRIPTION
  3640.  
  3641.  
  3642.  
  3643.  
  3644.  
  3645.           Expires 10/97                                        [Page 64]
  3646.  
  3647.  
  3648.  
  3649.  
  3650.           draft        Supplemental ATM Management Objects February 1997
  3651.  
  3652.  
  3653.                       "The total number of valid ATM cells transmitted
  3654.                       with CLP=0 by this VPL."
  3655.                   ::= { atmVplStatEntry 6 }
  3656.  
  3657.               atmVplStatTaggedOuts OBJECT-TYPE
  3658.                   SYNTAX        Counter32
  3659.                   MAX-ACCESS    read-only
  3660.                   STATUS        current
  3661.                   DESCRIPTION
  3662.                       "The total number of valid ATM cells tagged by the
  3663.                       traffic policing entity from CLP=0 to CLP=1 and
  3664.                       transmitted by this VPL."
  3665.                   ::= { atmVplStatEntry 7 }
  3666.  
  3667.  
  3668.  
  3669.           -- 10. ATM Logical Port Configuration Table
  3670.  
  3671.  
  3672.               atmVplLogicalPortTable OBJECT-TYPE
  3673.                   SYNTAX           SEQUENCE OF AtmVplLogicalPortEntry
  3674.                   MAX-ACCESS       not-accessible
  3675.                   STATUS           current
  3676.                   DESCRIPTION
  3677.                       "Indicates whether the VPL is an ATM Logical Port
  3678.                       interface (ifType=80)."
  3679.                   ::= { atm2MIBObjects 10 }
  3680.  
  3681.  
  3682.               atmVplLogicalPortEntry OBJECT-TYPE
  3683.                   SYNTAX  AtmVplLogicalPortEntry
  3684.                   MAX-ACCESS  not-accessible
  3685.                   STATUS  current
  3686.                   DESCRIPTION
  3687.                       "An entry with information about the ATM Logical
  3688.                       Port interface."
  3689.                   AUGMENTS { atmVplEntry }
  3690.                   ::= { atmVplLogicalPortTable 1 }
  3691.  
  3692.  
  3693.               AtmVplLogicalPortEntry ::=
  3694.                   SEQUENCE {
  3695.                       atmVplLogicalPortDef         INTEGER,
  3696.                       atmVplLogicalPortIndex       InterfaceIndex
  3697.  
  3698.  
  3699.  
  3700.  
  3701.  
  3702.           Expires 10/97                                        [Page 65]
  3703.  
  3704.  
  3705.  
  3706.  
  3707.           draft        Supplemental ATM Management Objects February 1997
  3708.  
  3709.  
  3710.                       }
  3711.  
  3712.  
  3713.               atmVplLogicalPortDef   OBJECT-TYPE
  3714.                   SYNTAX  INTEGER {
  3715.                                   notLogicalIf(1),
  3716.                                   isLogicalIf(2)
  3717.                                   }
  3718.                   MAX-ACCESS  read-create
  3719.                   STATUS  current
  3720.                   DESCRIPTION
  3721.                       "Indicates whether the VPC at this VPL interface
  3722.                       is an ATM Logical Port interface."
  3723.                   DEFVAL { notLogicalIf }
  3724.                   ::= { atmVplLogicalPortEntry 1 }
  3725.  
  3726.  
  3727.               atmVplLogicalPortIndex OBJECT-TYPE
  3728.                   SYNTAX  InterfaceIndex
  3729.                   MAX-ACCESS  read-only
  3730.                   STATUS  current
  3731.                   DESCRIPTION
  3732.                       "The ifTable index of the ATM logical port
  3733.                       interface associated with this VPL. Only valid if
  3734.                       the value of atmVplLogicalPortDef is isLogicalIf,
  3735.                       and the VPL row is active."
  3736.                   ::= { atmVplLogicalPortEntry 2 }
  3737.  
  3738.  
  3739.  
  3740.  
  3741.  
  3742.  
  3743.  
  3744.  
  3745.  
  3746.  
  3747.  
  3748.  
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754.  
  3755.  
  3756.  
  3757.  
  3758.  
  3759.           Expires 10/97                                        [Page 66]
  3760.  
  3761.  
  3762.  
  3763.  
  3764.           draft        Supplemental ATM Management Objects February 1997
  3765.  
  3766.  
  3767.           -- 11. ATM VCL Statistics Table
  3768.  
  3769.               atmVclStatTable   OBJECT-TYPE
  3770.                   SYNTAX        SEQUENCE OF AtmVclStatEntry
  3771.                   MAX-ACCESS    not-accessible
  3772.                   STATUS        current
  3773.                   DESCRIPTION
  3774.                       "This table contains all statistic counters per
  3775.                       VCL.  It is used to monitor the usage of the VCL
  3776.                       in terms of incoming cells and outgoing cells."
  3777.                   ::= { atm2MIBObjects 11 }
  3778.  
  3779.               atmVclStatEntry    OBJECT-TYPE
  3780.                   SYNTAX         AtmVclStatEntry
  3781.                   MAX-ACCESS     not-accessible
  3782.                   STATUS         current
  3783.                   DESCRIPTION
  3784.                       "Each entry in this table represents a VCL."
  3785.                   INDEX { ifIndex, atmVclVpi, atmVclVci }
  3786.                   ::= { atmVclStatTable 1 }
  3787.  
  3788.               AtmVclStatEntry ::=
  3789.                   SEQUENCE {
  3790.                       atmVclStatTotalCellIns Counter32,
  3791.                       atmVclStatClp0CellIns Counter32,
  3792.                       atmVclStatTotalDiscards Counter32,
  3793.                       atmVclStatClp0Discards Counter32,
  3794.                       atmVclStatTotalCellOuts Counter32,
  3795.                       atmVclStatClp0CellOuts Counter32,
  3796.                       atmVclStatTaggedOuts Counter32
  3797.                   }
  3798.  
  3799.               atmVclStatTotalCellIns OBJECT-TYPE
  3800.                   SYNTAX        Counter32
  3801.                   MAX-ACCESS    read-only
  3802.                   STATUS        current
  3803.                   DESCRIPTION
  3804.                       "The total number of valid ATM cells received by
  3805.                       this VCL including both CLP=0 and CLP=1 cells.
  3806.                       The cells are counted prior to the application of
  3807.                       the traffic policing."
  3808.                   ::= { atmVclStatEntry 1 }
  3809.  
  3810.               atmVclStatClp0CellIns OBJECT-TYPE
  3811.  
  3812.  
  3813.  
  3814.  
  3815.  
  3816.           Expires 10/97                                        [Page 67]
  3817.  
  3818.  
  3819.  
  3820.  
  3821.           draft        Supplemental ATM Management Objects February 1997
  3822.  
  3823.  
  3824.                   SYNTAX        Counter32
  3825.                   MAX-ACCESS    read-only
  3826.                   STATUS        current
  3827.                   DESCRIPTION
  3828.                       "The number of valid ATM cells received by this
  3829.                       VCL with CLP=0.  The cells are counted prior to
  3830.                       the application of the traffic policing."
  3831.                   ::= { atmVclStatEntry 2 }
  3832.  
  3833.               atmVclStatTotalDiscards OBJECT-TYPE
  3834.                   SYNTAX        Counter32
  3835.                   MAX-ACCESS    read-only
  3836.                   STATUS        current
  3837.                   DESCRIPTION
  3838.                       "The total number of valid ATM cells discarded by
  3839.                       the traffic policing entity. This includes cells
  3840.                       orginally received with CLP=0 and CLP=1."
  3841.                   ::= { atmVclStatEntry 3 }
  3842.  
  3843.               atmVclStatClp0Discards OBJECT-TYPE
  3844.                   SYNTAX        Counter32
  3845.                   MAX-ACCESS    read-only
  3846.                   STATUS        current
  3847.                   DESCRIPTION
  3848.                       "The total number of valid ATM cells received with
  3849.                       CLP=0 an  discarded by the traffic policing
  3850.                       entity."
  3851.                   ::= { atmVclStatEntry 4 }
  3852.  
  3853.               atmVclStatTotalCellOuts OBJECT-TYPE
  3854.                   SYNTAX        Counter32
  3855.                   MAX-ACCESS    read-only
  3856.                   STATUS        current
  3857.                   DESCRIPTION
  3858.                       "The total number of valid ATM cells transmitted
  3859.                       by this VCL.  This includes both CLP=0 and CLP=1
  3860.                       cells."
  3861.                   ::= { atmVclStatEntry 5 }
  3862.  
  3863.               atmVclStatClp0CellOuts OBJECT-TYPE
  3864.                   SYNTAX        Counter32
  3865.                   MAX-ACCESS    read-only
  3866.                   STATUS        current
  3867.                   DESCRIPTION
  3868.  
  3869.  
  3870.  
  3871.  
  3872.  
  3873.           Expires 10/97                                        [Page 68]
  3874.  
  3875.  
  3876.  
  3877.  
  3878.           draft        Supplemental ATM Management Objects February 1997
  3879.  
  3880.  
  3881.                       "The total number of valid ATM cells transmitted
  3882.                       with CLP=0 by this VCL."
  3883.                   ::= { atmVclStatEntry 6 }
  3884.  
  3885.               atmVclStatTaggedOuts OBJECT-TYPE
  3886.                   SYNTAX        Counter32
  3887.                   MAX-ACCESS    read-only
  3888.                   STATUS        current
  3889.                   DESCRIPTION
  3890.                       "The total number of valid ATM cells tagged by the
  3891.                       traffic policing entity from CLP=0 to CLP=1 and
  3892.                       transmitted by this VCL."
  3893.                   ::= { atmVclStatEntry 7 }
  3894.  
  3895.  
  3896.           -- 12. ATM AAL5 per VCC Statistics Table
  3897.  
  3898.               atmAal5VclStatTable   OBJECT-TYPE
  3899.                   SYNTAX        SEQUENCE OF AtmAal5VclStatEntry
  3900.                   MAX-ACCESS    not-accessible
  3901.                   STATUS        current
  3902.                   DESCRIPTION
  3903.                       "This table provides a collection of objects
  3904.                       providing AAL5 configuration and performance
  3905.                       statistics of a VCL."
  3906.                   ::= { atm2MIBObjects 12 }
  3907.  
  3908.               atmAal5VclStatEntry    OBJECT-TYPE
  3909.                   SYNTAX         AtmAal5VclStatEntry
  3910.                   MAX-ACCESS     not-accessible
  3911.                   STATUS         current
  3912.                   DESCRIPTION
  3913.                       "Each entry in this table represents a VCL."
  3914.                   INDEX { ifIndex, atmVclVpi, atmVclVci }
  3915.                   ::= { atmAal5VclStatTable 1 }
  3916.  
  3917.  
  3918.               AtmAal5VclStatEntry ::=
  3919.                   SEQUENCE {
  3920.                      atmAal5VclTotalErrors
  3921.                          Counter32,
  3922.                      atmAal5VclInPkts
  3923.                          Counter32,
  3924.                      atmAal5VclOutPkts
  3925.  
  3926.  
  3927.  
  3928.  
  3929.  
  3930.           Expires 10/97                                        [Page 69]
  3931.  
  3932.  
  3933.  
  3934.  
  3935.           draft        Supplemental ATM Management Objects February 1997
  3936.  
  3937.  
  3938.                          Counter32,
  3939.                      atmAal5VclInOctets
  3940.                          Counter32,
  3941.                      atmAal5VclOutOctets
  3942.                          Counter32
  3943.                   }
  3944.  
  3945.               atmAal5VclTotalErrors   OBJECT-TYPE
  3946.                   SYNTAX            Counter32
  3947.                   MAX-ACCESS        read-only
  3948.                   STATUS            current
  3949.                   DESCRIPTION
  3950.                       "The total number of errored AAL5 CPCS PDUs
  3951.                       received on this AAL5 VCL at the interface
  3952.                       associated with an AAL5 entity. Total AAL5 errors
  3953.                       include invalid CPI and length violation errors in
  3954.                       addition to those specific errors listed above"
  3955.                   ::= { atmAal5VclStatEntry 1 }
  3956.  
  3957.               atmAal5VclInPkts      OBJECT-TYPE
  3958.                   SYNTAX            Counter32
  3959.                   MAX-ACCESS        read-only
  3960.                   STATUS            current
  3961.                   DESCRIPTION
  3962.                       "The number of AAL5 CPCS PDUs received on the AAL5
  3963.                       VCC at the interface identified by the ifIndex."
  3964.                   ::= { atmAal5VclStatEntry 2 }
  3965.  
  3966.               atmAal5VclOutPkts   OBJECT-TYPE
  3967.                   SYNTAX            Counter32
  3968.                   MAX-ACCESS        read-only
  3969.                   STATUS            current
  3970.                   DESCRIPTION
  3971.                       "The number of AAL5 CPCS PDUs transmitted on the
  3972.                       AAL5 VCC at the interface identified by the
  3973.                       ifIndex."
  3974.                   ::= { atmAal5VclStatEntry 3 }
  3975.  
  3976.               atmAal5VclInOctets   OBJECT-TYPE
  3977.                   SYNTAX            Counter32
  3978.                   MAX-ACCESS        read-only
  3979.                   STATUS            current
  3980.                   DESCRIPTION
  3981.                       "The number of octets contained in AAL5 CPCS PDUs
  3982.  
  3983.  
  3984.  
  3985.  
  3986.  
  3987.           Expires 10/97                                        [Page 70]
  3988.  
  3989.  
  3990.  
  3991.  
  3992.           draft        Supplemental ATM Management Objects February 1997
  3993.  
  3994.  
  3995.                       received on the AAL5 VCC at the interface
  3996.                       identified by the ifIndex."
  3997.                   ::= { atmAal5VclStatEntry 4 }
  3998.  
  3999.               atmAal5VclOutOctets   OBJECT-TYPE
  4000.                   SYNTAX            Counter32
  4001.                   MAX-ACCESS        read-only
  4002.                   STATUS            current
  4003.                   DESCRIPTION
  4004.                       "The number of octets contained in AAL5 CPCS PDUs
  4005.                       transmitted on the AAL5 VCC at the interface
  4006.                       identified by the ifIndex."
  4007.                   ::= { atmAal5VclStatEntry 5 }
  4008.  
  4009.  
  4010.                       -- 13. ATM VC General Information Table
  4011.  
  4012.                           atmVclGenTable OBJECT-TYPE
  4013.                               SYNTAX           SEQUENCE OF
  4014.                       AtmVclGenEntry
  4015.                               MAX-ACCESS       not-accessible
  4016.                               STATUS           current
  4017.                               DESCRIPTION
  4018.                                   "General Information for each VC."
  4019.                              ::= { atm2MIBObjects 13 }
  4020.  
  4021.  
  4022.                          atmVclGenEntry OBJECT-TYPE
  4023.                              SYNTAX  AtmVclGenEntry
  4024.                              MAX-ACCESS  not-accessible
  4025.                              STATUS  current
  4026.                              DESCRIPTION
  4027.                                  "An entry with general information
  4028.                                  about the ATM VC."
  4029.                             AUGMENTS { atmVclEntry }
  4030.                             ::= { atmVclGenTable 1 }
  4031.  
  4032.  
  4033.                         AtmVclGenEntry ::=
  4034.                             SEQUENCE {
  4035.                               atmVclGenSigDescrIndex
  4036.                                   AtmSigDescrParamIndex
  4037.                     }
  4038.  
  4039.  
  4040.  
  4041.  
  4042.  
  4043.  
  4044.           Expires 10/97                                        [Page 71]
  4045.  
  4046.  
  4047.  
  4048.  
  4049.           draft        Supplemental ATM Management Objects February 1997
  4050.  
  4051.  
  4052.                         atmVclGenSigDescrIndex   OBJECT-TYPE
  4053.                             SYNTAX            AtmSigDescrParamIndex
  4054.                             MAX-ACCESS        read-create
  4055.                             STATUS            current
  4056.                             DESCRIPTION
  4057.                                 "The value of this object identifies the
  4058.                                 row in the ATM Signalling Descriptor
  4059.                                 Parameter Table which applies to this
  4060.                                 VCL."
  4061.                            ::= { atmVclGenEntry 1 }
  4062.  
  4063.                    -- 13. ATM Interface Configuration Extention table
  4064.  
  4065.                    atmInterfaceExtTable    OBJECT-TYPE
  4066.                         SYNTAX       SEQUENCE OF AtmInterfaceExtEntry
  4067.                         MAX-ACCESS   not-accessible
  4068.                         STATUS       current
  4069.                         DESCRIPTION
  4070.                           "This table contains extra information not
  4071.                           defined in the atmInterfaceConfTable per [1].
  4072.                           This table includes the configured and actual
  4073.                           minimum VPI/VCI values for all switched
  4074.                           VPL/VCLs per ATM interface."
  4075.                        ::= { atm2MIBObjects 14 }
  4076.  
  4077.                   atmInterfaceExtEntry    OBJECT-TYPE
  4078.                        SYNTAX            AtmInterfaceExtEntry
  4079.                        MAX-ACCESS        not-accessible
  4080.                        STATUS            current
  4081.                        DESCRIPTION
  4082.                                   "An entry extends the
  4083.                          atmInterfaceEntry defined in [1].  Each
  4084.                                   entry corresponds to an ATM
  4085.                          interface."
  4086.                       INDEX { ifIndex }
  4087.                       ::= { atmInterfaceExtTable  1}
  4088.  
  4089.                  AtmInterfaceExtEntry    ::= SEQUENCE  {
  4090.                          atmInterfaceConfigSigType     AtmInterfaceType,
  4091.                          atmInterfaceActualSigType     AtmInterfaceType,
  4092.                          atmInterfaceConfigSigSide     INTEGER,
  4093.                          atmInterfaceActualSigSide     INTEGER,
  4094.                          atmIntfIlmiAddressRegistration  INTEGER,
  4095.                          atmIntfIlmiEstablishConnPollInterval   Integer32,
  4096.  
  4097.  
  4098.  
  4099.  
  4100.  
  4101.           Expires 10/97                                        [Page 72]
  4102.  
  4103.  
  4104.  
  4105.  
  4106.           draft        Supplemental ATM Management Objects February 1997
  4107.  
  4108.  
  4109.                          atmIntfIlmiCheckConnPollInterval       Integer32,
  4110.                          atmIntfIlmiConnPollInactivityFactor    Integer32,
  4111.                          atmIntfIlmiPublicPrivateIndicator      INTEGER,
  4112.                          atmInterfaceConfMaxSvpcVpi    INTEGER,
  4113.                          atmInterfaceCurrentMaxSvpcVpi INTEGER,
  4114.                          atmInterfaceConfMaxSvccVpi    INTEGER,
  4115.                          atmInterfaceCurrentMaxSvccVpi INTEGER
  4116.                  }
  4117.  
  4118.                  atmInterfaceConfigSigType     OBJECT-TYPE
  4119.                       SYNTAX        AtmInterfaceType
  4120.                       MAX-ACCESS    read-write
  4121.                       STATUS        current
  4122.                       DESCRIPTION
  4123.                         "The type of the ATM interface in regards to the
  4124.                         signalling that is configured for the interface.
  4125.                         Setting this variable to a value of 'other' is
  4126.                         not allowed."
  4127.                      DEFVAL { autoConfig }
  4128.                      ::= { atmInterfaceExtEntry 1 }
  4129.  
  4130.                 atmInterfaceActualSigType     OBJECT-TYPE
  4131.                      SYNTAX          AtmInterfaceType
  4132.                      MAX-ACCESS      read-only
  4133.                      STATUS          current
  4134.                      DESCRIPTION
  4135.                        "The type of signalling that is currently being
  4136.                        used on the interface.  This may reflect a
  4137.                        manually configured value for the signalling
  4138.                        type, or may be determined by other means such as
  4139.                        auto-configuration.  A value of `autoConfig'
  4140.                        indicates that auto-configuration was requested
  4141.                        but has not yet been completed."
  4142.                     ::= { atmInterfaceExtEntry 2 }
  4143.  
  4144.                atmInterfaceConfigSigSide     OBJECT-TYPE
  4145.                     SYNTAX       INTEGER  {
  4146.                                  other(1),
  4147.                                  user(2),
  4148.                                  network(3) }
  4149.                     MAX-ACCESS   read-write
  4150.                     STATUS       current
  4151.                     DESCRIPTION
  4152.                       "The role of this ATM interface.  This value does
  4153.  
  4154.  
  4155.  
  4156.  
  4157.  
  4158.           Expires 10/97                                        [Page 73]
  4159.  
  4160.  
  4161.  
  4162.  
  4163.           draft        Supplemental ATM Management Objects February 1997
  4164.  
  4165.  
  4166.                       not apply and is set to other(1) by agent when the
  4167.                       object atmSigConfigSigType is set to `autoConfig',
  4168.                       `atmfPnni1Dot0', or `atmfBici2Dot0'."
  4169.                    DEFVAL { other }
  4170.                    ::= { atmInterfaceExtEntry 3 }
  4171.  
  4172.               atmInterfaceActualSigSide     OBJECT-TYPE
  4173.                    SYNTAX       INTEGER  {
  4174.                                 other(1),
  4175.                                 user(2),
  4176.                                 network(3),
  4177.                                 symmetric(4) }
  4178.                    MAX-ACCESS   read-only
  4179.                    STATUS       current
  4180.                    DESCRIPTION
  4181.                      "The actual role of this signalling entity."
  4182.                   ::= { atmInterfaceExtEntry 4 }
  4183.  
  4184.              atmIntfIlmiAddressRegistration    OBJECT-TYPE
  4185.                  SYNTAX       INTEGER { enabled(1), disabled(2) }
  4186.                  MAX-ACCESS   read-write
  4187.                  STATUS       current
  4188.                  DESCRIPTION
  4189.                     "Enables/disables ILMI Address Registration on this
  4190.                     interface.  The configuration takes effect only on
  4191.                     the next interface restart."
  4192.                 DEFVAL { disabled }
  4193.                 ::= { atmInterfaceExtEntry 5 }
  4194.  
  4195.             atmIntfIlmiEstablishConnPollInterval    OBJECT-TYPE
  4196.                 SYNTAX       Integer32 (1..65535)
  4197.                 UNITS        "seconds"
  4198.                 MAX-ACCESS   read-write
  4199.                 STATUS       current
  4200.                 DESCRIPTION
  4201.                     "The amount of time S between successive transmissions
  4202.                     of ILMI messages on this interface for the purpose of
  4203.                     detecting establishment of ILMI connectivity."
  4204.                 REFERENCE
  4205.                     "ATM Forum ILMI 4.0 Section 8.3.1"
  4206.                 DEFVAL { 1 }
  4207.                 ::= { atmInterfaceExtEntry 6 }
  4208.  
  4209.             atmIntfIlmiCheckConnPollInterval    OBJECT-TYPE
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215.           Expires 10/97                                        [Page 74]
  4216.  
  4217.  
  4218.  
  4219.  
  4220.           draft        Supplemental ATM Management Objects February 1997
  4221.  
  4222.  
  4223.                 SYNTAX       Integer32 (0..65535)
  4224.                 UNITS        "seconds"
  4225.                 MAX-ACCESS   read-write
  4226.                 STATUS       current
  4227.                 DESCRIPTION
  4228.                    "The amount of time T between successive
  4229.                    transmissions of ILMI messages on this interface for
  4230.                    the purpose of detecting loss of ILMI connectivity.
  4231.                    The distinguished value zero disables ILMI
  4232.                    connectivity procedures on this interface."
  4233.                REFERENCE
  4234.                    "ATM Forum ILMI 4.0 Section 8.3.1"
  4235.                DEFVAL { 5 }
  4236.                ::= { atmInterfaceExtEntry 7 }
  4237.  
  4238.            atmIntfIlmiConnPollInactivityFactor    OBJECT-TYPE
  4239.                SYNTAX       Integer32 (0..65535)
  4240.                MAX-ACCESS   read-write
  4241.                STATUS       current
  4242.                DESCRIPTION
  4243.                   "The number K of consecutive polls on this interface
  4244.                   for which no ILMI response message is received before
  4245.                   ILMI connectivity is declared lost."
  4246.               REFERENCE
  4247.                   "ATM Forum ILMI 4.0 Section 8.3.1"
  4248.               DEFVAL { 4 }
  4249.               ::= { atmInterfaceExtEntry 8 }
  4250.  
  4251.           atmIntfIlmiPublicPrivateIndicator    OBJECT-TYPE
  4252.               SYNTAX       INTEGER {
  4253.                                      other(1),
  4254.                                      public(2),
  4255.                                      private(3)
  4256.                                      }
  4257.               MAX-ACCESS   read-write
  4258.               STATUS       current
  4259.               DESCRIPTION
  4260.                  "Specifies whether this end of the interface is
  4261.                  advertised in ILMI as a device of the `public' or
  4262.                  `private' type."
  4263.               DEFVAL { private }
  4264.               ::= { atmInterfaceExtEntry 9 }
  4265.  
  4266.           atmInterfaceConfMaxSvpcVpi    OBJECT-TYPE
  4267.  
  4268.  
  4269.  
  4270.  
  4271.  
  4272.           Expires 10/97                                        [Page 75]
  4273.  
  4274.  
  4275.  
  4276.  
  4277.           draft        Supplemental ATM Management Objects February 1997
  4278.  
  4279.  
  4280.                SYNTAX             INTEGER  (0..4096)
  4281.                MAX-ACCESS         read-write
  4282.                STATUS             current
  4283.                DESCRIPTION
  4284.                  "The maximum VPI that the signalling stack on the ATM
  4285.                  interface is configured to support for allocation to
  4286.                  switched virtual path connections."
  4287.                ::= { atmInterfaceExtEntry 10 }
  4288.  
  4289.           atmInterfaceCurrentMaxSvpcVpi    OBJECT-TYPE
  4290.                SYNTAX             INTEGER  (0..4096)
  4291.                MAX-ACCESS         read-write
  4292.                STATUS             current
  4293.                DESCRIPTION
  4294.                  "The maximum VPI that the signalling stack on the ATM
  4295.                  interface may currently allocate to switched virtual
  4296.                  path connections.  This value is the minimum of
  4297.                  atmInterfaceConfMaxSvpcVpi, and the
  4298.                  atmInterfaceMaxSvpcVpi of the interface's UNI/NNI peer.
  4299.  
  4300.                  If the interface does not negotiate with its peer to
  4301.                  determine the maximum VPI that can be allocated to
  4302.                  SVPCs on the interface, then the value of this object
  4303.                  must equal atmInterfaceConfMaxSvpcVpi. "
  4304.                ::= { atmInterfaceExtEntry 11 }
  4305.  
  4306.           atmInterfaceConfMaxSvccVpi    OBJECT-TYPE
  4307.                SYNTAX             INTEGER  (0..4096)
  4308.                MAX-ACCESS         read-write
  4309.                STATUS             current
  4310.                DESCRIPTION
  4311.                  "The maximum VPI that the signalling stack on the ATM
  4312.                  interface is configured to support for allocation to
  4313.                  switched virtual channel connections."
  4314.                ::= { atmInterfaceExtEntry 12 }
  4315.  
  4316.           atmInterfaceCurrentMaxSvccVpi    OBJECT-TYPE
  4317.                SYNTAX             INTEGER  (0..4096)
  4318.                MAX-ACCESS         read-write
  4319.                STATUS             current
  4320.                DESCRIPTION
  4321.                  "The maximum VPI that the signalling stack on the ATM
  4322.                  interface may currently allocate to switched virtual
  4323.                  channel connections. This value is the minimum of
  4324.  
  4325.  
  4326.  
  4327.  
  4328.  
  4329.           Expires 10/97                                        [Page 76]
  4330.  
  4331.  
  4332.  
  4333.  
  4334.           draft        Supplemental ATM Management Objects February 1997
  4335.  
  4336.  
  4337.                  atmInterfaceConfMaxSvccVpi, and the
  4338.                  atmInterfaceConfMaxSvccVpi of the interface's UNI/NNI
  4339.                  peer.
  4340.  
  4341.                  If the interface does not negotiate with its peer to
  4342.                  determine the maximum VPI that can be allocated to
  4343.                  SVCCs on the interface, then the value of this object
  4344.                  must equal atmInterfaceConfMaxSvccVpi. "
  4345.                ::= { atmInterfaceExtEntry 13 }
  4346.  
  4347.           -- 15. ILMI Services Registration Table
  4348.  
  4349.            atmIlmiSrvcRegTable OBJECT-TYPE
  4350.               SYNTAX SEQUENCE OF AtmIlmiSrvcRegEntry
  4351.               MAX-ACCESS not-accessible
  4352.               STATUS current
  4353.               DESCRIPTION
  4354.                  "This table contains a list of all the ATM network
  4355.                  services known by this device.
  4356.  
  4357.                  The characteristics of these services are made
  4358.                  available through the ILMI, using the ILMI general-
  4359.                  purpose service registry MIB.
  4360.  
  4361.                  These services may be made available to all ATM
  4362.                  interfaces (atmIlmiSrvcRegIndex = 0) or to some
  4363.                  specific ATM interfaces only (atmIlmiSrvcRegIndex = ATM
  4364.                  interface index)."
  4365.                ::= { atm2MIBObjects 15 }
  4366.  
  4367.            atmIlmiSrvcRegEntry OBJECT-TYPE
  4368.               SYNTAX AtmIlmiSrvcRegEntry
  4369.               MAX-ACCESS not-accessible
  4370.               STATUS current
  4371.               DESCRIPTION
  4372.                  "Information about a single service provider that is
  4373.                  available to the user-side of an adjacent device
  4374.                  through the ILMI."
  4375.               INDEX { atmIlmiSrvcRegIndex, atmIlmiSrvcRegServiceID, atmIlmiSrvcRegAddressIndex }
  4376.               ::= { atmIlmiSrvcRegTable 1 }
  4377.  
  4378.            AtmIlmiSrvcRegEntry ::= SEQUENCE {
  4379.                      atmIlmiSrvcRegIndex
  4380.                            InterfaceIndex,
  4381.  
  4382.  
  4383.  
  4384.  
  4385.  
  4386.           Expires 10/97                                        [Page 77]
  4387.  
  4388.  
  4389.  
  4390.  
  4391.           draft        Supplemental ATM Management Objects February 1997
  4392.  
  4393.  
  4394.                      atmIlmiSrvcRegServiceID
  4395.                            OBJECT IDENTIFIER,
  4396.                      atmIlmiSrvcRegAddressIndex
  4397.                            INTEGER,
  4398.                      atmIlmiSrvcRegATMAddress
  4399.                            AtmAddr,
  4400.                      atmIlmiSrvcRegParm1
  4401.                            OCTET STRING,
  4402.                      atmIlmiSrvcRegSource
  4403.                            INTEGER,
  4404.                      atmIlmiSrvcRegRowStatus
  4405.                            RowStatus
  4406.                      }
  4407.  
  4408.            atmIlmiSrvcRegIndex OBJECT-TYPE
  4409.               SYNTAX InterfaceIndex
  4410.               MAX-ACCESS not-accessible
  4411.               STATUS current
  4412.               DESCRIPTION
  4413.                  "The ATM interface where the service defined in this
  4414.                  entry can be made available to an ATM device attached
  4415.                  to this interface.
  4416.  
  4417.                  The value of 0 has a special meaning: when an ATM
  4418.                  service is defined in an entry whose
  4419.                  atmIlmiSrvcRegIndex is zero, the ATM service is
  4420.                  available to ATM devices connected to any ATM
  4421.                  interface.  (default value(s)).
  4422.  
  4423.                  When the user-side of an adjacent device queries the
  4424.                  content of the ILMI service registry MIB (using the
  4425.                  ILMI protocol), the local network-side responds with
  4426.                  the ATM services defined in atmIlmiSrvcRegTable
  4427.                  entries, provided that these entries are indexed by:
  4428.                              - the corresponding interface number (atmIlmiSrvcRegIndex equal
  4429.                                to the number of the interface that the adjacent device is
  4430.                                connected to)
  4431.                              - zero (atmIlmiSrvcRegIndex=0)."
  4432.               ::= { atmIlmiSrvcRegEntry 1 }
  4433.  
  4434.            atmIlmiSrvcRegServiceID OBJECT-TYPE
  4435.               SYNTAX OBJECT IDENTIFIER
  4436.               MAX-ACCESS not-accessible
  4437.               STATUS current
  4438.  
  4439.  
  4440.  
  4441.  
  4442.  
  4443.           Expires 10/97                                        [Page 78]
  4444.  
  4445.  
  4446.  
  4447.  
  4448.           draft        Supplemental ATM Management Objects February 1997
  4449.  
  4450.  
  4451.               DESCRIPTION
  4452.                  "This is the service identifier which uniquely
  4453.                  identifies the type of service at the address provided
  4454.                  in the table."
  4455.               ::= { atmIlmiSrvcRegEntry 2 }
  4456.  
  4457.            atmIlmiSrvcRegAddressIndex OBJECT-TYPE
  4458.               SYNTAX  INTEGER (1..2147483647)
  4459.               MAX-ACCESS not-accessible
  4460.               STATUS current
  4461.               DESCRIPTION
  4462.                  "An arbitrary integer to differentiate multiple rows
  4463.                  containing different ATM addresses for the same service
  4464.                  on the same interface.  This number needs NOT to be the
  4465.                  same as the corresponding ILMI atmfSrvcRegAddressIndex
  4466.                  MIB object."
  4467.               ::= { atmIlmiSrvcRegEntry 3 }
  4468.  
  4469.            atmIlmiSrvcRegATMAddress OBJECT-TYPE
  4470.               SYNTAX AtmAddr
  4471.               MAX-ACCESS read-create
  4472.               STATUS current
  4473.               DESCRIPTION
  4474.           "This is the full address of the service. The user-side of the
  4475.           adjacent device may use this address to establish a connection
  4476.           with the service."
  4477.               ::= { atmIlmiSrvcRegEntry 4 }
  4478.  
  4479.            atmIlmiSrvcRegParm1 OBJECT-TYPE
  4480.               SYNTAX OCTET STRING
  4481.               MAX-ACCESS read-create
  4482.               STATUS current
  4483.               DESCRIPTION
  4484.                  "An octet string used according to the value of
  4485.                  atmIlmiSrvcRegServiceID."
  4486.               ::= { atmIlmiSrvcRegEntry 5 }
  4487.  
  4488.            atmIlmiSrvcRegSource OBJECT-TYPE
  4489.               SYNTAX INTEGER {
  4490.                      other(1),     -- the source of this entry is unknown
  4491.                      viaNms(2),    -- this entry is created by a Network Manager
  4492.                      viaConfig(3)  -- this entry is created via other kind of
  4493.                                    -- configuration mechanism such as the console
  4494.                                    -- interface
  4495.  
  4496.  
  4497.  
  4498.  
  4499.  
  4500.           Expires 10/97                                        [Page 79]
  4501.  
  4502.  
  4503.  
  4504.  
  4505.           draft        Supplemental ATM Management Objects February 1997
  4506.  
  4507.  
  4508.                      }
  4509.               MAX-ACCESS read-create
  4510.               STATUS current
  4511.               DESCRIPTION
  4512.                  "This object is used to describe the source of the
  4513.                  entry.  The entry can be created by the NMS via SNMP or
  4514.                  other configuration mechanism such as the console
  4515.                  interface."
  4516.               ::= { atmIlmiSrvcRegEntry 6 }
  4517.  
  4518.            atmIlmiSrvcRegRowStatus OBJECT-TYPE
  4519.               SYNTAX RowStatus
  4520.               MAX-ACCESS read-create
  4521.               STATUS current
  4522.               DESCRIPTION
  4523.                  "This object is used to create or destroy an entry from
  4524.                  this table."
  4525.               ::= { atmIlmiSrvcRegEntry 7 }
  4526.  
  4527.           -- 16. ILMI Network Prefix Table
  4528.  
  4529.           atmIlmiNetworkPrefixTable    OBJECT-TYPE
  4530.               SYNTAX       SEQUENCE OF AtmIlmiNetworkPrefixEntry
  4531.               MAX-ACCESS   not-accessible
  4532.               STATUS       current
  4533.               DESCRIPTION
  4534.                  "A table specifying per interface network prefix(es)
  4535.                  supplied by the network side of the UNI during ILMI
  4536.                  address registration.  When no network prefixes are
  4537.                  specified for a particular interface, one or more
  4538.                  network prefixes based on the switch address(es) may be
  4539.                  used for ILMI address registration."
  4540.               ::= { atm2MIBObjects 16 }
  4541.  
  4542.           atmIlmiNetworkPrefixEntry OBJECT-TYPE
  4543.               SYNTAX       AtmIlmiNetworkPrefixEntry
  4544.               MAX-ACCESS   not-accessible
  4545.               STATUS       current
  4546.               DESCRIPTION
  4547.                  "Information about a single network prefix supplied by
  4548.                  the network side of the UNI during ILMI address
  4549.                  registration.  Note that the index variable
  4550.                  atmIlmiNetPrefixPrefix is a variable-length string, and
  4551.                  as such the rule for variable-length strings in section
  4552.  
  4553.  
  4554.  
  4555.  
  4556.  
  4557.           Expires 10/97                                        [Page 80]
  4558.  
  4559.  
  4560.  
  4561.  
  4562.           draft        Supplemental ATM Management Objects February 1997
  4563.  
  4564.  
  4565.                  7.7 of RFC 1902 applies."
  4566.               INDEX   { ifIndex,
  4567.                         atmIlmiNetPrefixPrefix }
  4568.               ::= { atmIlmiNetworkPrefixTable 1 }
  4569.  
  4570.           AtmIlmiNetworkPrefixEntry ::=
  4571.               SEQUENCE {
  4572.                          atmIlmiNetPrefixPrefix        AtmIlmiNetworkPrefix,
  4573.                          atmIlmiNetPrefixRowStatus     RowStatus
  4574.                          }
  4575.  
  4576.           atmIlmiNetPrefixPrefix    OBJECT-TYPE
  4577.               SYNTAX       AtmIlmiNetworkPrefix
  4578.               MAX-ACCESS   not-accessible
  4579.               STATUS       current
  4580.               DESCRIPTION
  4581.                  "The network prefix specified for use in ILMI address
  4582.                  registration."
  4583.               ::= { atmIlmiNetworkPrefixEntry 1 }
  4584.  
  4585.           atmIlmiNetPrefixRowStatus    OBJECT-TYPE
  4586.               SYNTAX       RowStatus
  4587.               MAX-ACCESS   read-create
  4588.               STATUS       current
  4589.               DESCRIPTION
  4590.                  "Used to create, delete, activate and de-activate
  4591.                  network prefixes used in ILMI address registration."
  4592.               ::= { atmIlmiNetworkPrefixEntry 2 }
  4593.  
  4594.           -- Trap control objects
  4595.  
  4596.              atmPvplTrapControl OBJECT-TYPE
  4597.                  SYNTAX AtmTrapControlType
  4598.                  MAX-ACCESS read-write
  4599.                  STATUS current
  4600.                  DESCRIPTION
  4601.                      "This object is used to control the PVP Link traps."
  4602.                  DEFVAL { trapAll }
  4603.                  ::= { atm2MIBObjects 17 }
  4604.  
  4605.              atmPvclTrapControl OBJECT-TYPE
  4606.                  SYNTAX AtmTrapControlType
  4607.                  MAX-ACCESS read-write
  4608.                  STATUS current
  4609.  
  4610.  
  4611.  
  4612.  
  4613.  
  4614.           Expires 10/97                                        [Page 81]
  4615.  
  4616.  
  4617.  
  4618.  
  4619.           draft        Supplemental ATM Management Objects February 1997
  4620.  
  4621.  
  4622.                  DESCRIPTION
  4623.                      "This object is used to control the PVC Link traps."
  4624.                  DEFVAL { trapAll }
  4625.                  ::= { atm2MIBObjects 18 }
  4626.  
  4627.              atmTrapThreshold OBJECT-TYPE
  4628.                  SYNTAX  INTEGER (1..2147483647)
  4629.                  MAX-ACCESS read-write
  4630.                  STATUS current
  4631.                  DESCRIPTION
  4632.                      "Indicates number of events occurred before generating
  4633.                      an ATM trap to the trap receiver.  A value of zero
  4634.                      indicates no trap is generated."
  4635.                  DEFVAL { 1 }
  4636.                  ::= { atm2MIBObjects 19 }
  4637.  
  4638.           -- ATM Traps
  4639.  
  4640.              atmPvplChange NOTIFICATION-TYPE
  4641.                  OBJECTS { ifIndex, atmVplVpi, atmVplOperStatus }
  4642.                  STATUS  current
  4643.                  DESCRIPTION
  4644.                      "This trap signifies that the agent has detected
  4645.                      that the atmVplOperStatus object for the permanent VPL has
  4646.                      entered or left the up state.
  4647.                      This trap shall not be generated if the cause of the
  4648.                      VPL status change is a change in status of the underlying
  4649.                      interface layer(s)."
  4650.                  ::= { atm2MIBTraps 4 }
  4651.  
  4652.              atmPvclChange NOTIFICATION-TYPE
  4653.                  OBJECTS { ifIndex, atmVclVpi, atmVclVci, atmVclOperStatus }
  4654.                  STATUS  current
  4655.                  DESCRIPTION
  4656.                      "This trap signifies that the agent has detected
  4657.                      that the atmVclOperStatus object for the permanent VCL has
  4658.                      entered or left the up state.
  4659.                      This trap shall not be generated if the cause of the
  4660.                      VPL status change is a change in status of the underlying
  4661.                      interface layer(s)."
  4662.                  ::= { atm2MIBTraps 5 }
  4663.  
  4664.  
  4665.  
  4666.  
  4667.  
  4668.  
  4669.  
  4670.  
  4671.           Expires 10/97                                        [Page 82]
  4672.  
  4673.  
  4674.  
  4675.  
  4676.           draft        Supplemental ATM Management Objects February 1997
  4677.  
  4678.  
  4679.           -- ************************************************
  4680.  
  4681.           -- Conformance Information
  4682.  
  4683.           atm2MIBConformance   OBJECT IDENTIFIER ::= {atm2MIB 2}
  4684.  
  4685.           atm2MIBGroups        OBJECT IDENTIFIER
  4686.                            ::= {atm2MIBConformance 1}
  4687.  
  4688.           atm2MIBCompliances   OBJECT IDENTIFIER
  4689.                            ::= {atm2MIBConformance 2}
  4690.  
  4691.           -- Compliance Statements
  4692.  
  4693.           atm2MIBCompliance   MODULE-COMPLIANCE
  4694.                STATUS         current
  4695.                DESCRIPTION
  4696.                  "The compliance statement for SNMP entities which
  4697.                  represent ATM interfaces.  The compliance statements
  4698.                  are used to determine if a particular group or object
  4699.                  applies to hosts, networks/switches, or both."
  4700.  
  4701.                MODULE  -- this module
  4702.  
  4703.                  MANDATORY-GROUPS  { atmSwitchServcHostGroup }
  4704.  
  4705.           -- Objects in the ATM Switch/Service/Host Group
  4706.  
  4707.  
  4708.           OBJECT      atmVclStatTotalCellIns
  4709.           DESCRIPTION
  4710.                    "This object is mandatory for systems that are
  4711.                  supporting per VCC counters."
  4712.  
  4713.           OBJECT      atmVclStatClp0CellIns
  4714.           DESCRIPTION
  4715.                    "This object is mandatory for systems that are
  4716.                  supporting per VCC counters."
  4717.  
  4718.           OBJECT      atmVclStatTotalDiscards
  4719.           DESCRIPTION
  4720.                    "This object is mandatory for systems that are
  4721.                  supporting per VCC counters."
  4722.  
  4723.  
  4724.  
  4725.  
  4726.  
  4727.  
  4728.           Expires 10/97                                        [Page 83]
  4729.  
  4730.  
  4731.  
  4732.  
  4733.           draft        Supplemental ATM Management Objects February 1997
  4734.  
  4735.  
  4736.           OBJECT      atmVclStatClp0Discards
  4737.           DESCRIPTION
  4738.                    "This object is mandatory for systems that are
  4739.                  supporting per VCC counters."
  4740.  
  4741.           OBJECT      atmVclStatTotalCellOuts
  4742.           DESCRIPTION
  4743.                    "This object is mandatory for systems that are
  4744.                  supporting per VCC counters."
  4745.  
  4746.           OBJECT      atmVclStatClp0CellOuts
  4747.           DESCRIPTION
  4748.                    "This object is mandatory for systems that are
  4749.                  supporting per VCC counters."
  4750.  
  4751.           OBJECT      atmVclStatTaggedOuts
  4752.           DESCRIPTION
  4753.                    "This object is mandatory for systems that are
  4754.                  supporting per VCC counters."
  4755.  
  4756.  
  4757.           OBJECT      atmVplStatTotalCellIns
  4758.           DESCRIPTION
  4759.                    "This object is mandatory for systems that are
  4760.                  supporting per VPC counters."
  4761.  
  4762.           OBJECT      atmVplStatClp0CellIns
  4763.           DESCRIPTION
  4764.                    "This object is mandatory for systems that are
  4765.                  supporting per VPC counters."
  4766.  
  4767.           OBJECT      atmVplStatTotalDiscards
  4768.           DESCRIPTION
  4769.                    "This object is mandatory for systems that are
  4770.                  supporting per VPC counters."
  4771.  
  4772.           OBJECT      atmVplStatClp0Discards
  4773.           DESCRIPTION
  4774.                    "This object is mandatory for systems that are
  4775.                  supporting per VPC counters."
  4776.  
  4777.           OBJECT      atmVplStatTotalCellOuts
  4778.           DESCRIPTION
  4779.                    "This object is mandatory for systems that are
  4780.  
  4781.  
  4782.  
  4783.  
  4784.  
  4785.           Expires 10/97                                        [Page 84]
  4786.  
  4787.  
  4788.  
  4789.  
  4790.           draft        Supplemental ATM Management Objects February 1997
  4791.  
  4792.  
  4793.                  supporting per VPC counters."
  4794.  
  4795.           OBJECT      atmVplStatClp0CellOuts
  4796.           DESCRIPTION
  4797.                    "This object is mandatory for systems that are
  4798.                  supporting per VPC counters."
  4799.  
  4800.           OBJECT      atmVplStatTaggedOuts
  4801.           DESCRIPTION
  4802.                    "This object is mandatory for systems that are
  4803.                  supporting per VPC counters."
  4804.  
  4805.           OBJECT      atmVplLogicalPortDef
  4806.           MIN-ACCESS  read-only
  4807.           DESCRIPTION
  4808.                    "This object is mandatory for systems support ATM
  4809.                  Logical Port interfaces."
  4810.  
  4811.           GROUP      atmSwitchServcGroup
  4812.           DESCRIPTION
  4813.                    "This group is mandatory for a Switch/Service that
  4814.                  implements ATM interfaces."
  4815.  
  4816.           OBJECT      atmIfAdminAddrRowStatus
  4817.           MIN-ACCESS  read-only
  4818.           DESCRIPTION
  4819.                    "Write access is not required, and only one of the
  4820.                  six enumerated values for the RowStatus textual
  4821.                  convention need be supported, specifically: active(1)."
  4822.  
  4823.           OBJECT      atmSigSupportClgPtyNumDel
  4824.           MIN-ACCESS  read-only
  4825.           DESCRIPTION
  4826.                    "Write access is not required. This parameter is
  4827.                  required for ATM systems that support only a value of
  4828.                  'disabled(2)' (i.e., the ATM systems does not support
  4829.                  the feature associated with the parameter)."
  4830.  
  4831.           OBJECT      atmSigSupportClgPtySubAddr
  4832.           MIN-ACCESS  read-only
  4833.           DESCRIPTION
  4834.                    "Write access is not required. This parameter is
  4835.                  required for ATM systems that support only a value of
  4836.                  'disabled(2)' (i.e., the ATM systems does not support
  4837.  
  4838.  
  4839.  
  4840.  
  4841.  
  4842.           Expires 10/97                                        [Page 85]
  4843.  
  4844.  
  4845.  
  4846.  
  4847.           draft        Supplemental ATM Management Objects February 1997
  4848.  
  4849.  
  4850.                  the feature associated with the parameter)."
  4851.  
  4852.           OBJECT      atmSigSupportCldPtySubAddr
  4853.           MIN-ACCESS  read-only
  4854.           DESCRIPTION
  4855.                    "Write access is not required. This parameter is
  4856.                  required for ATM systems that support only a value of
  4857.                  'disabled(2)' (i.e., the ATM systems does not support
  4858.                  the feature associated with the parameter)."
  4859.  
  4860.           OBJECT      atmSigSupportHiLyrInfo
  4861.           MIN-ACCESS  read-only
  4862.           DESCRIPTION
  4863.                    "Write access is not required. This parameter is
  4864.                  required for ATM systems that support only a value of
  4865.                  'disabled(2)' (i.e., the ATM systems does not support
  4866.                  the feature associated with the parameter)."
  4867.  
  4868.           OBJECT      atmSigSupportLoLyrInfo
  4869.           MIN-ACCESS  read-only
  4870.           DESCRIPTION
  4871.                    "Write access is not required. This parameter is
  4872.                  required for ATM systems that support only a value of
  4873.                  'disabled(2)' (i.e., the ATM systems does not support
  4874.                  the feature associated with the parameter)."
  4875.  
  4876.           OBJECT      atmSigSupportBlliRepeatInd
  4877.           MIN-ACCESS  read-only
  4878.           DESCRIPTION
  4879.                    "Write access is not required. This parameter is
  4880.                  required for ATM systems that support only a value of
  4881.                  'disabled(2)' (i.e., the ATM systems does not support
  4882.                  the feature associated with the parameter)."
  4883.  
  4884.           OBJECT      atmSigSupportAALInfo
  4885.           MIN-ACCESS  read-only
  4886.           DESCRIPTION
  4887.                    "Write access is not required. This parameter is
  4888.                  required for ATM systems that support only a value of
  4889.                  'disabled(2)' (i.e., the ATM systems does not support
  4890.                  the feature associated with the parameter)."
  4891.  
  4892.           OBJECT      atmSigSupportPrefCarrier
  4893.           MIN-ACCESS  read-only
  4894.  
  4895.  
  4896.  
  4897.  
  4898.  
  4899.           Expires 10/97                                        [Page 86]
  4900.  
  4901.  
  4902.  
  4903.  
  4904.           draft        Supplemental ATM Management Objects February 1997
  4905.  
  4906.  
  4907.           DESCRIPTION
  4908.                    "Write access is not required."
  4909.  
  4910.           OBJECT      atmSvcVpCrossConnectRowStatus
  4911.           MIN-ACCESS  read-only
  4912.           DESCRIPTION
  4913.                    "Write access is not required, and only one of the
  4914.                  six enumerated values for the RowStatus textual
  4915.                  convention need be supported, specifically: active(1)"
  4916.  
  4917.           OBJECT      atmSvcVcCrossConnectRowStatus
  4918.           MIN-ACCESS  read-only
  4919.           DESCRIPTION
  4920.                    "Write access is not required, and only two of the
  4921.                  six enumerated values for the RowStatus textual
  4922.                  convention need be supported, specifically: active(1)."
  4923.  
  4924.  
  4925.           -- The ATM Host Group
  4926.  
  4927.           GROUP      atmHOSTGroup
  4928.           DESCRIPTION
  4929.                    "This group is mandatory for a Host that implements
  4930.                  ATM interfaces."
  4931.  
  4932.           OBJECT      atmVclAddrType
  4933.           MIN-ACCESS  read-only
  4934.           DESCRIPTION
  4935.                    "Write access is not required."
  4936.  
  4937.           OBJECT      atmVclAddrRowStatus
  4938.           MIN-ACCESS  read-only
  4939.           DESCRIPTION
  4940.                    "Write access is not required, and only one of the
  4941.                  six enumerated values for the RowStatus textual
  4942.                  convention need be supported, specifically: active(1)."
  4943.  
  4944.           OBJECT      atmVclGenSigDescrIndex
  4945.           MIN-ACCESS  read-only
  4946.           DESCRIPTION
  4947.                    "Write access is not required."
  4948.  
  4949.           OBJECT      atmSigDescrParamAalType
  4950.           MIN-ACCESS  read-only
  4951.  
  4952.  
  4953.  
  4954.  
  4955.  
  4956.           Expires 10/97                                        [Page 87]
  4957.  
  4958.  
  4959.  
  4960.  
  4961.           draft        Supplemental ATM Management Objects February 1997
  4962.  
  4963.  
  4964.           DESCRIPTION
  4965.                    "Write access is not required."
  4966.  
  4967.           OBJECT      atmSigDescrParamAalSscsType
  4968.           MIN-ACCESS  read-only
  4969.           DESCRIPTION
  4970.                    "Write access is not required."
  4971.  
  4972.           OBJECT      atmSigDescrParamBhliType
  4973.           MIN-ACCESS  read-only
  4974.           DESCRIPTION
  4975.                    "Write access is not required."
  4976.  
  4977.           OBJECT      atmSigDescrParamBhliInfo
  4978.           MIN-ACCESS  read-only
  4979.           DESCRIPTION
  4980.                    "Write access is not required."
  4981.  
  4982.           OBJECT      atmSigDescrParamBbcConnConf
  4983.           MIN-ACCESS  read-only
  4984.           DESCRIPTION
  4985.                    "Write access is not required."
  4986.  
  4987.           OBJECT      atmSigDescrParamBlliLayer2
  4988.           MIN-ACCESS  read-only
  4989.           DESCRIPTION
  4990.                    "Write access is not required."
  4991.  
  4992.           OBJECT      atmSigDescrParamBlliLayer3
  4993.           MIN-ACCESS  read-only
  4994.           DESCRIPTION
  4995.                    "Write access is not required."
  4996.  
  4997.           OBJECT      atmSigDescrParamBlliPktSize
  4998.           MIN-ACCESS  read-only
  4999.           DESCRIPTION
  5000.                    "Write access is not required."
  5001.  
  5002.           OBJECT      atmSigDescrParamBlliSnapId
  5003.           MIN-ACCESS  read-only
  5004.           DESCRIPTION
  5005.                    "Write access is not required."
  5006.  
  5007.           OBJECT      atmSigDescrParamBlliOuiPid
  5008.  
  5009.  
  5010.  
  5011.  
  5012.  
  5013.           Expires 10/97                                        [Page 88]
  5014.  
  5015.  
  5016.  
  5017.  
  5018.           draft        Supplemental ATM Management Objects February 1997
  5019.  
  5020.  
  5021.           MIN-ACCESS  read-only
  5022.           DESCRIPTION
  5023.                    "Write access is not required."
  5024.  
  5025.           OBJECT      atmSigDescrParamRowStatus
  5026.           MIN-ACCESS  read-only
  5027.           DESCRIPTION
  5028.                    "Write access is not required, and only one of the
  5029.                  six enumerated values for the RowStatus textual
  5030.                  convention need be supported, specifically: active(1)."
  5031.  
  5032.  
  5033.                       ::= { atm2MIBCompliances 1 }
  5034.  
  5035.           -- **********************************************
  5036.  
  5037.           -- Units of Conformance
  5038.  
  5039.           -- Mandatory for ATM hosts and switch/service providers
  5040.  
  5041.           atmSwitchServcHostGroup     OBJECT-GROUP
  5042.  
  5043.                  OBJECTS {
  5044.                      atmSigSSCOPConEvents,
  5045.                      atmSigSSCOPErrdPdus,
  5046.                      atmSigDetectSetupAttempts,
  5047.                      atmSigEmitSetupAttempts,
  5048.                      atmSigDetectUnavailRoutes,
  5049.                      atmSigEmitUnavailRoutes,
  5050.                      atmSigDetectUnavailResrcs,
  5051.                      atmSigEmitUnavailResrcs,
  5052.                      atmSigDetectCldPtyEvents,
  5053.                      atmSigEmitCldPtyEvents,
  5054.                      atmSigDetectMsgErrors,
  5055.                      atmSigEmitMsgErrors,
  5056.                      atmSigDetectClgPtyEvents,
  5057.                      atmSigEmitClgPtyEvents,
  5058.                      atmSigDetectTimerExpireds,
  5059.                      atmSigEmitTimerExpireds,
  5060.                      atmSigDetectRestarts,
  5061.                      atmSigEmitRestarts,
  5062.                      atmSigInEstabls,
  5063.                      atmSigOutEstabls,
  5064.                      atmVclStatTotalCellIns,
  5065.  
  5066.  
  5067.  
  5068.  
  5069.  
  5070.           Expires 10/97                                        [Page 89]
  5071.  
  5072.  
  5073.  
  5074.  
  5075.           draft        Supplemental ATM Management Objects February 1997
  5076.  
  5077.  
  5078.                      atmVclStatClp0CellIns,
  5079.                      atmVclStatTotalDiscards,
  5080.                      atmVclStatClp0Discards,
  5081.                      atmVclStatTotalCellOuts,
  5082.                      atmVclStatClp0CellOuts,
  5083.                      atmVclStatTaggedOuts,
  5084.                      atmVplStatTotalCellIns,
  5085.                      atmVplStatClp0CellIns,
  5086.                      atmVplStatTotalDiscards,
  5087.                      atmVplStatClp0Discards,
  5088.                      atmVplStatTotalCellOuts,
  5089.                      atmVplStatClp0CellOuts,
  5090.                      atmVplStatTaggedOuts,
  5091.                      atmVplLogicalPortDef,
  5092.                      atmVplLogicalPortIndex,
  5093.                      atmInterfaceConfMaxSvpcVpi,
  5094.                      atmInterfaceCurrentMaxSvpcVpi,
  5095.                      atmInterfaceConfMaxSvccVpi,
  5096.                      atmInterfaceCurrentMaxSvccVpi,
  5097.                      atmInterfaceConfigSigType,
  5098.                      atmInterfaceActualSigType,
  5099.                      atmInterfaceConfigSigSide,
  5100.                      atmInterfaceActualSigSide,
  5101.                      atmIntfIlmiAddressRegistration,
  5102.                      atmIntfIlmiEstablishConnPollInterval,
  5103.                      atmIntfIlmiCheckConnPollInterval,
  5104.                      atmIntfIlmiConnPollInactivityFactor,
  5105.                      atmIntfIlmiPublicPrivateIndicator,
  5106.                      atmPvplTrapControl,
  5107.                      atmPvclTrapControl,
  5108.                      atmTrapThreshold
  5109.                  }
  5110.                  STATUS    current
  5111.                  DESCRIPTION
  5112.                    "A collection of objects providing information
  5113.                     for a Switch/Service/Host that implements
  5114.                     ATM interfaces."
  5115.                  ::= { atm2MIBGroups 1 }
  5116.  
  5117.  
  5118.           atmSwitchServcGroup     OBJECT-GROUP
  5119.  
  5120.                  OBJECTS {
  5121.                      atmIlmiSrvcRegATMAddress,
  5122.  
  5123.  
  5124.  
  5125.  
  5126.  
  5127.           Expires 10/97                                        [Page 90]
  5128.  
  5129.  
  5130.  
  5131.  
  5132.           draft        Supplemental ATM Management Objects February 1997
  5133.  
  5134.  
  5135.                      atmIlmiSrvcRegParm1,
  5136.                      atmIlmiSrvcRegSource,
  5137.                      atmIlmiSrvcRegRowStatus,
  5138.                      atmIlmiNetPrefixRowStatus,
  5139.                       atmSigSupportClgPtyNumDel,
  5140.                       atmSigSupportClgPtySubAddr,
  5141.                       atmSigSupportCldPtySubAddr,
  5142.                       atmSigSupportHiLyrInfo,
  5143.                       atmSigSupportLoLyrInfo,
  5144.                       atmSigSupportBlliRepeatInd,
  5145.                       atmSigSupportAALInfo,
  5146.                       atmSigSupportPrefCarrier,
  5147.                       atmSvcVpCrossConnectCreationTime,
  5148.                       atmSvcVpCrossConnectRowStatus,
  5149.                       atmSvcVcCrossConnectCreationTime,
  5150.                       atmSvcVcCrossConnectRowStatus,
  5151.                       atmIfAdminAddrAddressSource,
  5152.                       atmIfAdminAddrRowStatus}
  5153.                  STATUS    current
  5154.                  DESCRIPTION
  5155.                    "A collection of objects providing information
  5156.                     for a Switch/Service that implements ATM interfaces."
  5157.                  ::= { atm2MIBGroups 3 }
  5158.  
  5159.  
  5160.           atmHOSTGroup     OBJECT-GROUP
  5161.  
  5162.                  OBJECTS {
  5163.                       atmAal5VclTotalErrors,
  5164.                       atmAal5VclInPkts,
  5165.                       atmAal5VclOutPkts,
  5166.                       atmAal5VclInOctets,
  5167.                       atmAal5VclOutOctets,
  5168.                      atmVclAddrType,
  5169.                      atmVclAddrRowStatus,
  5170.                      atmAddrVclAddrType,
  5171.                       atmVclGenSigDescrIndex,
  5172.                       atmSigDescrParamAalType,
  5173.                       atmSigDescrParamAalSscsType,
  5174.                       atmSigDescrParamBhliType,
  5175.                       atmSigDescrParamBhliInfo,
  5176.                       atmSigDescrParamBbcConnConf,
  5177.                       atmSigDescrParamBlliLayer2,
  5178.                       atmSigDescrParamBlliLayer3,
  5179.  
  5180.  
  5181.  
  5182.  
  5183.  
  5184.           Expires 10/97                                        [Page 91]
  5185.  
  5186.  
  5187.  
  5188.  
  5189.           draft        Supplemental ATM Management Objects February 1997
  5190.  
  5191.  
  5192.                       atmSigDescrParamBlliPktSize,
  5193.                       atmSigDescrParamBlliSnapId,
  5194.                       atmSigDescrParamBlliOuiPid,
  5195.                       atmSigDescrParamRowStatus}
  5196.                  STATUS    current
  5197.                  DESCRIPTION
  5198.                    "A collection of objects providing information
  5199.                     for a Host that implements ATM interfaces."
  5200.                  ::= { atm2MIBGroups 5 }
  5201.  
  5202.  
  5203.                 END
  5204.  
  5205.  
  5206.  
  5207.  
  5208.  
  5209.  
  5210.  
  5211.  
  5212.  
  5213.  
  5214.  
  5215.  
  5216.  
  5217.  
  5218.  
  5219.  
  5220.  
  5221.  
  5222.  
  5223.  
  5224.  
  5225.  
  5226.  
  5227.  
  5228.  
  5229.  
  5230.  
  5231.  
  5232.  
  5233.  
  5234.  
  5235.  
  5236.  
  5237.  
  5238.  
  5239.  
  5240.  
  5241.           Expires 10/97                                        [Page 92]
  5242.  
  5243.  
  5244.  
  5245.  
  5246.           draft        Supplemental ATM Management Objects February 1997
  5247.  
  5248.  
  5249.           11.  Acknowledgments
  5250.  
  5251.           This document is a product of the AToMMIB Working Group.
  5252.  
  5253.  
  5254.  
  5255.  
  5256.  
  5257.  
  5258.  
  5259.  
  5260.  
  5261.  
  5262.  
  5263.  
  5264.  
  5265.  
  5266.  
  5267.  
  5268.  
  5269.  
  5270.  
  5271.  
  5272.  
  5273.  
  5274.  
  5275.  
  5276.  
  5277.  
  5278.  
  5279.  
  5280.  
  5281.  
  5282.  
  5283.  
  5284.  
  5285.  
  5286.  
  5287.  
  5288.  
  5289.  
  5290.  
  5291.  
  5292.  
  5293.  
  5294.  
  5295.  
  5296.  
  5297.  
  5298.           Expires 10/97                                        [Page 93]
  5299.  
  5300.  
  5301.  
  5302.  
  5303.           draft        Supplemental ATM Management Objects February 1997
  5304.  
  5305.  
  5306.           12.  References
  5307.  
  5308.           [1]  Ahmed, M., Tesink, K., "Definitions of Managed Objects
  5309.                for ATM Management Version February, 1997", draft-ietf-
  5310.                atommib-atm1ng-03.txt Bell Communications Research,
  5311.                August 1994.
  5312.  
  5313.           [2]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  5314.                "Structure of Management Information for version 2 of the
  5315.                Simple Network Management Protocol (SNMPv2)", RFC 1442,
  5316.                SNMP Research,Inc., Hughes LAN Systems, Dover Beach
  5317.                Consulting, Inc., Carnegie Mellon University, April 1993.
  5318.  
  5319.           [3]  McCloghrie, K., and M. Rose, Editors, "Management
  5320.                Information Base for Network Management of TCP/IP-based
  5321.                internets: MIB-II", STD 17, RFC 1213, Hughes LAN Systems,
  5322.                Performance Systems International, March 1991.
  5323.  
  5324.           [4]  Galvin, J., and K. McCloghrie, "Administrative Model for
  5325.                version 2 of the Simple Network Management Protocol
  5326.                (SNMPv2)", RFC 1445, Trusted Information Systems, Hughes
  5327.                LAN Systems, April 1993.
  5328.  
  5329.           [5]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  5330.                "Protocol Operations for version 2 of the Simple Network
  5331.                Management Protocol (SNMPv2)", RFC 1448, SNMP
  5332.                Research,Inc., Hughes LAN Systems, Dover Beach
  5333.                Consulting, Inc., Carnegie Mellon University, April 1993.
  5334.  
  5335.           [6]  McCloghrie, K. and F. Kastenholz, "Evolution of the
  5336.                Interfaces Group of MIB-II", RFC 1573, Hughes LAN
  5337.                Systems, FTP Software, January 1994.
  5338.  
  5339.           [7]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  5340.                "Textual Conventions for SNMPv2", RFC1443, SNMP
  5341.                Research,Inc., Hughes LAN Systems, Dover Beach
  5342.                Consulting, Inc., Carnegie Mellon University, April 1993.
  5343.  
  5344.           [8]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  5345.                "Conformance Statements for SNMPv2", RFC1444, SNMP
  5346.                Research,Inc., Hughes LAN Systems, Dover Beach
  5347.                Consulting, Inc., Carnegie Mellon University, April 1993.
  5348.  
  5349.  
  5350.  
  5351.  
  5352.  
  5353.  
  5354.  
  5355.           Expires 10/97                                        [Page 94]
  5356.  
  5357.  
  5358.  
  5359.  
  5360.           draft        Supplemental ATM Management Objects February 1997
  5361.  
  5362.  
  5363.           [9]  ATM Forum, "ATM User-Network Interface, Version 3.0 (UNI
  5364.                3.0) Specification, Part I", 1994.
  5365.  
  5366.           [10] ATM Forum, "ATM User-Network Interface, Version 3.1 (UNI
  5367.                3.1) Specification, Part I", November 1994.
  5368.  
  5369.           [11] ITU-T Recommendation Q.2931, "Broadband Integrated
  5370.                Service Digital Network (B-ISDN) Digital Service
  5371.                Signalling System No.2 (DSS2) User-Network Interface
  5372.                (UNI) Layer 3 Specification for Basic Call/Connection
  5373.                Control", September 1994.
  5374.  
  5375.           [12] ATM Forum 94-0471R4, "P-NNI Draft Specification, P-NNI
  5376.                SWG", November 1994.
  5377.  
  5378.           [13] ITU-T Draft Recommendation Q.2110, "Broadband Integrated
  5379.                Service Digital Network (B-ISDN) - ATM Adaptation Layer -
  5380.                Service Specific Connection Oriented Protocol (SSCOP)
  5381.                Specification", 1994.
  5382.  
  5383.           [14] Newton, T., "Baseline Text For LAN Emulation Client
  5384.                Management", ATM Forum Contribution 94-0737R1, Digital
  5385.                Equipment Corporation, January 1995.
  5386.  
  5387.           [15] Brown, T., Tesink, K., "Definitions of Managed Objects
  5388.                for SMDS Interfaces using SMIv2", RFC 1694, Bell
  5389.                Communications Research, August 1994.
  5390.  
  5391.           [16] ITU-T Draft Recommendation Q.2961, "Broadband Integrated
  5392.                Service Digital Network (B-ISDN) Digital Service
  5393.                Signalling System No.2 (DSS2) Support of Additional
  5394.                Traffic Parameters", May 1995.
  5395.  
  5396.           [17] ITU-T Draft Recommendation Q.2971, "Broadband Integrated
  5397.                Service Digital Network (B-ISDN) Digital Service
  5398.                Signalling System No.2 (DSS2) User Network Interface
  5399.                Layer 3 Specification for Point-to-multipoint
  5400.                Call/connection Control", May 1995.
  5401.  
  5402.           [18] ATM Forum, "Interim Inter-switch Signaling Protocol
  5403.                (IISP)Specification, Version 1.0", af-pnni-0026.000,
  5404.                December 1994.
  5405.  
  5406.  
  5407.  
  5408.  
  5409.  
  5410.  
  5411.  
  5412.           Expires 10/97                                        [Page 95]
  5413.  
  5414.  
  5415.  
  5416.  
  5417.           draft        Supplemental ATM Management Objects February 1997
  5418.  
  5419.  
  5420.           [19] ATM Forum B-ICI Recommendation, - Text to be provided
  5421.  
  5422.           [20] ITU-T Recommendation I.610, "Broadband Integrated Service
  5423.                Digital Network (B-ISDN) Operation and Maintenance
  5424.                Principles and Functions", July 1995.
  5425.  
  5426.           [21] "ATM Forum, af-ilmi-0065.000 "Integrated Local Management
  5427.                Interface (ILMI) Specification Version 4.0" September,
  5428.                1996.
  5429.  
  5430.  
  5431.  
  5432.  
  5433.  
  5434.  
  5435.  
  5436.  
  5437.  
  5438.  
  5439.  
  5440.  
  5441.  
  5442.  
  5443.  
  5444.  
  5445.  
  5446.  
  5447.  
  5448.  
  5449.  
  5450.  
  5451.  
  5452.  
  5453.  
  5454.  
  5455.  
  5456.  
  5457.  
  5458.  
  5459.  
  5460.  
  5461.  
  5462.  
  5463.  
  5464.  
  5465.  
  5466.  
  5467.  
  5468.  
  5469.           Expires 10/97                                        [Page 96]
  5470.  
  5471.  
  5472.  
  5473.  
  5474.           draft        Supplemental ATM Management Objects February 1997
  5475.  
  5476.  
  5477.           13.  Security Considerations
  5478.  
  5479.           Security issues are not discussed in this memo.
  5480.  
  5481.  
  5482.           14.  Authors' Addresses
  5483.  
  5484.                             Faye Ly
  5485.                             Bay Networks Communications, Inc.
  5486.                             4401 Great America Pkwy
  5487.                             Santa Clara, CA 95052
  5488.                             Phone: (408) 495-1702
  5489.                             EMail: faye@Baynetworks.COM
  5490.  
  5491.                             Michael Noto
  5492.                             Bell Communications Research
  5493.                             Room 1E-348
  5494.                             331 Newman Springs Road
  5495.                             P.O. Box 7020
  5496.                             Red Bank, NJ  07701-7020
  5497.                             Phone: (908) 758-5104
  5498.                             EMail: noto@cc.bellcore.com
  5499.  
  5500.                             Andrew Smith
  5501.                             Extreme Networks
  5502.                             1601 S. De Anza Blvd, #220
  5503.                             Cupertino, CA 95014
  5504.                             Phone: (408) 342 0985
  5505.                             EMail:  ansmith@ix.netcom.com
  5506.  
  5507.                             Kaj Tesink
  5508.                             Bell Communications Research
  5509.                             Room 1A-427
  5510.                             331 Newman Springs Road
  5511.                             P.O. Box 7020
  5512.                             Red Bank, NJ  07701-7020
  5513.                             Phone: (908) 758-5254
  5514.                             EMail: kaj@cc.bellcore.com
  5515.  
  5516.  
  5517.  
  5518.  
  5519.  
  5520.  
  5521.  
  5522.  
  5523.  
  5524.  
  5525.  
  5526.           Expires 10/97                                        [Page 97]
  5527.  
  5528.  
  5529.  
  5530.  
  5531.           draft        Supplemental ATM Management Objects February 1997
  5532.  
  5533.  
  5534.           Table of Contents
  5535.  
  5536.  
  5537.           1 Status of this Memo ...................................    1
  5538.           2 Introduction ..........................................    2
  5539.           3 Change Log ............................................    2
  5540.           4 The SNMPv2 Network Management Framework ...............    2
  5541.           5 Object Definitions ....................................    3
  5542.           6 Overview ..............................................    3
  5543.           6.1 Background ..........................................    3
  5544.           6.2 Important Definitions ...............................    4
  5545.           6.3 Supported Functions .................................    6
  5546.           6.3.1 ATM SVC VC Cross Connect Table ....................    7
  5547.           6.3.2 ATM SVC VP Cross Connect Table ....................    8
  5548.           6.3.3 ATM Interface Signalling Statistics Table .........    9
  5549.           6.3.3.1 SSCOP Counters ..................................    9
  5550.           6.3.3.2 Unsupported Service Failures ....................    9
  5551.           6.3.3.3 ATM Signalling Layer Protocol Errors ............   10
  5552.           6.3.3.4 UNI Signalling Sub-layer Statistics .............   10
  5553.           6.3.4 ATM Signalling Capability Support .................   10
  5554.           6.3.5 Signalling Descriptor Parameter Table .............   11
  5555.           6.3.6 ATM Interface Administrative Address Table ........   12
  5556.           6.3.7 ATM VPI/VCI to Address Mapping Table ..............   12
  5557.           6.3.8 ATM Address to VPI/VCI Mapping Table ..............   12
  5558.           6.3.9 ATM VPL Statistics Table ..........................   12
  5559.           6.3.10 ATM VPL Logical Port Table .......................   14
  5560.           6.3.10.1 ATM Logical Port Interface .....................   14
  5561.           6.3.10.2 How to create an ATM logical interface .........   16
  5562.           6.3.11 ATM VCL Statistics Table .........................   17
  5563.           6.3.12 ATM VC General Information Table .................   18
  5564.           6.3.13 ATM Interface Configuration Extention Table ......   18
  5565.           6.3.14 ATM Services Registration Table ..................   20
  5566.           6.3.15 ILMI Network Prefix Table ........................   21
  5567.           7 Valid Address Sets / Default Address ..................   22
  5568.           8 Configuration of VPLs, VCLs, and Cross-Connects .......   22
  5569.           9 ATM Related Trap Support ..............................   22
  5570.           10 Definitions ..........................................   23
  5571.           11 Acknowledgments ......................................   93
  5572.           12 References ...........................................   94
  5573.           13 Security Considerations ..............................   97
  5574.           14 Authors' Addresses ...................................   97
  5575.  
  5576.  
  5577.  
  5578.  
  5579.  
  5580.  
  5581.  
  5582.  
  5583.           Expires 10/97                                        [Page 98]
  5584.  
  5585.  
  5586.  
  5587.  
  5588.           draft        Supplemental ATM Management Objects February 1997
  5589.  
  5590.  
  5591.           :r svcFeb96
  5592.  
  5593.  
  5594.  
  5595.  
  5596.  
  5597.  
  5598.  
  5599.  
  5600.  
  5601.  
  5602.  
  5603.  
  5604.  
  5605.  
  5606.  
  5607.  
  5608.  
  5609.  
  5610.  
  5611.  
  5612.  
  5613.  
  5614.  
  5615.  
  5616.  
  5617.  
  5618.  
  5619.  
  5620.  
  5621.  
  5622.  
  5623.  
  5624.  
  5625.  
  5626.  
  5627.  
  5628.  
  5629.  
  5630.  
  5631.  
  5632.  
  5633.  
  5634.  
  5635.  
  5636.  
  5637.  
  5638.  
  5639.  
  5640.           Expires 10/97                                        [Page 99]
  5641.