home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc2051 < prev    next >
Text File  |  1996-10-30  |  239KB  |  6,948 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          M. Allen
  8. Request for Comments: 2051                               Wall Data Inc.
  9. Category: Standards Track                                   B. Clouston
  10.                                                          Z. Kielczewski
  11.                                                           Cisco Systems
  12.                                                                 W. Kwan
  13.                                                 Jupiter Technology Inc.
  14.                                                                B. Moore
  15.                                                                     IBM
  16.                                                            October 1996
  17.  
  18.           Definitions of Managed Objects for APPC using SMIv2
  19.  
  20. Status of this Memo
  21.  
  22.    This document specifies an Internet standards track protocol for the
  23.    Internet community, and requests discussion and suggestions for
  24.    improvements.  Please refer to the current edition of the "Internet
  25.    Official Protocol Standards" (STD 1) for the standardization state
  26.    and status of this protocol.  Distribution of this memo is unlimited.
  27.  
  28. Table of Contents
  29.  
  30.    1.     Introduction  ...........................................    1
  31.    2.     The SNMP Network Management Framework  ..................    1
  32.    3.     Overview  ...............................................    2
  33.    3.1    APPC MIB structure ......................................    4
  34.    4.     Definitions  ............................................   10
  35.    5.     Acknowledgments  ........................................  123
  36.    6.     References  .............................................  123
  37.    7.     Security Considerations  ................................  123
  38.    8.     Authors' Addresses  .....................................  124
  39.  
  40. 1.  Introduction
  41.  
  42.    This memo defines a portion of the Management Information Base (MIB)
  43.    for use with network management protocols in the Internet community.
  44.    In particular, it defines objects for managing the configuration,
  45.    monitoring and controlling of network devices with APPC (Advanced
  46.    Program-to-Program Communications) capabilities.  This memo
  47.    identifies managed objects for the SNA LU6.2 protocols.
  48.  
  49. 2.  The SNMP Network Management Framework
  50.  
  51.    The SNMP Network Management Framework consists of several components.
  52.    For the purpose of this specification, the applicable components of
  53.    the Framework are the SMI and related documents [2, 3, 4], which
  54.    define the mechanisms used for describing and naming objects for the
  55.  
  56.  
  57.  
  58. Allen, et. al.              Standards Track                     [Page 1]
  59.  
  60. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  61.  
  62.  
  63.    purpose of management.
  64.  
  65.    The Framework permits new objects to be defined for the purpose of
  66.    experimentation and evaluation.
  67.  
  68. 3.  Overview
  69.  
  70.    This document identifies the proposed set of objects for managing the
  71.    configuration, monitoring and controlling devices with APPC
  72.    capabilities.  APPC is the aspect of SNA which supports peer-to-peer
  73.    communication, and provides the interface for applications to
  74.    communicate.  In this document, we will describe LU6.2 protocol-
  75.    specific managed objects.
  76.  
  77.    This document describes both dependent and independent LU 6.2
  78.    protocols.
  79.  
  80.    A dependent LU requires assistance from an SSCP in order to activate
  81.    an LU 6.2 session.  An independent LU is able to activate an LU 6.2
  82.    session without assistance from the SSCP.  If the agent supports
  83.    dependent LU 6.2 only, the SNA NAU MIB, RFC 1666 [7] is used instead
  84.    to represent those objects.
  85.  
  86.    Local LUs and partner LUs connect with each other using sessions.
  87.    Multiple different sessions can be established between LUs with
  88.    characteristics defined by Modes.  Session limits within a defined
  89.    Mode are negotiated between the local and partner LUs using a
  90.    protocol called CNOS (Change Number of Sessions).
  91.  
  92.    Transaction Programs (TPs) are applications that use sessions to
  93.    communicate with each other.  Multiple TPs can use the same session,
  94.    but not at the same time. A single usage of a session is called a
  95.    conversation. While a session can stay active for a long time, a
  96.    conversation can come up and down based on usage by the TPs.
  97.  
  98.    Common Programming Interface - Communications (CPI-C) is a standard
  99.    API (Application Programming Interface) for APPC and OSI TP that is
  100.    used by TPs for accessing conversations. Although, many of the CPI-C
  101.    objects in this MIB are relevant to both APPC and OSI TP, the
  102.    intention is for managing APPC products only.
  103.  
  104.    SNA names such as LU names, CP names, mode names, and COS names can
  105.    be padded with space characters in SNA formats.  These space
  106.    characters are insignificant.  For example, in a BIND RU a mode name
  107.    of "#INTER" with a length of 6 is identical to a mode name of "#INTER
  108.    " with a length of 8.  However, in this MIB, insignificant space
  109.    characters are not included by the agent. Using the mode name from
  110.    the previous example, an agent would return a length of 6 and the
  111.  
  112.  
  113.  
  114. Allen, et. al.              Standards Track                     [Page 2]
  115.  
  116. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  117.  
  118.  
  119.    string "#INTER" with no space characters for appcModeAdminModeName,
  120.    regardless of how it appears in the BIND RU or in internal storage.
  121.    The lone exception is the all blank mode name, for which the agent
  122.    returns a length of 8 and the string " " (8 space characterss).
  123.  
  124.    When an SNA name is functioning as a table index, an agent shall
  125.    treat trailing space characters as significant.  If a Management
  126.    Station requests the objects from a row with index "#INTER  ", the
  127.    agent does not match this to the row with index "#INTER".  Since an
  128.    agent has no insignificant space characters in any of its table
  129.    indices, the only reason for a Management Station to include them
  130.    would be to start GetNext processing at a chosen point in a table.
  131.    For example, a GetNext request with index "M       " would start
  132.    retrieval from a table at the first row with an 8-character index
  133.    beginning with M or a letter after M.
  134.  
  135.    The SNA/APPC terms and overall architecture are documented in [1],
  136.    [5], and [6].
  137.  
  138.    Highlights of the management functions supported by the APPC MIB
  139.    module include the following:
  140.  
  141.    o    Activating and deactivating statistics keeping and counting.
  142.  
  143.    o    Activating and deactivating tracing.
  144.  
  145.    o    Issuing CNOS processing verbs/commands for
  146.         INITIALIZE_SESSION_LIMIT, CHANGE_SESSION_LIMIT and
  147.         RESET_SESSION_LIMIT.
  148.  
  149.    o    Monitoring of parameters related to local LU, partner LU, modes,
  150.         TPs and CPI-C side information.
  151.  
  152.    o    Deactivating sessions.
  153.  
  154.    o    Monitoring of LU6.2-specific session operational parameters and
  155.         statistics, historical information about abnormally terminated
  156.         sessions, and information about APPC sessions that are
  157.         transported by APPN HPR.
  158.  
  159.    o    Monitoring of conversation operational parameters, and
  160.         historical information about abnormally terminated sessions.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Allen, et. al.              Standards Track                     [Page 3]
  171.  
  172. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  173.  
  174.  
  175.    This MIB module does not support:
  176.  
  177.    o    Modifying APPC defaults.
  178.  
  179.    o    Creating and deleting partner LUs, modes, TPs, and CPI-C side
  180.         information tables.
  181.  
  182.    o    Modifying parameters related to local LU, partner LU, modes,
  183.         TPs, and CPI-C side information.
  184.  
  185.    o    Activating or deactivating local LUs.
  186.  
  187.    o    Activating or deactivating partner LUs.
  188.  
  189.    o    Activating or deactivating conversations.
  190.  
  191.    o    Activating or deactivating Transaction Programs.
  192.  
  193.    o    Activating sessions.
  194.  
  195.    o    Traps
  196.  
  197. 3.1.  APPC MIB Structure
  198.  
  199.    The APPC MIB module contains six groups of objects:
  200.  
  201.    o    appcGlobal - objects related to global defaults and controls.
  202.         In addition, CNOS processing objects are also part of this group.
  203.  
  204.    o    appcLu   - objects related to LU6.2-specific local and partner
  205.         LU, mode definition, monitoring and control.
  206.  
  207.    o    appcTp  - objects related to transaction program definition,
  208.         monitoring and control.
  209.  
  210.    o    appcSession  - objects related to LU6.2-specific session
  211.         monitoring.
  212.  
  213.    o    appcConversation  - objects related to conversation monitoring.
  214.  
  215.    o    appcCPIC  - objects related to related CPI-C side information.
  216.  
  217.    These groups are described below in more detail.
  218.  
  219.    The objects related to LU6.2 are generally organized into two types of
  220.    tables: the Admin and Oper tables.
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Allen, et. al.              Standards Track                     [Page 4]
  227.  
  228. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  229.  
  230.  
  231.    The "Admin" table contains read-only objects which contain default or
  232.    expected configuration values. This MIB does not create or modify
  233.    configuration values.  The "Oper" table contains objects which
  234.    provide current operational values, such as state values or
  235.    negotiated parameters, for dynamic or configured objects.  Dynamic
  236.    objects are created by the APPC system using one of the templates
  237.    provided in the "Admin" table.  Configured objects usually have a
  238.    one-to-one relationship between "Admin" and "Oper" entries.  However,
  239.    some "Admin" values may have changed since the object became
  240.    operational, such that the "Oper" values may no longer be based on
  241.    the "Admin" values.  The "Admin" entry could even be deleted.  For
  242.    example, some implementations may allow a mode definition
  243.    (appcModeAdminEntry) to be deleted even while an active session was
  244.    using this mode (appcModeOperEntry still exists).  Where appropriate,
  245.    the "Oper" table may include initial starting values for objects that
  246.    can be reconfigured while operational.  How the "Admin" values are
  247.    changed or deleted is outside the scope of this MIB.
  248.  
  249. 3.1.1.  appcGlobal group
  250.  
  251.    The appcGlobal group consists of the following tables and objects:
  252.  
  253.    1) appcCntrlAdminGroup
  254.  
  255.    This group of objects controls whether certain statistics and
  256.    counters (e.g., session counters and RSCV collection) should be
  257.    maintained by the Agent.  In addition, the ability to activate and
  258.    deactivate tracing is also supported through objects in this group.
  259.    These objects are for Agent implementations that wish to provide this
  260.    level of operational control and are optional.
  261.  
  262.    The objects in this group represent the desired state, with the
  263.    actual operational values in appcCntlOperGroup.
  264.  
  265.    These objects can be generated initially, after startup of SNA
  266.    service, by the Agent which uses information from the Node
  267.    configuration file.  Subsequent modifications of object values is
  268.    possible by a Management station.  The modifications to these objects
  269.    can be saved in the Node configuration file for the next startup
  270.    (i.e., restart or next initialization) of SNA service, but the
  271.    mechanism for this function is not defined in this document.
  272.  
  273.    2) appcCntrlOperGroup
  274.  
  275.    This group of objects monitors whether certain statistics and
  276.    counters (e.g., session counters and RSCV collection ) are maintained
  277.    by an Agent.  In addition, the ability to monitor tracing activity is
  278.    also supported through objects in this group.
  279.  
  280.  
  281.  
  282. Allen, et. al.              Standards Track                     [Page 5]
  283.  
  284. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  285.  
  286.  
  287.    This table represents the actual operational state. These states can
  288.    be modified via objects in the appcCntrlAdminGroup.
  289.  
  290.    3) appcGlobalObjects
  291.  
  292.    These objects describe global information such as APPC system start
  293.    time, the control point name, and default LU 6.2 configuration
  294.    values.  The type of default configuration information includes mode
  295.    name, LU, and maximum logical record size.
  296.  
  297.    4) appcCnosControl
  298.  
  299.    These objects allows for issuing of CNOS commands relative to a local
  300.    and partner LU pair and a Mode.  They support the following CNOS
  301.    commands:  INITIALIZE_SESSION_LIMIT, CHANGE_SESSION_LIMIT and
  302.    RESET_SESSION_LIMIT.
  303.  
  304.    The objects in this group can be modified by a Management Station.
  305.  
  306.    This group consists of objects that are relevant to the CNOS commands
  307.    parameters, which a Management Station needs to set.  After setting
  308.    the parameters of a CNOS command, the Management Station will set the
  309.    control object (appcCnosCommand) to request the Agent to issue the
  310.    appropriate CNOS command.
  311.  
  312. 3.1.2.  appcLu group
  313.  
  314.    The appcLu group consists of the following tables:
  315.  
  316.    1) appcLluAdminTable
  317.  
  318.    This table contains objects which describe specific LU6.2 local LU
  319.    configuration information.  The type of information includes the
  320.    maximum number of sessions supported and compression parameters.
  321.  
  322.    2) appcLluOperTable
  323.  
  324.    This table contains objects which describe specific LU6.2 local LU
  325.    operational information. The type of information includes the maximum
  326.    number of sessions supported, the number of sessions currently
  327.    active, and compression parameters.
  328.  
  329.    3) appcLuPairAdminTable
  330.  
  331.    This table contains objects which describe local LU and partner LU
  332.    configuration information. The type of information includes security
  333.    information and whether parallel sessions are supported.
  334.  
  335.  
  336.  
  337.  
  338. Allen, et. al.              Standards Track                     [Page 6]
  339.  
  340. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  341.  
  342.  
  343.    For those implementations that have partner LU definitions associated
  344.    with each local LU, multiple entries with the same
  345.    appcLuPairAdminParLuName could exist with different
  346.    appcLuPairAdminLocLuName.  For those implementations in which partner
  347.    LU definitions apply to all local LUs, the appcLuPairAdminLocLuName
  348.    is set to '*ALL'.
  349.  
  350.    4) appcLuPairOperTable
  351.  
  352.    This table contains objects which describe partner/local LU pair run-
  353.    time operational information.  The type of information includes
  354.    security information and whether parallel sessions are supported.
  355.  
  356.    Although the Admin (appcLuPairAdminTable) table entries could be
  357.    global to all local LUs in a Node, an entry in this Oper table is
  358.    always associated with one local LU.
  359.  
  360.    A row in this table is created as soon as there is an active session
  361.    between the local and partner LU. Two entries are present when both
  362.    LUs in a pair are local.
  363.  
  364.    5) appcModeAdminTable
  365.  
  366.    This table contains objects which describe Mode configuration
  367.    information. The type of information includes the mode name and
  368.    maximum session limit.
  369.  
  370.    For those implementations that have Mode definitions associated with
  371.    each local and partner LU pair, multiple entries with the same
  372.    appcModeAdminModeName could exist with different
  373.    appcModeAdminLocLuName and appcModeAdminParLuName.  For those
  374.    implementations in which Mode definitions apply to all local and/or
  375.    all partner LUs, the appcModeAdminLocLuName and/or
  376.    appcModeAdminParLuName are set to '*ALL'.
  377.  
  378.    6) appcModeOperTable
  379.  
  380.    This table contains objects which describe Mode run-time operational
  381.    information for each local/partner LU pair.  The type of information
  382.    includes the mode name and maximum session limit.
  383.  
  384.    Although the Admin table entries could be global to all local and
  385.    partner LUs in a Node, the Oper table entries are always associated
  386.    with one local and partner LU pair.
  387.  
  388.    A row in this table is created as soon as there is an active session
  389.    between local and partner LU for this Mode. Two entries are present
  390.    when both LUs in a pair are local.
  391.  
  392.  
  393.  
  394. Allen, et. al.              Standards Track                     [Page 7]
  395.  
  396. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  397.  
  398.  
  399. 3.1.3.  appcTp group
  400.  
  401.    The appcTp group consists of the following table:
  402.  
  403.    1) appcTpAdminTable
  404.  
  405.    This table contains objects which describe transaction program (TP)
  406.    configuration information. The type of information includes the TP
  407.    name and TP operation, indicating how the TP will be started.
  408.  
  409.    For those implementations that have TP definitions associated with
  410.    each local LU, multiple entries with the same appcTpAdminTpName could
  411.    exist with different appcTpAdminLocLuName.  For those implementations
  412.    in which TP definition applies to all local LUs, it will have
  413.    appcTpAdminLocLuName set to '*ALL'.
  414.  
  415.    There is no appcTpOperTable. Run-time information about TP tends to
  416.    be product-specific (e.g., process Id), and much of the information
  417.    can be derived from the conversation tables.
  418.  
  419. 3.1.4.  appcSession group
  420.  
  421.    The appcSession group consists of the following tables:
  422.  
  423.    1) appcActSessTable
  424.  
  425.    This table contains objects which describe LU6.2 session information.
  426.    The type of information includes the PCID and the pacing counts.
  427.  
  428.    2) appcSessStatsTable
  429.  
  430.    This table contains statistical information about LU 6.2 sessions.
  431.    The type of information includes counters of bytes and RUs sent and
  432.    received.
  433.  
  434.    3) appcHistSessTable
  435.  
  436.    This table contains historical information about APPC sessions that
  437.    have terminated abnormally.  The type of information includes the
  438.    unbind type and sense data.
  439.  
  440.    4) appcSessRtpTable
  441.  
  442.    This table contains information about LU 6.2 sesions that are being
  443.    transported by High Performance Routing.  The type of information
  444.    includes the NCEID and TCID.
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Allen, et. al.              Standards Track                     [Page 8]
  451.  
  452. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  453.  
  454.  
  455. 3.1.5.  appcConversation group
  456.  
  457.    The appcConversation group consists of the following tables:
  458.  
  459.    1) appcActiveConvTable
  460.  
  461.    This table contains objects which describe active conversation
  462.    information. The type of information includes the state and type.  An
  463.    entry is created by an Agent when the conversation is started, and is
  464.    removed when the conversation ends.
  465.  
  466.    2) appcHistConvTable
  467.  
  468.    This table contains objects which describe historical conversation
  469.    information about abnormally terminated conversations.  The number of
  470.    entries and how long they are kept depends on the Agent
  471.    implementation.  The type of information inclues the sense data and
  472.    log data.
  473.  
  474. 3.1.6.  appcCPIC group
  475.  
  476.    The appcCPIC group consists of the following tables:
  477.  
  478.    1) appcCpicAdminTable
  479.  
  480.    This table contains objects which describe CPI-C side information.
  481.    The type of information includes the symbolic destination name and
  482.    partner LU name.
  483.  
  484.    For those implementations that have CPI-C definition associated with
  485.    each local LU, multiple entries with the same
  486.    appcCpicAdminSymbDestName could exist with different
  487.    appcCpicAdminLocLuName.  For those implementations in which CPI-C
  488.    definition applies to all local LUs, it will have
  489.    appcCpicAdminLocLuName set to '*ALL'.
  490.  
  491.    2) appcCpicOperTable
  492.  
  493.    This table contains objects which describe CPI-C run-time operational
  494.    information.  The type of information includes the symbolic
  495.    destination name and partner LU name.
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. Allen, et. al.              Standards Track                     [Page 9]
  507.  
  508. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  509.  
  510.  
  511. 4.  Definitions
  512.  
  513. APPC-MIB DEFINITIONS        ::= BEGIN
  514.  
  515. IMPORTS
  516.       DisplayString, InstancePointer, TEXTUAL-CONVENTION, DateAndTime
  517.                 FROM SNMPv2-TC
  518.  
  519.       mib-2, Counter32, Gauge32, Integer32, TimeTicks,
  520.       OBJECT-TYPE, MODULE-IDENTITY
  521.                 FROM SNMPv2-SMI
  522.  
  523.       snanauMIB
  524.                 FROM SNA-NAU-MIB
  525.  
  526.       MODULE-COMPLIANCE, OBJECT-GROUP
  527.                 FROM SNMPv2-CONF;
  528.  
  529. appcMIB MODULE-IDENTITY
  530.       LAST-UPDATED  "9512150000Z"
  531.       ORGANIZATION  "IETF SNA NAU MIB Working Group"
  532.       CONTACT-INFO
  533.  
  534.                 "
  535.                         Michael Allen
  536.                         Wall Data Inc.
  537.                         P.O.Box 1120
  538.                         Duval, WA 98019, USA
  539.                         Tel:    1 206 844 3505
  540.                         E-mail: mallen@hq.walldata.com
  541.  
  542.                         Bob Clouston
  543.                         Cisco Systems
  544.                         7025 Kit Creek Road
  545.                         P.O. Box 14987
  546.                         Research Triangle Park, NC 27709, USA
  547.                         Tel:    1 919 472 2333
  548.                         E-mail: clouston@cisco.com
  549.  
  550.                         Zbigniew Kielczewski
  551.                         Cisco Systems
  552.                         3100 Smoketree Court
  553.                         Raleigh, NC 27604, USA
  554.                         Tel:    1 919 871 6326
  555.                         E-mail: zbig@cisco.com
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. Allen, et. al.              Standards Track                    [Page 10]
  563.  
  564. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  565.  
  566.  
  567.                         William Kwan
  568.                         Jupiter Technology Inc.
  569.                         200 Prospect Street
  570.                         Waltham, MA 02254, USA
  571.                         Tel:    1 617 894 9300, x423
  572.                         E-mail: billk@jti.com
  573.  
  574.                         Bob Moore
  575.                         IBM Corporation
  576.                         800 Park Offices Drive
  577.                         CNMA/664
  578.                         P.O. Box 12195
  579.                         Research Triangle Park, NC 27709, USA
  580.                         Tel:    1 919 254 4436
  581.                         E-mail: remoore@ralvm6.vnet.ibm.com
  582.                 "
  583.       DESCRIPTION
  584.           "This is the MIB module for objects used to manage network
  585.           devices with APPC capabilities."
  586.  
  587. ::= { snanauMIB 3 }
  588.  
  589. appcObjects          OBJECT IDENTIFIER ::= { appcMIB 1 }
  590.   appcGlobal         OBJECT IDENTIFIER ::= { appcObjects 1 }
  591.   appcLu             OBJECT IDENTIFIER ::= { appcObjects 2 }
  592.   appcTp             OBJECT IDENTIFIER ::= { appcObjects 3 }
  593.   appcSession        OBJECT IDENTIFIER ::= { appcObjects 4 }
  594.   appcConversation   OBJECT IDENTIFIER ::= { appcObjects 5 }
  595.   appcCPIC           OBJECT IDENTIFIER ::= { appcObjects 6 }
  596.  
  597.  
  598. -- *********************************************************************
  599. -- Objects in this MIB are used to model an SNA device that supports
  600. -- APPC LUs.
  601. -- Following is the overall organization of the MIB.
  602. --
  603. -- 1.   APPC Global Objects            - global values, defaults,
  604. --                                       controls (including CNOS)
  605. -- 2.   APPC Defined Lu Tables         - Admin and Oper
  606. -- 3.   APPC Defined LU Pair Tables    - Admin and Oper
  607. -- 4.   APPC Mode Tables               - Admin and Oper
  608. -- 5.   APPC TP Tables                 - Admin only
  609. -- 6.   APPC Session Tables            - Active, Stats, History, RTP
  610. -- 7.   APPC Conversation Table        - Active, History
  611. -- 8.   APPC CPIC side info            - Admin and Oper
  612. -- *********************************************************************
  613.  
  614. -- *********************************************************************
  615.  
  616.  
  617.  
  618. Allen, et. al.              Standards Track                    [Page 11]
  619.  
  620. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  621.  
  622.  
  623. -- Textual Convention
  624.  
  625. -- ---------------------------------------------------------------------
  626. SnaSenseData ::= TEXTUAL-CONVENTION
  627.       STATUS current
  628.       DESCRIPTION
  629.           "To facilitate their display by a Management Station, sense
  630.           data objects in the MIB are represented as DisplayStrings of
  631.           size 8.  Eight '0' characters indicates that no sense data
  632.           identifying an SNA error condition is available."
  633.  
  634.       SYNTAX DisplayString (SIZE (8))
  635. -- *********************************************************************
  636. -- APPC Control Objects
  637. -- ---------------------------------------------------------------------
  638. -- The following objects allow:
  639. --    * the collection of APPC Session information counters
  640. --      to be started and stopped
  641. --    * the collection of APPC Session RSCVs
  642. --      to be started and stopped
  643. --    * the collection of APPC tracing information to be started and
  644. --      stopped
  645. --
  646. -- These objects are for implementations that wish to provide
  647. -- this level of operational control.  This group is
  648. -- conditionally mandatory in the conformance section of the MIB.
  649. --
  650. -- *********************************************************************
  651.  
  652. -- *********************************************************************
  653. -- Control Admin
  654. --      These objects contain the desired states for the controls.
  655. --      The actual states are in the Oper objects.
  656. -- *********************************************************************
  657. appcCntrlAdminGroup OBJECT IDENTIFIER ::= { appcGlobal 1 }
  658.  
  659. appcCntrlAdminStat OBJECT-TYPE
  660.       SYNTAX INTEGER {
  661.                       notActive(1),
  662.                       active(2)
  663.                      }
  664.       MAX-ACCESS read-write
  665.       STATUS current
  666.       DESCRIPTION
  667.           "Indicates the desired state of statistics collection:
  668.  
  669.               notActive  collection of counters is not active.
  670.               active     collection of counters is active.
  671.  
  672.  
  673.  
  674. Allen, et. al.              Standards Track                    [Page 12]
  675.  
  676. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  677.  
  678.  
  679.            When this object is set to notActive, all of the entries are
  680.            removed from the appcSessStatsTable."
  681.  
  682.       ::= { appcCntrlAdminGroup  1 }
  683.  
  684. appcCntrlAdminRscv OBJECT-TYPE
  685.       SYNTAX INTEGER {
  686.                       notActive(1),
  687.                       active(2)
  688.                      }
  689.       MAX-ACCESS read-write
  690.       STATUS current
  691.       DESCRIPTION
  692.           "Indicates the desired state of RSCV information collection:
  693.               notActive  collection of route selection control vectors
  694.                          is not active.
  695.               active     collection of route selection control vectors
  696.                          is active."
  697.  
  698.       ::= { appcCntrlAdminGroup  2 }
  699.  
  700. appcCntrlAdminTrace OBJECT-TYPE
  701.       SYNTAX INTEGER {
  702.                       notActive(1),
  703.                       active(2)
  704.                      }
  705.       MAX-ACCESS read-write
  706.       STATUS current
  707.       DESCRIPTION
  708.           "Indicates the desired state of tracing:
  709.  
  710.               notActive  collection of tracing information is not active
  711.               active     collection of tracing information is active"
  712.  
  713.       ::= { appcCntrlAdminGroup  3 }
  714.  
  715. appcCntrlAdminTraceParm OBJECT-TYPE
  716.       SYNTAX DisplayString (SIZE (0..128))
  717.       MAX-ACCESS read-write
  718.       STATUS current
  719.       DESCRIPTION
  720.           "Specifies the parameter to be used in conjunction with
  721.           activating tracing.  The actual content is implementation
  722.           dependent."
  723.  
  724.       ::= { appcCntrlAdminGroup  4 }
  725.  
  726. -- *********************************************************************
  727.  
  728.  
  729.  
  730. Allen, et. al.              Standards Track                    [Page 13]
  731.  
  732. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  733.  
  734.  
  735. -- Control Oper
  736. --      These objects contain the actual states of the controls.
  737. -- *********************************************************************
  738. appcCntrlOperGroup OBJECT IDENTIFIER ::= { appcGlobal 2 }
  739.  
  740. appcCntrlOperStat OBJECT-TYPE
  741.       SYNTAX INTEGER {
  742.                       notActive(1),
  743.                       active(2)
  744.                      }
  745.       MAX-ACCESS read-only
  746.       STATUS current
  747.       DESCRIPTION
  748.           "Indicates the current collection options in effect:
  749.  
  750.               notActive  collection of counters is not active.
  751.               active     collection of counters is active.
  752.  
  753.           Statistical entries are present in the appcSessStatsTable
  754.           only when the value of this object is 'active'."
  755.  
  756.       ::= { appcCntrlOperGroup 1 }
  757.  
  758. appcCntrlOperStatTime OBJECT-TYPE
  759.       SYNTAX TimeTicks
  760.       MAX-ACCESS read-only
  761.       STATUS current
  762.       DESCRIPTION
  763.           "Time since the appcCntrlOperStat object last changed.
  764.            This time is in hundreds of a second."
  765.  
  766.       ::= { appcCntrlOperGroup 2 }
  767.  
  768. appcCntrlOperRscv OBJECT-TYPE
  769.       SYNTAX INTEGER {
  770.                       notActive(1),
  771.                       active(2)
  772.                      }
  773.       MAX-ACCESS read-only
  774.       STATUS current
  775.       DESCRIPTION
  776.           "Indicates the current collection options in effect:
  777.  
  778.               notActive  collection of route selection control vectors
  779.                          is not active.
  780.               active     collection of route selection control vectors
  781.                          is active."
  782.  
  783.  
  784.  
  785.  
  786. Allen, et. al.              Standards Track                    [Page 14]
  787.  
  788. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  789.  
  790.  
  791.       ::= { appcCntrlOperGroup 3 }
  792.  
  793. appcCntrlOperRscvTime OBJECT-TYPE
  794.       SYNTAX TimeTicks
  795.       MAX-ACCESS read-only
  796.       STATUS current
  797.       DESCRIPTION
  798.           "Time since the appcCntrlOperRscv object last changed.
  799.            This time is in hundreds of a second."
  800.  
  801.       ::= { appcCntrlOperGroup 4 }
  802.  
  803. appcCntrlOperTrace OBJECT-TYPE
  804.       SYNTAX INTEGER {
  805.                       notActive(1),
  806.                       active(2)
  807.                      }
  808.       MAX-ACCESS read-only
  809.       STATUS current
  810.       DESCRIPTION
  811.           "Indicates the current state of tracing:
  812.  
  813.               notActive  collection of tracing information is not active.
  814.               active     collection of tracing information is active."
  815.  
  816.       ::= { appcCntrlOperGroup 5 }
  817.  
  818. appcCntrlOperTraceTime OBJECT-TYPE
  819.       SYNTAX TimeTicks
  820.       MAX-ACCESS read-only
  821.       STATUS current
  822.       DESCRIPTION
  823.           "Time since the appcCntrlOperTrace object last changed.
  824.            This time is in hundreds of a second."
  825.  
  826.       ::= { appcCntrlOperGroup 6 }
  827.  
  828. appcCntrlOperTraceParm OBJECT-TYPE
  829.       SYNTAX DisplayString (SIZE (0..128))
  830.       MAX-ACCESS read-only
  831.       STATUS current
  832.       DESCRIPTION
  833.           "Specifies the parameter used in conjunction with activating
  834.            tracing. The actual content is implementation dependent."
  835.  
  836.       ::= { appcCntrlOperGroup 7 }
  837.  
  838. -- ******************************************************************
  839.  
  840.  
  841.  
  842. Allen, et. al.              Standards Track                    [Page 15]
  843.  
  844. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  845.  
  846.  
  847. --
  848. --    APPC global settings
  849. --
  850. -- ******************************************************************
  851. appcGlobalObjects OBJECT IDENTIFIER ::= { appcGlobal 3 }
  852.  
  853. appcUpTime OBJECT-TYPE
  854.       SYNTAX TimeTicks
  855.       MAX-ACCESS read-only
  856.       STATUS current
  857.       DESCRIPTION
  858.           "The time, in hundredths of a second, since the
  859.           APPC portion of the system was last reinitialized."
  860.  
  861.       ::= { appcGlobalObjects 1 }
  862.  
  863. appcDefaultModeName OBJECT-TYPE
  864.       SYNTAX DisplayString (SIZE (1..8))
  865.       MAX-ACCESS read-only
  866.       STATUS current
  867.       DESCRIPTION
  868.           "Specifies the mode name to be used under the following
  869.            conditions:
  870.  
  871.               When an incoming BIND request contains a mode name not
  872.               defined at the local node.  The parameters defined for
  873.               this mode are used for the inbound implicit mode
  874.               capability.
  875.  
  876.               When an APPC program issues an [MC_]ALLOCATE,
  877.               [MC_]SEND_CONVERSATION, or CNOS verb, or when a CPI-C
  878.               program issues an Allocate (CMALLC) call,
  879.               specifying a mode name not defined at the local node.  The
  880.               parameters defined for this mode are used for the outbound
  881.               implicit mode capability.
  882.  
  883.            This mode name must match a defined entry in the
  884.            appcModeAdminTable."
  885.  
  886.       ::= { appcGlobalObjects 2 }
  887.  
  888. appcDefaultLuName OBJECT-TYPE
  889.       SYNTAX DisplayString (SIZE (1..17))
  890.       MAX-ACCESS read-only
  891.       STATUS current
  892.       DESCRIPTION
  893.           "Specifies the name of the local LU that is to serve as the
  894.           default LU.  This is the default LU to which are routed inbound
  895.  
  896.  
  897.  
  898. Allen, et. al.              Standards Track                    [Page 16]
  899.  
  900. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  901.  
  902.  
  903.           BIND requests that exclude the secondary LU name.  This field
  904.           is from 1 to 17 characters in length, including a period (.)
  905.           which separates the NetId from the NAU name if the NetId is
  906.           present.  This local LU name must match a defined entry in the
  907.           appcLluAdminTable."
  908.  
  909.       ::= { appcGlobalObjects 3 }
  910.  
  911. appcDefaultImplInbndPlu OBJECT-TYPE
  912.       SYNTAX INTEGER {
  913.                       no(1),
  914.                       yes(2)
  915.                      }
  916.       MAX-ACCESS read-only
  917.       STATUS current
  918.       DESCRIPTION
  919.           "Specifies whether or not inbound implicit partner LU support
  920.           is enabled.  The following values are defined:
  921.  
  922.               no   -  Specifies that inbound implicit partner LU support
  923.                       is disabled, which means that an incoming bind that
  924.                       specifies a partner LU that is not defined at the
  925.                       local node will be rejected.
  926.  
  927.               yes  -  Specifies that inbound implicit partner LU support
  928.                       is enabled, which provides the capability to accept
  929.                       an incoming BIND request that contains a partner LU
  930.                       name that is not defined at the local node."
  931.  
  932.       ::= { appcGlobalObjects 4 }
  933.  
  934. appcDefaultMaxMcLlSndSize OBJECT-TYPE
  935.       SYNTAX Integer32
  936.       MAX-ACCESS read-only
  937.       STATUS current
  938.       DESCRIPTION
  939.           "Specifies the maximum size of a logical record to be used for
  940.           a mapped conversation when sending data to either the inbound
  941.           or outbound implicit partner LU.  This size is the maximum
  942.           number of bytes in a single logical record, as indicated in the
  943.           LL field of the record.  The default value is 32767.
  944.  
  945.           Note that this object does not limit the maximum size that an
  946.           application program can supply on the Send Data call for a
  947.           mapped conversation."
  948.  
  949.       ::= { appcGlobalObjects 5 }
  950.  
  951.  
  952.  
  953.  
  954. Allen, et. al.              Standards Track                    [Page 17]
  955.  
  956. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  957.  
  958.  
  959. appcDefaultFileSpec OBJECT-TYPE
  960.       SYNTAX DisplayString (SIZE (0..80))
  961.       MAX-ACCESS read-only
  962.       STATUS current
  963.       DESCRIPTION
  964.           "The local file specification that is to be searched by the
  965.            APPC attach manager when no DEFINE_TP verb has been issued
  966.            for the TP name received on an incoming attach.  In this
  967.            case, the attach manager will attempt to start a program
  968.            whose file name is the same as the incoming TP name.  If
  969.            found, the program is loaded. If not found, the attach is
  970.            rejected.
  971.  
  972.            The value '*' indicates that the normal search path for
  973.            executable programs is to be used for locating an undefined
  974.            transaction program.
  975.  
  976.            A null string indicates that there is no default file
  977.            specification for undefined transaction programs."
  978.  
  979.       ::= { appcGlobalObjects 6 }
  980.  
  981. appcDefaultTpOperation OBJECT-TYPE
  982.       SYNTAX INTEGER {
  983.                       other(1),
  984.                       queuedOperatorStarted(2),
  985.                       queuedOperatorPreloaded(3),
  986.                       queuedAmStarted(4),
  987.                       nonqueuedAmStarted(5)
  988.                      }
  989.       MAX-ACCESS read-only
  990.       STATUS current
  991.       DESCRIPTION
  992.           "Specifies how the program will be started.
  993.  
  994.               other - Specifies that the default TP operation is none of
  995.                       the methods specified below. It may be a
  996.                       product-specific method.
  997.  
  998.               queuedOperatorStarted - Specifies that one version of the
  999.                       program will be run at a time.  If an incoming
  1000.                       attach arrives and the program has not been started
  1001.                       yet, APPC will issue a message to the operator to
  1002.                       start the specified program.  Subsequent attaches
  1003.                       that arrive while the program is active will be
  1004.                       queued.
  1005.  
  1006.               queuedOperatorPreloaded - Specifies that one version
  1007.  
  1008.  
  1009.  
  1010. Allen, et. al.              Standards Track                    [Page 18]
  1011.  
  1012. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1013.  
  1014.  
  1015.                       of the program will be run at a time.  If an
  1016.                       incoming attach arrives and the program has not
  1017.                       been started yet, the Attach will be rejected.  The
  1018.                       APPC attach manager determines that a TP has
  1019.                       started upon reception of an APPC RECEIVE_ALLOCATE
  1020.                       verb, or a CPI-C Accept_Conversation (CMACCP) or
  1021.                       Specify_Local_TP_Name (CMSLTP) call.  No message is
  1022.                       sent to the operator.  Subsequent attaches that
  1023.                       arrive while the program is active are queued.
  1024.  
  1025.               queuedAmStarted - Specifies that one version of the
  1026.                       program will be run at a time and will be started
  1027.                       by the APPC attach manager.  Subsequent attaches
  1028.                       that arrive while the program is active will be
  1029.                       queued.
  1030.  
  1031.               nonqueuedAmStarted - Specifies that multiple copies of
  1032.                       the program will be run at a time and will be
  1033.                       started by the APPC attach manager. "
  1034.  
  1035.       ::= { appcGlobalObjects 7 }
  1036.  
  1037. appcDefaultTpConvSecRqd OBJECT-TYPE
  1038.       SYNTAX INTEGER {
  1039.                       no(1),
  1040.                       yes(2)
  1041.                      }
  1042.       MAX-ACCESS read-only
  1043.       STATUS current
  1044.       DESCRIPTION
  1045.           "Specifies whether or not conversation security will be used
  1046.           for default TPs.
  1047.  
  1048.               no   -  Specifies that the incoming attach does not have to
  1049.                       contain security information.
  1050.               yes  -  Specifies that the incoming attach must contain
  1051.                       valid authentication information (e.g., user ID and
  1052.                       password)."
  1053.  
  1054.       ::= { appcGlobalObjects 8 }
  1055.  
  1056. appcLocalCpName OBJECT-TYPE
  1057.       SYNTAX DisplayString (SIZE (0..17))
  1058.       MAX-ACCESS read-only
  1059.       STATUS current
  1060.       DESCRIPTION
  1061.           "Specifies the name of the local control point.  This field is
  1062.           from 0 to 17 characters in length, including a period (.) which
  1063.  
  1064.  
  1065.  
  1066. Allen, et. al.              Standards Track                    [Page 19]
  1067.  
  1068. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1069.  
  1070.  
  1071.           separates the NetId from the NAU name if the NetId is present.
  1072.           A null string indicates that the value is unknown."
  1073.  
  1074.       ::= { appcGlobalObjects 9 }
  1075.  
  1076. appcActiveSessions OBJECT-TYPE
  1077.       SYNTAX Gauge32
  1078.       MAX-ACCESS read-only
  1079.       STATUS current
  1080.       DESCRIPTION
  1081.           "Specifies the total number of active APPC sessions supported
  1082.           by this implementation.  Sessions for which both LUs are local
  1083.           are counted twice."
  1084.  
  1085.       ::= { appcGlobalObjects 10 }
  1086.  
  1087. appcActiveHprSessions OBJECT-TYPE
  1088.       SYNTAX Gauge32
  1089.       MAX-ACCESS read-only
  1090.       STATUS current
  1091.       DESCRIPTION
  1092.           "Specifies the total number of active HPR APPC sessions."
  1093.  
  1094.       ::= { appcGlobalObjects 11 }
  1095.  
  1096. -- ******************************************************************
  1097. --    APPC CNOS control
  1098. --
  1099. -- This group contains objects for issuing APPC Change-Number-of-Session
  1100. -- (CNOS) commands to a specific mode.  Specifically, the commands
  1101. -- supported are:
  1102. --              INITIALIZE_SESSION_LIMIT
  1103. --              CHANGE_SESSION_LIMIT
  1104. --              RESET_SESSION_LIMIT
  1105. --
  1106. --
  1107. -- ******************************************************************
  1108. appcCnosControl OBJECT IDENTIFIER ::= { appcGlobal 4 }
  1109.  
  1110.  
  1111. appcCnosCommand OBJECT-TYPE
  1112.       SYNTAX INTEGER {
  1113.                       initSesslimit(1),
  1114.                       changeSesslimit(2),
  1115.                       resetSesslimit(3)
  1116.                      }
  1117.       MAX-ACCESS read-write
  1118.       STATUS current
  1119.  
  1120.  
  1121.  
  1122. Allen, et. al.              Standards Track                    [Page 20]
  1123.  
  1124. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1125.  
  1126.  
  1127.       DESCRIPTION
  1128.           "Specifies the CNOS command or verb to issue.  First set the
  1129.           values of the particular CNOS parameter objects (from the range
  1130.           { appcCnosControl 2 } through { appcCnosControl 8 }) that apply
  1131.           to the CNOS command to be executed, set the three CNOS target
  1132.           objects ({ appcCnosControl 9 } through { appcCnosControl 11 }),
  1133.           then set this object to the command to be executed.
  1134.  
  1135.           Here is the list of parameter objects that must be set for each
  1136.           of the CNOS commands:
  1137.  
  1138.              INIT_SESSION_LIMIT -
  1139.                 appcCnosMaxSessLimit
  1140.                 appcCnosMinCwinLimit
  1141.                 appcCnosMinClosLimit
  1142.                 appcCnosTargetLocLuName
  1143.                 appcCnosTargetParLuName
  1144.                 appcCnosTargetModeName
  1145.  
  1146.              CHANGE_SESSION_LIMIT -
  1147.                 appcCnosMaxSessLimit
  1148.                 appcCnosMinCwinLimit
  1149.                 appcCnosMinClosLimit
  1150.                 appcCnosResponsible
  1151.                 appcCnosTargetLocLuName
  1152.                 appcCnosTargetParLuName
  1153.                 appcCnosTargetModeName
  1154.  
  1155.              RESET_SESSION_LIMIT -
  1156.                 appcCnosResponsible
  1157.                 appcCnosDrainPart
  1158.                 appcCnosForce
  1159.                 appcCnosTargetLocLuName
  1160.                 appcCnosTargetParLuName
  1161.                 appcCnosTargetModeName
  1162.           "
  1163.  
  1164.       ::= { appcCnosControl 1 }
  1165.  
  1166. appcCnosMaxSessLimit OBJECT-TYPE
  1167.       SYNTAX Integer32
  1168.       MAX-ACCESS read-write
  1169.       STATUS current
  1170.       DESCRIPTION
  1171.           "Specifies the maximum value that the local LU is to use,
  1172.           during CNOS processing, for the session limit.  The local LU,
  1173.           as a target LU, will negotiate a higher session limit it
  1174.           receives in the CNOS request down to this maximum value.  The
  1175.  
  1176.  
  1177.  
  1178. Allen, et. al.              Standards Track                    [Page 21]
  1179.  
  1180. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1181.  
  1182.  
  1183.           local LU, as a source LU, will restrict the session limit it
  1184.           sends in a CNOS request to a value less than or equal to this
  1185.           maximum value.
  1186.  
  1187.            If set (i.e., greater than 0), this overrides the maximum
  1188.            session limit defined in the appcModeAdminTable.
  1189.  
  1190.            This parameter should be set to the desired value before
  1191.            setting the command (appcCnosCommand).
  1192.  
  1193.            This parameter applies to the INITIALIZE_SESSION_LIMIT and
  1194.            CHANGE_SESSION_LIMIT verbs."
  1195.  
  1196.       DEFVAL { 0 }
  1197.  
  1198.       ::= { appcCnosControl 2 }
  1199.  
  1200. appcCnosMinCwinLimit OBJECT-TYPE
  1201.       SYNTAX Integer32
  1202.       MAX-ACCESS read-write
  1203.       STATUS current
  1204.       DESCRIPTION
  1205.           "Specifies the default minimum contention winner sessions
  1206.           limit.
  1207.  
  1208.           This parameter should be set to the desired value before
  1209.           setting the command (appcCnosCommand).
  1210.  
  1211.           This parameter applies to the INITIALIZE_SESSION_LIMIT and
  1212.           CHANGE_SESSION_LIMIT verbs."
  1213.  
  1214.       DEFVAL { 0 }
  1215.  
  1216.       ::= { appcCnosControl 3 }
  1217.  
  1218. appcCnosMinClosLimit OBJECT-TYPE
  1219.       SYNTAX Integer32
  1220.       MAX-ACCESS read-write
  1221.       STATUS current
  1222.       DESCRIPTION
  1223.           "Specifies the default minimum contention loser sessions limit.
  1224.  
  1225.            This parameter should be set to the desired value before
  1226.            setting the command (appcCnosCommand).
  1227.  
  1228.            This parameter applies to the INITIALIZE_SESSION_LIMIT and
  1229.            CHANGE_SESSION_LIMIT verbs."
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Allen, et. al.              Standards Track                    [Page 22]
  1235.  
  1236. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1237.  
  1238.  
  1239.       DEFVAL { 0 }
  1240.  
  1241.       ::= { appcCnosControl 4 }
  1242.  
  1243. appcCnosDrainSelf OBJECT-TYPE
  1244.       SYNTAX INTEGER {
  1245.                       no(1),
  1246.                       yes(2)
  1247.                      }
  1248.       MAX-ACCESS read-write
  1249.       STATUS current
  1250.       DESCRIPTION
  1251.           "Specifies whether the local LU is draining its conversations
  1252.           for this mode.  When a mode session limit is reset (via a CNOS
  1253.           RESET_SESSION_LIMIT request), the local LU could be set to
  1254.           process all queued conversations before deactivating all of the
  1255.           sessions (using the SNA Bracket Initiation Stopped or BIS
  1256.           protocol).
  1257.  
  1258.           This parameter should be set to the desired value before
  1259.           setting the command (appcCnosCommand).
  1260.  
  1261.           This parameter applies only to the RESET_SESSION_LIMIT verb."
  1262.  
  1263.       DEFVAL { no }
  1264.  
  1265.       ::= { appcCnosControl 5 }
  1266.  
  1267. appcCnosDrainPart OBJECT-TYPE
  1268.       SYNTAX INTEGER {
  1269.                       no(1),
  1270.                       yes(2)
  1271.                      }
  1272.       MAX-ACCESS read-write
  1273.       STATUS current
  1274.       DESCRIPTION
  1275.           "Specifies whether the partner LU is draining its conversations
  1276.           for this mode.  When a mode session limit is reset (via a CNOS
  1277.           RESET_SESSION_LIMIT request), the partner LU could be set to
  1278.           process all queued conversations before deactivating all of the
  1279.           sessions (using the SNA Bracket Initiation Stop or BIS
  1280.           protocol).
  1281.  
  1282.           This parameter should be set to the desired value before
  1283.           setting the command (appcCnosCommand).
  1284.  
  1285.           This parameter applies only to the RESET_SESSION_LIMIT verb."
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Allen, et. al.              Standards Track                    [Page 23]
  1291.  
  1292. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1293.  
  1294.  
  1295.       DEFVAL { yes }
  1296.  
  1297.       ::= { appcCnosControl 6 }
  1298.  
  1299. appcCnosResponsible OBJECT-TYPE
  1300.       SYNTAX INTEGER {
  1301.                       source(1),
  1302.                       target(2)
  1303.                      }
  1304.       MAX-ACCESS read-write
  1305.       STATUS current
  1306.       DESCRIPTION
  1307.           "Specifies which LU is responsible for selecting and
  1308.           deactivating sessions as a result of a change that decreases
  1309.           the session limit or the maximum number of contention winner
  1310.           sessions for the source or target LU.  If no session need to be
  1311.           deactivated, this parameter is ignored.
  1312.  
  1313.                 source  -       specifies that the source (local) LU is
  1314.                                 responsible.  The target (partner) LU
  1315.                                 cannot negotiate this value.
  1316.                 target  -       specifies that the target (partner) LU is
  1317.                                 responsible. The target LU can negotiate
  1318.                                 this value to source.
  1319.  
  1320.            This parameter should be set to the desired value before
  1321.            setting the command (appcCnosCommand).
  1322.  
  1323.            This parameter applies to the RESET_SESSION_LIMIT and
  1324.            CHANGE_SESSION_LIMIT verbs."
  1325.  
  1326.       DEFVAL { source }
  1327.  
  1328.       ::= { appcCnosControl 7 }
  1329.  
  1330. appcCnosForce OBJECT-TYPE
  1331.       SYNTAX INTEGER {
  1332.                       no(1),
  1333.                       yes(2)
  1334.                      }
  1335.       MAX-ACCESS read-write
  1336.       STATUS current
  1337.       DESCRIPTION
  1338.           "Specifies whether the local LU should force the resetting of
  1339.           the session limit when certain error conditions occur that
  1340.           prevent the successful exchange of CNOS request and reply.
  1341.  
  1342.            This parameter should be set to the desired value before
  1343.  
  1344.  
  1345.  
  1346. Allen, et. al.              Standards Track                    [Page 24]
  1347.  
  1348. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1349.  
  1350.  
  1351.            setting the command (appcCnosCommand).
  1352.  
  1353.            This parameter applies only to the RESET_SESSION_LIMIT verb."
  1354.  
  1355.       DEFVAL { no }
  1356.  
  1357.       ::= { appcCnosControl 8 }
  1358.  
  1359. appcCnosTargetLocLuName OBJECT-TYPE
  1360.       SYNTAX DisplayString (SIZE (1..17))
  1361.       MAX-ACCESS read-write
  1362.       STATUS current
  1363.       DESCRIPTION
  1364.           "The SNA name of the local LU to which the CNOS command is
  1365.            to be applied. This field is from 1 to 17 characters in
  1366.            length, including a period (.) which separates the
  1367.            NetId from the NAU name if the NetId is present.
  1368.  
  1369.            This object should be set to the desired value before setting
  1370.            the command (appcCnosCommand).
  1371.  
  1372.            This parameter applies to all CNOS verbs."
  1373.  
  1374.       ::= { appcCnosControl 9 }
  1375.  
  1376. appcCnosTargetParLuName OBJECT-TYPE
  1377.       SYNTAX DisplayString (SIZE (1..17))
  1378.       MAX-ACCESS read-write
  1379.       STATUS current
  1380.       DESCRIPTION
  1381.           "The SNA name of the partner LU to which the CNOS command is
  1382.            to be applied. This field is from 1 to 17 characters in
  1383.            length, including a period (.) which separates the
  1384.            NetId from the NAU name if the NetId is present.
  1385.  
  1386.            This object should be set to the desired value before setting
  1387.            the command (appcCnosCommand).
  1388.  
  1389.            This parameter applies to all CNOS verbs."
  1390.  
  1391.       ::= { appcCnosControl 10 }
  1392.  
  1393. appcCnosTargetModeName OBJECT-TYPE
  1394.       SYNTAX DisplayString (SIZE (1..8))
  1395.       MAX-ACCESS read-write
  1396.       STATUS current
  1397.       DESCRIPTION
  1398.           "Specifies the mode name to which the CNOS command is to be
  1399.  
  1400.  
  1401.  
  1402. Allen, et. al.              Standards Track                    [Page 25]
  1403.  
  1404. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1405.  
  1406.  
  1407.            applied.
  1408.  
  1409.            This object should be set to the desired value before setting
  1410.            the command (appcCnosCommand).
  1411.  
  1412.            This parameter applies to all CNOS verbs."
  1413.  
  1414.       ::= { appcCnosControl 11 }
  1415.  
  1416.  
  1417. -- *********************************************************************
  1418. --    APPC LU information
  1419. -- ---------------------------------------------------------------------
  1420. --  Local LU
  1421. --  Partner LU
  1422. --  Mode
  1423. -- *********************************************************************
  1424.  
  1425. -- *********************************************************************
  1426. --  APPC Local LU
  1427. --
  1428. --  The entries in the following tables provide information for
  1429. --  independent and dependent LU 6.2.
  1430. --
  1431. -- *********************************************************************
  1432.  
  1433. -- *********************************************************************
  1434. --    APPC Local LU Admin Table
  1435. --    Objects in this table contain default or expected configuration
  1436. --    values for local 6.2 LUs.
  1437. -- *********************************************************************
  1438.  
  1439. appcLluAdminTable OBJECT-TYPE
  1440.       SYNTAX SEQUENCE OF AppcLluAdminEntry
  1441.       MAX-ACCESS not-accessible
  1442.       STATUS current
  1443.       DESCRIPTION
  1444.           "APPC Local LU Admin Table."
  1445.  
  1446.       ::= { appcLu 1 }
  1447.  
  1448. appcLluAdminEntry OBJECT-TYPE
  1449.       SYNTAX AppcLluAdminEntry
  1450.       MAX-ACCESS not-accessible
  1451.       STATUS current
  1452.       DESCRIPTION
  1453.           "Information about local APPC LUs. "
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Allen, et. al.              Standards Track                    [Page 26]
  1459.  
  1460. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1461.  
  1462.  
  1463.       INDEX { appcLluAdminName }
  1464.  
  1465.       ::= { appcLluAdminTable 1 }
  1466.  
  1467. AppcLluAdminEntry     ::= SEQUENCE {
  1468.         appcLluAdminName               DisplayString,
  1469.         appcLluAdminDepType            INTEGER,
  1470.         appcLluAdminLocalAddress       OCTET STRING,
  1471.         appcLluAdminSessLimit          Integer32,
  1472.         appcLluAdminBindRspMayQ        INTEGER,
  1473.         appcLluAdminCompression        INTEGER,
  1474.         appcLluAdminInBoundCompLevel   INTEGER,
  1475.         appcLluAdminOutBoundCompLevel  INTEGER,
  1476.         appcLluAdminCompRleBeforeLZ    INTEGER,
  1477.         appcLluAdminAlias              DisplayString
  1478.                      }
  1479.  
  1480. appcLluAdminName OBJECT-TYPE
  1481.       SYNTAX DisplayString (SIZE (1..17))
  1482.       MAX-ACCESS not-accessible
  1483.       STATUS current
  1484.       DESCRIPTION
  1485.           "Specifies the name of the local LU.  This field is from 1 to
  1486.           17 characters in length, including a period (.) which separates
  1487.           the NetId from the NAU name if the NetId is present."
  1488.  
  1489.       ::= { appcLluAdminEntry 1 }
  1490.  
  1491. appcLluAdminDepType OBJECT-TYPE
  1492.       SYNTAX INTEGER {
  1493.                       dependent(1),
  1494.                       independent(2)
  1495.                      }
  1496.       MAX-ACCESS read-only
  1497.       STATUS current
  1498.       DESCRIPTION
  1499.           "This value identifies whether the LU is dependent or
  1500.           independent."
  1501.  
  1502.       ::= { appcLluAdminEntry 2 }
  1503.  
  1504. appcLluAdminLocalAddress OBJECT-TYPE
  1505.       SYNTAX OCTET STRING (SIZE (1))
  1506.       MAX-ACCESS read-only
  1507.       STATUS current
  1508.       DESCRIPTION
  1509.           "The local address for this LU is a byte with a value ranging
  1510.           from 0 to 254.  For dependent LUs, this value ranges from 1 to
  1511.  
  1512.  
  1513.  
  1514. Allen, et. al.              Standards Track                    [Page 27]
  1515.  
  1516. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1517.  
  1518.  
  1519.           254; for independent LUs this value is always 0."
  1520.  
  1521.       ::= { appcLluAdminEntry 3 }
  1522.  
  1523. appcLluAdminSessLimit OBJECT-TYPE
  1524.       SYNTAX Integer32
  1525.       MAX-ACCESS read-only
  1526.       STATUS current
  1527.       DESCRIPTION
  1528.           "The maximum number of sessions supported by this LU."
  1529.  
  1530.       ::= { appcLluAdminEntry 4 }
  1531.  
  1532. appcLluAdminBindRspMayQ OBJECT-TYPE
  1533.       SYNTAX INTEGER {
  1534.                       no(1),
  1535.                       yes(2)
  1536.                      }
  1537.       MAX-ACCESS read-only
  1538.       STATUS current
  1539.       DESCRIPTION
  1540.           "Indicates whether or not the local LU, as the sender of a BIND
  1541.           request, allows a partner partner LU to delay sending the BIND
  1542.           response if the partner LU cannot process the BIND request
  1543.           immediately."
  1544.  
  1545.       ::= { appcLluAdminEntry 5 }
  1546.  
  1547. appcLluAdminCompression OBJECT-TYPE
  1548.       SYNTAX INTEGER {
  1549.                       prohibited(1),
  1550.                       required(2),
  1551.                       negotiable(3)
  1552.                      }
  1553.       MAX-ACCESS read-only
  1554.       STATUS current
  1555.       DESCRIPTION
  1556.           "Specifies whether compression is supported. The local LU uses
  1557.            this value for negotiation during session activation
  1558.            (SNA BIND).
  1559.  
  1560.               prohibited  -  specifies that no compression is to be used.
  1561.               required    -  specifies that compression is required.
  1562.               negotiable  -  specifies that the usage of compression
  1563.                              is to be negotiated between the LUs. The
  1564.                              level of compression is also negotiated."
  1565.  
  1566.       ::= { appcLluAdminEntry 6 }
  1567.  
  1568.  
  1569.  
  1570. Allen, et. al.              Standards Track                    [Page 28]
  1571.  
  1572. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1573.  
  1574.  
  1575. appcLluAdminInBoundCompLevel OBJECT-TYPE
  1576.       SYNTAX INTEGER {
  1577.                       none(1),
  1578.                       rle(2),
  1579.                       lz9(3),
  1580.                       lz10(4),
  1581.                       lz12(5)
  1582.                      }
  1583.       MAX-ACCESS read-only
  1584.       STATUS current
  1585.       DESCRIPTION
  1586.           "Specifies the maximum level of compression supported for
  1587.           inbound data.  The local LU uses this value in conjunction with
  1588.           appcLluAdminCompression for negotiation during session
  1589.           activation (SNA BIND).
  1590.               none  -  specifies that no compression is to be used.
  1591.               rle   -  specifies run-length encoding compression
  1592.                        in which a 1 or 2 byte sequence substitution is
  1593.                        used for each repeated run of the same character.
  1594.               lz9   -  specifies Lempel-Ziv-like compression in which
  1595.                        9 bit codes are used to substitute repeated
  1596.                        substrings in the data stream.  These codes are
  1597.                        indices that refer to entries in a common
  1598.                        dictionary generated adaptively at both sender and
  1599.                        receiver as the data flows and compression occurs.
  1600.                        The larger number bits used for the code, the more
  1601.                        storage space is required for the dictionary, but
  1602.                        the larger the compression ratio.
  1603.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  1604.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  1605.  
  1606.       ::= { appcLluAdminEntry 7 }
  1607.  
  1608. appcLluAdminOutBoundCompLevel OBJECT-TYPE
  1609.       SYNTAX INTEGER {
  1610.                       none(1),
  1611.                       rle(2),
  1612.                       lz9(3),
  1613.                       lz10(4),
  1614.                       lz12(5)
  1615.                      }
  1616.       MAX-ACCESS read-only
  1617.       STATUS current
  1618.       DESCRIPTION
  1619.           "Specifies the maximum level of compression supported for
  1620.           outbound data.  The local LU uses this value in conjunction
  1621.           with appcLluAdminCompression for negotiation during session
  1622.           activation (SNA BIND).
  1623.  
  1624.  
  1625.  
  1626. Allen, et. al.              Standards Track                    [Page 29]
  1627.  
  1628. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1629.  
  1630.  
  1631.               none  -  specifies that no compression is to be used.
  1632.               rle   -  specifies run-length encoding compression
  1633.                        in which a 1 or 2 byte sequence substitution is
  1634.                        used for each repeated run of the same character.
  1635.               lz9   -  specifies Lempel-Ziv-like compression in which
  1636.                        9 bit codes are used to substitute repeated
  1637.                        substrings in the data stream.  These codes are
  1638.                        indices that refer to entries in a common
  1639.                        dictionary generated adaptively at both sender and
  1640.                        receiver as the data flows and compression occurs.
  1641.                        The larger of number bits used for the code, the
  1642.                        more storage space is required for the dictionary,
  1643.                        but the larger the compression ratio.
  1644.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  1645.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  1646.  
  1647.       ::= { appcLluAdminEntry 8 }
  1648.  
  1649. appcLluAdminCompRleBeforeLZ OBJECT-TYPE
  1650.       SYNTAX INTEGER {
  1651.                       no(1),
  1652.                       yes(2)
  1653.                      }
  1654.       MAX-ACCESS read-only
  1655.       STATUS current
  1656.       DESCRIPTION
  1657.           "Specifies whether run-length encoding is to be applied to the
  1658.           data before applying Lempel-Ziv-like compression.  The local LU
  1659.           uses this value for negotiation during session activation (SNA
  1660.           BIND).  This parameter is only supported if LZ compression is
  1661.           used."
  1662.  
  1663.       ::= { appcLluAdminEntry 9 }
  1664.  
  1665. appcLluAdminAlias OBJECT-TYPE
  1666.       SYNTAX DisplayString (SIZE (0..8))
  1667.       MAX-ACCESS read-only
  1668.       STATUS current
  1669.       DESCRIPTION
  1670.           "A local alias for the local LU.  If not known or
  1671.            not applicable, this object contains a zero-length
  1672.            string."
  1673.  
  1674.       ::= { appcLluAdminEntry 10 }
  1675.  
  1676.  
  1677. -- *********************************************************************
  1678. --    APPC Local LU Oper Table
  1679.  
  1680.  
  1681.  
  1682. Allen, et. al.              Standards Track                    [Page 30]
  1683.  
  1684. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1685.  
  1686.  
  1687. --    Objects in this table contain current operational values, such
  1688. --    as state values or negotiated parameters, for local 6.2 LUs.
  1689. -- *********************************************************************
  1690.  
  1691. appcLluOperTable OBJECT-TYPE
  1692.       SYNTAX SEQUENCE OF AppcLluOperEntry
  1693.       MAX-ACCESS not-accessible
  1694.       STATUS current
  1695.       DESCRIPTION
  1696.           "APPC Local LU Operational Table."
  1697.       ::= { appcLu 2 }
  1698.  
  1699. appcLluOperEntry OBJECT-TYPE
  1700.       SYNTAX AppcLluOperEntry
  1701.       MAX-ACCESS not-accessible
  1702.       STATUS current
  1703.       DESCRIPTION
  1704.           "Information about local APPC LUs."
  1705.  
  1706.       INDEX { appcLluOperName }
  1707.  
  1708.       ::= { appcLluOperTable 1 }
  1709.  
  1710. AppcLluOperEntry     ::= SEQUENCE {
  1711.         appcLluOperName               DisplayString,
  1712.         appcLluOperDepType            INTEGER,
  1713.         appcLluOperLocalAddress       OCTET STRING,
  1714.         appcLluOperSessLimit          Integer32,
  1715.         appcLluOperBindRspMayQ        INTEGER,
  1716.         appcLluOperCompression        INTEGER,
  1717.         appcLluOperInBoundCompLevel   INTEGER,
  1718.         appcLluOperOutBoundCompLevel  INTEGER,
  1719.         appcLluOperCompRleBeforeLZ    INTEGER,
  1720.         appcLluOperAlias              DisplayString,
  1721.         appcLluOperActiveSessions     Gauge32
  1722.                      }
  1723.  
  1724. appcLluOperName OBJECT-TYPE
  1725.       SYNTAX DisplayString (SIZE (1..17))
  1726.       MAX-ACCESS not-accessible
  1727.       STATUS current
  1728.       DESCRIPTION
  1729.           "Specifies the name of the local LU.  This field is from 1 to
  1730.           17 characters in length, including a period (.) which separates
  1731.           the NetId from the NAU name if the NetId is present."
  1732.  
  1733.       ::= { appcLluOperEntry 1 }
  1734.  
  1735.  
  1736.  
  1737.  
  1738. Allen, et. al.              Standards Track                    [Page 31]
  1739.  
  1740. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1741.  
  1742.  
  1743. appcLluOperDepType OBJECT-TYPE
  1744.       SYNTAX INTEGER {
  1745.                       dependent(1),
  1746.                       independent(2)
  1747.                      }
  1748.       MAX-ACCESS read-only
  1749.       STATUS current
  1750.       DESCRIPTION
  1751.           "This value identifies whether the LU is dependent or
  1752.           independent."
  1753.  
  1754.       ::= { appcLluOperEntry 2 }
  1755.  
  1756. appcLluOperLocalAddress OBJECT-TYPE
  1757.       SYNTAX OCTET STRING (SIZE (1))
  1758.       MAX-ACCESS read-only
  1759.       STATUS current
  1760.       DESCRIPTION
  1761.           "The local address for this LU is a byte with a value ranging
  1762.           from 0 to 254.  For dependent LUs, this value ranges from 1 to
  1763.           254; for independent LUs this value is always 0."
  1764.  
  1765.       ::= { appcLluOperEntry 3 }
  1766.  
  1767. appcLluOperSessLimit OBJECT-TYPE
  1768.       SYNTAX Integer32
  1769.       MAX-ACCESS read-only
  1770.       STATUS current
  1771.       DESCRIPTION
  1772.           "The maximum number of sessions supported by this LU."
  1773.  
  1774.       ::= { appcLluOperEntry 4 }
  1775.  
  1776. appcLluOperBindRspMayQ OBJECT-TYPE
  1777.       SYNTAX INTEGER {
  1778.                       no(1),
  1779.                       yes(2)
  1780.                      }
  1781.       MAX-ACCESS read-only
  1782.       STATUS current
  1783.       DESCRIPTION
  1784.           "Indicates whether or not the local LU, as the sender of a BIND
  1785.           request, allows a partner LU to delay sending the BIND
  1786.           response if the partner LU cannot process the BIND request
  1787.           immediately."
  1788.  
  1789.       ::= { appcLluOperEntry 5 }
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Allen, et. al.              Standards Track                    [Page 32]
  1795.  
  1796. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1797.  
  1798.  
  1799. appcLluOperCompression OBJECT-TYPE
  1800.       SYNTAX INTEGER {
  1801.                       prohibited(1),
  1802.                       required(2),
  1803.                       negotiable(3)
  1804.                      }
  1805.       MAX-ACCESS read-only
  1806.       STATUS current
  1807.       DESCRIPTION
  1808.           "Specifies whether compression is supported.  The local LU uses
  1809.           this value for negotiation during session activation (SNA
  1810.           BIND).
  1811.  
  1812.               prohibited  -  specifies that no compression is to be used.
  1813.               required    -  specifies that compression is required.
  1814.               negotiable  -  specifies that the usage of compression
  1815.                              is to be negotiated between the LUs. The
  1816.                              level of compression is also negotiated."
  1817.  
  1818.       ::= { appcLluOperEntry 6 }
  1819.  
  1820. appcLluOperInBoundCompLevel OBJECT-TYPE
  1821.       SYNTAX INTEGER {
  1822.                       none(1),
  1823.                       rle(2),
  1824.                       lz9(3),
  1825.                       lz10(4),
  1826.                       lz12(5)
  1827.                      }
  1828.       MAX-ACCESS read-only
  1829.       STATUS current
  1830.       DESCRIPTION
  1831.           "Specifies the maximum level of compression supported for
  1832.           inbound data.  The local LU uses this value in conjunction with
  1833.           appcLluOperCompression for negotiation during session
  1834.           activation (SNA BIND).
  1835.  
  1836.               none  -  specifies that no compression is to be used.
  1837.               rle   -  specifies run-length encoding compression
  1838.                        in which a 1 or 2 byte sequence substitution is
  1839.                        used for each repeated run of the same character.
  1840.               lz9   -  specifies Lempel-Ziv-like compression in which
  1841.                        9 bit codes are used to substitute repeated
  1842.                        substrings in the data stream.  These codes are
  1843.                        indices that refer to entries in a common
  1844.                        dictionary generated adaptively at both sender and
  1845.                        receiver as the data flows and compression occurs.
  1846.                        The larger of number bits used for the code, the
  1847.  
  1848.  
  1849.  
  1850. Allen, et. al.              Standards Track                    [Page 33]
  1851.  
  1852. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1853.  
  1854.  
  1855.                        more storage space is required for the dictionary,
  1856.                        but the larger the compression ratio.
  1857.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  1858.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  1859.       ::= { appcLluOperEntry 7 }
  1860.  
  1861. appcLluOperOutBoundCompLevel OBJECT-TYPE
  1862.       SYNTAX INTEGER {
  1863.                       none(1),
  1864.                       rle(2),
  1865.                       lz9(3),
  1866.                       lz10(4),
  1867.                       lz12(5)
  1868.                      }
  1869.       MAX-ACCESS read-only
  1870.       STATUS current
  1871.       DESCRIPTION
  1872.           "Specifies the maximum level of compression supported for
  1873.           outbound data.  The local LU uses this value in conjunction
  1874.           with appcLluAdminCompression for negotiation during session
  1875.           activation (SNA BIND).
  1876.  
  1877.               none  -  specifies that no compression is to be used.
  1878.               rle   -  specifies run-length encoding compression
  1879.                        in which a 1 or 2 byte sequence substitution is
  1880.                        used for each repeated run of the same character.
  1881.               lz9   -  specifies Lempel-Ziv-like compression in which
  1882.                        9 bit codes are used to substitute repeated
  1883.                        substrings in the data stream.  These codes are
  1884.                        indices that refer to entries in a common
  1885.                        dictionary generated adaptively at both sender and
  1886.                        receiver as the data flows and compression occurs.
  1887.                        The larger of number bits used for the code, the
  1888.                        more storage space is required for the dictionary,
  1889.                        but the larger the compression ratio.
  1890.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  1891.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  1892.  
  1893.       ::= { appcLluOperEntry 8 }
  1894.  
  1895. appcLluOperCompRleBeforeLZ OBJECT-TYPE
  1896.       SYNTAX INTEGER {
  1897.                       no(1),
  1898.                       yes(2)
  1899.                      }
  1900.       MAX-ACCESS read-only
  1901.       STATUS current
  1902.       DESCRIPTION
  1903.  
  1904.  
  1905.  
  1906. Allen, et. al.              Standards Track                    [Page 34]
  1907.  
  1908. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1909.  
  1910.  
  1911.           "Specifies whether run-length encoding is to be applied to the
  1912.           data before applying Lempel-Ziv-like compression.  The local LU
  1913.           uses this value for negotiation during session activation (SNA
  1914.           BIND).  This parameter is only supported if LZ compression is
  1915.           used."
  1916.  
  1917.       ::= { appcLluOperEntry 9 }
  1918.  
  1919. appcLluOperAlias OBJECT-TYPE
  1920.       SYNTAX DisplayString (SIZE (0..8))
  1921.       MAX-ACCESS read-only
  1922.       STATUS current
  1923.       DESCRIPTION
  1924.           "A local alias for the local LU.  If not known or
  1925.            not applicable, this object contains a zero-length
  1926.            string."
  1927.  
  1928.       ::= { appcLluOperEntry 10 }
  1929.  
  1930. appcLluOperActiveSessions OBJECT-TYPE
  1931.       SYNTAX Gauge32
  1932.       MAX-ACCESS read-only
  1933.       STATUS current
  1934.       DESCRIPTION
  1935.           "Specifies the total number of active APPC sessions for this
  1936.           LU."
  1937.  
  1938.       ::= { appcLluOperEntry 11 }
  1939.  
  1940. -- *********************************************************************
  1941. --    APPC LU Pair Admin Table
  1942. --    Objects in this table contain default or expected configuration
  1943. --    values for 6.2 LU pairs.  An LU pair consists of a local LU and
  1944. --    a partner LU, which may or may not be local.
  1945. -- *********************************************************************
  1946. appcLuPairAdminTable OBJECT-TYPE
  1947.       SYNTAX SEQUENCE OF AppcLuPairAdminEntry
  1948.       MAX-ACCESS not-accessible
  1949.       STATUS current
  1950.       DESCRIPTION
  1951.           "APPC Partner LU administrative Table"
  1952.  
  1953.       ::= { appcLu 3 }
  1954.  
  1955. appcLuPairAdminEntry OBJECT-TYPE
  1956.       SYNTAX AppcLuPairAdminEntry
  1957.       MAX-ACCESS not-accessible
  1958.       STATUS current
  1959.  
  1960.  
  1961.  
  1962. Allen, et. al.              Standards Track                    [Page 35]
  1963.  
  1964. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  1965.  
  1966.  
  1967.       DESCRIPTION
  1968.           "Entry of APPC Partner LU Information Table.
  1969.           It is indexed by the local and partner LU Names."
  1970.  
  1971.       INDEX { appcLuPairAdminLocLuName,
  1972.               appcLuPairAdminParLuName }
  1973.  
  1974.       ::= { appcLuPairAdminTable 1 }
  1975.  
  1976. AppcLuPairAdminEntry     ::= SEQUENCE {
  1977.  
  1978.       appcLuPairAdminLocLuName       DisplayString,
  1979.       appcLuPairAdminParLuName       DisplayString,
  1980.       appcLuPairAdminParLuAlias      DisplayString,
  1981.       appcLuPairAdminSessLimit       Integer32,
  1982.       appcLuPairAdminSessSec         INTEGER,
  1983.       appcLuPairAdminSecAccept       INTEGER,
  1984.       appcLuPairAdminLinkObjId       InstancePointer,
  1985.       appcLuPairAdminParaSessSup     INTEGER
  1986.  
  1987.                      }
  1988.  
  1989. appcLuPairAdminLocLuName OBJECT-TYPE
  1990.       SYNTAX DisplayString (SIZE (1..17))
  1991.       MAX-ACCESS not-accessible
  1992.       STATUS current
  1993.       DESCRIPTION
  1994.           "The SNA name of the local LU to which this partner LU
  1995.            definition applies. This field is from 1 to 17 characters in
  1996.            length, including a period (.) which separates the
  1997.            NetId from the NAU name if the NetId is present.
  1998.  
  1999.            The reserved value '*ALL' indicates that the partner LU
  2000.            definition applies to all local LUs, and not just to a single
  2001.            local LU."
  2002.  
  2003.       ::= { appcLuPairAdminEntry 1 }
  2004.  
  2005. appcLuPairAdminParLuName OBJECT-TYPE
  2006.       SYNTAX DisplayString (SIZE (1..17))
  2007.       MAX-ACCESS not-accessible
  2008.       STATUS current
  2009.       DESCRIPTION
  2010.           "The SNA name of the partner LU.
  2011.            This field is from 1 to 17 characters in
  2012.            length, including a period (.) which separates the
  2013.            NetId from the NAU name if the NetId is present."
  2014.  
  2015.  
  2016.  
  2017.  
  2018. Allen, et. al.              Standards Track                    [Page 36]
  2019.  
  2020. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2021.  
  2022.  
  2023.       ::= { appcLuPairAdminEntry 2 }
  2024.  
  2025. appcLuPairAdminParLuAlias OBJECT-TYPE
  2026.       SYNTAX DisplayString (SIZE (0..8))
  2027.       MAX-ACCESS read-only
  2028.       STATUS current
  2029.       DESCRIPTION
  2030.           "A local alias for the partner LU.  If not known or
  2031.            not applicable, this object contains a zero-length
  2032.            string."
  2033.  
  2034.       ::= { appcLuPairAdminEntry 3 }
  2035.  
  2036. appcLuPairAdminSessLimit OBJECT-TYPE
  2037.       SYNTAX Integer32
  2038.       MAX-ACCESS read-only
  2039.       STATUS current
  2040.       DESCRIPTION
  2041.           "The maximum number of sessions supported by this partner LU."
  2042.  
  2043.       ::= { appcLuPairAdminEntry 4 }
  2044.  
  2045. appcLuPairAdminSessSec OBJECT-TYPE
  2046.       SYNTAX INTEGER {
  2047.                       required(1),
  2048.                       accepted(2),
  2049.                       notAllowed(3)
  2050.                      }
  2051.       MAX-ACCESS read-only
  2052.       STATUS current
  2053.       DESCRIPTION
  2054.           "Specifies the type of session-level security information that
  2055.           a local LU will accept on BIND requests it receives from the
  2056.           partner LU.
  2057.  
  2058.           required    -   Specifies that the BIND request must carry
  2059.                           session level verification information that
  2060.                           will be verified upon receipt.
  2061.           accepted    -   Specifies that the BIND request may carry
  2062.                           session level verification information that
  2063.                           will be verified upon receipt.
  2064.           notAllowed  -   Specifies that the BIND request must not carry
  2065.                           session level verification information."
  2066.       ::= { appcLuPairAdminEntry 5 }
  2067.  
  2068.  
  2069. appcLuPairAdminSecAccept OBJECT-TYPE
  2070.       SYNTAX INTEGER {
  2071.  
  2072.  
  2073.  
  2074. Allen, et. al.              Standards Track                    [Page 37]
  2075.  
  2076. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2077.  
  2078.  
  2079.                       none(1),
  2080.                       conversation(2),
  2081.                       alreadyVerified(3),
  2082.                       persistentVerification(4),
  2083.                       aVandpV(5)
  2084.                      }
  2085.       MAX-ACCESS read-only
  2086.       STATUS current
  2087.       DESCRIPTION
  2088.           "Specifies support for different levels of access security
  2089.            information in ATTACH requests received from this partner LU.
  2090.  
  2091.            Possible values are:
  2092.  
  2093.                 none    -   No access security information will be
  2094.                             accepted on allocation requests (ATTACH) from
  2095.                             this LU.
  2096.                 conversation
  2097.                         -   Allocation requests will not be accepted that
  2098.                             include already verified or persistent
  2099.                             verification indicators.  Accept
  2100.                             conversation-level access security
  2101.                             information, which must include both a user
  2102.                             Id and password, and may also include a
  2103.                             profile.
  2104.                 alreadyVerified
  2105.                         -   Allocation requests will be accepted that
  2106.                             include already verified indicators.
  2107.                             Persistent verification indicators will not
  2108.                             be accepted.
  2109.                 persistentVerification
  2110.                         -   Allocation requests will be accepted that
  2111.                             include persistent verification indicators.
  2112.                             Already verified indicators will not be
  2113.                             accepted.
  2114.                 aVandpV -   Allocation requests will be accepted that
  2115.                             include already verified or persistent
  2116.                             verification indicators."
  2117.  
  2118.       ::= { appcLuPairAdminEntry 6 }
  2119.  
  2120. appcLuPairAdminLinkObjId OBJECT-TYPE
  2121.       SYNTAX InstancePointer
  2122.       MAX-ACCESS read-only
  2123.       STATUS current
  2124.       DESCRIPTION
  2125.           "Specifies the link associated with this partner LU.  This
  2126.           value points to the row in the table containing information on
  2127.  
  2128.  
  2129.  
  2130. Allen, et. al.              Standards Track                    [Page 38]
  2131.  
  2132. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2133.  
  2134.  
  2135.           the link instance.  (e.g., the sdlcLSAdminTable of the SNA DLC
  2136.           MIB module).  This object may be NULL if the link is not
  2137.           specified or if a link is not applicable (as for APPN-level
  2138.           nodes)."
  2139.  
  2140.       ::= { appcLuPairAdminEntry 7 }
  2141.  
  2142. appcLuPairAdminParaSessSup OBJECT-TYPE
  2143.       SYNTAX INTEGER {
  2144.                       no(1),
  2145.                       yes(2)
  2146.                      }
  2147.       MAX-ACCESS read-only
  2148.       STATUS current
  2149.       DESCRIPTION
  2150.           "Defined Parallel Sessions Supported.
  2151.  
  2152.           Indicates whether or not multiple sessions between the partner
  2153.           LU and its associated local LU are permitted.  Parallel session
  2154.           support also indicates that Change Number of Sessions (CNOS)
  2155.           will be used to negotiate session limits between the LUs."
  2156.  
  2157.       ::= { appcLuPairAdminEntry 8 }
  2158.  
  2159.  
  2160. -- *********************************************************************
  2161. --    APPC LU Pair Oper Table
  2162. --    Objects in this table contain current operational values, such
  2163. --    as state values or negotiated parameters, for 6.2 LU pairs.
  2164. -- *********************************************************************
  2165.  
  2166. appcLuPairOperTable OBJECT-TYPE
  2167.       SYNTAX SEQUENCE OF AppcLuPairOperEntry
  2168.       MAX-ACCESS not-accessible
  2169.       STATUS current
  2170.       DESCRIPTION
  2171.           "Table of active partner/local LU pairs.  Two entries are
  2172.           present in the table when both LUs in a pair are local."
  2173.       ::= { appcLu 4 }
  2174.  
  2175. appcLuPairOperEntry OBJECT-TYPE
  2176.       SYNTAX AppcLuPairOperEntry
  2177.       MAX-ACCESS not-accessible
  2178.       STATUS current
  2179.       DESCRIPTION
  2180.           "Entry representing one partner/local LU pair."
  2181.  
  2182.       INDEX { appcLuPairOperLocLuName,
  2183.  
  2184.  
  2185.  
  2186. Allen, et. al.              Standards Track                    [Page 39]
  2187.  
  2188. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2189.  
  2190.  
  2191.               appcLuPairOperParLuName  }
  2192.  
  2193.       ::= { appcLuPairOperTable 1 }
  2194.  
  2195. AppcLuPairOperEntry     ::= SEQUENCE {
  2196.     appcLuPairOperLocLuName             DisplayString,
  2197.     appcLuPairOperParLuName             DisplayString,
  2198.     appcLuPairOperParLuAlias            DisplayString,
  2199.     appcLuPairOperSessLimit             Integer32,
  2200.     appcLuPairOperSessSec               INTEGER,
  2201.     appcLuPairOperSecAccept             INTEGER,
  2202.     appcLuPairOperLinkObjId             InstancePointer,
  2203.     appcLuPairOperParaSessSup           INTEGER,
  2204.     appcLuPairOperParaSessSupLS         INTEGER,
  2205.     appcLuPairOperState                 INTEGER
  2206.    }
  2207.  
  2208. appcLuPairOperLocLuName OBJECT-TYPE
  2209.       SYNTAX DisplayString (SIZE (1..17))
  2210.       MAX-ACCESS not-accessible
  2211.       STATUS current
  2212.       DESCRIPTION
  2213.           "The SNA name of the local LU.  This field is from 1 to 17
  2214.           characters in length, including a period (.) which separates
  2215.           the NetId from the NAU name if the NetId is present.
  2216.  
  2217.           If this object has the same value as appcLluOperName,
  2218.           then the two entries being indexed apply to the same
  2219.           resource (specifically, to the same local LU)."
  2220.  
  2221.       ::= { appcLuPairOperEntry 1 }
  2222.  
  2223. appcLuPairOperParLuName OBJECT-TYPE
  2224.       SYNTAX DisplayString (SIZE (1..17))
  2225.       MAX-ACCESS not-accessible
  2226.       STATUS current
  2227.       DESCRIPTION
  2228.           "The SNA name of the partner LU.
  2229.            This field is from 1 to 17 characters in
  2230.            length, including a period (.) which separates the
  2231.            NetId from the NAU name if the NetId is present."
  2232.  
  2233.       ::= { appcLuPairOperEntry 2 }
  2234.  
  2235. appcLuPairOperParLuAlias OBJECT-TYPE
  2236.       SYNTAX DisplayString (SIZE (0..8))
  2237.       MAX-ACCESS read-only
  2238.       STATUS current
  2239.  
  2240.  
  2241.  
  2242. Allen, et. al.              Standards Track                    [Page 40]
  2243.  
  2244. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2245.  
  2246.  
  2247.       DESCRIPTION
  2248.           "A local alias for the partner LU.  If not known or
  2249.            not applicable, this object contains a zero-length
  2250.            string."
  2251.  
  2252.       ::= { appcLuPairOperEntry 3 }
  2253.  
  2254. appcLuPairOperSessLimit OBJECT-TYPE
  2255.       SYNTAX Integer32
  2256.       MAX-ACCESS read-only
  2257.       STATUS current
  2258.       DESCRIPTION
  2259.           "The maximum number of sessions supported by this partner LU."
  2260.  
  2261.       ::= { appcLuPairOperEntry 4 }
  2262.  
  2263. appcLuPairOperSessSec OBJECT-TYPE
  2264.       SYNTAX INTEGER {
  2265.                       required(1),
  2266.                       accepted(2),
  2267.                       notAllowed(3)
  2268.                      }
  2269.       MAX-ACCESS read-only
  2270.       STATUS current
  2271.       DESCRIPTION
  2272.           "Specifies the type of security information that a local LU
  2273.           will accept on BIND requests it receives from the partner LU.
  2274.  
  2275.           required    -   Specifies that the BIND request must carry
  2276.                           session level verification information that
  2277.                           will be verified upon receipt.
  2278.           accepted    -   Specifies that the BIND request may carry
  2279.                           session level verification information that
  2280.                           will be verified upon receipt.
  2281.           notAllowed  -   Specifies that the BIND request must not carry
  2282.                           session level verification information."
  2283.  
  2284.       ::= { appcLuPairOperEntry 5 }
  2285.  
  2286. appcLuPairOperSecAccept OBJECT-TYPE
  2287.       SYNTAX INTEGER {
  2288.                       none(1),
  2289.                       conversation(2),
  2290.                       alreadyVerified(3),
  2291.                       persistentVerification(4),
  2292.                       aVandpV(5)
  2293.                      }
  2294.       MAX-ACCESS read-only
  2295.  
  2296.  
  2297.  
  2298. Allen, et. al.              Standards Track                    [Page 41]
  2299.  
  2300. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2301.  
  2302.  
  2303.       STATUS current
  2304.       DESCRIPTION
  2305.           "Specifies support for different levels of security acceptance
  2306.            information in ATTACH requests received from this partner LU.
  2307.  
  2308.            Possible values are:
  2309.  
  2310.                 none    -   No access security information will be
  2311.                             accepted on allocation requests (ATTACH) from
  2312.                             this LU.
  2313.                 conversation
  2314.                         -   Allocation requests will not be accepted that
  2315.                             include already verified or persistent
  2316.                             verification indicators.  Accept
  2317.                             conversation-level access security
  2318.                             information, which must include both a user
  2319.                             Id and password, and may also include a
  2320.                             profile.
  2321.                 alreadyVerified
  2322.                         -   Allocation requests will be accepted that
  2323.                             include already verified indicators.
  2324.                             Persistent verification indicators will not
  2325.                             be accepted.
  2326.                 persistentVerification
  2327.                         -   Allocation requests will be accepted that
  2328.                             include persistent verification indicators.
  2329.                             Already verified indicators will not be
  2330.                             accepted.
  2331.                 aVandpV -   Allocation requests will be accepted that
  2332.                             include already verified or persistent
  2333.                             verification indicators."
  2334.       ::= { appcLuPairOperEntry 6 }
  2335.  
  2336. appcLuPairOperLinkObjId OBJECT-TYPE
  2337.       SYNTAX InstancePointer
  2338.       MAX-ACCESS read-only
  2339.       STATUS current
  2340.       DESCRIPTION
  2341.           "Specifies the link associated with this partner LU.  This
  2342.           value points to the row in the table containing information on
  2343.           the link instance.  (e.g., the sdlcLSAdminTable of the SNA DLC
  2344.           MIB module).  This object may be NULL if the link is not
  2345.           specified or if a link is not applicable (as for APPN-level
  2346.           nodes)."
  2347.  
  2348.       ::= { appcLuPairOperEntry 7 }
  2349.  
  2350. appcLuPairOperParaSessSup OBJECT-TYPE
  2351.  
  2352.  
  2353.  
  2354. Allen, et. al.              Standards Track                    [Page 42]
  2355.  
  2356. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2357.  
  2358.  
  2359.       SYNTAX INTEGER {
  2360.                       no(1),
  2361.                       yes(2)
  2362.                      }
  2363.       MAX-ACCESS read-only
  2364.       STATUS current
  2365.       DESCRIPTION
  2366.           "Active Parallel Sessions Supported.
  2367.  
  2368.            Indicates whether or not multiple session between the partner
  2369.            LU and its associated local LU are permitted.  Parallel
  2370.            session support also indicates that Change Number of Sessions
  2371.            (CNOS) will be used to negotiate session limits between the
  2372.            LUs."
  2373.  
  2374.       ::= { appcLuPairOperEntry 8 }
  2375.  
  2376. appcLuPairOperParaSessSupLS OBJECT-TYPE
  2377.       SYNTAX INTEGER {
  2378.                       no(1),
  2379.                       yes(2)
  2380.                      }
  2381.       MAX-ACCESS read-only
  2382.       STATUS current
  2383.       DESCRIPTION
  2384.           "Active Parallel Sessions Supported - last starting value.
  2385.  
  2386.            This object represents the initial value proposed by the local
  2387.            LU the last time this capability was negotiated, i.e., when
  2388.            the first session was bound between the local LU and its
  2389.            partner."
  2390.  
  2391.       ::= { appcLuPairOperEntry 9 }
  2392.  
  2393. appcLuPairOperState OBJECT-TYPE
  2394.       SYNTAX INTEGER {
  2395.                       inactive (1),
  2396.                       active (2)
  2397.                      }
  2398.       MAX-ACCESS read-only
  2399.       STATUS current
  2400.       DESCRIPTION
  2401.           "The value identifies the current operational state of this LU
  2402.           pair:
  2403.  
  2404.                   inactive (1) - no active or pending session exists
  2405.                                  between the LUs.
  2406.                   active (2)   - an active or pending session exists
  2407.  
  2408.  
  2409.  
  2410. Allen, et. al.              Standards Track                    [Page 43]
  2411.  
  2412. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2413.  
  2414.  
  2415.                                  between the LUs."
  2416.  
  2417.       ::= { appcLuPairOperEntry 10 }
  2418.  
  2419.  
  2420. -- *********************************************************************
  2421. --    APPC Mode Admin Table
  2422. --    Objects in this table contain default or expected configuration
  2423. --    values for session modes.
  2424. --    Modes that have active sessions appear in the appcModeOperTable.
  2425. -- *********************************************************************
  2426. appcModeAdminTable OBJECT-TYPE
  2427.       SYNTAX SEQUENCE OF AppcModeAdminEntry
  2428.       MAX-ACCESS not-accessible
  2429.       STATUS current
  2430.       DESCRIPTION
  2431.           "APPC Mode Table"
  2432.  
  2433.       ::= { appcLu 5 }
  2434.  
  2435. appcModeAdminEntry OBJECT-TYPE
  2436.       SYNTAX AppcModeAdminEntry
  2437.       MAX-ACCESS not-accessible
  2438.       STATUS current
  2439.       DESCRIPTION
  2440.           "Entry of APPC Mode Information Table."
  2441.       INDEX { appcModeAdminLocLuName,
  2442.               appcModeAdminParLuName,
  2443.               appcModeAdminModeName }
  2444.  
  2445.       ::= { appcModeAdminTable 1 }
  2446.  
  2447. AppcModeAdminEntry     ::= SEQUENCE {
  2448.                appcModeAdminLocLuName          DisplayString,
  2449.                appcModeAdminParLuName          DisplayString,
  2450.                appcModeAdminModeName           DisplayString,
  2451.                appcModeAdminCosName            DisplayString,
  2452.                appcModeAdminSessEndTpName      DisplayString,
  2453.                appcModeAdminMaxSessLimit       Integer32,
  2454.                appcModeAdminMinCwinLimit       Integer32,
  2455.                appcModeAdminMinClosLimit       Integer32,
  2456.                appcModeAdminConWinAutoActLmt   Integer32,
  2457.                appcModeAdminRecvPacWinSz       Integer32,
  2458.                appcModeAdminSendPacWinSz       Integer32,
  2459.                appcModeAdminPrefRecvRuSz       Integer32,
  2460.                appcModeAdminPrefSendRuSz       Integer32,
  2461.                appcModeAdminRecvRuSzUpBnd      Integer32,
  2462.                appcModeAdminSendRuSzUpBnd      Integer32,
  2463.  
  2464.  
  2465.  
  2466. Allen, et. al.              Standards Track                    [Page 44]
  2467.  
  2468. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2469.  
  2470.  
  2471.                appcModeAdminRecvRuSzLoBnd      Integer32,
  2472.                appcModeAdminSendRuSzLoBnd      Integer32,
  2473.                appcModeAdminSingSessReinit     INTEGER,
  2474.                appcModeAdminCompression        INTEGER,
  2475.                appcModeAdminInBoundCompLevel   INTEGER,
  2476.                appcModeAdminOutBoundCompLevel  INTEGER,
  2477.                appcModeAdminCompRleBeforeLZ    INTEGER,
  2478.                appcModeAdminSyncLvl            INTEGER,
  2479.                appcModeAdminCrypto             INTEGER
  2480.  
  2481.                      }
  2482.  
  2483. appcModeAdminLocLuName OBJECT-TYPE
  2484.       SYNTAX DisplayString (SIZE (1..17))
  2485.       MAX-ACCESS not-accessible
  2486.       STATUS current
  2487.       DESCRIPTION
  2488.           "The SNA name of the local LU to which this mode definition
  2489.            applies.  This field is from 1 to 17 characters in length,
  2490.            including a period (.)  which separates the NetId from the
  2491.            NAU name if the NetId is present.
  2492.  
  2493.            The reserved value '*ALL' indicates that the mode definition
  2494.            applies to all local LUs for the SNA node identified by
  2495.            appcLocalCpName, and not just to a single local LU."
  2496.  
  2497.       ::= { appcModeAdminEntry 1 }
  2498.  
  2499. appcModeAdminParLuName OBJECT-TYPE
  2500.       SYNTAX DisplayString (SIZE (1..17))
  2501.       MAX-ACCESS not-accessible
  2502.       STATUS current
  2503.       DESCRIPTION
  2504.           "The SNA name of the partner LU to which this mode definition
  2505.            applies.  This field is from 1 to 17 characters in length,
  2506.            including a period (.) which separates the NetId from the
  2507.            NAU name if the NetId is present.
  2508.  
  2509.            The reserved value '*ALL' indicates that the mode definition
  2510.            applies to all partner LUs for the SNA node identified by
  2511.            appcModeAdminLocLuName, and not just to a single partner LU."
  2512.  
  2513.       ::= { appcModeAdminEntry 2 }
  2514.  
  2515. appcModeAdminModeName OBJECT-TYPE
  2516.       SYNTAX DisplayString (SIZE (1..8))
  2517.       MAX-ACCESS not-accessible
  2518.       STATUS current
  2519.  
  2520.  
  2521.  
  2522. Allen, et. al.              Standards Track                    [Page 45]
  2523.  
  2524. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2525.  
  2526.  
  2527.       DESCRIPTION
  2528.           "Specifies the mode name. A mode defines the characteristics
  2529.            for a group of sessions. The mode name can be blank (8
  2530.            space characters). "
  2531.  
  2532.       ::= { appcModeAdminEntry 3 }
  2533.  
  2534. appcModeAdminCosName OBJECT-TYPE
  2535.       SYNTAX DisplayString (SIZE (0..8))
  2536.       MAX-ACCESS read-only
  2537.       STATUS current
  2538.       DESCRIPTION
  2539.           "Specifies the class of service (COS) name associated with
  2540.            this mode.  If the implementation does not support COS names,
  2541.            a null string is returned."
  2542.  
  2543.       ::= { appcModeAdminEntry 4 }
  2544.  
  2545. appcModeAdminSessEndTpName OBJECT-TYPE
  2546.       SYNTAX DisplayString (SIZE (0..64))
  2547.       MAX-ACCESS read-only
  2548.       STATUS current
  2549.       DESCRIPTION
  2550.           "Specifies the name of the transaction program (TP) to be
  2551.           invoked when a session using this mode is deactivated or ended.
  2552.           If no such TP is defined, this object is a null string.  When
  2553.           the TP name consists entirely of displayable EBCDIC code
  2554.           points, it is mapped directly to the equivalent ASCII display
  2555.           string.  However, registered TP names always have a non-
  2556.           displayable EBCDIC code point (value less than or equal to
  2557.           x'3F') as the first character, so they cannot be directly
  2558.           mapped to an ASCII display string.  These TP names are
  2559.           converted to a display string that is equivalent to a
  2560.           hexadecimal display of the EBCDIC code points.  For example,
  2561.           the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
  2562.           ASCII display string '06F1' (including the two single quotes).
  2563.           "
  2564.  
  2565.       ::= { appcModeAdminEntry 5 }
  2566.  
  2567. appcModeAdminMaxSessLimit OBJECT-TYPE
  2568.       SYNTAX Integer32
  2569.       MAX-ACCESS read-only
  2570.       STATUS current
  2571.       DESCRIPTION
  2572.           "Specifies the maximum value that the local LU is to use,
  2573.           during CNOS processing, for the session limit.  The local LU,
  2574.           as a target LU, will negotiate a higher session limit it
  2575.  
  2576.  
  2577.  
  2578. Allen, et. al.              Standards Track                    [Page 46]
  2579.  
  2580. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2581.  
  2582.  
  2583.           receives in the CNOS request down to this maximum value.  The
  2584.           local LU, as a source LU, will restrict the session limit it
  2585.           sends in a CNOS request to a value less than or equal to this
  2586.           maximum value."
  2587.  
  2588.       ::= { appcModeAdminEntry 6 }
  2589.  
  2590. appcModeAdminMinCwinLimit OBJECT-TYPE
  2591.       SYNTAX Integer32
  2592.       MAX-ACCESS read-only
  2593.       STATUS current
  2594.       DESCRIPTION
  2595.           "Specifies the default minimum contention winner sessions
  2596.           limit.  Some implementations internally issue a
  2597.           INITIALIZE_SESSION_LIMIT verb when a Mode is created.  This
  2598.           value is the parameter used for the CNOS processing of that
  2599.           verb.  This parameter is not used when issuing an explicit
  2600.           INITIALIZE_SESSION_LIMIT verb.  The equivalent object in
  2601.           appcCnosCommandTable is used."
  2602.       ::= { appcModeAdminEntry 7 }
  2603.  
  2604. appcModeAdminMinClosLimit OBJECT-TYPE
  2605.       SYNTAX Integer32
  2606.       MAX-ACCESS read-only
  2607.       STATUS current
  2608.       DESCRIPTION
  2609.           "Specifies the default minimum contention loser sessions limit.
  2610.           Some implementations internally issue a
  2611.           INITIALIZE_SESSION_LIMIT verb when a Mode is created.  This
  2612.           value is the parameter used for the CNOS processing of that
  2613.           verb.  This is the same as target minimum contention winner
  2614.           sessions.  This parameter is not used when issuing an explicit
  2615.           INITIALIZE_SESSION_LIMIT verb.  The equivalent object in
  2616.           appcCnosCommandTable is used."
  2617.  
  2618.       ::= { appcModeAdminEntry 8 }
  2619.  
  2620. appcModeAdminConWinAutoActLmt OBJECT-TYPE
  2621.       SYNTAX Integer32
  2622.       MAX-ACCESS read-only
  2623.       STATUS current
  2624.       DESCRIPTION
  2625.           "Specifies the limit on the number of contention winner
  2626.           sessions to be automatically activated when the minimum number
  2627.           of contention winner sessions increases (as a result of CNOS
  2628.           processing).  The actual number of sessions activated is the
  2629.           lesser of this value and the new minimum number of contention
  2630.           winner sessions.  "
  2631.  
  2632.  
  2633.  
  2634. Allen, et. al.              Standards Track                    [Page 47]
  2635.  
  2636. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2637.  
  2638.  
  2639.       ::= { appcModeAdminEntry 9 }
  2640.  
  2641. appcModeAdminRecvPacWinSz OBJECT-TYPE
  2642.       SYNTAX Integer32
  2643.       MAX-ACCESS read-only
  2644.       STATUS current
  2645.       DESCRIPTION
  2646.           "Specifies the size of the receive pacing window. This value is
  2647.            used for negotiation during session activations (SNA BIND).
  2648.  
  2649.            The meaning of this value when set to 0 depends on whether
  2650.            adaptive pacing is supported:
  2651.               adaptive pacing        No limit on window size
  2652.               fixed pacing           No pacing is supported"
  2653.  
  2654.       ::= { appcModeAdminEntry 10 }
  2655.  
  2656. appcModeAdminSendPacWinSz OBJECT-TYPE
  2657.       SYNTAX Integer32
  2658.       MAX-ACCESS read-only
  2659.       STATUS current
  2660.       DESCRIPTION
  2661.           "Specifies the size of the send pacing window. This value is
  2662.            used for negotiation during session activations (SNA BIND).
  2663.  
  2664.            The meaning of this value when set to 0 depends on whether
  2665.            adaptive pacing is supported:
  2666.               adaptive pacing        No limit on window size
  2667.               fixed pacing           No pacing is supported"
  2668.  
  2669.       ::= { appcModeAdminEntry 11 }
  2670.  
  2671. appcModeAdminPrefRecvRuSz OBJECT-TYPE
  2672.       SYNTAX Integer32
  2673.       MAX-ACCESS read-only
  2674.       STATUS current
  2675.       DESCRIPTION
  2676.           "Specifies the preferred receive RU (Request Unit) size of
  2677.           normal-flow requests on the sessions.  This value must be less
  2678.           than or equal to the value specified in
  2679.           appcModeAdminRecvRuSzUpBnd and greater than or equal to the
  2680.           value specified in appcModeAdminRecvRuSzLoBnd.
  2681.  
  2682.            The local LU specifies this value for the receive maximum RU
  2683.            size in session activation (SNA BIND) requests and responses.
  2684.            It will allow negotiation up to the appcModeAdminRecvRuSzUpBnd
  2685.            value or down to the appcModeAdminRecvRuSzLoBnd value."
  2686.  
  2687.  
  2688.  
  2689.  
  2690. Allen, et. al.              Standards Track                    [Page 48]
  2691.  
  2692. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2693.  
  2694.  
  2695.       ::= { appcModeAdminEntry 12 }
  2696.  
  2697. appcModeAdminPrefSendRuSz OBJECT-TYPE
  2698.       SYNTAX Integer32
  2699.       MAX-ACCESS read-only
  2700.       STATUS current
  2701.       DESCRIPTION
  2702.           "Specifies the preferred send RU (Request Unit) size of normal-
  2703.           flow requests on the sessions.  This value must be less than or
  2704.           equal to the value specified in appcModeAdminSendRuSzUpBnd and
  2705.           greater than or equal to the value specified in
  2706.           appcModeAdminSendRuSzLoBnd.
  2707.  
  2708.            The local LU specifies this value for the send maximum RU
  2709.            size in session activation (SNA BIND) requests and responses.
  2710.            It will allow negotiation up to the appcModeAdminSendRuSzUpBnd
  2711.            value or down to the appcModeAdminSendRuSzLoBnd value."
  2712.  
  2713.       ::= { appcModeAdminEntry 13 }
  2714.  
  2715. appcModeAdminRecvRuSzUpBnd OBJECT-TYPE
  2716.       SYNTAX Integer32
  2717.       MAX-ACCESS read-only
  2718.       STATUS current
  2719.       DESCRIPTION
  2720.           "Specifies the upper bound for the maximum receive RU
  2721.            (Request Unit) size of normal-flow requests. This is used
  2722.            for negotiation during session activations (SNA BIND). "
  2723.  
  2724.       ::= { appcModeAdminEntry 14 }
  2725.  
  2726. appcModeAdminSendRuSzUpBnd OBJECT-TYPE
  2727.       SYNTAX Integer32
  2728.       MAX-ACCESS read-only
  2729.       STATUS current
  2730.       DESCRIPTION
  2731.           "Specifies the upper bound for the maximum send RU (Request
  2732.           Unit) size of normal-flow requests.  This is used for
  2733.           negotiation during session activations (SNA BIND).  "
  2734.  
  2735.       ::= { appcModeAdminEntry 15 }
  2736.  
  2737. appcModeAdminRecvRuSzLoBnd OBJECT-TYPE
  2738.       SYNTAX Integer32
  2739.       MAX-ACCESS read-only
  2740.       STATUS current
  2741.       DESCRIPTION
  2742.           "Specifies the lower bound for the maximum receive RU (Request
  2743.  
  2744.  
  2745.  
  2746. Allen, et. al.              Standards Track                    [Page 49]
  2747.  
  2748. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2749.  
  2750.  
  2751.           Unit) size of normal-flow requests.  This is used for
  2752.           negotiation during session activations (SNA BIND).  "
  2753.  
  2754.       ::= { appcModeAdminEntry 16 }
  2755.  
  2756. appcModeAdminSendRuSzLoBnd OBJECT-TYPE
  2757.       SYNTAX Integer32
  2758.       MAX-ACCESS read-only
  2759.       STATUS current
  2760.       DESCRIPTION
  2761.           "Specifies the lower bound for the maximum send RU (Request
  2762.           Unit) size of normal-flow requests.  This is used for
  2763.           negotiation during session activations (SNA BIND).  "
  2764.  
  2765.       ::= { appcModeAdminEntry 17 }
  2766.  
  2767. appcModeAdminSingSessReinit OBJECT-TYPE
  2768.       SYNTAX INTEGER {
  2769.                       notApplicable(1),
  2770.                       operatorControlled(2),
  2771.                       primaryOnly(3),
  2772.                       secondaryOnly(4),
  2773.                       primaryOrSecondary(5)
  2774.                      }
  2775.       MAX-ACCESS read-only
  2776.       STATUS current
  2777.       DESCRIPTION
  2778.           "Specifies the responsibility for session reinitiation of a
  2779.           single session with the partner LU (when the session goes
  2780.           down).  The local LU uses this parameter to specify the session
  2781.           reinitiation responsibility in session activation (SNA BIND)
  2782.           requests and responses.
  2783.  
  2784.                 notApplicable      - specifies that this parameter has
  2785.                                      no meaning since the value of
  2786.                                      appcLuPairAdminParaSessSup is yes.
  2787.                                      The field in the SNA BIND is
  2788.                                      reserved (set to zero).
  2789.                 operatorControlled - specifies that neither LU will
  2790.                                      automatically attempt to reinitiate
  2791.                                      the session.  The operator on either
  2792.                                      side will manually reactivate the
  2793.                                      session.  A contention race (both
  2794.                                      side reinitiating at the same time)
  2795.                                      is won by the LU with the
  2796.                                      lexicographically greater fully-
  2797.                                      qualified LU name.
  2798.                 primaryOnly        - specifies that the primary LU will
  2799.  
  2800.  
  2801.  
  2802. Allen, et. al.              Standards Track                    [Page 50]
  2803.  
  2804. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2805.  
  2806.  
  2807.                                      automatically attempt to reinitiate
  2808.                                      the session.
  2809.                 secondaryOnly      - specifies that the secondary LU will
  2810.                                      automatically attempt to reinitiate
  2811.                                      the session.
  2812.                 primaryOrSecondary - specifies that either the primary or
  2813.                                      the secondary may automatically
  2814.                                      attempt to reinitiate the session.
  2815.                                      A contention race is handled the
  2816.                                      same way as with operatorControlled.
  2817.           "
  2818.       ::= { appcModeAdminEntry 18 }
  2819.  
  2820. appcModeAdminCompression OBJECT-TYPE
  2821.       SYNTAX INTEGER {
  2822.                       prohibited(1),
  2823.                       required(2),
  2824.                       negotiable(3)
  2825.                      }
  2826.       MAX-ACCESS read-only
  2827.       STATUS current
  2828.       DESCRIPTION
  2829.           "Specifies whether compression is supported.  The local LU uses
  2830.           this value for negotiation during session activation (SNA
  2831.           BIND).
  2832.  
  2833.               prohibited  -  specifies that no compression is to be used.
  2834.               required    -  specifies that compression is required.
  2835.               negotiable  -  specifies that the usage of compression
  2836.                              is to be negotiated between the LUs. The
  2837.                              level of compression is also negotiated."
  2838.  
  2839.       ::= { appcModeAdminEntry 19 }
  2840.  
  2841. appcModeAdminInBoundCompLevel OBJECT-TYPE
  2842.       SYNTAX INTEGER {
  2843.                       none(1),
  2844.                       rle(2),
  2845.                       lz9(3),
  2846.                       lz10(4),
  2847.                       lz12(5)
  2848.                      }
  2849.       MAX-ACCESS read-only
  2850.       STATUS current
  2851.       DESCRIPTION
  2852.           "Specifies the maximum level of compression supported for
  2853.           inbound data.  The local LU uses this value in conjunction with
  2854.           appcModeAdminCompression for negotiation during session
  2855.  
  2856.  
  2857.  
  2858. Allen, et. al.              Standards Track                    [Page 51]
  2859.  
  2860. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2861.  
  2862.  
  2863.           activation (SNA BIND).
  2864.  
  2865.               none  -  specifies that no compression is to be used.
  2866.               rle   -  specifies run-length encoding compression
  2867.                        in which a 1 or 2 byte sequence substitution is
  2868.                        used for each repeated run of the same character.
  2869.               lz9   -  specifies Lempel-Ziv-like compression in which
  2870.                        9 bit codes are used to substitute repeated
  2871.                        substrings in the data stream.  These codes are
  2872.                        indices that refer to entries in a common
  2873.                        dictionary generated adaptively at both sender and
  2874.                        receiver as the data flows and compression occurs.
  2875.                        The larger of number bits used for the code, the
  2876.                        more storage space is required for the dictionary,
  2877.                        but the larger the compression ratio.
  2878.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  2879.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  2880.  
  2881.       ::= { appcModeAdminEntry 20 }
  2882.  
  2883. appcModeAdminOutBoundCompLevel OBJECT-TYPE
  2884.       SYNTAX INTEGER {
  2885.                       none(1),
  2886.                       rle(2),
  2887.                       lz9(3),
  2888.                       lz10(4),
  2889.                       lz12(5)
  2890.                      }
  2891.       MAX-ACCESS read-only
  2892.       STATUS current
  2893.       DESCRIPTION
  2894.           "Specifies the maximum level of compression supported for
  2895.           outbound data.  The local LU uses this value in conjunction
  2896.           with appcModeAdminCompression for negotiation during session
  2897.           activation (SNA BIND).
  2898.  
  2899.               none  -  specifies that no compression is to be used.
  2900.               rle   -  specifies run-length encoding compression
  2901.                        in which a 1 or 2 byte sequence substitution is
  2902.                        used for each repeated run of the same character.
  2903.               lz9   -  specifies Lempel-Ziv-like compression in which
  2904.                        9 bit codes are used to substitute repeated
  2905.                        substrings in the data stream.  These codes are
  2906.                        indices that refer to entries in a common
  2907.                        dictionary generated adaptively at both sender and
  2908.                        receiver as the data flows and compression occurs.
  2909.                        The larger of number bits used for the code, the
  2910.                        more storage space is required for the dictionary,
  2911.  
  2912.  
  2913.  
  2914. Allen, et. al.              Standards Track                    [Page 52]
  2915.  
  2916. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2917.  
  2918.  
  2919.                        but the larger the compression ratio.
  2920.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  2921.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  2922.  
  2923.       ::= { appcModeAdminEntry 21 }
  2924.  
  2925. appcModeAdminCompRleBeforeLZ OBJECT-TYPE
  2926.       SYNTAX INTEGER {
  2927.                       no(1),
  2928.                       yes(2)
  2929.                      }
  2930.       MAX-ACCESS read-only
  2931.       STATUS current
  2932.       DESCRIPTION
  2933.           "Specifies whether run-length encoding is to be applied to the
  2934.           data before applying Lempel-Ziv-like compression.  The local LU
  2935.           uses this value for negotiation during session activation (SNA
  2936.           BIND).  This parameter is only supported if LZ compression is
  2937.           used."
  2938.  
  2939.       ::= { appcModeAdminEntry 22 }
  2940.  
  2941. appcModeAdminSyncLvl OBJECT-TYPE
  2942.       SYNTAX INTEGER {
  2943.                       none(1),
  2944.                       noneConfirm(2),
  2945.                       noneConfirmSyncPoint(3)
  2946.                      }
  2947.       MAX-ACCESS read-only
  2948.       STATUS current
  2949.       DESCRIPTION
  2950.           "Specifies the sync level support. This value is used for
  2951.            negotiation during session activations (SNA BIND).
  2952.  
  2953.                 none                 - No sync level is supported.
  2954.                 noneConfirm          - None and Confirm levels supported.
  2955.                 noneConfirmSyncPoint - None, Confirm, and Sync Point is
  2956.                                        supported.
  2957.           "
  2958.  
  2959.       ::= { appcModeAdminEntry 23 }
  2960.  
  2961. appcModeAdminCrypto OBJECT-TYPE
  2962.       SYNTAX INTEGER {
  2963.                       notSupported(1),
  2964.                       mandatory(2),
  2965.                       selective(3)
  2966.                      }
  2967.  
  2968.  
  2969.  
  2970. Allen, et. al.              Standards Track                    [Page 53]
  2971.  
  2972. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  2973.  
  2974.  
  2975.       MAX-ACCESS read-only
  2976.       STATUS current
  2977.       DESCRIPTION
  2978.           "Specifies whether session-level cryptography is supported.
  2979.            This value is used for negotiation during session activations
  2980.            (SNA BIND).
  2981.                 notSupported    -   Specifies session-level cryptography
  2982.                                     is not to be used.
  2983.                 mandatory       -   Specifies session-level cryptography
  2984.                                     must be used.
  2985.                 selective       -   Specifies session-level cryptography
  2986.                                     is required just on selected requests
  2987.                                     flowing on the sessions."
  2988.  
  2989.       ::= { appcModeAdminEntry 24 }
  2990.  
  2991. -- *********************************************************************
  2992. --    APPC Mode Oper Table
  2993. --    Objects in this table contain current operational values, such
  2994. --    as state values or negotiated parameters, for session modes.
  2995. --
  2996. -- *********************************************************************
  2997. appcModeOperTable OBJECT-TYPE
  2998.       SYNTAX SEQUENCE OF AppcModeOperEntry
  2999.       MAX-ACCESS not-accessible
  3000.       STATUS current
  3001.       DESCRIPTION
  3002.           "Operational APPC Mode Information.  Two entries are present in
  3003.           the table when both LUs in a pair are local."
  3004.  
  3005.       ::= { appcLu 6 }
  3006.  
  3007. appcModeOperEntry OBJECT-TYPE
  3008.       SYNTAX AppcModeOperEntry
  3009.       MAX-ACCESS not-accessible
  3010.       STATUS current
  3011.       DESCRIPTION
  3012.           "Entry of APPC mode operational information table.  This entry
  3013.           does not augment the appcModeAdminEntry, but reflects an actual
  3014.           operational mode for a given local LU - partner LU pair."
  3015.  
  3016.       INDEX { appcModeOperLocLuName,
  3017.               appcModeOperParLuName,
  3018.               appcModeOperModeName }
  3019.  
  3020.       ::= { appcModeOperTable 1 }
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026. Allen, et. al.              Standards Track                    [Page 54]
  3027.  
  3028. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3029.  
  3030.  
  3031. AppcModeOperEntry     ::= SEQUENCE {
  3032.  
  3033.    appcModeOperLocLuName            DisplayString,
  3034.    appcModeOperParLuName            DisplayString,
  3035.    appcModeOperModeName             DisplayString,
  3036.    appcModeOperCosName              DisplayString,
  3037.    appcModeOperSessEndTpName        DisplayString,
  3038.    appcModeOperSessLimit            Integer32,
  3039.    appcModeOperMaxSessLimit         Integer32,
  3040.    appcModeOperMinCwinLimit         Integer32,
  3041.    appcModeOperMinClosLimit         Integer32,
  3042.    appcModeOperConWinAutoActLmt     Integer32,
  3043.    appcModeOperRecvPacWinSz         Integer32,
  3044.    appcModeOperSendPacWinSz         Integer32,
  3045.    appcModeOperPrefRecvRuSz         Integer32,
  3046.    appcModeOperPrefSendRuSz         Integer32,
  3047.    appcModeOperRecvRuSzUpBnd        Integer32,
  3048.    appcModeOperSendRuSzUpBnd        Integer32,
  3049.    appcModeOperRecvRuSzLoBnd        Integer32,
  3050.    appcModeOperSendRuSzLoBnd        Integer32,
  3051.    appcModeOperSingSessReinit       INTEGER,
  3052.    appcModeOperCompression          INTEGER,
  3053.    appcModeOperInBoundCompLevel     INTEGER,
  3054.    appcModeOperOutBoundCompLevel    INTEGER,
  3055.    appcModeOperCompRleBeforeLZ      INTEGER,
  3056.    appcModeOperSyncLvl              INTEGER,
  3057.    appcModeOperCrypto               INTEGER,
  3058.    appcModeOperSyncLvlLastStart     INTEGER,
  3059.    appcModeOperCryptoLastStart      INTEGER,
  3060.    appcModeOperCNOSNeg              INTEGER,
  3061.    appcModeOperActCwin              Gauge32,
  3062.    appcModeOperActClos              Gauge32,
  3063.    appcModeOperPndCwin              Gauge32,
  3064.    appcModeOperPndClos              Gauge32,
  3065.    appcModeOperPtmCwin              Gauge32,
  3066.    appcModeOperPtmClos              Gauge32,
  3067.    appcModeOperDrainSelf            INTEGER,
  3068.    appcModeOperDrainPart            INTEGER
  3069.                      }
  3070.  
  3071. appcModeOperLocLuName OBJECT-TYPE
  3072.       SYNTAX DisplayString (SIZE (1..17))
  3073.       MAX-ACCESS not-accessible
  3074.       STATUS current
  3075.       DESCRIPTION
  3076.           "The SNA name of the local LU.  This field is from 1 to 17
  3077.           characters in length, including a period (.) which separates
  3078.           the NetId from the NAU name if the NetId is present.
  3079.  
  3080.  
  3081.  
  3082. Allen, et. al.              Standards Track                    [Page 55]
  3083.  
  3084. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3085.  
  3086.  
  3087.           If this object has the same value as appcLluOperName,
  3088.           then the two entries being indexed apply to the same
  3089.           resource (specifically, to the same local LU)."
  3090.  
  3091.       ::= { appcModeOperEntry 1 }
  3092.  
  3093. appcModeOperParLuName OBJECT-TYPE
  3094.       SYNTAX DisplayString (SIZE (1..17))
  3095.       MAX-ACCESS not-accessible
  3096.       STATUS current
  3097.       DESCRIPTION
  3098.           "The SNA name of the partner LU.  This field is from 1 to 17
  3099.           characters in length, including a period (.) which separates
  3100.           the NetId from the NAU name if the NetId is present.
  3101.  
  3102.           If this object has the same value as appcLuPairOperParLuName,
  3103.           then the two entries being indexed apply to the same
  3104.           resource (specifically, to the same partner LU)."
  3105.  
  3106.       ::= { appcModeOperEntry 2 }
  3107.  
  3108. appcModeOperModeName OBJECT-TYPE
  3109.       SYNTAX DisplayString (SIZE (1..8))
  3110.       MAX-ACCESS not-accessible
  3111.       STATUS current
  3112.       DESCRIPTION
  3113.           "Specifies the mode name. A mode defines the characteristics
  3114.            for a group of sessions. The mode name can be blank (8
  3115.            space characters). "
  3116.  
  3117.       ::= { appcModeOperEntry 3 }
  3118.  
  3119. appcModeOperCosName OBJECT-TYPE
  3120.       SYNTAX DisplayString (SIZE (0..8))
  3121.       MAX-ACCESS read-only
  3122.       STATUS current
  3123.       DESCRIPTION
  3124.           "Specifies the class of service (COS) name associated with
  3125.            this mode.  If the implementation does not support COS names,
  3126.            a zero-length string is returned."
  3127.  
  3128.       ::= { appcModeOperEntry 4 }
  3129.  
  3130. appcModeOperSessEndTpName OBJECT-TYPE
  3131.       SYNTAX DisplayString (SIZE (1..64))
  3132.       MAX-ACCESS read-only
  3133.       STATUS current
  3134.       DESCRIPTION
  3135.  
  3136.  
  3137.  
  3138. Allen, et. al.              Standards Track                    [Page 56]
  3139.  
  3140. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3141.  
  3142.  
  3143.           "Specifies the name of the transaction program (TP) to be
  3144.           invoked when a session using this mode is deactivated or ended.
  3145.           If the name is NULL, no transaction program is invoked.  When
  3146.           the TP name consists entirely of displayable EBCDIC code
  3147.           points, it is mapped directly to the equivalent ASCII display
  3148.           string.  However, registered TP names always have a non-
  3149.           displayable EBCDIC code point (value less than or equal to
  3150.           x'3F') as the first character, so they cannot be directly
  3151.           mapped to an ASCII display string.  These TP names are
  3152.           converted to a display string that is equivalent to a
  3153.           hexadecimal display of the EBCDIC code points.  For example,
  3154.           the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
  3155.           ASCII display string '06F1' (including the two single quotes)."
  3156.  
  3157.       ::= { appcModeOperEntry 5 }
  3158.  
  3159. appcModeOperSessLimit OBJECT-TYPE
  3160.       SYNTAX Integer32
  3161.       MAX-ACCESS read-only
  3162.       STATUS current
  3163.       DESCRIPTION
  3164.           "Specifies the current session limit of this mode as negotiated
  3165.           through APPC CNOS (Change Number of Sessions) processing.
  3166.           Identifies the total number of sessions that can be established
  3167.           between the local and partner LU using this mode."
  3168.  
  3169.       ::= { appcModeOperEntry 6 }
  3170.  
  3171. appcModeOperMaxSessLimit OBJECT-TYPE
  3172.       SYNTAX Integer32
  3173.       MAX-ACCESS read-only
  3174.       STATUS current
  3175.       DESCRIPTION
  3176.           "Specifies the maximum value that the local LU is to use,
  3177.           during CNOS processing, for the session limit.  The local LU,
  3178.           as a target LU, will negotiate a higher session limit it
  3179.           receives in the CNOS request down to this maximum value.  The
  3180.           local LU, as a source LU, will restrict the session limit it
  3181.           sends in a CNOS request to a value less than or equal to this
  3182.           maximum value."
  3183.  
  3184.       ::= { appcModeOperEntry 7 }
  3185.  
  3186. appcModeOperMinCwinLimit OBJECT-TYPE
  3187.       SYNTAX Integer32
  3188.       MAX-ACCESS read-only
  3189.       STATUS current
  3190.       DESCRIPTION
  3191.  
  3192.  
  3193.  
  3194. Allen, et. al.              Standards Track                    [Page 57]
  3195.  
  3196. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3197.  
  3198.  
  3199.           "Specifies the minimum contention winner sessions limit that
  3200.            was negotiated via CNOS processing."
  3201.  
  3202.       ::= { appcModeOperEntry 8 }
  3203.  
  3204. appcModeOperMinClosLimit OBJECT-TYPE
  3205.       SYNTAX Integer32
  3206.       MAX-ACCESS read-only
  3207.       STATUS current
  3208.       DESCRIPTION
  3209.           "Specifies the minimum contention loser sessions limit that
  3210.            was negotiated via CNOS processing. This is the same as
  3211.            target minimum contention winner sessions."
  3212.  
  3213.       ::= { appcModeOperEntry 9 }
  3214.  
  3215. appcModeOperConWinAutoActLmt OBJECT-TYPE
  3216.       SYNTAX Integer32
  3217.       MAX-ACCESS read-only
  3218.       STATUS current
  3219.       DESCRIPTION
  3220.           "Specifies the limit on the number of contention winner sessions
  3221.           to be automatically activated when the minimum number of
  3222.           contention winner sessions increases (as a result of CNOS
  3223.           processing). The actual number of sessions activated is the
  3224.           lesser of this value and the new minimum number of contention
  3225.           winner sessions. "
  3226.  
  3227.       ::= { appcModeOperEntry 10 }
  3228.  
  3229. appcModeOperRecvPacWinSz OBJECT-TYPE
  3230.       SYNTAX Integer32
  3231.       MAX-ACCESS read-only
  3232.       STATUS current
  3233.       DESCRIPTION
  3234.           "Specifies the size of the receive pacing window. This value is
  3235.            used for negotiation during session activations (SNA BIND).
  3236.  
  3237.            The meaning of this value when set to 0 depends on whether
  3238.            adaptive pacing is supported:
  3239.               adaptive pacing   -     No limit on window size
  3240.               fixed pacing      -     No pacing is supported"
  3241.  
  3242.       ::= { appcModeOperEntry 11 }
  3243.  
  3244. appcModeOperSendPacWinSz OBJECT-TYPE
  3245.       SYNTAX Integer32
  3246.       MAX-ACCESS read-only
  3247.  
  3248.  
  3249.  
  3250. Allen, et. al.              Standards Track                    [Page 58]
  3251.  
  3252. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3253.  
  3254.  
  3255.       STATUS current
  3256.       DESCRIPTION
  3257.           "Specifies the size of the send pacing window. This value is
  3258.            used for negotiation during session activations (SNA BIND).
  3259.  
  3260.            The meaning of this value when set to 0 depends on whether
  3261.            adaptive pacing is supported:
  3262.               adaptive pacing        No limit on window size
  3263.               fixed pacing           No pacing is supported"
  3264.  
  3265.       ::= { appcModeOperEntry 12 }
  3266.  
  3267. appcModeOperPrefRecvRuSz OBJECT-TYPE
  3268.       SYNTAX Integer32
  3269.       MAX-ACCESS read-only
  3270.       STATUS current
  3271.       DESCRIPTION
  3272.           "Specifies the preferred receive RU (Request Unit) size of
  3273.           normal-flow requests on the sessions.  This value must be less
  3274.           than or equal to the value specified in
  3275.           appcModeOperRecvRuSzUpBnd and greater than or equal to the
  3276.           value specified in appcModeOperRecvRuSzLoBnd.
  3277.  
  3278.            The local LU specifies this value for the receive maximum RU
  3279.            size in session activation (SNA BIND) requests and responses.
  3280.            It will allow negotiation up to the appcModeOperRecvRuSzUpBnd
  3281.            value or down to the appcModeOperRecvRuSzLoBnd value."
  3282.  
  3283.       ::= { appcModeOperEntry 13 }
  3284.  
  3285. appcModeOperPrefSendRuSz OBJECT-TYPE
  3286.       SYNTAX Integer32
  3287.       MAX-ACCESS read-only
  3288.       STATUS current
  3289.       DESCRIPTION
  3290.           "Specifies the preferred send RU (Request Unit) size of normal-
  3291.           flow requests on the sessions.  This value must be less than or
  3292.           equal to the value specified in appcModeOperSendRuSzUpBnd and
  3293.           greater than or equal to the value specified in
  3294.           appcModeOperSendRuSzLoBnd.
  3295.  
  3296.            The local LU specifies this value for the send maximum RU
  3297.            size in session activation (SNA BIND) requests and responses.
  3298.            It will allow negotiation up to the appcModeOperSendRuSzUpBnd
  3299.            value or down to the appcModeOperSendRuSzLoBnd value."
  3300.  
  3301.       ::= { appcModeOperEntry 14 }
  3302.  
  3303.  
  3304.  
  3305.  
  3306. Allen, et. al.              Standards Track                    [Page 59]
  3307.  
  3308. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3309.  
  3310.  
  3311. appcModeOperRecvRuSzUpBnd OBJECT-TYPE
  3312.       SYNTAX Integer32
  3313.       MAX-ACCESS read-only
  3314.       STATUS current
  3315.       DESCRIPTION
  3316.           "Specifies the upper bound for the maximum receive RU
  3317.            (Request Unit) size of normal-flow requests. This is used
  3318.            for negotiation during session activations (SNA BIND). "
  3319.  
  3320.       ::= { appcModeOperEntry 15 }
  3321.  
  3322. appcModeOperSendRuSzUpBnd OBJECT-TYPE
  3323.       SYNTAX Integer32
  3324.       MAX-ACCESS read-only
  3325.       STATUS current
  3326.       DESCRIPTION
  3327.           "Specifies the upper bound for the maximum send RU (Request
  3328.           Unit) size of normal-flow requests.  This is used for
  3329.           negotiation during session activations (SNA BIND).  "
  3330.  
  3331.       ::= { appcModeOperEntry 16 }
  3332.  
  3333. appcModeOperRecvRuSzLoBnd OBJECT-TYPE
  3334.       SYNTAX Integer32
  3335.       MAX-ACCESS read-only
  3336.       STATUS current
  3337.       DESCRIPTION
  3338.           "Specifies the lower bound for the maximum receive RU
  3339.            (Request Unit) size of normal-flow requests. This is used
  3340.            for negotiation during session activations (SNA BIND). "
  3341.  
  3342.       ::= { appcModeOperEntry 17 }
  3343.  
  3344. appcModeOperSendRuSzLoBnd OBJECT-TYPE
  3345.       SYNTAX Integer32
  3346.       MAX-ACCESS read-only
  3347.       STATUS current
  3348.       DESCRIPTION
  3349.           "Specifies the lower bound for the maximum send RU
  3350.            (Request Unit) size of normal-flow requests. This is used
  3351.            for negotiation during session activations (SNA BIND). "
  3352.  
  3353.       ::= { appcModeOperEntry 18 }
  3354.  
  3355. appcModeOperSingSessReinit OBJECT-TYPE
  3356.       SYNTAX INTEGER {
  3357.                       notApplicable(1),
  3358.                       operatorControlled(2),
  3359.  
  3360.  
  3361.  
  3362. Allen, et. al.              Standards Track                    [Page 60]
  3363.  
  3364. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3365.  
  3366.  
  3367.                       primaryOnly(3),
  3368.                       secondaryOnly(4),
  3369.                       primaryOrSecondary(5)
  3370.                      }
  3371.       MAX-ACCESS read-only
  3372.       STATUS current
  3373.       DESCRIPTION
  3374.           "Specifies the responsibility for session reinitiation of a
  3375.           single session with the partner LU (when the session goes
  3376.           down).  The local LU uses this parameter to specify the session
  3377.           reinitiation responsibility in session activation (SNA BIND)
  3378.           requests and responses.
  3379.  
  3380.                 notApplicable      - specifies that this parameter has
  3381.                                      no meaning since the value of
  3382.                                      appcLuPairOperParaSessSup is yes.
  3383.                                      The field in the SNA BIND is
  3384.                                      reserved (set to zero).
  3385.                 operatorControlled - specifies that neither LU will
  3386.                                      automatically attempt to reinitiate
  3387.                                      the session.  The operator on either
  3388.                                      side will manually reactivate the
  3389.                                      session.  A contention race (both
  3390.                                      side reinitiating at the same time)
  3391.                                      is won by the LU with the
  3392.                                      lexicographically greater fully-
  3393.                                      qualified LU name.
  3394.                 primaryOnly        - specifies that the primary LU will
  3395.                                      automatically attempt to reinitiate
  3396.                                      the session.
  3397.                 secondaryOnly      - specifies that the secondary LU will
  3398.                                      automatically attempt to reinitiate
  3399.                                      the session.
  3400.                 primaryOrSecondary - specifies that either the primary or
  3401.                                      the secondary may automatically
  3402.                                      attempt to reinitiate the session.
  3403.                                      A contention race is handled the
  3404.                                      same way as with operatorControlled.
  3405.           "
  3406.       ::= { appcModeOperEntry 19 }
  3407.  
  3408. appcModeOperCompression OBJECT-TYPE
  3409.       SYNTAX INTEGER {
  3410.                       prohibited(1),
  3411.                       required(2),
  3412.                       negotiable(3)
  3413.                      }
  3414.       MAX-ACCESS read-only
  3415.  
  3416.  
  3417.  
  3418. Allen, et. al.              Standards Track                    [Page 61]
  3419.  
  3420. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3421.  
  3422.  
  3423.       STATUS current
  3424.       DESCRIPTION
  3425.           "Specifies whether compression is supported.  The local LU uses
  3426.           this value for negotiation during session activation (SNA
  3427.           BIND).
  3428.  
  3429.               prohibited  -  specifies that no compression is to be used.
  3430.               required    -  specifies that compression is required.
  3431.               negotiable  -  specifies that the usage of compression
  3432.                              is to be negotiated between the LUs. The
  3433.                              level of compression is also negotiated."
  3434.  
  3435.       ::= { appcModeOperEntry 20 }
  3436.  
  3437. appcModeOperInBoundCompLevel OBJECT-TYPE
  3438.       SYNTAX INTEGER {
  3439.                       none(1),
  3440.                       rle(2),
  3441.                       lz9(3),
  3442.                       lz10(4),
  3443.                       lz12(5)
  3444.                      }
  3445.       MAX-ACCESS read-only
  3446.       STATUS current
  3447.       DESCRIPTION
  3448.           "Specifies the maximum level of compression supported for
  3449.           inbound data.  The local LU uses this value in conjunction with
  3450.           appcModeOperCompression for negotiation during session
  3451.           activation (SNA BIND).
  3452.  
  3453.               none  -  specifies that no compression is to be used.
  3454.               rle   -  specifies run-length encoding compression
  3455.                        in which a 1 or 2 byte sequence substitution is
  3456.                        used for each repeated run of the same character.
  3457.               lz9   -  specifies Lempel-Ziv-like compression in which
  3458.                        9 bit codes are used to substitute repeated
  3459.                        substrings in the data stream.  These codes are
  3460.                        indices that refer to entries in a common
  3461.                        dictionary generated adaptively at both sender and
  3462.                        receiver as the data flows and compression occurs.
  3463.                        The larger of number bits used for the code, the
  3464.                        more storage space is required for the dictionary,
  3465.                        but the larger the compression ratio.
  3466.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  3467.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  3468.  
  3469.       ::= { appcModeOperEntry 21 }
  3470.  
  3471.  
  3472.  
  3473.  
  3474. Allen, et. al.              Standards Track                    [Page 62]
  3475.  
  3476. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3477.  
  3478.  
  3479. appcModeOperOutBoundCompLevel OBJECT-TYPE
  3480.       SYNTAX INTEGER {
  3481.                       none(1),
  3482.                       rle(2),
  3483.                       lz9(3),
  3484.                       lz10(4),
  3485.                       lz12(5)
  3486.                      }
  3487.       MAX-ACCESS read-only
  3488.       STATUS current
  3489.       DESCRIPTION
  3490.           "Specifies the maximum level of compression supported for
  3491.           outbound data.  The local LU uses this value in conjunction
  3492.           with appcModeOperCompression for negotiation during session
  3493.           activation (SNA BIND).
  3494.  
  3495.               none  -  specifies that no compression is to be used.
  3496.               rle   -  specifies run-length encoding compression
  3497.                        in which a 1 or 2 byte sequence substitution is
  3498.                        used for each repeated run of the same character.
  3499.               lz9   -  specifies Lempel-Ziv-like compression in which
  3500.                        9 bit codes are used to substitute repeated
  3501.                        substrings in the data stream.  These codes are
  3502.                        indices that refer to entries in a common
  3503.                        dictionary generated adaptively at both sender and
  3504.                        receiver as the data flows and compression occurs.
  3505.                        The larger of number bits used for the code, the
  3506.                        more storage space is required for the dictionary,
  3507.                        but the larger the compression ratio.
  3508.               lz10  -  specifies a 10 bit code Lempel-Ziv-like compression.
  3509.               lz12  -  specifies a 12 bit code Lempel-Ziv-like compression."
  3510.  
  3511.       ::= { appcModeOperEntry 22 }
  3512.  
  3513. appcModeOperCompRleBeforeLZ OBJECT-TYPE
  3514.       SYNTAX INTEGER {
  3515.                       no(1),
  3516.                       yes(2)
  3517.                      }
  3518.       MAX-ACCESS read-only
  3519.       STATUS current
  3520.       DESCRIPTION
  3521.           "Specifies whether run-length encoding is to be applied to the
  3522.           data before applying Lempel-Ziv-like compression.  The local LU
  3523.           uses this value for negotiation during session activation (SNA
  3524.           BIND).  This parameter is only supported if LZ compression is
  3525.           used."
  3526.  
  3527.  
  3528.  
  3529.  
  3530. Allen, et. al.              Standards Track                    [Page 63]
  3531.  
  3532. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3533.  
  3534.  
  3535.       ::= { appcModeOperEntry 23 }
  3536.  
  3537. appcModeOperSyncLvl OBJECT-TYPE
  3538.       SYNTAX INTEGER {
  3539.                       none(1),
  3540.                       noneConfirm(2),
  3541.                       noneConfirmSyncPoint(3)
  3542.                      }
  3543.       MAX-ACCESS read-only
  3544.       STATUS current
  3545.       DESCRIPTION
  3546.           "Specifies the sync level support for sessions involving this
  3547.            LU pair and mode name.
  3548.  
  3549.                 none             -       No sync level is supported.
  3550.                 noneConfirm      -       None and Confirm level supported.
  3551.                 noneConfirmSyncPoint -   None, Confirm and Sync Point is
  3552.                                                 supported.
  3553.           "
  3554.  
  3555.       ::= { appcModeOperEntry 24 }
  3556.  
  3557. appcModeOperCrypto OBJECT-TYPE
  3558.       SYNTAX INTEGER {
  3559.                       notSupported(1),
  3560.                       mandatory(2),
  3561.                       selective(3)
  3562.                      }
  3563.       MAX-ACCESS read-only
  3564.       STATUS current
  3565.       DESCRIPTION
  3566.           "Specifies whether session-level cryptography is supported for
  3567.            sessions involving this LU pair and mode name.
  3568.  
  3569.                 notSupported    -   Specifies session-level cryptography
  3570.                                        is not being used.
  3571.                 mandatory       -   Specifies session-level cryptography
  3572.                                        in being used on all requests
  3573.                                        flowing on the sessions.
  3574.                 selective       -   Specifies session-level cryptography
  3575.                                        is required just on selected
  3576.                                        requests flowing on the sessions."
  3577.  
  3578.       ::= { appcModeOperEntry 25 }
  3579.  
  3580. appcModeOperSyncLvlLastStart OBJECT-TYPE
  3581.       SYNTAX INTEGER {
  3582.                       none(1),
  3583.  
  3584.  
  3585.  
  3586. Allen, et. al.              Standards Track                    [Page 64]
  3587.  
  3588. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3589.  
  3590.  
  3591.                       noneConfirm(2),
  3592.                       noneConfirmSyncPoint(3)
  3593.                      }
  3594.       MAX-ACCESS read-only
  3595.       STATUS current
  3596.       DESCRIPTION
  3597.           "Specifies the sync level support.  This value represents the
  3598.           initial value proposed by the local LU the last time this
  3599.           capability was negotiated, i.e., when the first session was
  3600.           bound between the local LU and its partner.
  3601.  
  3602.                 none             -      No sync level is supported.
  3603.                 noneConfirm      -      None and Confirm level supported.
  3604.                 noneConfirmSyncPoint -  None, Confirm and Sync Point is
  3605.                                             supported.
  3606.           "
  3607.  
  3608.       ::= { appcModeOperEntry 26 }
  3609.  
  3610. appcModeOperCryptoLastStart OBJECT-TYPE
  3611.       SYNTAX INTEGER {
  3612.                       notSupported(1),
  3613.                       mandatory(2),
  3614.                       selective(3)
  3615.                      }
  3616.       MAX-ACCESS read-only
  3617.       STATUS current
  3618.       DESCRIPTION
  3619.           "Specifies whether session-level cryptography is supported.
  3620.            This value represents the initial value proposed by the local
  3621.            LU the last time this capability was negotiated, i.e., when
  3622.            the first session was bound between the local LU and its
  3623.            partner.
  3624.                 notSupported    -   Specifies session-level cryptography
  3625.                                        is not to be used.
  3626.                 mandatory       -   Specifies session-level cryptography
  3627.                                        must be used.
  3628.                 selective       -   Specifies session-level cryptography
  3629.                                        is required just on selected
  3630.                                        requests flowing on the sessions."
  3631.  
  3632.       ::= { appcModeOperEntry 27 }
  3633.  
  3634. appcModeOperCNOSNeg OBJECT-TYPE
  3635.       SYNTAX INTEGER {
  3636.                       no(1),
  3637.                       yes(2)
  3638.                      }
  3639.  
  3640.  
  3641.  
  3642. Allen, et. al.              Standards Track                    [Page 65]
  3643.  
  3644. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3645.  
  3646.  
  3647.       MAX-ACCESS read-only
  3648.       STATUS current
  3649.       DESCRIPTION
  3650.           "Specifies whether CNOS negotiation is in process.  CNOS
  3651.           negotiation is used to set or change the various session limits
  3652.           for a mode."
  3653.  
  3654.       ::= { appcModeOperEntry 28 }
  3655.  
  3656. appcModeOperActCwin OBJECT-TYPE
  3657.       SYNTAX Gauge32
  3658.       MAX-ACCESS read-only
  3659.       STATUS current
  3660.       DESCRIPTION
  3661.           "Specifies the number of active contention winner sessions."
  3662.  
  3663.       ::= { appcModeOperEntry 29 }
  3664.  
  3665. appcModeOperActClos OBJECT-TYPE
  3666.       SYNTAX Gauge32
  3667.       MAX-ACCESS read-only
  3668.       STATUS current
  3669.       DESCRIPTION
  3670.           "Specifies the number of active contention loser sessions."
  3671.  
  3672.       ::= { appcModeOperEntry 30 }
  3673.  
  3674. appcModeOperPndCwin OBJECT-TYPE
  3675.       SYNTAX Gauge32
  3676.       MAX-ACCESS read-only
  3677.       STATUS current
  3678.       DESCRIPTION
  3679.           "Specifies the number of contention winner sessions that are
  3680.            pending activation."
  3681.  
  3682.       ::= { appcModeOperEntry 31 }
  3683.  
  3684. appcModeOperPndClos OBJECT-TYPE
  3685.       SYNTAX Gauge32
  3686.       MAX-ACCESS read-only
  3687.       STATUS current
  3688.       DESCRIPTION
  3689.           "Specifies the number of contention loser sessions that are
  3690.            pending activation."
  3691.  
  3692.       ::= { appcModeOperEntry 32 }
  3693.  
  3694. appcModeOperPtmCwin OBJECT-TYPE
  3695.  
  3696.  
  3697.  
  3698. Allen, et. al.              Standards Track                    [Page 66]
  3699.  
  3700. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3701.  
  3702.  
  3703.       SYNTAX Gauge32
  3704.       MAX-ACCESS read-only
  3705.       STATUS current
  3706.       DESCRIPTION
  3707.           "Specifies the number of contention winner sessions that are
  3708.            pending termination."
  3709.  
  3710.       ::= { appcModeOperEntry 33 }
  3711.  
  3712. appcModeOperPtmClos OBJECT-TYPE
  3713.       SYNTAX Gauge32
  3714.       MAX-ACCESS read-only
  3715.       STATUS current
  3716.       DESCRIPTION
  3717.           "Specifies the number of contention loser sessions that are
  3718.            pending termination."
  3719.  
  3720.       ::= { appcModeOperEntry 34 }
  3721.  
  3722. appcModeOperDrainSelf OBJECT-TYPE
  3723.       SYNTAX INTEGER {
  3724.                       no(1),
  3725.                       yes(2)
  3726.                      }
  3727.       MAX-ACCESS read-only
  3728.       STATUS current
  3729.       DESCRIPTION
  3730.           "Specifies whether the local LU is draining its conversations
  3731.           for this mode.  When a mode session limit is reset (via a CNOS
  3732.           RESET_SESSION_LIMIT request), the local LU could be set to
  3733.           process all queued conversations before deactivating all of the
  3734.           sessions (using the SNA Bracket Initiation Stopped or BIS
  3735.           protocol).  "
  3736.  
  3737.       ::= { appcModeOperEntry 35 }
  3738.  
  3739. appcModeOperDrainPart OBJECT-TYPE
  3740.       SYNTAX INTEGER {
  3741.                       no(1),
  3742.                       yes(2)
  3743.                      }
  3744.       MAX-ACCESS read-only
  3745.       STATUS current
  3746.       DESCRIPTION
  3747.           "Specifies whether the partner LU is draining its conversations
  3748.           for this mode.  When a mode session limit is reset (via a CNOS
  3749.           RESET_SESSION_LIMIT request), the partner LU could be set to
  3750.           process all queued conversations before deactivating all of the
  3751.  
  3752.  
  3753.  
  3754. Allen, et. al.              Standards Track                    [Page 67]
  3755.  
  3756. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3757.  
  3758.  
  3759.           sessions (using the SNA Bracket Initiation Stop or BIS
  3760.           protocol).  "
  3761.  
  3762.       ::= { appcModeOperEntry 36 }
  3763.  
  3764. -- *********************************************************************
  3765. --    APPC TP Admin Table
  3766. --    Objects in this table contain default or expected configuration
  3767. --    values for remotely attachable transaction programs.
  3768. -- *********************************************************************
  3769. appcTpAdminTable OBJECT-TYPE
  3770.       SYNTAX SEQUENCE OF AppcTpAdminEntry
  3771.       MAX-ACCESS not-accessible
  3772.       STATUS current
  3773.       DESCRIPTION
  3774.           "APPC Local TP Table"
  3775.  
  3776.       ::= { appcTp 1 }
  3777.  
  3778. appcTpAdminEntry OBJECT-TYPE
  3779.       SYNTAX AppcTpAdminEntry
  3780.       MAX-ACCESS not-accessible
  3781.       STATUS current
  3782.       DESCRIPTION
  3783.           "Entry of APPC Local TP Information Table."
  3784.  
  3785.       INDEX { appcTpAdminLocLuName,
  3786.               appcTpAdminTpName }
  3787.  
  3788.       ::= { appcTpAdminTable 1 }
  3789.  
  3790. AppcTpAdminEntry     ::= SEQUENCE {
  3791.        appcTpAdminLocLuName       DisplayString,
  3792.        appcTpAdminTpName          DisplayString,
  3793.        appcTpAdminFileSpec        DisplayString,
  3794.        appcTpAdminStartParm       DisplayString,
  3795.        appcTpAdminTpOperation     INTEGER,
  3796.        appcTpAdminInAttachTimeout Integer32,
  3797.        appcTpAdminRcvAllocTimeout Integer32,
  3798.        appcTpAdminSyncLvl         INTEGER,
  3799.        appcTpAdminInstLmt         Integer32,
  3800.        appcTpAdminStatus          INTEGER,
  3801.        appcTpAdminLongRun         INTEGER,
  3802.        appcTpAdminConvType        INTEGER,
  3803.        appcTpAdminConvDuplex      INTEGER,
  3804.        appcTpAdminConvSecReq      INTEGER,
  3805.        appcTpAdminVerPip          INTEGER,
  3806.        appcTpAdminPipSubNum       Integer32
  3807.  
  3808.  
  3809.  
  3810. Allen, et. al.              Standards Track                    [Page 68]
  3811.  
  3812. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3813.  
  3814.  
  3815.                      }
  3816.  
  3817. appcTpAdminLocLuName OBJECT-TYPE
  3818.       SYNTAX DisplayString (SIZE (1..17))
  3819.       MAX-ACCESS not-accessible
  3820.       STATUS current
  3821.       DESCRIPTION
  3822.           "The SNA name of the local LU to which this TP definition
  3823.            applies. This field is from 1 to 17 characters in length,
  3824.            including a period (.) which separates the NetId from the NAU
  3825.            name if the NetId is present.
  3826.  
  3827.            The reserved value '*ALL' indicates that the TP definition
  3828.            applies to all local LUs, and not just to a single local LU."
  3829.  
  3830.       ::= { appcTpAdminEntry 1 }
  3831.  
  3832. appcTpAdminTpName OBJECT-TYPE
  3833.       SYNTAX DisplayString (SIZE (1..64))
  3834.       MAX-ACCESS not-accessible
  3835.       STATUS current
  3836.       DESCRIPTION
  3837.           "The local transaction program name. This name is sent on an
  3838.            ATTACH remote allocation request.
  3839.  
  3840.            When the TP name consists entirely of displayable EBCDIC
  3841.            code points, it is mapped directly to the equivalent ASCII
  3842.            display string.  However, registered TP names always have a
  3843.            non-displayable EBCDIC code point (value less than or equal to
  3844.            x'3F') as the first character, so they cannot be directly
  3845.            mapped to an ASCII display string.  These TP names are
  3846.            converted to a display string that is equivalent to a
  3847.            hexadecimal display of the EBCDIC code points.  For example,
  3848.            the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
  3849.            ASCII display string '06F1' (including the two single quotes)."
  3850.  
  3851.       ::= { appcTpAdminEntry 2 }
  3852.  
  3853. appcTpAdminFileSpec OBJECT-TYPE
  3854.       SYNTAX DisplayString (SIZE (0..80))
  3855.       MAX-ACCESS read-only
  3856.       STATUS current
  3857.       DESCRIPTION
  3858.           "The local file specification of the transaction program.
  3859.           May be a zero-length string if not applicable."
  3860.  
  3861.       ::= { appcTpAdminEntry 3 }
  3862.  
  3863.  
  3864.  
  3865.  
  3866. Allen, et. al.              Standards Track                    [Page 69]
  3867.  
  3868. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3869.  
  3870.  
  3871. appcTpAdminStartParm OBJECT-TYPE
  3872.       SYNTAX DisplayString (SIZE (0..128))
  3873.       MAX-ACCESS read-only
  3874.       STATUS current
  3875.       DESCRIPTION
  3876.           "A parameter string passed to the transaction program when it
  3877.            is started.  May be a zero-length string if not supported. "
  3878.  
  3879.       ::= { appcTpAdminEntry 4 }
  3880.  
  3881. appcTpAdminTpOperation OBJECT-TYPE
  3882.       SYNTAX INTEGER {
  3883.                       other(1),
  3884.                       queuedOperatorStarted(2),
  3885.                       queuedOperatorPreloaded(3),
  3886.                       queuedAmStarted(4),
  3887.                       nonqueuedAmStarted(5)
  3888.                      }
  3889.       MAX-ACCESS read-only
  3890.       STATUS current
  3891.       DESCRIPTION
  3892.           "Specifies how the program will be started.
  3893.               other - Specifies that the program operation is none of
  3894.                       the methods specified. It may be a
  3895.                       product-specific method.
  3896.  
  3897.               queuedOperatorStarted - Specifies that one version of the
  3898.                       program will be run at a time.  If an incoming
  3899.                       attach arrives and the program has not been started
  3900.                       yet, APPC will issue a message to the operator to
  3901.                       start the specified program.  Subsequent attaches
  3902.                       that arrive while the program is active will be
  3903.                       queued.
  3904.  
  3905.               queuedOperatorPreloaded - Specifies that one version of the
  3906.                       program will be run at a time.  If an incoming
  3907.                       attach arrives and the program has not been started
  3908.                       yet, the Attach will be rejected.  The APPC attach
  3909.                       manager determines that a TP has started upon
  3910.                       reception of an APPC RECEIVE_ALLOCATE verb, or a
  3911.                       CPI-C Accept_Conversation (CMACCP) or
  3912.                       Specify_Local_TP_Name (CMSLTP) call.  No message is
  3913.                       sent to the operator.  Subsequent attaches that
  3914.                       arrive while the program is active are queued.
  3915.  
  3916.               queuedAmStarted - Specifies that one version of the
  3917.                       program will be run at a time and will be started
  3918.                       by the APPC attach manager.  Subsequent attaches
  3919.  
  3920.  
  3921.  
  3922. Allen, et. al.              Standards Track                    [Page 70]
  3923.  
  3924. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3925.  
  3926.  
  3927.                       that arrive while the program is active will be
  3928.                       queued.
  3929.  
  3930.               nonqueuedAmStarted - Specifies that multiple copies of the
  3931.                       program will be run at a time and will be started
  3932.                       by the APPC attach manager."
  3933.  
  3934.       ::= { appcTpAdminEntry 5 }
  3935.  
  3936. appcTpAdminInAttachTimeout OBJECT-TYPE
  3937.       SYNTAX Integer32
  3938.       MAX-ACCESS read-only
  3939.       STATUS current
  3940.       DESCRIPTION
  3941.           "This object specifies the number of seconds incoming attaches
  3942.           will be queued waiting for an APPC program to issue a
  3943.           RECEIVE_ALLOCATE verb or for a CPI-C program to issue an
  3944.           Accept_Conversation (CMACCP) call.  This parameter is
  3945.           meaningful only when appcTpAdminTpOperation has one of the
  3946.           following values:
  3947.                      queuedOperatorStarted
  3948.                      queuedOperatorPreloaded
  3949.                      queuedAmStarted
  3950.  
  3951.           A value of zero indicates that there is no timeout."
  3952.  
  3953.       ::= { appcTpAdminEntry 6 }
  3954.  
  3955. appcTpAdminRcvAllocTimeout OBJECT-TYPE
  3956.       SYNTAX Integer32
  3957.       MAX-ACCESS read-only
  3958.       STATUS current
  3959.       DESCRIPTION
  3960.           "This object specifies the number of seconds an APPC program's
  3961.           RECEIVE_ALLOCATE verb or a CPI-C program's Accept_Conversation
  3962.           (CMACCP) call will wait for an incoming attach to arrive.
  3963.  
  3964.           A value of zero indicates that there is no timeout."
  3965.  
  3966.       ::= { appcTpAdminEntry 7 }
  3967.  
  3968. appcTpAdminSyncLvl OBJECT-TYPE
  3969.       SYNTAX INTEGER {
  3970.                       none(1),
  3971.                       confirm(2),
  3972.                       noneAndConfirm(3),
  3973.                       syncpoint(4),
  3974.                       noneAndSyncpoint(5),
  3975.  
  3976.  
  3977.  
  3978. Allen, et. al.              Standards Track                    [Page 71]
  3979.  
  3980. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  3981.  
  3982.  
  3983.                       confirmAndSyncpoint(6),
  3984.                       all(7)
  3985.                      }
  3986.       MAX-ACCESS read-only
  3987.       STATUS current
  3988.       DESCRIPTION
  3989.           "Indicates the synchronization level or levels that the
  3990.           transaction program supports.  The levels are defined as
  3991.           follows:
  3992.  
  3993.                none      - allocation requests indicating a
  3994.                            synchronization level of none are allowed to
  3995.                            start the program.
  3996.                confirm   - allocation requests indicating a
  3997.                            synchronization level of confirm are allowed
  3998.                            to start the program.
  3999.                syncpoint - allocation requests indicating a
  4000.                            synchronization level of sync point are
  4001.                            allowed to start the program."
  4002.  
  4003.       ::= { appcTpAdminEntry 8 }
  4004.  
  4005. appcTpAdminInstLmt OBJECT-TYPE
  4006.       SYNTAX Integer32
  4007.       MAX-ACCESS read-only
  4008.       STATUS current
  4009.       DESCRIPTION
  4010.           "The maximum number of concurrent instances of this transaction
  4011.            program that will be supported for a local LU.  A value of
  4012.            zero indicates that there is no limit."
  4013.  
  4014.       ::= { appcTpAdminEntry 9 }
  4015.  
  4016. appcTpAdminStatus OBJECT-TYPE
  4017.       SYNTAX INTEGER {
  4018.                       enabled(1),
  4019.                       tempDisabled(2),
  4020.                       permDisabled(3)
  4021.                      }
  4022.       MAX-ACCESS read-only
  4023.       STATUS current
  4024.       DESCRIPTION
  4025.           "Indicates the status of the TP relative to starting execution
  4026.           when the local LU receives an allocation (ATTACH) request
  4027.           naming this program.
  4028.  
  4029.                 enabled         -    the local LU can start the program.
  4030.                 tempDisabled    -    the local LU cannot start the
  4031.  
  4032.  
  4033.  
  4034. Allen, et. al.              Standards Track                    [Page 72]
  4035.  
  4036. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4037.  
  4038.  
  4039.                                      program. The local LU rejects the
  4040.                                      request with an indication that the
  4041.                                      TP is not available but retry is
  4042.                                      possible.
  4043.                 permDisabled    -    the local LU cannot start the
  4044.                                      program. The local LU rejects the
  4045.                                      request with an indication that the
  4046.                                      TP is not available and retry is
  4047.                                      not possible."
  4048.  
  4049.       ::= { appcTpAdminEntry 10 }
  4050.  
  4051. appcTpAdminLongRun OBJECT-TYPE
  4052.       SYNTAX INTEGER {
  4053.                       no(1),
  4054.                       yes(2)
  4055.                      }
  4056.       MAX-ACCESS read-only
  4057.       STATUS current
  4058.       DESCRIPTION
  4059.           "Indicates whether this is a long-running transaction program
  4060.           (i.e., one that stays around even after the conversation goes
  4061.           away)."
  4062.  
  4063.       ::= { appcTpAdminEntry 11 }
  4064.  
  4065. appcTpAdminConvType OBJECT-TYPE
  4066.       SYNTAX INTEGER {
  4067.                       basic(1),
  4068.                       mapped(2),
  4069.                       basicOrMapped(3)
  4070.                      }
  4071.       MAX-ACCESS read-only
  4072.       STATUS current
  4073.       DESCRIPTION
  4074.           "Specifies the conversation type (basic or mapped) that will be
  4075.           used by the TP.  This value is verified upon receipt of an
  4076.           incoming attach.  The acceptable values are:
  4077.  
  4078.                  basic         - Indicates that this transaction program
  4079.                                  supports basic conversations.
  4080.  
  4081.                  mapped        - Indicates that this transaction program
  4082.                                  supports mapped conversations.
  4083.  
  4084.                  basicOrMapped - Indicates that this transaction program
  4085.                                  supports both basic and mapped
  4086.                                  conversations."
  4087.  
  4088.  
  4089.  
  4090. Allen, et. al.              Standards Track                    [Page 73]
  4091.  
  4092. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4093.  
  4094.  
  4095.       ::= { appcTpAdminEntry 12 }
  4096.  
  4097. appcTpAdminConvDuplex OBJECT-TYPE
  4098.       SYNTAX INTEGER {
  4099.                       half(1),
  4100.                       full(2),
  4101.                       halfOrFull(3)
  4102.                      }
  4103.       MAX-ACCESS read-only
  4104.       STATUS current
  4105.       DESCRIPTION
  4106.           "Specifies the conversation duplex type (half or full) that
  4107.           will be used by the TP.  This value is verified upon receipt of
  4108.           an incoming attach.  The acceptable values are:
  4109.  
  4110.                  half       - Indicates that this transaction program
  4111.                               supports half duplex conversations.
  4112.  
  4113.                  full       - Indicates that this transaction program
  4114.                               supports full duplex conversations.
  4115.  
  4116.                  halfOrFull - Indicates that this transaction program
  4117.                               supports either half or full duplex
  4118.                               conversations."
  4119.  
  4120.       ::= { appcTpAdminEntry 13 }
  4121.  
  4122. appcTpAdminConvSecReq OBJECT-TYPE
  4123.       SYNTAX INTEGER {
  4124.                       no(1),
  4125.                       yes(2)
  4126.                      }
  4127.       MAX-ACCESS read-only
  4128.       STATUS current
  4129.       DESCRIPTION
  4130.           "Indicates whether conversation-level security information is
  4131.           required on incoming attaches designating this TP name.
  4132.           Conversation-level security verification is always performed on
  4133.           those requests that include security information.
  4134.  
  4135.                  yes - Indicates that conversation-level security
  4136.                        information is required.  ATTACHs designating the
  4137.                        transaction program must carry a user_id and
  4138.                        either a password or an already verified
  4139.                        indicator.
  4140.  
  4141.                  no  - Indicates that no security information is
  4142.                        required.  ATTACHs designating the transaction
  4143.  
  4144.  
  4145.  
  4146. Allen, et. al.              Standards Track                    [Page 74]
  4147.  
  4148. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4149.  
  4150.  
  4151.                        program can omit or include security information."
  4152.  
  4153.       ::= { appcTpAdminEntry 14 }
  4154.  
  4155. appcTpAdminVerPip OBJECT-TYPE
  4156.       SYNTAX INTEGER {
  4157.                       no(1),
  4158.                       yes(2)
  4159.                      }
  4160.       MAX-ACCESS read-only
  4161.       STATUS current
  4162.       DESCRIPTION
  4163.           "Specifies whether the number of PIP (Program Initialization
  4164.            Parameters) subfields should be verified against the number
  4165.            expected (appcTpAdminPipSubNum)."
  4166.  
  4167.       ::= { appcTpAdminEntry 15 }
  4168.  
  4169. appcTpAdminPipSubNum OBJECT-TYPE
  4170.       SYNTAX Integer32
  4171.       MAX-ACCESS read-only
  4172.       STATUS current
  4173.       DESCRIPTION
  4174.           "Specifies the number of PIP subfields expected by the TP."
  4175.  
  4176.       ::= { appcTpAdminEntry 16 }
  4177.  
  4178.  
  4179. -- *********************************************************************
  4180. -- APPC Active Session Table
  4181. -- ---------------------------------------------------------------------
  4182. -- This table contains information about active APPC sessions.
  4183. -- *********************************************************************
  4184. appcActSessTable OBJECT-TYPE
  4185.       SYNTAX SEQUENCE OF AppcActSessEntry
  4186.       MAX-ACCESS not-accessible
  4187.       STATUS current
  4188.       DESCRIPTION
  4189.           "Table of active APPC sessions.  Two entries are present in the
  4190.           table when both session partners are local."
  4191.  
  4192.       ::= { appcSession 1 }
  4193.  
  4194. appcActSessEntry OBJECT-TYPE
  4195.       SYNTAX AppcActSessEntry
  4196.       MAX-ACCESS not-accessible
  4197.       STATUS current
  4198.       DESCRIPTION
  4199.  
  4200.  
  4201.  
  4202. Allen, et. al.              Standards Track                    [Page 75]
  4203.  
  4204. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4205.  
  4206.  
  4207.           "Entry of APPC Session Information Table.  Indexed by LU pair
  4208.           and integer-valued session index."
  4209.  
  4210.       INDEX { appcActSessLocLuName,
  4211.               appcActSessParLuName,
  4212.               appcActSessIndex }
  4213.  
  4214.       ::= { appcActSessTable 1 }
  4215.  
  4216. AppcActSessEntry     ::= SEQUENCE {
  4217.       appcActSessLocLuName            DisplayString,
  4218.       appcActSessParLuName            DisplayString,
  4219.       appcActSessIndex                Integer32,
  4220.       appcActSessPcidCpName           DisplayString,
  4221.       appcActSessPcid                 OCTET STRING,
  4222.       appcActSessPluIndicator         INTEGER,
  4223.       appcActSessModeName             DisplayString,
  4224.       appcActSessCosName              DisplayString,
  4225.       appcActSessTransPriority        INTEGER,
  4226.       appcActSessEnhanceSecSup        INTEGER,
  4227.       appcActSessSendPacingType       INTEGER,
  4228.       appcActSessSendRpc              Gauge32,
  4229.       appcActSessSendNxWndwSize       Gauge32,
  4230.       appcActSessRecvPacingType       INTEGER,
  4231.       appcActSessRecvRpc              Gauge32,
  4232.       appcActSessRecvNxWndwSize       Gauge32,
  4233.       appcActSessRscv                 OCTET STRING,
  4234.       appcActSessInUse                INTEGER,
  4235.       appcActSessMaxSndRuSize         INTEGER,
  4236.       appcActSessMaxRcvRuSize         INTEGER,
  4237.       appcActSessSndPacingSize        INTEGER,
  4238.       appcActSessRcvPacingSize        INTEGER,
  4239.       appcActSessOperState            INTEGER,
  4240.       appcActSessUpTime               TimeTicks,
  4241.       appcActSessRtpNceId             OCTET STRING,
  4242.       appcActSessRtpTcid              OCTET STRING,
  4243.       appcActSessLinkIndex            InstancePointer
  4244.                      }
  4245.  
  4246.  
  4247. appcActSessLocLuName OBJECT-TYPE
  4248.       SYNTAX DisplayString (SIZE (1..17))
  4249.       MAX-ACCESS not-accessible
  4250.       STATUS current
  4251.       DESCRIPTION
  4252.           "Specifies the name of the local LU for the session.  This
  4253.           field is from 1 to 17 characters in length, including a period
  4254.           (.) which separates the NetId from the NAU name if the NetId is
  4255.  
  4256.  
  4257.  
  4258. Allen, et. al.              Standards Track                    [Page 76]
  4259.  
  4260. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4261.  
  4262.  
  4263.           present.
  4264.  
  4265.           If this object has the same value as appcLluOperName, then the
  4266.           two entries being indexed apply to the same resource
  4267.           (specifically, to the same local LU)."
  4268.  
  4269.       ::= { appcActSessEntry 1 }
  4270.  
  4271. appcActSessParLuName OBJECT-TYPE
  4272.       SYNTAX DisplayString (SIZE (1..17))
  4273.       MAX-ACCESS not-accessible
  4274.       STATUS current
  4275.       DESCRIPTION
  4276.           "Specifies the name of the partner LU for the session.  This
  4277.           field is from 1 to 17 characters in length, including a period
  4278.           (.) which separates the NetId from the NAU name if the NetId is
  4279.           present.
  4280.  
  4281.           If this object has the same value as appcLuPairOperParLuName,
  4282.           then the two entries being indexed apply to the same resource
  4283.           (specifically, to the same partner LU)."
  4284.  
  4285.       ::= { appcActSessEntry 2 }
  4286.  
  4287. appcActSessIndex OBJECT-TYPE
  4288.       SYNTAX Integer32
  4289.       MAX-ACCESS not-accessible
  4290.       STATUS current
  4291.       DESCRIPTION
  4292.           "This value identifies the index of the session, which is
  4293.           unique for this LU pair.  It is recommended that an Agent not
  4294.           reuse the index of a deactivated session for a significant
  4295.           period of time (e.g., one week)."
  4296.  
  4297.       ::= { appcActSessEntry 3 }
  4298.  
  4299. appcActSessPcidCpName OBJECT-TYPE
  4300.       SYNTAX DisplayString (SIZE (0 | 3..17))
  4301.       MAX-ACCESS read-only
  4302.       STATUS current
  4303.       DESCRIPTION
  4304.           "The network-qualified CP name of the node at which the session
  4305.           and PCID originated.  For APPN and LEN nodes, this is either CP
  4306.           name of the APPN node at which the origin LU is located or the
  4307.           CP name of the NN serving the LEN node at which the origin LU
  4308.           is located.  This field is from 3 to 17 characters in length,
  4309.           including a period (.) which separates the NetId from the NAU
  4310.           name.  A null string indicates that the value is unknown."
  4311.  
  4312.  
  4313.  
  4314. Allen, et. al.              Standards Track                    [Page 77]
  4315.  
  4316. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4317.  
  4318.  
  4319.       ::= { appcActSessEntry 4 }
  4320.  
  4321. appcActSessPcid OBJECT-TYPE
  4322.       SYNTAX OCTET STRING (SIZE (0|8))
  4323.       MAX-ACCESS read-only
  4324.       STATUS current
  4325.       DESCRIPTION
  4326.           "The procedure correlation identifier (PCID) of a session.  It
  4327.           is an 8-octet value assigned by the control point providing
  4328.           session services for the primary LU.  A null string indicates
  4329.           that the value is unknown."
  4330.  
  4331.       ::= { appcActSessEntry 5 }
  4332.  
  4333. appcActSessPluIndicator OBJECT-TYPE
  4334.       SYNTAX INTEGER {
  4335.                       localLuIsPlu(1),
  4336.                       partnerLuIsPlu(2)
  4337.                      }
  4338.       MAX-ACCESS read-only
  4339.       STATUS current
  4340.       DESCRIPTION
  4341.           "Indicates which LU is the PLU for this session.  For
  4342.           independent LUs, the PLU (primary LU) is the one that initiated
  4343.           the session (sent BIND), while the SLU (secondary LU) is the
  4344.           one that accepted the session initiation (received BIND).
  4345.  
  4346.           The 'local' LU is the one identified by appcLluOperName.
  4347.  
  4348.           The 'partner' LU is the one identified by
  4349.           appcLuPairOperParLuName."
  4350.  
  4351.       ::= { appcActSessEntry 6 }
  4352.  
  4353. appcActSessModeName OBJECT-TYPE
  4354.       SYNTAX DisplayString (SIZE (1..8))
  4355.       MAX-ACCESS read-only
  4356.       STATUS current
  4357.       DESCRIPTION
  4358.           "The mode name used for this session."
  4359.  
  4360.       ::= { appcActSessEntry 7 }
  4361.  
  4362. appcActSessCosName OBJECT-TYPE
  4363.       SYNTAX DisplayString (SIZE (0..8))
  4364.       MAX-ACCESS read-only
  4365.       STATUS current
  4366.       DESCRIPTION
  4367.  
  4368.  
  4369.  
  4370. Allen, et. al.              Standards Track                    [Page 78]
  4371.  
  4372. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4373.  
  4374.  
  4375.           "The Class of Service (COS) name used for this session.
  4376.           A null string indicates that the value is unknown."
  4377.  
  4378.       ::= { appcActSessEntry 8 }
  4379.  
  4380. appcActSessTransPriority OBJECT-TYPE
  4381.       SYNTAX INTEGER {
  4382.                       unknown(1),
  4383.                       low(2),
  4384.                       medium(3),
  4385.                       high(4),
  4386.                       network(5)
  4387.                      }
  4388.       MAX-ACCESS read-only
  4389.       STATUS current
  4390.       DESCRIPTION
  4391.           "The transmission priority of this session.
  4392.               1 = unknown priority
  4393.               2 = low priority
  4394.               3 = medium priority
  4395.               4 = high priority
  4396.               5 = network priority
  4397.           "
  4398.  
  4399.       ::= { appcActSessEntry 9 }
  4400.  
  4401. appcActSessEnhanceSecSup OBJECT-TYPE
  4402.       SYNTAX INTEGER {
  4403.                       none(1),
  4404.                       level1(2),
  4405.                       level2(3)
  4406.                      }
  4407.       MAX-ACCESS read-only
  4408.       STATUS current
  4409.       DESCRIPTION
  4410.           "Enhanced security supported. Indicates the level of enhanced
  4411.           security support:
  4412.  
  4413.              1 = none
  4414.              2 = level 1
  4415.              3 = level 2
  4416.           "
  4417.  
  4418.       ::= { appcActSessEntry 10 }
  4419.  
  4420. appcActSessSendPacingType OBJECT-TYPE
  4421.       SYNTAX INTEGER {
  4422.                       none(1),
  4423.  
  4424.  
  4425.  
  4426. Allen, et. al.              Standards Track                    [Page 79]
  4427.  
  4428. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4429.  
  4430.  
  4431.                       fixed(2),
  4432.                       adaptive(3)
  4433.                      }
  4434.       MAX-ACCESS read-only
  4435.       STATUS current
  4436.       DESCRIPTION
  4437.           "The type of pacing being used for sending data."
  4438.  
  4439.       ::= { appcActSessEntry 11 }
  4440.  
  4441. appcActSessSendRpc OBJECT-TYPE
  4442.       SYNTAX Gauge32
  4443.       MAX-ACCESS read-only
  4444.       STATUS current
  4445.       DESCRIPTION
  4446.           "The send residual pace count.  This represents the number of
  4447.           MUs that can still be sent in the current session window."
  4448.  
  4449.       ::= { appcActSessEntry 12 }
  4450.  
  4451. appcActSessSendNxWndwSize OBJECT-TYPE
  4452.       SYNTAX Gauge32
  4453.       MAX-ACCESS read-only
  4454.       STATUS current
  4455.       DESCRIPTION
  4456.           "The size of the next window which will be used to send data."
  4457.  
  4458.       ::= { appcActSessEntry 13 }
  4459.  
  4460. appcActSessRecvPacingType OBJECT-TYPE
  4461.       SYNTAX INTEGER {
  4462.                       none(1),
  4463.                       fixed(2),
  4464.                       adaptive(3)
  4465.                      }
  4466.       MAX-ACCESS read-only
  4467.       STATUS current
  4468.       DESCRIPTION
  4469.           "The type of pacing being used for receiving data."
  4470.  
  4471.       ::= { appcActSessEntry 14 }
  4472.  
  4473. appcActSessRecvRpc OBJECT-TYPE
  4474.       SYNTAX Gauge32
  4475.       MAX-ACCESS read-only
  4476.       STATUS current
  4477.       DESCRIPTION
  4478.           "The receive residual pace count.  This represents the number
  4479.  
  4480.  
  4481.  
  4482. Allen, et. al.              Standards Track                    [Page 80]
  4483.  
  4484. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4485.  
  4486.  
  4487.           of MUs that can still be received in the current session
  4488.           window."
  4489.  
  4490.       ::= { appcActSessEntry 15 }
  4491.  
  4492. appcActSessRecvNxWndwSize OBJECT-TYPE
  4493.       SYNTAX Gauge32
  4494.       MAX-ACCESS read-only
  4495.       STATUS current
  4496.       DESCRIPTION
  4497.           "The size of the next window which will be used to receive
  4498.           data."
  4499.  
  4500.       ::= { appcActSessEntry 16 }
  4501. appcActSessRscv OBJECT-TYPE
  4502.       SYNTAX OCTET STRING (SIZE (0..255))
  4503.       MAX-ACCESS read-only
  4504.       STATUS current
  4505.       DESCRIPTION
  4506.           "The route selection control vector (RSCV CV2B) used for this
  4507.           session.  It is present for APPN-level implementations.
  4508.           LEN-level implementations will return a null string.  The
  4509.           internal format of this vector is described in SNA Formats.
  4510.           This object contains an uninterpreted copy of the control
  4511.           vector (including the length and key fields)."
  4512.  
  4513.       ::= { appcActSessEntry 17 }
  4514.  
  4515. appcActSessInUse OBJECT-TYPE
  4516.       SYNTAX INTEGER {
  4517.                       no(1),
  4518.                       yes(2)
  4519.                      }
  4520.       MAX-ACCESS read-only
  4521.       STATUS current
  4522.       DESCRIPTION
  4523.           "Specifies whether the session is currently in use (i.e., in
  4524.            bracket with a conversation)."
  4525.  
  4526.       ::= { appcActSessEntry 18 }
  4527.  
  4528. appcActSessMaxSndRuSize OBJECT-TYPE
  4529.       SYNTAX INTEGER (1..8192)
  4530.       MAX-ACCESS read-only
  4531.       STATUS current
  4532.       DESCRIPTION
  4533.           "The maximum RU size used on this session for sending RUs."
  4534.  
  4535.  
  4536.  
  4537.  
  4538. Allen, et. al.              Standards Track                    [Page 81]
  4539.  
  4540. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4541.  
  4542.  
  4543.       ::= { appcActSessEntry 19 }
  4544.  
  4545. appcActSessMaxRcvRuSize OBJECT-TYPE
  4546.       SYNTAX INTEGER (1..8192)
  4547.       MAX-ACCESS read-only
  4548.       STATUS current
  4549.       DESCRIPTION
  4550.           "The maximum RU size used on this session for receiving RUs."
  4551.  
  4552.       ::= { appcActSessEntry 20 }
  4553.  
  4554. appcActSessSndPacingSize OBJECT-TYPE
  4555.       SYNTAX INTEGER (1..63)
  4556.       MAX-ACCESS read-only
  4557.       STATUS current
  4558.       DESCRIPTION
  4559.           "The size of the send pacing window on this session."
  4560.  
  4561.       ::= { appcActSessEntry 21 }
  4562.  
  4563. appcActSessRcvPacingSize OBJECT-TYPE
  4564.       SYNTAX INTEGER (1..63)
  4565.       MAX-ACCESS read-only
  4566.       STATUS current
  4567.       DESCRIPTION
  4568.           "The size of the receive pacing window on this session."
  4569.  
  4570.       ::= { appcActSessEntry 22 }
  4571.  
  4572. appcActSessOperState OBJECT-TYPE
  4573.       SYNTAX INTEGER {
  4574.                       unbound (1),
  4575.                       pendingBind (2),
  4576.                       bound (3),
  4577.                       pendingUnbind (4)
  4578.                      }
  4579.       MAX-ACCESS read-write
  4580.       STATUS current
  4581.       DESCRIPTION
  4582.           "The value indicates the current operational state of the
  4583.           session.
  4584.  
  4585.                   'unbound (1)' - session has been  unbound;
  4586.                         in this state it will be removed from the
  4587.                         session table by the Agent.
  4588.  
  4589.                   'pendingBind (2)' - this state has different
  4590.                         meanings for dependent and independent LUs;
  4591.  
  4592.  
  4593.  
  4594. Allen, et. al.              Standards Track                    [Page 82]
  4595.  
  4596. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4597.  
  4598.  
  4599.                         for dependent LU - waiting for BIND from
  4600.                         the host, for independent LU - waiting for
  4601.                         BIND response.  When a session enters this
  4602.                         state, the corresponding entry in the
  4603.                         session table is created by the Agent.
  4604.  
  4605.                   'bound (3)' - session has been successfully bound.
  4606.  
  4607.                   'pendingUnbind (4)' - session enters this state
  4608.                         when an UNBIND is sent and before the
  4609.                         rsp(UNBIND) is received.
  4610.  
  4611.           Session deactivation:
  4612.  
  4613.                   If a session is in the operational state
  4614.                   'bound (3)' then setting the value of this
  4615.                   object to 'unbound (1)' will initiate the
  4616.                   session shutdown.
  4617.  
  4618.                   If a session is in the operational state
  4619.                   'pendingBind (2)' then setting the value of this
  4620.                   object to 'unbound (1)' will initiate the session
  4621.                   shutdown.
  4622.  
  4623.                   If a session is in the operational state
  4624.                   'pendingUnbind (4)' for an abnormally long period
  4625.                   of time (e.g., three minutes) then setting the value
  4626.                   of this object to 'unbound (1)' will change the
  4627.                   session operational state to 'unbound (1)'. "
  4628.  
  4629.       ::= { appcActSessEntry 23 }
  4630.  
  4631. appcActSessUpTime OBJECT-TYPE
  4632.       SYNTAX TimeTicks
  4633.       MAX-ACCESS read-only
  4634.       STATUS current
  4635.       DESCRIPTION
  4636.           "The length of time the session has been active, measured in
  4637.           hundredths of a second."
  4638.  
  4639.       ::= { appcActSessEntry 24 }
  4640.  
  4641. appcActSessRtpNceId OBJECT-TYPE
  4642.       SYNTAX OCTET STRING (SIZE (0..8))
  4643.       MAX-ACCESS read-only
  4644.       STATUS current
  4645.       DESCRIPTION
  4646.           "The local HPR Network Connection Endpoint of the session."
  4647.  
  4648.  
  4649.  
  4650. Allen, et. al.              Standards Track                    [Page 83]
  4651.  
  4652. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4653.  
  4654.  
  4655.       ::= { appcActSessEntry 25 }
  4656.  
  4657. appcActSessRtpTcid OBJECT-TYPE
  4658.       SYNTAX OCTET STRING (SIZE (0|8))
  4659.       MAX-ACCESS read-only
  4660.       STATUS current
  4661.       DESCRIPTION
  4662.           "The local RTP connection TCID of the session."
  4663.  
  4664.       ::= { appcActSessEntry 26 }
  4665.  
  4666. appcActSessLinkIndex OBJECT-TYPE
  4667.       SYNTAX InstancePointer
  4668.       MAX-ACCESS read-only
  4669.       STATUS current
  4670.       DESCRIPTION
  4671.           "This value identifies the link over which the session passes.
  4672.           This value points to the row in the table containing
  4673.           information on the link instance.  (e.g., the sdlcLSAdminTable
  4674.           of the SNA DLC MIB module).  This object may be NULL if the
  4675.           link is not specified or if a link is not applicable (as for
  4676.           APPN-level nodes)."
  4677.  
  4678.       ::= { appcActSessEntry 27 }
  4679.  
  4680.  
  4681. -- ***************************************************************
  4682. -- The following table contains session statistics for APPC sessions.
  4683. -- ***************************************************************
  4684.  
  4685. appcSessStatsTable OBJECT-TYPE
  4686.       SYNTAX SEQUENCE OF AppcSessStatsEntry
  4687.       MAX-ACCESS not-accessible
  4688.       STATUS current
  4689.       DESCRIPTION
  4690.           "This table contains dynamic statistical information relating
  4691.           to active APPC sessions.  The entries in this table cannot be
  4692.           created by a Management Station.  Two entries are present in
  4693.           the table when both session partners are local.  This table is
  4694.           populated only when the value of appcCntrlOperStat is
  4695.           'active'."
  4696.  
  4697.       ::= { appcSession 2 }
  4698.  
  4699. appcSessStatsEntry OBJECT-TYPE
  4700.       SYNTAX AppcSessStatsEntry
  4701.       MAX-ACCESS not-accessible
  4702.       STATUS current
  4703.  
  4704.  
  4705.  
  4706. Allen, et. al.              Standards Track                    [Page 84]
  4707.  
  4708. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4709.  
  4710.  
  4711.       DESCRIPTION
  4712.           "Contains statistics information for an APPC session.  Each
  4713.           entry is created by the Agent.  Objects in this table have
  4714.           read-only access.  Each session from appcActSessTable has one
  4715.           entry in this table."
  4716.  
  4717.       INDEX { appcSessStatsLocLuName,
  4718.               appcSessStatsParLuName,
  4719.               appcSessStatsSessIndex }
  4720.  
  4721.       ::= { appcSessStatsTable 1 }
  4722.  
  4723. AppcSessStatsEntry ::= SEQUENCE {
  4724.         appcSessStatsLocLuName           DisplayString,
  4725.         appcSessStatsParLuName           DisplayString,
  4726.         appcSessStatsSessIndex           Integer32,
  4727.         appcSessStatsSentFmdBytes        Counter32,
  4728.         appcSessStatsSentNonFmdBytes     Counter32,
  4729.         appcSessStatsRcvdFmdBytes        Counter32,
  4730.         appcSessStatsRcvdNonFmdBytes     Counter32,
  4731.         appcSessStatsSentFmdRus          Counter32,
  4732.         appcSessStatsSentNonFmdRus       Counter32,
  4733.         appcSessStatsRcvdFmdRus          Counter32,
  4734.         appcSessStatsRcvdNonFmdRus       Counter32,
  4735.         appcSessStatsCtrUpTime           TimeTicks
  4736.                      }
  4737.  
  4738. appcSessStatsLocLuName OBJECT-TYPE
  4739.       SYNTAX DisplayString (SIZE (1..17))
  4740.       MAX-ACCESS not-accessible
  4741.       STATUS current
  4742.       DESCRIPTION
  4743.           "Specifies the name of the local LU for the session.  This
  4744.           field is from 1 to 17 characters in length, including a period
  4745.           (.) which separates the NetId from the NAU name if the NetId is
  4746.           present.
  4747.  
  4748.           If this object has the same value as appcLluOperName, then the
  4749.           two entries being indexed apply to the same resource
  4750.           (specifically, to the same local LU)."
  4751.  
  4752.       ::= { appcSessStatsEntry 1 }
  4753.  
  4754. appcSessStatsParLuName OBJECT-TYPE
  4755.       SYNTAX DisplayString (SIZE (1..17))
  4756.       MAX-ACCESS not-accessible
  4757.       STATUS current
  4758.       DESCRIPTION
  4759.  
  4760.  
  4761.  
  4762. Allen, et. al.              Standards Track                    [Page 85]
  4763.  
  4764. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4765.  
  4766.  
  4767.           "Specifies the name of the partner LU for the session.  This
  4768.           field is from 1 to 17 characters in length, including a period
  4769.           (.) which separates the NetId from the NAU name if the NetId is
  4770.           present.
  4771.  
  4772.           If this object has the same value as appcLuPairOperParLuName,
  4773.           then the two entries being indexed apply to the same resource
  4774.           (specifically, to the same partner LU)."
  4775.  
  4776.       ::= { appcSessStatsEntry 2 }
  4777.  
  4778. appcSessStatsSessIndex OBJECT-TYPE
  4779.       SYNTAX Integer32
  4780.       MAX-ACCESS not-accessible
  4781.       STATUS current
  4782.       DESCRIPTION
  4783.           "This value identifies the index of the session, which is
  4784.           unique for this LU pair.  It is recommended that an Agent not
  4785.           reuse the index of a deactivated session for a significant
  4786.           period of time (e.g., one week).
  4787.  
  4788.           If this object has the same value as appcActSessIndex for the
  4789.           same LU pair, then the two entries being indexed apply to the
  4790.           same resource (specifically, to the same session)."
  4791.  
  4792.       ::= { appcSessStatsEntry 3 }
  4793.  
  4794. appcSessStatsSentFmdBytes OBJECT-TYPE
  4795.       SYNTAX Counter32
  4796.       MAX-ACCESS read-only
  4797.       STATUS current
  4798.       DESCRIPTION
  4799.           "The number of function management data (FMD) bytes sent by the
  4800.           local LU."
  4801.  
  4802.       ::= { appcSessStatsEntry 4 }
  4803.  
  4804. appcSessStatsSentNonFmdBytes OBJECT-TYPE
  4805.       SYNTAX Counter32
  4806.       MAX-ACCESS read-only
  4807.       STATUS current
  4808.       DESCRIPTION
  4809.           "The number of non-function management data (non-FMD) bytes
  4810.           sent by the local LU."
  4811.  
  4812.       ::= { appcSessStatsEntry 5 }
  4813.  
  4814. appcSessStatsRcvdFmdBytes OBJECT-TYPE
  4815.  
  4816.  
  4817.  
  4818. Allen, et. al.              Standards Track                    [Page 86]
  4819.  
  4820. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4821.  
  4822.  
  4823.       SYNTAX Counter32
  4824.       MAX-ACCESS read-only
  4825.       STATUS current
  4826.       DESCRIPTION
  4827.           "The number of function management data (FMD) bytes received by
  4828.           the local LU."
  4829.  
  4830.       ::= { appcSessStatsEntry 6 }
  4831.  
  4832. appcSessStatsRcvdNonFmdBytes OBJECT-TYPE
  4833.       SYNTAX Counter32
  4834.       MAX-ACCESS read-only
  4835.       STATUS current
  4836.       DESCRIPTION
  4837.           "The number of non-function management data (non-FMD) bytes
  4838.           received by the local LU."
  4839.  
  4840.       ::= { appcSessStatsEntry 7 }
  4841.  
  4842. appcSessStatsSentFmdRus OBJECT-TYPE
  4843.       SYNTAX Counter32
  4844.       MAX-ACCESS read-only
  4845.       STATUS current
  4846.       DESCRIPTION
  4847.           "The number of function management data (FMD) RUs sent by the
  4848.           local LU."
  4849.  
  4850.       ::= { appcSessStatsEntry 8 }
  4851.  
  4852. appcSessStatsSentNonFmdRus OBJECT-TYPE
  4853.       SYNTAX Counter32
  4854.       MAX-ACCESS read-only
  4855.       STATUS current
  4856.       DESCRIPTION
  4857.           "The number of non-function management data (non-FMD) RUs sent
  4858.           by the local LU."
  4859.  
  4860.       ::= { appcSessStatsEntry 9 }
  4861.  
  4862. appcSessStatsRcvdFmdRus OBJECT-TYPE
  4863.       SYNTAX Counter32
  4864.       MAX-ACCESS read-only
  4865.       STATUS current
  4866.       DESCRIPTION
  4867.           "The number of function management data (FMD) RUs received by
  4868.           the local LU."
  4869.  
  4870.       ::= { appcSessStatsEntry 10 }
  4871.  
  4872.  
  4873.  
  4874. Allen, et. al.              Standards Track                    [Page 87]
  4875.  
  4876. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4877.  
  4878.  
  4879. appcSessStatsRcvdNonFmdRus OBJECT-TYPE
  4880.       SYNTAX Counter32
  4881.       MAX-ACCESS read-only
  4882.       STATUS current
  4883.       DESCRIPTION
  4884.           "The number of non-function management data (non-FMD) RUs
  4885.           received by the local LU."
  4886.  
  4887.       ::= { appcSessStatsEntry 11 }
  4888.  
  4889. appcSessStatsCtrUpTime OBJECT-TYPE
  4890.       SYNTAX TimeTicks
  4891.       MAX-ACCESS read-only
  4892.       STATUS current
  4893.       DESCRIPTION
  4894.           "The length of time the counters for this session have been
  4895.           active, measured in hundredths of a second."
  4896.  
  4897.       ::= { appcSessStatsEntry 12 }
  4898.  
  4899.  
  4900. -- *********************************************************************
  4901. -- APPC Historical Session Table
  4902. -- ---------------------------------------------------------------------
  4903. -- This table contains historical information about APPC sessions that
  4904. -- terminated abnormally.   It is an implementation choice how long to
  4905. -- retain information on a given session.
  4906. -- *********************************************************************
  4907. appcHistSessTable OBJECT-TYPE
  4908.       SYNTAX SEQUENCE OF AppcHistSessEntry
  4909.       MAX-ACCESS not-accessible
  4910.       STATUS current
  4911.       DESCRIPTION
  4912.           "Table of historical information about APPC sessions that
  4913.           terminated abnormally.  Two entries may be present in the table
  4914.           when both session partners are local.  It is an implementation
  4915.           choice how long to retain information about a given session."
  4916.  
  4917.       ::= { appcSession 3 }
  4918.  
  4919. appcHistSessEntry OBJECT-TYPE
  4920.       SYNTAX AppcHistSessEntry
  4921.       MAX-ACCESS not-accessible
  4922.       STATUS current
  4923.       DESCRIPTION
  4924.           "Entry of APPC Session History Table.  This table is indexed by
  4925.           an integer which is continuously incremented until it
  4926.           eventually wraps."
  4927.  
  4928.  
  4929.  
  4930. Allen, et. al.              Standards Track                    [Page 88]
  4931.  
  4932. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4933.  
  4934.  
  4935.       INDEX
  4936.              { appcHistSessIndex }
  4937.  
  4938.       ::= { appcHistSessTable 1 }
  4939.  
  4940. AppcHistSessEntry     ::= SEQUENCE {
  4941.       appcHistSessIndex           INTEGER,
  4942.       appcHistSessTime            DateAndTime,
  4943.       appcHistSessType            INTEGER,
  4944.       appcHistSessLocLuName       DisplayString,
  4945.       appcHistSessParLuName       DisplayString,
  4946.       appcHistSessModeName        DisplayString,
  4947.       appcHistSessUnbindType      OCTET STRING,
  4948.       appcHistSessSenseData       SnaSenseData,
  4949.       appcHistSessComponentId     DisplayString,
  4950.       appcHistSessDetectModule    DisplayString
  4951.                      }
  4952.  
  4953.  
  4954. appcHistSessIndex OBJECT-TYPE
  4955.       SYNTAX INTEGER (0..2147483647)
  4956.       MAX-ACCESS not-accessible
  4957.       STATUS current
  4958.       DESCRIPTION
  4959.           "Table index.  The value of the index begins at zero
  4960.            and is incremented up to a maximum value of 2**31-1
  4961.            (2,147,483,647) before wrapping."
  4962.  
  4963.       ::=  { appcHistSessEntry 1 }
  4964.  
  4965. appcHistSessTime OBJECT-TYPE
  4966.       SYNTAX DateAndTime
  4967.       MAX-ACCESS read-only
  4968.       STATUS current
  4969.       DESCRIPTION
  4970.           "The time at which the session was either terminated or
  4971.            failed to be established."
  4972.  
  4973.       ::=  { appcHistSessEntry 2 }
  4974.  
  4975. appcHistSessType OBJECT-TYPE
  4976.       SYNTAX INTEGER {
  4977.                       recvNegBindRsp(1),
  4978.                       sendNegBindRsp(2),
  4979.                       sessActRejected(3),
  4980.                       unbindSent(4),
  4981.                       unbindReceived(5)
  4982.                      }
  4983.  
  4984.  
  4985.  
  4986. Allen, et. al.              Standards Track                    [Page 89]
  4987.  
  4988. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  4989.  
  4990.  
  4991.       MAX-ACCESS read-only
  4992.       STATUS current
  4993.       DESCRIPTION
  4994.           "Indicates the type of event that caused the entry to be made:
  4995.  
  4996.                recvNegBindRsp  - Received a negative bind response from
  4997.                                  the partner LU.
  4998.                sendNegBindRsp  - Sent a negative bind response to the
  4999.                                  partner LU.
  5000.                sessActRejected - Session activation rejected by the
  5001.                                  partner LU.
  5002.                unbindSent      - Unbind sent to the partner LU.
  5003.                unbindReceived  - Unbind received from the partner LU.
  5004.  
  5005.           These event types correspond to the five SNA/MS Alerts
  5006.           LU62001 through LU62005, documented in the SNA Management
  5007.           Services Reference."
  5008.  
  5009.       ::=  { appcHistSessEntry 3 }
  5010.  
  5011. appcHistSessLocLuName OBJECT-TYPE
  5012.       SYNTAX DisplayString (SIZE (1..17))
  5013.       MAX-ACCESS read-only
  5014.       STATUS current
  5015.       DESCRIPTION
  5016.           "The network-qualified local LU name.  This field is from 3 to
  5017.           17 characters in length, including a period (.) which separates
  5018.           the NetId from the NAU name if the NetId is present."
  5019.  
  5020.       ::=  { appcHistSessEntry 4 }
  5021.  
  5022. appcHistSessParLuName OBJECT-TYPE
  5023.       SYNTAX DisplayString (SIZE (3..17))
  5024.       MAX-ACCESS read-only
  5025.       STATUS current
  5026.       DESCRIPTION
  5027.           "The network-qualified partner LU name.  This field is from 3
  5028.           to 17 characters in length, including a period (.) which
  5029.           separates the NetId from the NAU name if the NetId is present."
  5030.  
  5031.       ::=  { appcHistSessEntry 5 }
  5032.  
  5033. appcHistSessModeName OBJECT-TYPE
  5034.       SYNTAX DisplayString (SIZE (1..8))
  5035.       MAX-ACCESS read-only
  5036.       STATUS current
  5037.       DESCRIPTION
  5038.           "The mode name of the session."
  5039.  
  5040.  
  5041.  
  5042. Allen, et. al.              Standards Track                    [Page 90]
  5043.  
  5044. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5045.  
  5046.  
  5047.       ::=  { appcHistSessEntry 6 }
  5048.  
  5049. appcHistSessUnbindType OBJECT-TYPE
  5050.       SYNTAX OCTET STRING (SIZE (1))
  5051.       MAX-ACCESS read-only
  5052.       STATUS current
  5053.       DESCRIPTION
  5054.           "The type of unbind which terminated the session.  This
  5055.            value is consists of one (1) octet; and its meaning
  5056.            is defined in SNA Formats."
  5057.  
  5058.       ::=  { appcHistSessEntry 7 }
  5059.  
  5060. appcHistSessSenseData OBJECT-TYPE
  5061.       SYNTAX SnaSenseData
  5062.       MAX-ACCESS read-only
  5063.       STATUS current
  5064.       DESCRIPTION
  5065.           "The sense data associated with the termination of the
  5066.           session, taken from the negative BIND response or UNBIND
  5067.           request."
  5068.  
  5069.       ::=  { appcHistSessEntry 8 }
  5070.  
  5071. appcHistSessComponentId OBJECT-TYPE
  5072.       SYNTAX DisplayString (SIZE (0..32))
  5073.       MAX-ACCESS read-only
  5074.       STATUS current
  5075.       DESCRIPTION
  5076.           "The implementation-specific name of the component which
  5077.           detected the problem."
  5078.  
  5079.       ::=  { appcHistSessEntry 9 }
  5080.  
  5081. appcHistSessDetectModule OBJECT-TYPE
  5082.       SYNTAX DisplayString (SIZE (0..32))
  5083.       MAX-ACCESS read-only
  5084.       STATUS current
  5085.       DESCRIPTION
  5086.           "The implementation-specific name of the module which
  5087.           detected the problem."
  5088.  
  5089.       ::=  { appcHistSessEntry 10 }
  5090.  
  5091.  
  5092. -- *********************************************************************
  5093. -- APPC Session RTP Connection Table
  5094. -- ---------------------------------------------------------------------
  5095.  
  5096.  
  5097.  
  5098. Allen, et. al.              Standards Track                    [Page 91]
  5099.  
  5100. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5101.  
  5102.  
  5103. -- This table contains information on APPC sessions that are being
  5104. -- transported on RTP connections by High Performance Routing (HPR).
  5105. -- *********************************************************************
  5106. appcSessRtpTable OBJECT-TYPE
  5107.       SYNTAX SEQUENCE OF AppcSessRtpEntry
  5108.       MAX-ACCESS not-accessible
  5109.       STATUS current
  5110.       DESCRIPTION
  5111.           "A table indicating how many APPC sessions terminating in this
  5112.           node are transported by each RTP connection."
  5113.  
  5114.       ::= { appcSession 4 }
  5115.  
  5116. appcSessRtpEntry OBJECT-TYPE
  5117.       SYNTAX AppcSessRtpEntry
  5118.       MAX-ACCESS not-accessible
  5119.       STATUS current
  5120.       DESCRIPTION
  5121.           "Entry of APPC session RTP table."
  5122.  
  5123.       INDEX { appcSessRtpNceId,
  5124.               appcSessRtpTcid }
  5125.  
  5126.       ::= { appcSessRtpTable 1 }
  5127.  
  5128. AppcSessRtpEntry ::= SEQUENCE {
  5129.       appcSessRtpNceId              OCTET STRING,
  5130.       appcSessRtpTcid               OCTET STRING,
  5131.       appcSessRtpSessions           Gauge32
  5132.                      }
  5133.  
  5134. appcSessRtpNceId OBJECT-TYPE
  5135.       SYNTAX OCTET STRING (SIZE (1..8))
  5136.       MAX-ACCESS not-accessible
  5137.       STATUS current
  5138.       DESCRIPTION
  5139.           "The local Network Connection Endpoint of the RTP connection."
  5140.  
  5141.       ::= { appcSessRtpEntry 1 }
  5142.  
  5143. appcSessRtpTcid OBJECT-TYPE
  5144.       SYNTAX OCTET STRING (SIZE (8))
  5145.       MAX-ACCESS not-accessible
  5146.       STATUS current
  5147.       DESCRIPTION
  5148.           "The local TCID of the RTP connection."
  5149.  
  5150.       ::= { appcSessRtpEntry 2 }
  5151.  
  5152.  
  5153.  
  5154. Allen, et. al.              Standards Track                    [Page 92]
  5155.  
  5156. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5157.  
  5158.  
  5159. appcSessRtpSessions OBJECT-TYPE
  5160.       SYNTAX Gauge32
  5161.       MAX-ACCESS read-only
  5162.       STATUS current
  5163.       DESCRIPTION
  5164.           "The number of APPC sessions terminating in this node
  5165.           that are using this RTP connection."
  5166.  
  5167.       ::= { appcSessRtpEntry 3 }
  5168.  
  5169.  
  5170. -- *********************************************************************
  5171. --    APPC Active Conversation Table
  5172. --   This table contains information about active APPC conversations.
  5173. -- *********************************************************************
  5174.  
  5175. appcActiveConvTable OBJECT-TYPE
  5176.       SYNTAX SEQUENCE OF AppcActiveConvEntry
  5177.       MAX-ACCESS not-accessible
  5178.       STATUS current
  5179.       DESCRIPTION
  5180.           "Table of information about active APPC Conversations.  In this
  5181.           context 'active' means that a conversation is currently
  5182.           associated with a particular session.  Two entries are present
  5183.           in the table when both LUs for the session are local."
  5184.  
  5185.       ::= { appcConversation 1 }
  5186.  
  5187. appcActiveConvEntry OBJECT-TYPE
  5188.       SYNTAX AppcActiveConvEntry
  5189.       MAX-ACCESS not-accessible
  5190.       STATUS current
  5191.       DESCRIPTION
  5192.           "Entry representing one active APPC Conversation."
  5193.  
  5194.       INDEX { appcActiveConvLocLuName,
  5195.               appcActiveConvParLuName,
  5196.               appcActiveConvSessIndex }
  5197.  
  5198.       ::= { appcActiveConvTable 1}
  5199.  
  5200. AppcActiveConvEntry     ::= SEQUENCE {
  5201.            appcActiveConvLocLuName           DisplayString,
  5202.            appcActiveConvParLuName           DisplayString,
  5203.            appcActiveConvSessIndex           Integer32,
  5204.            appcActiveConvId                  OCTET STRING,
  5205.            appcActiveConvState               INTEGER,
  5206.            appcActiveConvType                INTEGER,
  5207.  
  5208.  
  5209.  
  5210. Allen, et. al.              Standards Track                    [Page 93]
  5211.  
  5212. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5213.  
  5214.  
  5215.            appcActiveConvCorrelator          OCTET STRING,
  5216.            appcActiveConvSyncLvl             INTEGER,
  5217.            appcActiveConvSource              INTEGER,
  5218.            appcActiveConvDuplex              INTEGER,
  5219.            appcActiveConvUpTime              TimeTicks,
  5220.            appcActiveConvSendBytes           Counter32,
  5221.            appcActiveConvRcvBytes            Counter32,
  5222.            appcActiveConvUserid              DisplayString,
  5223.            appcActiveConvPcidNauName         DisplayString,
  5224.            appcActiveConvPcid                OCTET STRING,
  5225.            appcActiveConvModeName            DisplayString,
  5226.            appcActiveConvLuwIdName           DisplayString,
  5227.            appcActiveConvLuwIdInstance       OCTET STRING,
  5228.            appcActiveConvLuwIdSequence       OCTET STRING,
  5229.            appcActiveConvTpName              DisplayString
  5230.                      }
  5231.  
  5232. appcActiveConvLocLuName OBJECT-TYPE
  5233.       SYNTAX DisplayString (SIZE (1..17))
  5234.       MAX-ACCESS not-accessible
  5235.       STATUS current
  5236.       DESCRIPTION
  5237.           "The SNA name of the local LU for the conversation.  This field
  5238.           is from 1 to 17 characters in length, including a period (.)
  5239.           which separates the NetId from the NAU name if the NetId is
  5240.           present.
  5241.  
  5242.           If this object has the same value as appcLluOperName,
  5243.           then the two entries being indexed apply to the same
  5244.           resource (specifically, to the same local LU)."
  5245.  
  5246.       ::= { appcActiveConvEntry 1 }
  5247.  
  5248. appcActiveConvParLuName OBJECT-TYPE
  5249.       SYNTAX DisplayString (SIZE (1..17))
  5250.       MAX-ACCESS not-accessible
  5251.       STATUS current
  5252.       DESCRIPTION
  5253.           "The SNA name of the partner LU for the conversation.  This
  5254.           field is from 1 to 17 characters in length, including a period
  5255.           (.) which separates the NetId from the NAU name if the NetId is
  5256.           present.
  5257.  
  5258.           If this object has the same value as appcLuPairOperParLuName,
  5259.           then the two entries being indexed apply to the same
  5260.           resource (specifically, to the same partner LU)."
  5261.  
  5262.       ::= { appcActiveConvEntry 2 }
  5263.  
  5264.  
  5265.  
  5266. Allen, et. al.              Standards Track                    [Page 94]
  5267.  
  5268. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5269.  
  5270.  
  5271. appcActiveConvSessIndex OBJECT-TYPE
  5272.       SYNTAX Integer32
  5273.       MAX-ACCESS not-accessible
  5274.       STATUS current
  5275.       DESCRIPTION
  5276.           "Index of entry in appcActSessTable that is associated with
  5277.           this conversation.  If this object has the same value as
  5278.           appcActSessIndex for the same LU pair, then the two entries
  5279.           being indexed apply to the same resource (specifically, to the
  5280.           same session)."
  5281.  
  5282.       ::= { appcActiveConvEntry 3 }
  5283.  
  5284. appcActiveConvId OBJECT-TYPE
  5285.       SYNTAX OCTET STRING (SIZE (4))
  5286.       MAX-ACCESS read-only
  5287.       STATUS current
  5288.       DESCRIPTION
  5289.           "The 4-byte ID of the conversation."
  5290.  
  5291.       ::= { appcActiveConvEntry 4 }
  5292.  
  5293. appcActiveConvState OBJECT-TYPE
  5294.       SYNTAX INTEGER {
  5295.                       reset(1),
  5296.                       send(2),
  5297.                       receive(3),
  5298.                       confirm(4),
  5299.                       confirmSend(5),
  5300.                       confirmDealloc(6),
  5301.                       pendingDeallocate(7),
  5302.                       pendingPost(8),
  5303.                       sendReceive(9),
  5304.                       sendOnly(10),
  5305.                       receiveOnly(11),
  5306.                       deferReceive(12),
  5307.                       deferDeallocate(13),
  5308.                       syncpoint(14),
  5309.                       syncpointSend(15),
  5310.                       syncpointDeallocate(16),
  5311.                       backoutRequired(17)
  5312.                      }
  5313.  
  5314.       MAX-ACCESS read-only
  5315.       STATUS current
  5316.       DESCRIPTION
  5317.           "Indicates the state of the conversation at the instant when
  5318.           the information was retrieved.  The values are:
  5319.  
  5320.  
  5321.  
  5322. Allen, et. al.              Standards Track                    [Page 95]
  5323.  
  5324. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5325.  
  5326.  
  5327.               reset
  5328.                         The conversation is reset (i.e., deallocated).
  5329.               send
  5330.                         The conversation can send data.  This value also
  5331.                         is returned if the conversation is in
  5332.                         Send-Pending state.
  5333.               receive
  5334.                         The conversation can receive data.
  5335.               confirm
  5336.                         The conversation has received a confirm
  5337.                         indicator.  It can issue an [MC_]CONFIRMED or
  5338.                         [MC_]SEND_ERROR verb to change state.  It will
  5339.                         continue in Receive state if an [MC_]CONFIRMED
  5340.                         verb is issued.
  5341.               confirmSend
  5342.                         The conversation is in Confirm state and changes
  5343.                         to Send state when an [MC_]CONFIRMED verb is
  5344.                         issued.
  5345.               confirmDealloc
  5346.                         The conversation is in Confirm state and becomes
  5347.                         inactive when an [MC_]CONFIRMED verb is issued.
  5348.               pendingDeallocate
  5349.                         The conversation is in Pending-Deallocate state
  5350.                         while it waits for (MC_)DEALLOCATE TYPE
  5351.                         (sync_level) to complete.
  5352.               pendingPost
  5353.                         The conversation is in Pending-Post state while
  5354.                         it waits for the [MC_]RECEIVE_AND_POST verb to
  5355.                         complete its receive function.
  5356.               sendReceive
  5357.                         The full-duplex conversation can send or receive
  5358.                         data.
  5359.               sendOnly
  5360.                         The full-duplex conversation can send data, but
  5361.                         it does not have permission to receive data,
  5362.                         because the partner TP has already deallocated
  5363.                         its side of the conversation.
  5364.               receiveOnly
  5365.                         The full-duplex conversation can receive data,
  5366.                         but it does not have permission to send data,
  5367.                         because it has already deallocated its side of
  5368.                         the conversation.
  5369.               deferReceive
  5370.                         Waiting for a successful SYNCPT verb operation to
  5371.                         go into the receive state.
  5372.               deferDeallocate
  5373.                         Waiting for a successful SYNCPT verb operation to
  5374.                         go into the reset state.
  5375.  
  5376.  
  5377.  
  5378. Allen, et. al.              Standards Track                    [Page 96]
  5379.  
  5380. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5381.  
  5382.  
  5383.               syncpoint
  5384.                         Need to response to a SYNCPT verb issued.  After
  5385.                         successful operation, the next state will be
  5386.                         receive.
  5387.               syncpointSend
  5388.                         Need to response to a SYNCPT verb issued.  After
  5389.                         successful operation, the next state will be
  5390.                         send.
  5391.               syncpointDeallocate
  5392.                         Need to response to a SYNCPT verb issued.  After
  5393.                         successful operation, the next state will be
  5394.                         reset.
  5395.               backoutRequired
  5396.                         TP must execute a BACKOUT verb to backout the
  5397.                         transaction."
  5398.  
  5399.       ::= { appcActiveConvEntry 5 }
  5400.  
  5401. appcActiveConvType OBJECT-TYPE
  5402.       SYNTAX INTEGER {
  5403.                       basic(1),
  5404.                       mapped(2)
  5405.                      }
  5406.       MAX-ACCESS read-only
  5407.       STATUS current
  5408.       DESCRIPTION
  5409.           "Indicates the type of conversation.  The values are:
  5410.  
  5411.               basic
  5412.                         Indicates that this conversation supports
  5413.                         basic verbs.
  5414.  
  5415.               mapped
  5416.                         Indicates that this conversation supports
  5417.                         mapped verbs."
  5418.  
  5419.  
  5420.       ::= { appcActiveConvEntry 6 }
  5421.  
  5422. appcActiveConvCorrelator OBJECT-TYPE
  5423.       SYNTAX OCTET STRING (SIZE (0..8))
  5424.       MAX-ACCESS read-only
  5425.       STATUS current
  5426.       DESCRIPTION
  5427.           "This is an 8-byte identifier that the source LU assigns to the
  5428.           conversation; the source LU is the one that sent the allocation
  5429.           request.  The conversation correlator is included on the
  5430.           allocation request.  The conversation correlator uniquely
  5431.  
  5432.  
  5433.  
  5434. Allen, et. al.              Standards Track                    [Page 97]
  5435.  
  5436. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5437.  
  5438.  
  5439.           identifies a conversation, from among all conversations,
  5440.           between the local and partner LUs.  It may be used, for
  5441.           example, during problem determination associated with a
  5442.           conversation.  A length of 0 indicates that no conversation
  5443.           correlator is defined."
  5444.  
  5445.       ::= { appcActiveConvEntry 7 }
  5446.  
  5447. appcActiveConvSyncLvl OBJECT-TYPE
  5448.       SYNTAX INTEGER {
  5449.                       none(1),
  5450.                       confirm(2),
  5451.                       syncpt(3)
  5452.                      }
  5453.       MAX-ACCESS read-only
  5454.       STATUS current
  5455.       DESCRIPTION
  5456.           "Indicates the highest sync level support for the conversation.
  5457.           The values are:
  5458.  
  5459.                 none
  5460.                         Indicates that no sync-level processing can be
  5461.                         performed on this conversation. The
  5462.                         transaction program does not issue verbs or
  5463.                         recognize any returned parameters
  5464.                         relating to any sync-level function.
  5465.  
  5466.                 confirm
  5467.                         Indicates that confirmation processing can be
  5468.                         performed on this conversation.  The
  5469.                         transaction program can issue verbs and
  5470.                         recognize returned parameters relating to
  5471.                         confirmation.
  5472.  
  5473.                 syncpt
  5474.                         Indicates that syncpt and confirmation processing
  5475.                         can be performed on this conversation. The
  5476.                         transaction program can issue verbs and recognize
  5477.                         returned parameters relating to syncpt and
  5478.                         confirmation."
  5479.  
  5480.       ::= { appcActiveConvEntry 8 }
  5481.  
  5482. appcActiveConvSource OBJECT-TYPE
  5483.       SYNTAX INTEGER {
  5484.                       localLu(1),
  5485.                       partnerLu(2)
  5486.                      }
  5487.  
  5488.  
  5489.  
  5490. Allen, et. al.              Standards Track                    [Page 98]
  5491.  
  5492. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5493.  
  5494.  
  5495.       MAX-ACCESS read-only
  5496.       STATUS current
  5497.       DESCRIPTION
  5498.           "Indicates whether the local or partner LU is the source of the
  5499.           conversation, that is, which LU started the conversation by
  5500.           sending the allocation request.
  5501.  
  5502.                localLu
  5503.                         The local LU is the source of the conversation,
  5504.                         and the partner LU is the target of the
  5505.                         conversation.
  5506.  
  5507.                partnerLu
  5508.                         The partner LU is the source of the
  5509.                         conversation, and the local LU is the target of
  5510.                         the conversation."
  5511.  
  5512.       ::= { appcActiveConvEntry 9 }
  5513.  
  5514. appcActiveConvDuplex OBJECT-TYPE
  5515.       SYNTAX INTEGER {
  5516.                       half(1),
  5517.                       full(2)
  5518.                      }
  5519.       MAX-ACCESS read-only
  5520.       STATUS current
  5521.       DESCRIPTION
  5522.           "Indicates the conversation duplex style in effect for the
  5523.           conversation.
  5524.  
  5525.             half        Indicates that information can be transferred in
  5526.                         both directions, but only in one direction at a
  5527.                         time.
  5528.  
  5529.             full        Indicates that information can be transferred in
  5530.                         both directions at the same time."
  5531.  
  5532.       ::= { appcActiveConvEntry 10 }
  5533.  
  5534. appcActiveConvUpTime OBJECT-TYPE
  5535.       SYNTAX TimeTicks
  5536.       MAX-ACCESS read-only
  5537.       STATUS current
  5538.       DESCRIPTION
  5539.           "The length of time since the conversation started, measured in
  5540.           hundredths of a second."
  5541.  
  5542.       ::= { appcActiveConvEntry 11 }
  5543.  
  5544.  
  5545.  
  5546. Allen, et. al.              Standards Track                    [Page 99]
  5547.  
  5548. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5549.  
  5550.  
  5551. appcActiveConvSendBytes OBJECT-TYPE
  5552.       SYNTAX Counter32
  5553.       MAX-ACCESS read-only
  5554.       STATUS current
  5555.       DESCRIPTION
  5556.           "Indicates the number of bytes that was sent on the
  5557.           conversation.  The count includes all SNA RU bytes sent,
  5558.           including those in the FMH-5 (Attach), FMH-7 (Error
  5559.           Description), SIGNAL, LUSTAT, and SNA responses; it does not
  5560.           include SNA TH and RH bytes."
  5561.  
  5562.       ::= { appcActiveConvEntry 12 }
  5563.  
  5564. appcActiveConvRcvBytes OBJECT-TYPE
  5565.       SYNTAX Counter32
  5566.       MAX-ACCESS read-only
  5567.       STATUS current
  5568.       DESCRIPTION
  5569.           "Indicates the number of bytes that was received on the
  5570.           conversation.  The count includes all SNA RU bytes sent,
  5571.           including those in the FMH-5 (Attach), FMH-7 (Error
  5572.           Description), SIGNAL, LUSTAT, and SNA responses; it does not
  5573.           include SNA TH and RH bytes."
  5574.  
  5575.       ::= { appcActiveConvEntry 13 }
  5576.  
  5577. appcActiveConvUserid OBJECT-TYPE
  5578.       SYNTAX DisplayString (SIZE (0..10))
  5579.       MAX-ACCESS read-only
  5580.       STATUS current
  5581.       DESCRIPTION
  5582.           "The user ID that the initiating program provided in the
  5583.           incoming attach."
  5584.  
  5585.       ::= { appcActiveConvEntry 14 }
  5586.  
  5587. appcActiveConvPcidNauName OBJECT-TYPE
  5588.       SYNTAX DisplayString (SIZE (0 | 3..17))
  5589.       MAX-ACCESS read-only
  5590.       STATUS current
  5591.       DESCRIPTION
  5592.           "The network-qualified NAU name of the
  5593.            node at which the session and PCID originated.  For APPN
  5594.            and LEN nodes, this is either CP name of the APPN node at
  5595.            which the origin LU is located or the CP name of the
  5596.            NN serving the LEN node at which the origin LU is
  5597.            located.  This field is from 3 to 17 characters in
  5598.            length, including a period (.) which separates the
  5599.  
  5600.  
  5601.  
  5602. Allen, et. al.              Standards Track                   [Page 100]
  5603.  
  5604. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5605.  
  5606.  
  5607.            NetId from the NAU name.  A null string indicates
  5608.            that the value is unknown."
  5609.  
  5610.       ::= { appcActiveConvEntry 15 }
  5611.  
  5612. appcActiveConvPcid OBJECT-TYPE
  5613.       SYNTAX OCTET STRING (SIZE (0|8))
  5614.       MAX-ACCESS read-only
  5615.       STATUS current
  5616.       DESCRIPTION
  5617.           "The procedure correlation identifier (PCID) of the session.
  5618.           It is an 8-octet value assigned by the control point providing
  5619.           session services for the primary LU.  A null string indicates
  5620.           that the value is unknown."
  5621.  
  5622.       ::= { appcActiveConvEntry 16 }
  5623.  
  5624. appcActiveConvModeName OBJECT-TYPE
  5625.       SYNTAX DisplayString (SIZE (1..8))
  5626.       MAX-ACCESS read-only
  5627.       STATUS current
  5628.       DESCRIPTION
  5629.           "The Mode Name used for this conversation.
  5630.            This is a 1-8 character name."
  5631.  
  5632.       ::= { appcActiveConvEntry 17 }
  5633.  
  5634. appcActiveConvLuwIdName OBJECT-TYPE
  5635.       SYNTAX DisplayString (SIZE (1..17))
  5636.       MAX-ACCESS read-only
  5637.       STATUS current
  5638.       DESCRIPTION
  5639.           "The SNA name of the LU that initiated the logical unit of work
  5640.            that is associated with this active TP. This field is from
  5641.            1 to 17 characters in length, including a period (.) which
  5642.            separates the NetId from the LU name if the NetId is present."
  5643.  
  5644.       ::= { appcActiveConvEntry 18 }
  5645.  
  5646. appcActiveConvLuwIdInstance OBJECT-TYPE
  5647.       SYNTAX OCTET STRING (SIZE (0..6))
  5648.       MAX-ACCESS read-only
  5649.       STATUS current
  5650.       DESCRIPTION
  5651.           "The instance identifier for the logical unit of work."
  5652.  
  5653.       ::= { appcActiveConvEntry 19 }
  5654.  
  5655.  
  5656.  
  5657.  
  5658. Allen, et. al.              Standards Track                   [Page 101]
  5659.  
  5660. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5661.  
  5662.  
  5663. appcActiveConvLuwIdSequence OBJECT-TYPE
  5664.       SYNTAX OCTET STRING (SIZE (0..2))
  5665.       MAX-ACCESS read-only
  5666.       STATUS current
  5667.       DESCRIPTION
  5668.           "The sequence identifier for the logical unit of work."
  5669.  
  5670.       ::= { appcActiveConvEntry 20 }
  5671.  
  5672. appcActiveConvTpName OBJECT-TYPE
  5673.       SYNTAX DisplayString (SIZE (0..64))
  5674.       MAX-ACCESS read-only
  5675.       STATUS current
  5676.       DESCRIPTION
  5677.           "The transaction program name which started this conversation.
  5678.           This name could either be from a FMH5 ATTACH for a remotely
  5679.           started conversation, otherwise it could the name of the local
  5680.           TP if available.
  5681.  
  5682.           When the TP name consists entirely of displayable EBCDIC code
  5683.           points, it is mapped directly to the equivalent ASCII display
  5684.           string.  However, registered TP names always have a non-
  5685.           displayable EBCDIC code point (value less than or equal to
  5686.           x'3F') as the first character, so they cannot be directly
  5687.           mapped to an ASCII display string.  These TP names are
  5688.           converted to a display string that is equivalent to a
  5689.           hexadecimal display of the EBCDIC code points.  For example,
  5690.           the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
  5691.           ASCII display string '06F1' (including the two single quotes).
  5692.  
  5693.           This name is NULL if the conversation is started locally
  5694.           (i.e., not with a FMH5 ATTACH)."
  5695.  
  5696.       ::= { appcActiveConvEntry 21 }
  5697.  
  5698. -- *********************************************************************
  5699. --    APPC Historical Conversation Table
  5700. --    This table contains historical information about APPC
  5701. --    conversations that ended abnormally.  It is an implementation
  5702. --    choice how long to retain information on a given conversation.
  5703. -- *********************************************************************
  5704.  
  5705. appcHistConvTable OBJECT-TYPE
  5706.       SYNTAX SEQUENCE OF AppcHistConvEntry
  5707.       MAX-ACCESS not-accessible
  5708.       STATUS current
  5709.       DESCRIPTION
  5710.           "Table of historical information about APPC Conversations that
  5711.  
  5712.  
  5713.  
  5714. Allen, et. al.              Standards Track                   [Page 102]
  5715.  
  5716. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5717.  
  5718.  
  5719.           ended in error.  Possible categories of error conditions that
  5720.           could be saved in this table are:
  5721.  
  5722.                 - allocation errors,
  5723.                 - deallocate abend,
  5724.                 - program errors, and
  5725.                 - service errors."
  5726.  
  5727.       ::= { appcConversation 2 }
  5728.  
  5729. appcHistConvEntry OBJECT-TYPE
  5730.       SYNTAX AppcHistConvEntry
  5731.       MAX-ACCESS not-accessible
  5732.       STATUS current
  5733.       DESCRIPTION
  5734.            "Entry representing one APPC Conversation."
  5735.  
  5736.       INDEX
  5737.              { appcHistConvIndex  }
  5738.  
  5739.       ::= { appcHistConvTable 1}
  5740.  
  5741. AppcHistConvEntry     ::= SEQUENCE {
  5742.       appcHistConvIndex           Integer32,
  5743.       appcHistConvEndTime         DateAndTime,
  5744.       appcHistConvLocLuName       DisplayString,
  5745.       appcHistConvParLuName       DisplayString,
  5746.       appcHistConvTpName          DisplayString,
  5747.       appcHistConvPcidNauName     DisplayString,
  5748.       appcHistConvPcid            OCTET STRING,
  5749.       appcHistConvSenseData       SnaSenseData,
  5750.       appcHistConvLogData         OCTET STRING,
  5751.       appcHistConvEndedBy         INTEGER
  5752.                      }
  5753.  
  5754. appcHistConvIndex OBJECT-TYPE
  5755.       SYNTAX Integer32
  5756.       MAX-ACCESS not-accessible
  5757.       STATUS current
  5758.       DESCRIPTION
  5759.           "Index for entry in Conversation table.  This value identifies
  5760.           the unique index of the conversation.  It is recommended that
  5761.           an Agent not reuse the index of a deactivated conversation for
  5762.           a significant period of time (e.g. one week)."
  5763.  
  5764.       ::= { appcHistConvEntry 1 }
  5765.  
  5766. appcHistConvEndTime OBJECT-TYPE
  5767.  
  5768.  
  5769.  
  5770. Allen, et. al.              Standards Track                   [Page 103]
  5771.  
  5772. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5773.  
  5774.  
  5775.       SYNTAX DateAndTime
  5776.       MAX-ACCESS read-only
  5777.       STATUS current
  5778.       DESCRIPTION
  5779.           "The time at which the conversation ended."
  5780.  
  5781.       ::= { appcHistConvEntry 2 }
  5782.  
  5783. appcHistConvLocLuName OBJECT-TYPE
  5784.       SYNTAX DisplayString (SIZE (1..17))
  5785.       MAX-ACCESS read-only
  5786.       STATUS current
  5787.       DESCRIPTION
  5788.           "The name of the local LU for this conversation.  This field is
  5789.           from 1 to 17 characters in length, including a period (.) which
  5790.           separates the NetId from the NAU name if the NetId is present."
  5791.  
  5792.       ::= { appcHistConvEntry 3 }
  5793.  
  5794. appcHistConvParLuName OBJECT-TYPE
  5795.       SYNTAX DisplayString (SIZE (1..17))
  5796.       MAX-ACCESS read-only
  5797.       STATUS current
  5798.       DESCRIPTION
  5799.           "The SNA name of the partner LU for the conversation.  This
  5800.           field is from 1 to 17 characters in length, including a period
  5801.           (.) which separates the NetId from the NAU name if the NetId is
  5802.           present."
  5803.  
  5804.       ::= { appcHistConvEntry 4 }
  5805.  
  5806. appcHistConvTpName OBJECT-TYPE
  5807.       SYNTAX DisplayString (SIZE (0..64))
  5808.       MAX-ACCESS read-only
  5809.       STATUS current
  5810.       DESCRIPTION
  5811.           "The transaction program name which started this conversation.
  5812.           This name could either be from a FMH5 ATTACH for a remotely
  5813.           started conversation, otherwise it could the name of the local
  5814.           TP if available.
  5815.  
  5816.           When the TP name consists entirely of displayable EBCDIC code
  5817.           points, it is mapped directly to the equivalent ASCII display
  5818.           string.  However, registered TP names always have a non-
  5819.           displayable EBCDIC code point (value less than or equal to
  5820.           x'3F') as the first character, so they cannot be directly
  5821.           mapped to an ASCII display string.  These TP names are
  5822.           converted to a display string that is equivalent to a
  5823.  
  5824.  
  5825.  
  5826. Allen, et. al.              Standards Track                   [Page 104]
  5827.  
  5828. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5829.  
  5830.  
  5831.           hexadecimal display of the EBCDIC code points.  For example,
  5832.           the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte
  5833.           ASCII display string '06F1' (including the two single quotes).
  5834.  
  5835.           This name is NULL if the conversation is started locally
  5836.           (i.e., not with a FMH5 ATTACH)."
  5837.  
  5838.       ::= { appcHistConvEntry 5 }
  5839.  
  5840. appcHistConvPcidNauName OBJECT-TYPE
  5841.       SYNTAX DisplayString (SIZE (0 | 3..17))
  5842.       MAX-ACCESS read-only
  5843.       STATUS current
  5844.       DESCRIPTION
  5845.           "The network-qualified NAU name of the
  5846.            node at which the session and PCID originated.  For APPN
  5847.            and LEN nodes, this is either CP name of the APPN node at
  5848.            which the origin LU is located or the CP name of the
  5849.            NN serving the LEN node at which the origin LU is
  5850.            located.  This field is from 3 to 17 characters in
  5851.            length, including a period (.) which separates the
  5852.            NetId from the NAU name.  A null string indicates that the
  5853.            value is unknown."
  5854.  
  5855.       ::= { appcHistConvEntry 6 }
  5856.  
  5857. appcHistConvPcid OBJECT-TYPE
  5858.       SYNTAX OCTET STRING (SIZE (0|8))
  5859.       MAX-ACCESS read-only
  5860.       STATUS current
  5861.       DESCRIPTION
  5862.          "The procedure correlation identifier (PCID) of the session.
  5863.          It is an 8-octet value assigned by the control point providing
  5864.          session services for the primary LU.  A null string indicates
  5865.          that the value is unknown."
  5866.  
  5867.       ::= { appcHistConvEntry 7 }
  5868.  
  5869. appcHistConvSenseData OBJECT-TYPE
  5870.       SYNTAX SnaSenseData
  5871.       MAX-ACCESS read-only
  5872.       STATUS current
  5873.       DESCRIPTION
  5874.           "The sense data associated with the action that ended this
  5875.           conversation, e.g., FMH-7 or UNBIND."
  5876.  
  5877.       ::= { appcHistConvEntry 8 }
  5878.  
  5879.  
  5880.  
  5881.  
  5882. Allen, et. al.              Standards Track                   [Page 105]
  5883.  
  5884. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5885.  
  5886.  
  5887. appcHistConvLogData OBJECT-TYPE
  5888.       SYNTAX OCTET STRING (SIZE (0..32))
  5889.       MAX-ACCESS read-only
  5890.       STATUS current
  5891.       DESCRIPTION
  5892.           "The first 32 bytes of the data portion of the Log Data GDS
  5893.           Variable that is associated with the last FMH-7 that occurred
  5894.           on this conversation.  If there was no Log Data GDS Variable
  5895.           associated with the FMH-7, this object is null.
  5896.  
  5897.           This object reflects only the data portion of the Log Data
  5898.           GDS Variable (i.e. not the LL or GDS Id)."
  5899.  
  5900.       ::= { appcHistConvEntry 9 }
  5901.  
  5902. appcHistConvEndedBy OBJECT-TYPE
  5903.       SYNTAX INTEGER {
  5904.                       localLu(1),
  5905.                       partnerLu(2)
  5906.                      }
  5907.       MAX-ACCESS read-only
  5908.       STATUS current
  5909.       DESCRIPTION
  5910.           "Indicates which LU ended the conversation."
  5911.  
  5912.       ::= { appcHistConvEntry 10 }
  5913.  
  5914. -- *********************************************************************
  5915. --    APPC CPIC Admin Table
  5916. --    Objects in this table contain default or expected configuration
  5917. --    values for CPI-C side information.
  5918. -- *********************************************************************
  5919. appcCpicAdminTable OBJECT-TYPE
  5920.       SYNTAX SEQUENCE OF AppcCpicAdminEntry
  5921.       MAX-ACCESS not-accessible
  5922.       STATUS current
  5923.       DESCRIPTION
  5924.           "APPC CPI-C side information table."
  5925.  
  5926.       ::= { appcCPIC 1 }
  5927.  
  5928. appcCpicAdminEntry OBJECT-TYPE
  5929.       SYNTAX AppcCpicAdminEntry
  5930.       MAX-ACCESS not-accessible
  5931.       STATUS current
  5932.       DESCRIPTION
  5933.           "Entry of APPC CPI-C side information Table."
  5934.  
  5935.  
  5936.  
  5937.  
  5938. Allen, et. al.              Standards Track                   [Page 106]
  5939.  
  5940. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5941.  
  5942.  
  5943.       INDEX { appcCpicAdminLocLuName,
  5944.               appcCpicAdminSymbDestName }
  5945.  
  5946.       ::= { appcCpicAdminTable 1 }
  5947.  
  5948. AppcCpicAdminEntry ::= SEQUENCE {
  5949.           appcCpicAdminLocLuName          DisplayString,
  5950.           appcCpicAdminSymbDestName       DisplayString,
  5951.           appcCpicAdminParLuAlias         DisplayString,
  5952.           appcCpicAdminParLuName          DisplayString,
  5953.           appcCpicAdminModeName           DisplayString,
  5954.           appcCpicAdminTpNameType         INTEGER,
  5955.           appcCpicAdminTpName             DisplayString,
  5956.           appcCpicAdminUserid             DisplayString,
  5957.           appcCpicAdminSecurity           INTEGER
  5958.                      }
  5959.  
  5960. appcCpicAdminLocLuName OBJECT-TYPE
  5961.       SYNTAX DisplayString (SIZE (1..17))
  5962.       MAX-ACCESS not-accessible
  5963.       STATUS current
  5964.       DESCRIPTION
  5965.           "The SNA name of the local LU to which this CPI-C side
  5966.           information definition applies.  This field is from 1 to 17
  5967.           characters in length, including a period (.) which separates
  5968.           the NetId from the NAU name if the NetId is present.
  5969.  
  5970.           The reserved value '*ALL' indicates that the definition applies
  5971.           to all local LUs, and not just to a single local LU."
  5972.  
  5973.       ::= { appcCpicAdminEntry 1 }
  5974.  
  5975. appcCpicAdminSymbDestName OBJECT-TYPE
  5976.       SYNTAX DisplayString (SIZE (1..8))
  5977.       MAX-ACCESS not-accessible
  5978.       STATUS current
  5979.       DESCRIPTION
  5980.           "Specifies the symbolic destination name used by CPI-C
  5981.           applications to identify this definition."
  5982.  
  5983.       ::= { appcCpicAdminEntry 2 }
  5984.  
  5985. appcCpicAdminParLuAlias OBJECT-TYPE
  5986.       SYNTAX DisplayString (SIZE (0..8))
  5987.       MAX-ACCESS read-only
  5988.       STATUS current
  5989.       DESCRIPTION
  5990.           "A local alias for the partner LU.  If not known or
  5991.  
  5992.  
  5993.  
  5994. Allen, et. al.              Standards Track                   [Page 107]
  5995.  
  5996. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  5997.  
  5998.  
  5999.            not applicable, this object contains a zero-length
  6000.            string."
  6001.  
  6002.       ::= { appcCpicAdminEntry 3 }
  6003.  
  6004.  
  6005. appcCpicAdminParLuName OBJECT-TYPE
  6006.       SYNTAX DisplayString (SIZE (1..17))
  6007.       MAX-ACCESS read-only
  6008.       STATUS current
  6009.       DESCRIPTION
  6010.           "The SNA name of the partner LU.  This field is from 1 to 17
  6011.           characters in length, including a period (.)  which separates
  6012.           the NetId from the NAU name if the NetId is present."
  6013.  
  6014.       ::= { appcCpicAdminEntry 4 }
  6015.  
  6016.  
  6017. appcCpicAdminModeName OBJECT-TYPE
  6018.       SYNTAX DisplayString (SIZE (1..8))
  6019.       MAX-ACCESS read-only
  6020.       STATUS current
  6021.       DESCRIPTION
  6022.           "Specifies the mode name.  A mode defines the characteristics
  6023.           for a group of sessions.  The mode name can be blank (8 space
  6024.           characters)."
  6025.  
  6026.       ::= { appcCpicAdminEntry 5 }
  6027.  
  6028.  
  6029. appcCpicAdminTpNameType OBJECT-TYPE
  6030.       SYNTAX INTEGER {
  6031.                       normal(1),
  6032.                       snaServiceTp(2)
  6033.                      }
  6034.       MAX-ACCESS read-only
  6035.       STATUS current
  6036.       DESCRIPTION
  6037.           "Specifies whether the TP name in appcCpicAdminTpName
  6038.           identifies a normal TP or an SNA service TP.  In this context,
  6039.           a normal TP is one with a name consisting only of displayable
  6040.           characters, while an SNA service TP has a name containing
  6041.           octets that do not map to displayable characters."
  6042.  
  6043.       ::= { appcCpicAdminEntry 6 }
  6044.  
  6045. appcCpicAdminTpName OBJECT-TYPE
  6046.       SYNTAX DisplayString (SIZE (1..64))
  6047.  
  6048.  
  6049.  
  6050. Allen, et. al.              Standards Track                   [Page 108]
  6051.  
  6052. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6053.  
  6054.  
  6055.       MAX-ACCESS read-only
  6056.       STATUS current
  6057.       DESCRIPTION
  6058.           "Specifies the name of the partner TP to be used when a CPI-C
  6059.            application initiates a conversation specifying this side
  6060.            information entry.
  6061.  
  6062.            Display convention
  6063.  
  6064.               When the TP name consists entirely of displayable EBCDIC
  6065.               code points, it is mapped directly to the equivalent ASCII
  6066.               display string.  However, registered TP names always have a
  6067.               non-displayable EBCDIC code point (value less than or equal
  6068.               to x'3F') as the first character, so they cannot be
  6069.               directly mapped to an ASCII display string.  These TP names
  6070.               are converted to a display string that is equivalent to a
  6071.               hexadecimal display of the EBCDIC code points.  For
  6072.               example, the 2-byte TP name x'06F1' (CNOS) is converted to
  6073.               the 6-byte ASCII display string '06F1' (including the two
  6074.               single quotes)."
  6075.  
  6076.       ::= { appcCpicAdminEntry 7 }
  6077.  
  6078. appcCpicAdminUserid OBJECT-TYPE
  6079.       SYNTAX DisplayString (SIZE (0..10))
  6080.       MAX-ACCESS read-only
  6081.       STATUS current
  6082.       DESCRIPTION
  6083.           "The security userid, if any, associated with the side
  6084.           information definition."
  6085.  
  6086.       ::= { appcCpicAdminEntry 8 }
  6087.  
  6088. appcCpicAdminSecurity OBJECT-TYPE
  6089.       SYNTAX INTEGER {
  6090.                       none(1),
  6091.                       same(2),
  6092.                       pgm(3),
  6093.                       pgmStrong(4),
  6094.                       distributed(5),
  6095.                       mutual(6)
  6096.                      }
  6097.       MAX-ACCESS read-only
  6098.       STATUS current
  6099.       DESCRIPTION
  6100.           "Specifies the security information to be used for allocating
  6101.           the conversation.
  6102.  
  6103.  
  6104.  
  6105.  
  6106. Allen, et. al.              Standards Track                   [Page 109]
  6107.  
  6108. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6109.  
  6110.  
  6111.             none        - No security information.
  6112.             same        - Use the security environment currently
  6113.                           associated with this TP.
  6114.             pgm         - Use the program-supplied user_id and password.
  6115.             pgmStrong   - Use the program-supplied user_id and password.
  6116.                           The local LU will insure that the password is
  6117.                           not exposed in clear-text form on the physical
  6118.                           network.
  6119.             distributed - Use the security environment and a distributed
  6120.                           security system to generate the authentication
  6121.                           information for this request.  If distributed
  6122.                           security tokens cannot be generated, then fail
  6123.                           the conversation.
  6124.             mutual      - Authenticate both the user to the destination
  6125.                           system and the destination system to the user."
  6126.  
  6127.       ::= { appcCpicAdminEntry 9 }
  6128.  
  6129.  
  6130. -- *********************************************************************
  6131. --    APPC CPIC Oper Table
  6132. --    Objects in this table contain current operational values, such
  6133. --    as state values or negotiated parameters, for CPI-C side
  6134. --    information.
  6135. -- *********************************************************************
  6136.  
  6137. appcCpicOperTable OBJECT-TYPE
  6138.       SYNTAX SEQUENCE OF AppcCpicOperEntry
  6139.       MAX-ACCESS not-accessible
  6140.       STATUS current
  6141.       DESCRIPTION
  6142.           "APPC CPI-C side information operational table."
  6143.  
  6144.       ::= { appcCPIC 2 }
  6145.  
  6146. appcCpicOperEntry OBJECT-TYPE
  6147.       SYNTAX AppcCpicOperEntry
  6148.       MAX-ACCESS not-accessible
  6149.       STATUS current
  6150.       DESCRIPTION
  6151.           "Entry of APPC CPI-C side information Table."
  6152.  
  6153.       INDEX { appcCpicOperLocLuName,
  6154.               appcCpicOperSymbDestName }
  6155.  
  6156.       ::= { appcCpicOperTable 1 }
  6157.  
  6158.  
  6159.  
  6160.  
  6161.  
  6162. Allen, et. al.              Standards Track                   [Page 110]
  6163.  
  6164. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6165.  
  6166.  
  6167. AppcCpicOperEntry ::= SEQUENCE {
  6168.           appcCpicOperLocLuName          DisplayString,
  6169.           appcCpicOperSymbDestName       DisplayString,
  6170.           appcCpicOperParLuAlias         DisplayString,
  6171.           appcCpicOperParLuName          DisplayString,
  6172.           appcCpicOperModeName           DisplayString,
  6173.           appcCpicOperTpNameType         INTEGER,
  6174.           appcCpicOperTpName             DisplayString,
  6175.           appcCpicOperUserid             DisplayString,
  6176.           appcCpicOperSecurity           INTEGER
  6177.                      }
  6178.  
  6179. appcCpicOperLocLuName OBJECT-TYPE
  6180.       SYNTAX DisplayString (SIZE (1..17))
  6181.       MAX-ACCESS not-accessible
  6182.       STATUS current
  6183.       DESCRIPTION
  6184.           "The SNA name of the local LU to which this CPI-C side
  6185.           information definition applies.  This field is from 1 to 17
  6186.           characters in length, including a period (.) which separates
  6187.           the NetId from the NAU name if the NetId is present.
  6188.  
  6189.           The reserved value '*ALL' indicates that the definition applies
  6190.           to all local LUs, and not just to a single local LU."
  6191.  
  6192.       ::= { appcCpicOperEntry 1 }
  6193.  
  6194. appcCpicOperSymbDestName OBJECT-TYPE
  6195.       SYNTAX DisplayString (SIZE (1..8))
  6196.       MAX-ACCESS not-accessible
  6197.       STATUS current
  6198.       DESCRIPTION
  6199.           "Specifies the symbolic destination name used by CPI-C
  6200.           applications to identify this definition."
  6201.  
  6202.       ::= { appcCpicOperEntry 2 }
  6203.  
  6204. appcCpicOperParLuAlias OBJECT-TYPE
  6205.       SYNTAX DisplayString (SIZE (0..8))
  6206.       MAX-ACCESS read-only
  6207.       STATUS current
  6208.       DESCRIPTION
  6209.           "A local alias for the partner LU.  If not known or not
  6210.           applicable, this object contains a zero-length string."
  6211.  
  6212.       ::= { appcCpicOperEntry 3 }
  6213.  
  6214. appcCpicOperParLuName OBJECT-TYPE
  6215.  
  6216.  
  6217.  
  6218. Allen, et. al.              Standards Track                   [Page 111]
  6219.  
  6220. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6221.  
  6222.  
  6223.       SYNTAX DisplayString (SIZE (1..17))
  6224.       MAX-ACCESS read-only
  6225.       STATUS current
  6226.       DESCRIPTION
  6227.           "The SNA name of the partner LU.  This field is from 1 to 17
  6228.           characters in length, including a period (.) which separates
  6229.           the NetId from the NAU name if the NetId is present."
  6230.  
  6231.       ::= { appcCpicOperEntry 4 }
  6232.  
  6233.  
  6234. appcCpicOperModeName OBJECT-TYPE
  6235.       SYNTAX DisplayString (SIZE (1..8))
  6236.       MAX-ACCESS read-only
  6237.       STATUS current
  6238.       DESCRIPTION
  6239.           "Specifies the mode name.  A mode defines the characteristics
  6240.           for a group of sessions.  The mode name can be blank (8 space
  6241.           characters)."
  6242.  
  6243.       ::= { appcCpicOperEntry 5 }
  6244.  
  6245.  
  6246. appcCpicOperTpNameType OBJECT-TYPE
  6247.       SYNTAX INTEGER {
  6248.                       normal(1),
  6249.                       snaServiceTp(2)
  6250.                      }
  6251.       MAX-ACCESS read-only
  6252.       STATUS current
  6253.       DESCRIPTION
  6254.           "Specifies whether the TP name in appcCpicOperTpName identifies
  6255.           a normal TP or an SNA service TP.  In this context, a normal TP
  6256.           is one with a name consisting only of displayable characters,
  6257.           while an SNA service TP has a name containing octets that do
  6258.           not map to displayable characters."
  6259.  
  6260.       ::= { appcCpicOperEntry 6 }
  6261.  
  6262. appcCpicOperTpName OBJECT-TYPE
  6263.       SYNTAX DisplayString (SIZE (1..64))
  6264.       MAX-ACCESS read-only
  6265.       STATUS current
  6266.       DESCRIPTION
  6267.           "Specifies the name of the partner TP to be used when a CPI-C
  6268.           application initiates a conversation specifying this side
  6269.           information entry.
  6270.  
  6271.  
  6272.  
  6273.  
  6274. Allen, et. al.              Standards Track                   [Page 112]
  6275.  
  6276. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6277.  
  6278.  
  6279.           Display convention
  6280.  
  6281.               When the TP name consists entirely of displayable EBCDIC
  6282.               code points, it is mapped directly to the equivalent ASCII
  6283.               display string.  However, registered TP names always have
  6284.               a non-displayable EBCDIC code point (value less than or
  6285.               equal to x'3F') as the first character, so they cannot be
  6286.               directly mapped to an ASCII display string.  These TP
  6287.               names are converted to a display string that is equivalent
  6288.               to a hexadecimal display of the EBCDIC code points.  For
  6289.               example, the 2-byte TP name x'06F1' (CNOS) is converted to
  6290.               the 6-byte ASCII display string '06F1' (including the two
  6291.               single quotes)."
  6292.  
  6293.       ::= { appcCpicOperEntry 7 }
  6294.  
  6295. appcCpicOperUserid OBJECT-TYPE
  6296.       SYNTAX DisplayString (SIZE (0..10))
  6297.       MAX-ACCESS read-only
  6298.       STATUS current
  6299.       DESCRIPTION
  6300.           "The security userid, if any, associated with the active side
  6301.           information definition."
  6302.  
  6303.       ::= { appcCpicOperEntry 8 }
  6304.  
  6305. appcCpicOperSecurity OBJECT-TYPE
  6306.       SYNTAX INTEGER {
  6307.                       none(1),
  6308.                       same(2),
  6309.                       pgm(3),
  6310.                       pgmStrong(4),
  6311.                       distributed(5),
  6312.                       mutual(6)
  6313.                      }
  6314.       MAX-ACCESS read-only
  6315.       STATUS current
  6316.       DESCRIPTION
  6317.           "Specifies the security information to be used for allocating
  6318.           the conversation.
  6319.  
  6320.             none        - No security information.
  6321.             same        - Use the security environment currently
  6322.                           associated with this TP.
  6323.             pgm         - Use the program-supplied user_id and password.
  6324.             pgmStrong   - Use the program-supplied user_id and password.
  6325.                           The local LU will insure that the password is
  6326.                           not exposed in clear-text form on the physical
  6327.  
  6328.  
  6329.  
  6330. Allen, et. al.              Standards Track                   [Page 113]
  6331.  
  6332. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6333.  
  6334.  
  6335.                           network.
  6336.             distributed - Use the security environment and a distributed
  6337.                           security system to generate the authentication
  6338.                           information for this request.  If distributed
  6339.                           security tokens cannot be generated, then fail
  6340.                           the conversation.
  6341.             mutual      - Authenticate both the user to the destination
  6342.                           system and the destination system to the user."
  6343.  
  6344.       ::= { appcCpicOperEntry 9 }
  6345.  
  6346.  
  6347. -- ***************************************************************
  6348. -- Conformance information
  6349. -- ***************************************************************
  6350.  
  6351. appcConformance       OBJECT IDENTIFIER ::= {appcMIB 2 }
  6352.  
  6353. appcCompliances       OBJECT IDENTIFIER ::= {appcConformance 1 }
  6354. appcGroups            OBJECT IDENTIFIER ::= {appcConformance 2 }
  6355.  
  6356. -- Compliance statements
  6357. appcCompliance  MODULE-COMPLIANCE
  6358.       STATUS current
  6359.       DESCRIPTION
  6360.           "The compliance statement for the SNMPv2 entities which
  6361.           implement the APPC MIB."
  6362.  
  6363.       MODULE  -- this module
  6364.  
  6365. --    Unconditionally mandatory groups
  6366.       MANDATORY-GROUPS  {
  6367.                         appcGlobalConfGroup,
  6368.                         appcLluConfGroup,
  6369.                         appcParLuConfGroup,
  6370.                         appcModeConfGroup,
  6371.                         appcTpConfGroup,
  6372.                         appcSessionConfGroup
  6373.                 }
  6374.  
  6375. --    Conditionally mandatory groups
  6376.       GROUP  appcControlConfGroup
  6377.         DESCRIPTION
  6378.             "The appcControlConfGroup is mandatory only for those
  6379.             entities which implement activation and deactivation of
  6380.             specific controls such as statistics collecting and
  6381.             counting."
  6382.  
  6383.  
  6384.  
  6385.  
  6386. Allen, et. al.              Standards Track                   [Page 114]
  6387.  
  6388. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6389.  
  6390.  
  6391.       GROUP  appcCnosConfGroup
  6392.         DESCRIPTION
  6393.             "The appcCnosConfGroup is mandatory only for those entities
  6394.             which implement CNOS.  "
  6395.  
  6396.       GROUP  appcCpicConfGroup
  6397.         DESCRIPTION
  6398.             "The appcCpicConfGroup is mandatory only for those entities
  6399.             which implement CPI-C.  "
  6400.  
  6401.  
  6402.       GROUP  appcConversationConfGroup
  6403.         DESCRIPTION
  6404.             "The appcConversationConfGroup is mandatory only for those
  6405.             entities which implement session endpoints for non-control
  6406.             APPC sessions."
  6407.  
  6408. --    MIN-ACCESS for objects
  6409.         OBJECT appcActSessOperState
  6410.         MIN-ACCESS read-only
  6411.         DESCRIPTION
  6412.             "An implementation is not required to support session
  6413.             deactivation via this object."
  6414.  
  6415.       ::= {appcCompliances 1 }
  6416.  
  6417. -- Units of conformance
  6418. appcGlobalConfGroup OBJECT-GROUP
  6419.       OBJECTS  {
  6420.                 appcUpTime,
  6421.                 appcDefaultModeName,
  6422.                 appcDefaultLuName,
  6423.                 appcDefaultImplInbndPlu,
  6424.                 appcDefaultMaxMcLlSndSize,
  6425.                 appcDefaultFileSpec,
  6426.                 appcDefaultTpOperation,
  6427.                 appcDefaultTpConvSecRqd,
  6428.                 appcLocalCpName,
  6429.                 appcActiveSessions,
  6430.                 appcActiveHprSessions
  6431.                 }
  6432.       STATUS current
  6433.       DESCRIPTION
  6434.           "A collection of objects providing the instrumentation of APPC
  6435.           global information and defaults."
  6436.  
  6437.       ::= { appcGroups 1 }
  6438.  
  6439.  
  6440.  
  6441.  
  6442. Allen, et. al.              Standards Track                   [Page 115]
  6443.  
  6444. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6445.  
  6446.  
  6447. appcLluConfGroup OBJECT-GROUP
  6448.       OBJECTS  {
  6449.                 appcLluAdminDepType,
  6450.                 appcLluAdminLocalAddress,
  6451.                 appcLluAdminSessLimit,
  6452.                 appcLluAdminBindRspMayQ,
  6453.                 appcLluAdminCompression,
  6454.                 appcLluAdminInBoundCompLevel,
  6455.                 appcLluAdminOutBoundCompLevel,
  6456.                 appcLluAdminCompRleBeforeLZ,
  6457.                 appcLluAdminAlias,
  6458.  
  6459.                 appcLluOperDepType,
  6460.                 appcLluOperLocalAddress,
  6461.                 appcLluOperSessLimit,
  6462.                 appcLluOperBindRspMayQ,
  6463.                 appcLluOperCompression,
  6464.                 appcLluOperInBoundCompLevel,
  6465.                 appcLluOperOutBoundCompLevel,
  6466.                 appcLluOperCompRleBeforeLZ,
  6467.                 appcLluOperAlias,
  6468.                 appcLluOperActiveSessions
  6469.                 }
  6470.       STATUS current
  6471.       DESCRIPTION
  6472.           "A collection of objects providing the instrumentation of APPC
  6473.           local LU6.2s."
  6474.  
  6475.       ::= { appcGroups 2 }
  6476.  
  6477. appcParLuConfGroup OBJECT-GROUP
  6478.       OBJECTS  {
  6479.                 appcLuPairAdminParLuAlias,
  6480.                 appcLuPairAdminSessLimit,
  6481.                 appcLuPairAdminSessSec,
  6482.                 appcLuPairAdminSecAccept,
  6483.                 appcLuPairAdminLinkObjId,
  6484.                 appcLuPairAdminParaSessSup,
  6485.  
  6486.                 appcLuPairOperParLuAlias,
  6487.                 appcLuPairOperSessLimit,
  6488.                 appcLuPairOperSessSec,
  6489.                 appcLuPairOperSecAccept,
  6490.                 appcLuPairOperLinkObjId,
  6491.                 appcLuPairOperParaSessSup,
  6492.                 appcLuPairOperParaSessSupLS,
  6493.                 appcLuPairOperState
  6494.                 }
  6495.  
  6496.  
  6497.  
  6498. Allen, et. al.              Standards Track                   [Page 116]
  6499.  
  6500. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6501.  
  6502.  
  6503.       STATUS current
  6504.       DESCRIPTION
  6505.           "A collection of objects providing the instrumentation of APPC
  6506.           partner LUs."
  6507.  
  6508.       ::= { appcGroups 3 }
  6509.  
  6510. appcModeConfGroup OBJECT-GROUP
  6511.       OBJECTS  {
  6512.                appcModeAdminCosName,
  6513.                appcModeAdminSessEndTpName,
  6514.                appcModeAdminMaxSessLimit,
  6515.                appcModeAdminMinCwinLimit,
  6516.                appcModeAdminMinClosLimit,
  6517.                appcModeAdminConWinAutoActLmt,
  6518.                appcModeAdminRecvPacWinSz,
  6519.                appcModeAdminSendPacWinSz,
  6520.                appcModeAdminPrefRecvRuSz,
  6521.  
  6522.                appcModeAdminPrefSendRuSz,
  6523.                appcModeAdminRecvRuSzUpBnd,
  6524.                appcModeAdminSendRuSzUpBnd,
  6525.                appcModeAdminRecvRuSzLoBnd,
  6526.                appcModeAdminSendRuSzLoBnd,
  6527.                appcModeAdminSingSessReinit,
  6528.                appcModeAdminCompression,
  6529.                appcModeAdminInBoundCompLevel,
  6530.                appcModeAdminOutBoundCompLevel,
  6531.                appcModeAdminCompRleBeforeLZ,
  6532.                appcModeAdminSyncLvl,
  6533.                appcModeAdminCrypto,
  6534.  
  6535.                appcModeOperCosName,
  6536.                appcModeOperSessEndTpName,
  6537.                appcModeOperSessLimit,
  6538.                appcModeOperMaxSessLimit,
  6539.                appcModeOperMinCwinLimit,
  6540.                appcModeOperMinClosLimit,
  6541.                appcModeOperConWinAutoActLmt,
  6542.                appcModeOperRecvPacWinSz,
  6543.                appcModeOperSendPacWinSz,
  6544.                appcModeOperPrefRecvRuSz,
  6545.                appcModeOperPrefSendRuSz,
  6546.                appcModeOperRecvRuSzUpBnd,
  6547.                appcModeOperSendRuSzUpBnd,
  6548.                appcModeOperRecvRuSzLoBnd,
  6549.                appcModeOperSendRuSzLoBnd,
  6550.                appcModeOperSingSessReinit,
  6551.  
  6552.  
  6553.  
  6554. Allen, et. al.              Standards Track                   [Page 117]
  6555.  
  6556. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6557.  
  6558.  
  6559.                appcModeOperCompression,
  6560.                appcModeOperInBoundCompLevel,
  6561.                appcModeOperOutBoundCompLevel,
  6562.                appcModeOperCompRleBeforeLZ,
  6563.                appcModeOperSyncLvl,
  6564.                appcModeOperCrypto,
  6565.                appcModeOperSyncLvlLastStart,
  6566.                appcModeOperCryptoLastStart,
  6567.                appcModeOperCNOSNeg,
  6568.                appcModeOperActCwin,
  6569.                appcModeOperActClos,
  6570.                appcModeOperPndCwin,
  6571.                appcModeOperPndClos,
  6572.                appcModeOperPtmCwin,
  6573.                appcModeOperPtmClos,
  6574.                appcModeOperDrainSelf,
  6575.                appcModeOperDrainPart
  6576.                 }
  6577.       STATUS current
  6578.       DESCRIPTION
  6579.           "A collection of objects providing the instrumentation of APPC
  6580.           modes."
  6581.  
  6582.       ::= { appcGroups 4 }
  6583.  
  6584. appcTpConfGroup OBJECT-GROUP
  6585.       OBJECTS  {
  6586.                 appcTpAdminFileSpec,
  6587.                 appcTpAdminStartParm,
  6588.                 appcTpAdminTpOperation,
  6589.                 appcTpAdminInAttachTimeout,
  6590.                 appcTpAdminRcvAllocTimeout,
  6591.                 appcTpAdminSyncLvl,
  6592.                 appcTpAdminInstLmt,
  6593.                 appcTpAdminStatus,
  6594.                 appcTpAdminLongRun,
  6595.                 appcTpAdminConvType,
  6596.                 appcTpAdminConvDuplex,
  6597.                 appcTpAdminConvSecReq,
  6598.                 appcTpAdminVerPip,
  6599.                 appcTpAdminPipSubNum
  6600.                 }
  6601.       STATUS current
  6602.       DESCRIPTION
  6603.           "A collection of objects providing the instrumentation of APPC
  6604.           Transaction Programs."
  6605.  
  6606.       ::= { appcGroups 5 }
  6607.  
  6608.  
  6609.  
  6610. Allen, et. al.              Standards Track                   [Page 118]
  6611.  
  6612. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6613.  
  6614.  
  6615. appcSessionConfGroup OBJECT-GROUP
  6616.       OBJECTS  {
  6617.                 appcActSessPcidCpName,
  6618.                 appcActSessPcid,
  6619.                 appcActSessPluIndicator,
  6620.                 appcActSessModeName,
  6621.                 appcActSessCosName,
  6622.                 appcActSessTransPriority,
  6623.                 appcActSessEnhanceSecSup,
  6624.                 appcActSessSendPacingType,
  6625.                 appcActSessSendRpc,
  6626.                 appcActSessSendNxWndwSize,
  6627.                 appcActSessRecvPacingType,
  6628.                 appcActSessRecvRpc,
  6629.                 appcActSessRecvNxWndwSize,
  6630.                 appcActSessRscv,
  6631.                 appcActSessInUse,
  6632.                 appcActSessMaxSndRuSize,
  6633.                 appcActSessMaxRcvRuSize,
  6634.                 appcActSessSndPacingSize,
  6635.                 appcActSessRcvPacingSize,
  6636.                 appcActSessOperState,
  6637.                 appcActSessUpTime,
  6638.                 appcActSessRtpNceId,
  6639.                 appcActSessRtpTcid,
  6640.                 appcActSessLinkIndex,
  6641.  
  6642.                 appcSessStatsSentFmdBytes,
  6643.                 appcSessStatsSentNonFmdBytes,
  6644.                 appcSessStatsRcvdFmdBytes,
  6645.                 appcSessStatsRcvdNonFmdBytes,
  6646.                 appcSessStatsSentFmdRus,
  6647.                 appcSessStatsSentNonFmdRus,
  6648.                 appcSessStatsRcvdFmdRus,
  6649.                 appcSessStatsRcvdNonFmdRus,
  6650.                 appcSessStatsCtrUpTime,
  6651.  
  6652.                 appcHistSessTime,
  6653.                 appcHistSessType,
  6654.                 appcHistSessLocLuName,
  6655.                 appcHistSessParLuName,
  6656.                 appcHistSessModeName,
  6657.                 appcHistSessUnbindType,
  6658.                 appcHistSessSenseData,
  6659.                 appcHistSessComponentId,
  6660.                 appcHistSessDetectModule,
  6661.  
  6662.                 appcSessRtpSessions
  6663.  
  6664.  
  6665.  
  6666. Allen, et. al.              Standards Track                   [Page 119]
  6667.  
  6668. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6669.  
  6670.  
  6671.                 }
  6672.       STATUS current
  6673.       DESCRIPTION
  6674.           "A collection of objects providing the instrumentation of APPC
  6675.           LU6.2 sessions."
  6676.  
  6677.       ::= { appcGroups 6 }
  6678.  
  6679. appcControlConfGroup OBJECT-GROUP
  6680.       OBJECTS  {
  6681.                 appcCntrlAdminStat,
  6682.                 appcCntrlAdminRscv,
  6683.                 appcCntrlAdminTrace,
  6684.                 appcCntrlAdminTraceParm,
  6685.                 appcCntrlOperStat,
  6686.                 appcCntrlOperStatTime,
  6687.                 appcCntrlOperRscv,
  6688.                 appcCntrlOperRscvTime,
  6689.                 appcCntrlOperTrace,
  6690.                 appcCntrlOperTraceTime,
  6691.                 appcCntrlOperTraceParm
  6692.  
  6693.                 }
  6694.       STATUS current
  6695.       DESCRIPTION
  6696.           "A collection of objects providing the instrumentation of APPC
  6697.           control."
  6698.  
  6699.       ::= { appcGroups 7 }
  6700.  
  6701. appcCnosConfGroup OBJECT-GROUP
  6702.       OBJECTS  {
  6703.                 appcCnosCommand,
  6704.                 appcCnosMaxSessLimit,
  6705.                 appcCnosMinCwinLimit,
  6706.                 appcCnosMinClosLimit,
  6707.                 appcCnosDrainSelf,
  6708.                 appcCnosDrainPart,
  6709.                 appcCnosResponsible,
  6710.                 appcCnosForce,
  6711.                 appcCnosTargetLocLuName,
  6712.                 appcCnosTargetParLuName,
  6713.                 appcCnosTargetModeName
  6714.                 }
  6715.       STATUS current
  6716.       DESCRIPTION
  6717.           "A collection of objects providing the instrumentation of APPC
  6718.           CNOS processing."
  6719.  
  6720.  
  6721.  
  6722. Allen, et. al.              Standards Track                   [Page 120]
  6723.  
  6724. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6725.  
  6726.  
  6727.       ::= { appcGroups 8 }
  6728.  
  6729. appcCpicConfGroup OBJECT-GROUP
  6730.       OBJECTS  {
  6731.                 appcCpicAdminParLuAlias,
  6732.                 appcCpicAdminParLuName,
  6733.                 appcCpicAdminModeName,
  6734.                 appcCpicAdminTpNameType,
  6735.                 appcCpicAdminTpName,
  6736.                 appcCpicAdminUserid,
  6737.                 appcCpicAdminSecurity,
  6738.                 appcCpicOperParLuAlias,
  6739.                 appcCpicOperParLuName,
  6740.                 appcCpicOperModeName,
  6741.                 appcCpicOperTpNameType,
  6742.                 appcCpicOperTpName,
  6743.                 appcCpicOperUserid,
  6744.                 appcCpicOperSecurity
  6745.                 }
  6746.       STATUS current
  6747.       DESCRIPTION
  6748.           "A collection of objects providing the instrumentation of APPC
  6749.           CPI-C side information."
  6750.  
  6751.       ::= { appcGroups 9 }
  6752.  
  6753. appcConversationConfGroup OBJECT-GROUP
  6754.       OBJECTS  {
  6755.                 appcActiveConvId,
  6756.                 appcActiveConvState,
  6757.                 appcActiveConvType,
  6758.                 appcActiveConvCorrelator,
  6759.                 appcActiveConvSyncLvl,
  6760.                 appcActiveConvSource,
  6761.                 appcActiveConvDuplex,
  6762.                 appcActiveConvUpTime,
  6763.                 appcActiveConvSendBytes,
  6764.                 appcActiveConvRcvBytes,
  6765.                 appcActiveConvUserid,
  6766.                 appcActiveConvPcidNauName,
  6767.                 appcActiveConvPcid,
  6768.                 appcActiveConvModeName,
  6769.                 appcActiveConvLuwIdName,
  6770.                 appcActiveConvLuwIdInstance,
  6771.                 appcActiveConvLuwIdSequence,
  6772.                 appcActiveConvTpName,
  6773.  
  6774.                 appcHistConvEndTime,
  6775.  
  6776.  
  6777.  
  6778. Allen, et. al.              Standards Track                   [Page 121]
  6779.  
  6780. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6781.  
  6782.  
  6783.                 appcHistConvLocLuName,
  6784.                 appcHistConvParLuName,
  6785.                 appcHistConvTpName,
  6786.                 appcHistConvPcidNauName,
  6787.                 appcHistConvPcid,
  6788.                 appcHistConvSenseData,
  6789.                 appcHistConvLogData,
  6790.                 appcHistConvEndedBy
  6791.                 }
  6792.       STATUS current
  6793.       DESCRIPTION
  6794.           "A collection of objects providing the instrumentation of APPC
  6795.           conversations."
  6796.  
  6797.       ::= { appcGroups 10 }
  6798.  
  6799. -- end of conformance statement
  6800.  
  6801. END
  6802.  
  6803.  
  6804.  
  6805.  
  6806.  
  6807.  
  6808.  
  6809.  
  6810.  
  6811.  
  6812.  
  6813.  
  6814.  
  6815.  
  6816.  
  6817.  
  6818.  
  6819.  
  6820.  
  6821.  
  6822.  
  6823.  
  6824.  
  6825.  
  6826.  
  6827.  
  6828.  
  6829.  
  6830.  
  6831.  
  6832.  
  6833.  
  6834. Allen, et. al.              Standards Track                   [Page 122]
  6835.  
  6836. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6837.  
  6838.  
  6839. 5.  Acknowledgments
  6840.  
  6841.    This MIB module is the product of the SNA NAU MIB Working Group.
  6842.    Special thanks to Wayne Clark, Cisco Systems; Rich Daugherty, IBM
  6843.    Corporation; and Leo Temoshenko, IBM Corporation, for their
  6844.    contributions and review.
  6845.  
  6846. 6.  References
  6847.  
  6848. [1]  IBM, Systems Network Architecture Technical Overview, GC30-3073-4,
  6849.      January, 1994.
  6850.  
  6851. [2]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
  6852.      Waldbusser, "Structure of Management Information for version 2 of
  6853.      the Simple Network Management Protocol (SNMPv2)", RFC 1902, January
  6854.      1996.
  6855.  
  6856. [3]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
  6857.      Waldbusser, "Textual Conventions for Version 2 of the Simple
  6858.      Network Management Protocol (SNMPv2)", RFC 1903, January 1996.
  6859.  
  6860. [4]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
  6861.      Waldbusser, "Conformance Statements for Version 2 of the Simple
  6862.      Network Management Protocol (SNMPv2)", RFC 1904, January 1996.
  6863.  
  6864. [5]  IBM, Systems Network Architecture Transaction Programmer's
  6865.      Reference for LU Type 6.2, GC30-3084-05, June, 1993.
  6866.  
  6867. [6]  IBM, Common Programming Interface Communications Specification 2.0,
  6868.      SC31-6180-01, June, 1994.
  6869.  
  6870. [7]  Kielczewski, Z., Kostick D., and K. Shih, "Definition of Managed
  6871.      Objects for SNA NAUs using SMIv2", RFC 1666, Eicon Technology
  6872.      Corporation, Bell Communications Research, Novell, August 1994.
  6873.  
  6874. 7.  Security Considerations
  6875.  
  6876.    Security issues are not discussed in this memo.
  6877.  
  6878.  
  6879.  
  6880.  
  6881.  
  6882.  
  6883.  
  6884.  
  6885.  
  6886.  
  6887.  
  6888.  
  6889.  
  6890. Allen, et. al.              Standards Track                   [Page 123]
  6891.  
  6892. RFC 2051              SNANAU APPC MIB using SMIv2           October 1996
  6893.  
  6894.  
  6895. 8.  Authors' Addresses
  6896.  
  6897.      Michael Allen
  6898.      Wall Data Inc.
  6899.      P.O.Box 1120, WA 98019, USA
  6900.  
  6901.      Phone: +1 206 844 3505
  6902.      EMail: mallen@hq.walldata.com
  6903.  
  6904.  
  6905.      Bob Clouston
  6906.      Cisco Systems
  6907.      7025 Kit Creek Road
  6908.      PO Box 14987
  6909.      Research Triangle Park, NC 27709, USA
  6910.  
  6911.      Phone: +1 919 472 2333
  6912.      EMail: clouston@cisco.com
  6913.  
  6914.  
  6915.      Zbigniew Kielczewski
  6916.      Cisco Systems
  6917.      7025 Kit Creek Road
  6918.      PO Box 14987
  6919.      Research Triangle Park, NC 27709, USA
  6920.  
  6921.      Phone: +1 919 472 2326
  6922.      EMail: zbig@cisco.com
  6923.  
  6924.  
  6925.      William Kwan
  6926.      Jupiter Technology Inc.
  6927.      200 Prospect St.
  6928.      Waltham, MA 02254
  6929.  
  6930.      Phone:    1 617 894-9300 x423
  6931.      EMail: billk@jti.com
  6932.  
  6933.  
  6934.      Bob Moore
  6935.      IBM Corporation
  6936.      800 Park Offices Drive
  6937.      E87/664
  6938.      P.O. Box 12195
  6939.      Research Triangle Park, NC 27709, USA
  6940.  
  6941.      Phone:    1 919 254 4436
  6942.      EMail: remoore@ralvm6.vnet.ibm.com
  6943.  
  6944.  
  6945.  
  6946. Allen, et. al.              Standards Track                   [Page 124]
  6947.  
  6948.