Blame mibs/ietf/TN3270E-MIB

Packit 022b05
TN3270E-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, TimeTicks,
Packit 022b05
    IpAddress, Counter32, Gauge32, Counter64
Packit 022b05
        FROM SNMPv2-SMI
Packit 022b05
    TEXTUAL-CONVENTION, RowStatus, TestAndIncr, DateAndTime,
Packit 022b05
    TimeStamp
Packit 022b05
        FROM SNMPv2-TC
Packit 022b05
    MODULE-COMPLIANCE, OBJECT-GROUP
Packit 022b05
        FROM SNMPv2-CONF
Packit 022b05
    snanauMIB
Packit 022b05
        FROM SNA-NAU-MIB
Packit 022b05
    Utf8String
Packit 022b05
        FROM SYSAPPL-MIB
Packit 022b05
    SnmpAdminString
Packit 022b05
        FROM SNMP-FRAMEWORK-MIB
Packit 022b05
    IANATn3270eAddrType, IANATn3270eAddress,
Packit 022b05
    IANATn3270eClientType, IANATn3270Functions,
Packit 022b05
    IANATn3270ResourceType, IANATn3270DeviceType,
Packit 022b05
    IANATn3270eLogData
Packit 022b05
        FROM IANATn3270eTC-MIB;
Packit 022b05
Packit 022b05
  tn3270eMIB MODULE-IDENTITY
Packit 022b05
      LAST-UPDATED "9807270000Z" -- July 27, 1998
Packit 022b05
      ORGANIZATION "TN3270E Working Group"
Packit 022b05
      CONTACT-INFO
Packit 022b05
          "Kenneth White (kennethw@vnet.ibm.com)
Packit 022b05
           IBM Corp. - Dept. BRQA/Bldg. 501/G114
Packit 022b05
           P.O. Box 12195
Packit 022b05
           3039 Cornwallis
Packit 022b05
           RTP, NC 27709-2195
Packit 022b05
           USA
Packit 022b05
Packit 022b05
           Robert Moore (remoore@us.ibm.com)
Packit 022b05
           IBM Corp. - Dept. BRQA/Bldg. 501/G114
Packit 022b05
           P.O. Box 12195
Packit 022b05
           3039 Cornwallis
Packit 022b05
           RTP, NC 27709-2195
Packit 022b05
           USA
Packit 022b05
           +1-919-254-4436"
Packit 022b05
      DESCRIPTION
Packit 022b05
          "This module defines a portion of the management
Packit 022b05
          information base (MIB) for managing TN3270E servers."
Packit 022b05
      REVISION  "9807270000Z" -- July 27, 1998
Packit 022b05
      DESCRIPTION
Packit 022b05
          "RFC nnnn (Proposed Standard)" -- RFC Editor to fill in
Packit 022b05
      ::= { snanauMIB 8 }
Packit 022b05
Packit 022b05
-- Textual Conventions
Packit 022b05
Packit 022b05
SnaResourceName ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The textual convention for defining an SNA resource
Packit 022b05
         name. A fully qualified SNA resource name, consisting
Packit 022b05
         of a 1 to 8 character network identifier (NetId), a
Packit 022b05
         period ('.'), and a 1 to 8 character resource name
Packit 022b05
         (ResName).
Packit 022b05
Packit 022b05
         The NetId and ResName are constructed from the
Packit 022b05
         uppercase letters 'A' - 'Z' and the numerics '0' - '9',
Packit 022b05
         all encoded in ASCII, with the restriction that the
Packit 022b05
         first character of each must be a letter.  Blanks are
Packit 022b05
         not allowed.
Packit 022b05
Packit 022b05
         Earlier versions of SNA permitted three additional
Packit 022b05
         characters in NetIds and ResNames:  '#', '@', and '$'.
Packit 022b05
         While this use of these characters has been retired,
Packit 022b05
         a Management Station should still accept them for
Packit 022b05
         backward compatibility.
Packit 022b05
Packit 022b05
         Note: This Textual Convention is not subject to
Packit 022b05
         internationalization, and does not use the character
Packit 022b05
         encodings used by the Utf8String Textual Convention."
Packit 022b05
    SYNTAX     OCTET STRING (SIZE(0..17))
Packit 022b05
Packit 022b05
Tn3270eTraceData ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "An octet string representing trace data from the
Packit 022b05
        Telnet half of a TN3270E session, from the SNA half,
Packit 022b05
        or from both.  The octet string contains a sequence
Packit 022b05
        of trace elements, with the trace elements in the
Packit 022b05
        string ordered from earliest to latest.
Packit 022b05
Packit 022b05
        Each trace element has the following form:
Packit 022b05
Packit 022b05
                +---+---+----+----------------------+
Packit 022b05
                !length !type!data                  !
Packit 022b05
                +---+---+----+----------------------+
Packit 022b05
          where:
Packit 022b05
Packit 022b05
          length = two-octet length of the data portion of the
Packit 022b05
                   trace element, not including the length and
Packit 022b05
                   type octets
Packit 022b05
Packit 022b05
          type   = one-octet code point characterizing the data;
Packit 022b05
                   defined values are:
Packit 022b05
Packit 022b05
                   X'01' telnet PDU from the server to the client
Packit 022b05
                   X'02' telnet PDU from the client to the server
Packit 022b05
                   X'03' SNA data from the server to the SNA host
Packit 022b05
                   X'04' SNA data from the SNA host to the server
Packit 022b05
Packit 022b05
          data   = initial part of a PDU.
Packit 022b05
Packit 022b05
        It is implementation-dependent where the 'initial part of
Packit 022b05
        a PDU' starts.  For SNA data, however, the starting point
Packit 022b05
        SHOULD be the first byte of the TH.  For IP data the
Packit 022b05
        starting point SHOULD be the first byte of the IP header.
Packit 022b05
Packit 022b05
        It is left to implementations to determine how much of
Packit 022b05
        each PDU to return in a trace element.
Packit 022b05
Packit 022b05
        The zero-length string indicates that no trace
Packit 022b05
        data is available."
Packit 022b05
    SYNTAX OCTET STRING (SIZE (0 | 3..4096))
Packit 022b05
Packit 022b05
-- Top-level structure of the MIB
Packit 022b05
Packit 022b05
tn3270eNotifications  OBJECT IDENTIFIER ::= { tn3270eMIB 0 }
Packit 022b05
tn3270eObjects        OBJECT IDENTIFIER ::= { tn3270eMIB 1 }
Packit 022b05
tn3270eConformance    OBJECT IDENTIFIER ::= { tn3270eMIB 3 }
Packit 022b05
Packit 022b05
-- MIB Objects
Packit 022b05
Packit 022b05
tn3270eSrvrConfTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eSrvrConfEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines the configuration elements for
Packit 022b05
        TN3270E servers.  The number of entries in this table
Packit 022b05
        is expected to vary depending on the location of the
Packit 022b05
        table.  A particular TN3270E server is expected to
Packit 022b05
        have a single entry.  Modeling of the configuration
Packit 022b05
        elements as a table allows multiple TN3270E
Packit 022b05
        servers to be serviced by the same SNMP agent.
Packit 022b05
        An implementation SHOULD NOT retain an SNMP-created
Packit 022b05
        entry in this table across re-IPLs (Initial Program
Packit 022b05
        Loads) of the corresponding TN3270E server."
Packit 022b05
Packit 022b05
    ::= { tn3270eObjects 1 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eSrvrConfEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of the configuration elements for a single
Packit 022b05
        TN3270E server."
Packit 022b05
    INDEX       { tn3270eSrvrConfIndex }
Packit 022b05
    ::= { tn3270eSrvrConfTable 1 }
Packit 022b05
Packit 022b05
Tn3270eSrvrConfEntry ::= SEQUENCE {
Packit 022b05
    tn3270eSrvrConfIndex             Unsigned32,
Packit 022b05
    tn3270eSrvrConfInactivityTimeout Unsigned32,
Packit 022b05
    tn3270eSrvrConfConnectivityChk   INTEGER,
Packit 022b05
    tn3270eSrvrConfTmNopInactTime    Unsigned32,
Packit 022b05
    tn3270eSrvrConfTmNopInterval     Unsigned32,
Packit 022b05
    tn3270eSrvrFunctionsSupported    IANATn3270Functions,
Packit 022b05
    tn3270eSrvrConfAdminStatus       INTEGER,
Packit 022b05
    tn3270eSrvrConfOperStatus        INTEGER,
Packit 022b05
    tn3270eSrvrConfSessionTermState  INTEGER,
Packit 022b05
    tn3270eSrvrConfSrvrType          INTEGER,
Packit 022b05
    tn3270eSrvrConfContact           SnmpAdminString,
Packit 022b05
    tn3270eSrvrConfRowStatus         RowStatus,
Packit 022b05
    tn3270eSrvrConfLastActTime       DateAndTime,
Packit 022b05
    tn3270eSrvrConfTmTimeout         Unsigned32
Packit 022b05
  }
Packit 022b05
Packit 022b05
tn3270eSrvrConfIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Identifier for a single TN3270E server.
Packit 022b05
Packit 022b05
       tn3270eSrvrConfIndex values need not be
Packit 022b05
       contiguous."
Packit 022b05
    ::= { tn3270eSrvrConfEntry 1 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfInactivityTimeout OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..99999999)
Packit 022b05
    UNITS "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The inactivity time-out specified in seconds.  When a
Packit 022b05
        connection has been inactive for the number of seconds
Packit 022b05
        specified by this object it is closed.  Only user traffic
Packit 022b05
        is considered when determining whether there has been
Packit 022b05
        activity on a connection.
Packit 022b05
Packit 022b05
        The default value 0 means that no inactivity time-out is
Packit 022b05
        in effect."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 2 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfConnectivityChk OBJECT-TYPE
Packit 022b05
    SYNTAX      INTEGER {
Packit 022b05
                          timingMark(1),
Packit 022b05
                          nop(2),
Packit 022b05
                          noCheck(3)
Packit 022b05
                        }
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object enables TIMING-MARK processing, NOP
Packit 022b05
        processing, or neither for a TN3270E server."
Packit 022b05
    DEFVAL { noCheck }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 3 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfTmNopInactTime OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..86400) -- 1 second to 24 hours
Packit 022b05
    UNITS "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The amount of time a connection must have had no
Packit 022b05
       traffic on it in order for a TIMING-MARK or NOP request
Packit 022b05
       to be sent on the connection.  This value applies only
Packit 022b05
       when connections are being examined for recent activity
Packit 022b05
       on a scan interval controlled by the value of the
Packit 022b05
       tn3270eSrvrConfTmNopInterval object."
Packit 022b05
    DEFVAL { 600 }   -- 10 minutes
Packit 022b05
    ::= { tn3270eSrvrConfEntry 4 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfTmNopInterval OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..86400) -- 1 second to 24 hours
Packit 022b05
    UNITS "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The scan interval to be used by a TN3270E server when
Packit 022b05
       it examines its Telnet connections for recent activity.
Packit 022b05
       The server scans its Telnet connections on the interval
Packit 022b05
       provided by this object, looking for ones that have been
Packit 022b05
       idle for more than the value provided by the
Packit 022b05
       tn3270eSrvrConfTmNopInactTime object.  A TIMING-MARK or
Packit 022b05
       NOP request is sent for each connection that has
Packit 022b05
       exhibited no activity for this period of time."
Packit 022b05
    DEFVAL { 120 }   -- 2 minutes
Packit 022b05
    ::= { tn3270eSrvrConfEntry 5 }
Packit 022b05
Packit 022b05
tn3270eSrvrFunctionsSupported OBJECT-TYPE
Packit 022b05
    SYNTAX    IANATn3270Functions
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object indicates the functions supported by a
Packit 022b05
        TN3270E server."
Packit 022b05
    DEFVAL { { scsCtlCodes, dataStreamCtl,
Packit 022b05
               responses, bindImage, sysreq } }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 6 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfAdminStatus OBJECT-TYPE
Packit 022b05
    SYNTAX  INTEGER {
Packit 022b05
                      up(1),
Packit 022b05
                      down(2),
Packit 022b05
                      stopImmediate(3)
Packit 022b05
                    }
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The desired state of the TN3270E server represented
Packit 022b05
         by this entry in the table:
Packit 022b05
Packit 022b05
         up(1)            - Activate this TN3270E server.
Packit 022b05
         down(2)          - Informs the associated TN3270E
Packit 022b05
                            server to gracefully terminate
Packit 022b05
                            its processing.
Packit 022b05
         stopImmediate(3) - Informs the associated TN3270E
Packit 022b05
                            server to terminate itself
Packit 022b05
                            immediately.
Packit 022b05
Packit 022b05
         When a managed system creates an entry in this table,
Packit 022b05
         tn3270eSrvrConfAdminStatus and tn3270eSrvrConfOperStatus
Packit 022b05
         are initialized as up(1) by default.
Packit 022b05
Packit 022b05
         The exact behavior of a server in response to a down(2)
Packit 022b05
         or stopImmediate(3) command is left implementation-
Packit 022b05
         dependent.  A TN3270E server that is capable of it
Packit 022b05
         SHOULD close all of its TN3270 and TN3270E sessions
Packit 022b05
         during a graceful termination.
Packit 022b05
Packit 022b05
         Often the function enabled via stopImmediate(3) is used
Packit 022b05
         as a last resort by a system administrator, to attempt
Packit 022b05
         to either bring down a hung TN3270E server or free up
Packit 022b05
         its resources immediately to aid in general system
Packit 022b05
         availability, or to shut down a TN3270E server that is
Packit 022b05
         not recognizing a down(2) request.
Packit 022b05
Packit 022b05
         A TN3270E server that does not distinguish between
Packit 022b05
         down(2) or stopImmediate(3) transitions should not
Packit 022b05
         support stopImmediate(3)."
Packit 022b05
    DEFVAL { up }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 7 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfOperStatus OBJECT-TYPE
Packit 022b05
    SYNTAX  INTEGER {
Packit 022b05
                     up(1),
Packit 022b05
                     down(2),
Packit 022b05
                     busy(3),
Packit 022b05
                     shuttingDown(4)
Packit 022b05
                    }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The current operational state of a TN3270E server.
Packit 022b05
       The following values are defined:
Packit 022b05
Packit 022b05
        up(1)            - the server is active and accepting
Packit 022b05
                           new client connections
Packit 022b05
        down(2)          - the server is not active
Packit 022b05
        busy(3)          - the server is active, but is not
Packit 022b05
                           accepting new client connections
Packit 022b05
                           because it lacks the resources to
Packit 022b05
                           do so
Packit 022b05
        shuttingDown(4)  - the server is active, but is not
Packit 022b05
                           accepting new client connections
Packit 022b05
                           because it is in the process of
Packit 022b05
                           performing a graceful shutdown."
Packit 022b05
    DEFVAL { up }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 8 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfSessionTermState OBJECT-TYPE
Packit 022b05
    SYNTAX  INTEGER {
Packit 022b05
                      terminate(1),
Packit 022b05
                      luSessionPend(2),
Packit 022b05
                      queueSession(3)
Packit 022b05
                    }
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This object determines what a TN3270E server
Packit 022b05
        should do when a TN3270 Session terminates:
Packit 022b05
       terminate(1)     => Terminate the TCP connection.
Packit 022b05
       luSessionPend(2) => Do not drop the TCP connection
Packit 022b05
                           associated with a client when its
Packit 022b05
                           TN3270 session ends.  Processing
Packit 022b05
                           should redrive session initialization
Packit 022b05
                           as if the client were first connecting.
Packit 022b05
       queueSession(3)  => This value relates to the Close
Packit 022b05
                           Destination PASS (CLSDST PASS) operation
Packit 022b05
                           in VTAM.  An example provides the
Packit 022b05
                           easiest explanation.  Suppose a TN3270E
Packit 022b05
                           client is in session with APPL1, and
Packit 022b05
                           APPL1 does a CLSDST PASS of the client's
Packit 022b05
                           session to APPL2.  queueSession(3)
Packit 022b05
                           specifies that the TN3270E server must
Packit 022b05
                           keep the TCP connection with the client
Packit 022b05
                           active after it receives the UNBIND from
Packit 022b05
                           APPL1, waiting for the BIND from APPL2."
Packit 022b05
    DEFVAL { terminate }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 9 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfSrvrType OBJECT-TYPE
Packit 022b05
    SYNTAX      INTEGER {
Packit 022b05
                          host(1),
Packit 022b05
                          gateway(2)
Packit 022b05
                        }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object indicates the type of TN3270E server.
Packit 022b05
        The existence of MIB tables and objects that will be
Packit 022b05
        defined by follow-on MIBs may be predicated on whether
Packit 022b05
        the TN3270E server can be local to the same host as a
Packit 022b05
        target application (host(1)) or will always be remote
Packit 022b05
        (gateway(2)).
Packit 022b05
Packit 022b05
        A host TN3270E server refers to an implementation where
Packit 022b05
        the TN3270E server is collocated with the Systems
Packit 022b05
        Network Architecture (SNA) System Services Control Point
Packit 022b05
        (SSCP) for the dependent Secondary Logical Units (SLUs)
Packit 022b05
        that the server makes available to its clients for
Packit 022b05
        connecting into an SNA network.
Packit 022b05
        A gateway TN3270E server resides on an SNA node other
Packit 022b05
        than an SSCP, either an SNA type 2.0 node or an APPN node
Packit 022b05
        acting in the role of a Dependent LU Requester (DLUR).
Packit 022b05
Packit 022b05
        Host and gateway TN3270E server implementations typically
Packit 022b05
        differ greatly as to their internal implementation and
Packit 022b05
        system definition (SYSDEF) requirements."
Packit 022b05
    ::= { tn3270eSrvrConfEntry 10 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfContact OBJECT-TYPE
Packit 022b05
    SYNTAX      SnmpAdminString
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object provides a scratch pad for a TN3270E
Packit 022b05
        server administrator for storing information for
Packit 022b05
        later retrieval."
Packit 022b05
    DEFVAL { ''H }   -- the empty string
Packit 022b05
    ::= { tn3270eSrvrConfEntry 11 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object allows entries to be created and deleted
Packit 022b05
        in the tn3270eSrvrConfTable.  Entries may also be
Packit 022b05
        created and deleted as a result of implementation-
Packit 022b05
        dependent operations.
Packit 022b05
Packit 022b05
        With the exception of tn3270eSrvrConfSrvrType, which
Packit 022b05
        an implementation can easily fill in for itself, all
Packit 022b05
        the columnar objects in this table have DEFVALs
Packit 022b05
        associated with them.  Consequently, a Management
Packit 022b05
        Station can create a conceptual row via a SET
Packit 022b05
        operation that specifies a value only for this object.
Packit 022b05
Packit 022b05
        When a tn3270eSrvrConfEntry is deleted (by setting
Packit 022b05
        this object to destroy(6)), this has the side-effect
Packit 022b05
        of removing all the associated entries (i.e., those
Packit 022b05
        having the same tn3270eSrvrConfIndex) from the
Packit 022b05
        tn3270eSrvrPortTable, the tn3270eSrvrStatsTable, the
Packit 022b05
        tn3270eClientGroupTable, the tn3270eResPoolTable,
Packit 022b05
        the tn3270eSnaMapTable, the tn3270eClientResMapTable,
Packit 022b05
        and the tn3270eResMapTable.  All entries in the
Packit 022b05
        tn3270eTcpConnTable that belong to a TN3270E server
Packit 022b05
        that has been deleted MUST also be removed.
Packit 022b05
        In other words, a tn3270eSrvrConfEntry must exist for
Packit 022b05
        a TN3270E server in order for it to have entries in
Packit 022b05
        any of the other tables defined by this MIB."
Packit 022b05
    REFERENCE
Packit 022b05
        "RFC 1903, 'Textual Conventions for version 2 of the
Packit 022b05
        Simple Network Management Protocol (SNMPv2).'"
Packit 022b05
    ::= { tn3270eSrvrConfEntry 12 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfLastActTime OBJECT-TYPE
Packit 022b05
    SYNTAX      DateAndTime
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object reports the DateAndTime when a TN3270E
Packit 022b05
        server was most recently activated.
Packit 022b05
Packit 022b05
        The special value of all '00'Hs indicates that the
Packit 022b05
        server has never been active, i.e., that the value of
Packit 022b05
        tn3270eSrvrOperStatus has never been anything other
Packit 022b05
        than down(2)."
Packit 022b05
    DEFVAL { '0000000000000000'H }
Packit 022b05
    ::= { tn3270eSrvrConfEntry 13 }
Packit 022b05
Packit 022b05
tn3270eSrvrConfTmTimeout OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..600) -- 1 second to 10 minutes
Packit 022b05
    UNITS "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The TIMING-MARK time-out, specified in seconds."
Packit 022b05
    DEFVAL { 5 }   -- 5 seconds
Packit 022b05
    ::= { tn3270eSrvrConfEntry 14 }
Packit 022b05
Packit 022b05
tn3270eSrvrPortTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eSrvrPortEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines the TCP ports associated with
Packit 022b05
        TN3270E servers.  No entry in this table shall exist
Packit 022b05
        without a corresponding (same tn3270eSrvrConfIndex)
Packit 022b05
        entry in the tn3270eSrvrConfTable existing.
Packit 022b05
Packit 022b05
        An implementation SHOULD NOT retain SNMP-created
Packit 022b05
        entries in this table across re-IPLs (Initial Program
Packit 022b05
        Loads) of the corresponding TN3270E server."
Packit 022b05
    ::= { tn3270eObjects 2 }
Packit 022b05
Packit 022b05
tn3270eSrvrPortEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eSrvrPortEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of a single TCP port assignment to a
Packit 022b05
         TN3270E server.  Assignment of a port on a local
Packit 022b05
         address basis is enabled though use of
Packit 022b05
         tn3270eSrvrPortAddrType and tn3270eSrvrPortAddress.
Packit 022b05
Packit 022b05
         A TCP port assignment that is not restricted to
Packit 022b05
         a local address SHALL specify a tn3270eSrvrPortAddrType
Packit 022b05
         of unknown(0), and SHALL use a zero-length octet string
Packit 022b05
         for the tn3270eSrvrPortAddress."
Packit 022b05
    INDEX       {
Packit 022b05
                  tn3270eSrvrConfIndex,
Packit 022b05
                  tn3270eSrvrPort,
Packit 022b05
                  tn3270eSrvrPortAddrType,
Packit 022b05
                  tn3270eSrvrPortAddress
Packit 022b05
                }
Packit 022b05
    ::= { tn3270eSrvrPortTable 1 }
Packit 022b05
Packit 022b05
Tn3270eSrvrPortEntry ::= SEQUENCE {
Packit 022b05
    tn3270eSrvrPort                 Unsigned32,
Packit 022b05
    tn3270eSrvrPortAddrType         IANATn3270eAddrType,
Packit 022b05
    tn3270eSrvrPortAddress          IANATn3270eAddress,
Packit 022b05
    tn3270eSrvrPortRowStatus        RowStatus
Packit 022b05
  }
Packit 022b05
Packit 022b05
tn3270eSrvrPort OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..65535)
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates a port assigned to a server."
Packit 022b05
    ::= { tn3270eSrvrPortEntry 1 }
Packit 022b05
Packit 022b05
tn3270eSrvrPortAddrType OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddrType
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the type of an address local to the host on
Packit 022b05
        which the TN3270E server resides that is represented
Packit 022b05
        in tn3270eSrvrPortAddress.  A value of unknown(0)
Packit 022b05
        SHALL be used for this object when the port is not
Packit 022b05
        to be restricted to a local address."
Packit 022b05
    ::= { tn3270eSrvrPortEntry 2 }
Packit 022b05
Packit 022b05
tn3270eSrvrPortAddress OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddress
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A local address on the host that a TN3270E server
Packit 022b05
         resides on that is associated with a TCP port that
Packit 022b05
         is to be used or is in use by a TN3270E server.
Packit 022b05
         tn3270eClientGroupAddrType indicates the
Packit 022b05
         address type (IPv4 or IPv6, for example).
Packit 022b05
Packit 022b05
         A zero-length octet string SHALL be used as the
Packit 022b05
         value of this object when a local address isn't
Packit 022b05
         being specified."
Packit 022b05
    ::= { tn3270eSrvrPortEntry 3 }
Packit 022b05
Packit 022b05
tn3270eSrvrPortRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object allows entries to be created and deleted
Packit 022b05
        in the tn3270eSrvrPortTable.  Entries may also be
Packit 022b05
        created and deleted as a result of implementation-
Packit 022b05
        dependent operations.
Packit 022b05
Packit 022b05
        Since this is the only accessible object in this table,
Packit 022b05
        a Management Station can create a conceptual row via a SET
Packit 022b05
        operation that specifies a value only for this object.
Packit 022b05
Packit 022b05
        An entry in this table is deleted by setting this object
Packit 022b05
        to destroy(6).  Deletion of a tn3270eSrvrPortEntry has
Packit 022b05
        no effect on any other table entry defined by this MIB."
Packit 022b05
    REFERENCE
Packit 022b05
        "RFC 1903, 'Textual Conventions for version 2 of the
Packit 022b05
        Simple Network Management Protocol (SNMPv2).'"
Packit 022b05
    ::= { tn3270eSrvrPortEntry 4 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eSrvrStatsEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines a set of statistics concerning
Packit 022b05
        TN3270E server performance.
Packit 022b05
Packit 022b05
        No entry in this table shall exist without
Packit 022b05
        a corresponding (same tn3270eSrvrConfIndex) entry in
Packit 022b05
        the tn3270eSrvrConfTable existing."
Packit 022b05
    ::= { tn3270eObjects 3 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eSrvrStatsEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A collection of statistical and maximum usage objects
Packit 022b05
        for a single TN3270 server.  An entry can represent the total
Packit 022b05
        activity of the server, or it can represent the activity
Packit 022b05
        occurring at the server on either a port or a
Packit 022b05
        port-and-local-address basis.
Packit 022b05
Packit 022b05
        Collection of the statistics represented by the objects
Packit 022b05
        in this table is not mandatory.   An implementation
Packit 022b05
        of this table MUST use only one of the three levels of
Packit 022b05
        refinement that this table supports for the entries
Packit 022b05
        associated with each TN3270E server.
Packit 022b05
Packit 022b05
        The indexing for a row that represents total server
Packit 022b05
        statistics is as follows:
Packit 022b05
Packit 022b05
             tn3270eSrvrConfIndex      value identifying the server
Packit 022b05
             tn3270eSrvrPort           0
Packit 022b05
             tn3270eSrvrPortAddrType   unknown(0)
Packit 022b05
             tn3270eSrvrPortAddress    zero-length octet string.
Packit 022b05
Packit 022b05
        On a port basis:
Packit 022b05
Packit 022b05
             tn3270eSrvrConfIndex      value identifying the server
Packit 022b05
             tn3270eSrvrPort           > 0
Packit 022b05
             tn3270eSrvrPortAddrType   unknown(0)
Packit 022b05
             tn3270eSrvrPortAddress    zero-length octet string.
Packit 022b05
Packit 022b05
        On a port-and-local-address basis:
Packit 022b05
Packit 022b05
             tn3270eSrvrConfIndex      value identifying the server
Packit 022b05
             tn3270eSrvrPort           > 0
Packit 022b05
             tn3270eSrvrPortAddrType   valid value other than unknown(0)
Packit 022b05
             tn3270eSrvrPortAddress    non-zero-length octet string.
Packit 022b05
Packit 022b05
       "
Packit 022b05
    INDEX       {
Packit 022b05
                  tn3270eSrvrConfIndex,
Packit 022b05
                  tn3270eSrvrPort,
Packit 022b05
                  tn3270eSrvrPortAddrType,
Packit 022b05
                  tn3270eSrvrPortAddress
Packit 022b05
                }
Packit 022b05
    ::= { tn3270eSrvrStatsTable 1 }
Packit 022b05
Packit 022b05
Tn3270eSrvrStatsEntry ::= SEQUENCE {
Packit 022b05
    tn3270eSrvrStatsUpTime          TimeStamp,
Packit 022b05
    tn3270eSrvrStatsMaxTerms        Unsigned32,
Packit 022b05
    tn3270eSrvrStatsInUseTerms      Gauge32,
Packit 022b05
    tn3270eSrvrStatsSpareTerms      Gauge32,
Packit 022b05
    tn3270eSrvrStatsMaxPtrs         Unsigned32,
Packit 022b05
    tn3270eSrvrStatsInUsePtrs       Gauge32,
Packit 022b05
    tn3270eSrvrStatsSparePtrs       Gauge32,
Packit 022b05
    tn3270eSrvrStatsInConnects      Counter32,
Packit 022b05
    tn3270eSrvrStatsConnResrceRejs  Counter32,
Packit 022b05
    tn3270eSrvrStatsDisconnects     Counter32,
Packit 022b05
    tn3270eSrvrStatsHCInOctets      Counter64,
Packit 022b05
    tn3270eSrvrStatsInOctets        Counter32,
Packit 022b05
    tn3270eSrvrStatsHCOutOctets     Counter64,
Packit 022b05
    tn3270eSrvrStatsOutOctets       Counter32,
Packit 022b05
    tn3270eSrvrStatsConnErrorRejs   Counter32
Packit 022b05
  }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsUpTime OBJECT-TYPE
Packit 022b05
    SYNTAX      TimeStamp
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The value of the sysUpTime object the last time
Packit 022b05
        the TN3270E server was re-initialized.
Packit 022b05
Packit 022b05
        Server re-initialization is the only discontinuity
Packit 022b05
        event for the counters in this table.  Even if table
Packit 022b05
        entries are on a port or port-and-local-address
Packit 022b05
        basis, port deactivation and reactivation do not
Packit 022b05
        result in counter discontinuities."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 2 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsMaxTerms OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "LUs"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the maximum number of terminal LUs available
Packit 022b05
       for use at a TN3270E server for the granularity of this
Packit 022b05
       conceptual row (server-wide, port, or
Packit 022b05
       port-and-local-address)."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 3 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsInUseTerms OBJECT-TYPE
Packit 022b05
    SYNTAX      Gauge32
Packit 022b05
    UNITS       "LUs"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of terminal LUs currently in
Packit 022b05
       use at a TN3270E server for the granularity of this
Packit 022b05
       conceptual row (server-wide, port, or
Packit 022b05
       port-and-local-address)."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 4 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsSpareTerms OBJECT-TYPE
Packit 022b05
    SYNTAX      Gauge32
Packit 022b05
    UNITS       "LUs"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of free terminal LUs at a TN3270E
Packit 022b05
       server for the granularity of this conceptual row
Packit 022b05
       (server-wide, port, or port-and-local-address).
Packit 022b05
Packit 022b05
       It is possible that the difference between
Packit 022b05
       tn3270eSrvrStatsMaxTerms and tn3270eSrvrStatsInUseTerms
Packit 022b05
       in a conceptual row does not equal the value of
Packit 022b05
       tn3270eSrvrStatsSpareTerms in that row:  an LU may
Packit 022b05
       exist but not be usable by a client connection.
Packit 022b05
Packit 022b05
       Alternatively, the administrative ceiling represented
Packit 022b05
       by tn3270eSrvrStatsMaxTerms may have been lowered to
Packit 022b05
       a point where it is less than the current value of
Packit 022b05
       tn3270eSrvrStatsInUseTerms.  In this case
Packit 022b05
       tn3270eSrvrStatsSpareTerms returns the value 0."
Packit 022b05
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 5 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsMaxPtrs OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "Printer Resources"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the maximum number of printer resources
Packit 022b05
       available for use by a TN3270E server for the
Packit 022b05
       granularity of this conceptual row (server-wide,
Packit 022b05
       port, or port-and-local-address)."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 6 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsInUsePtrs OBJECT-TYPE
Packit 022b05
    SYNTAX      Gauge32
Packit 022b05
    UNITS       "Printer Resources"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of printer resources
Packit 022b05
       currently in use by a TN3270E server for the
Packit 022b05
       granularity of this conceptual row (server-wide,
Packit 022b05
       port, or port-and-local-address)."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 7 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsSparePtrs OBJECT-TYPE
Packit 022b05
    SYNTAX      Gauge32
Packit 022b05
    UNITS       "Spare Printer Resources"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of free printer resources at
Packit 022b05
       a TN3270E server for the granularity of this conceptual
Packit 022b05
       row (server-wide, port, or port-and-local-address).
Packit 022b05
Packit 022b05
       It is possible that the difference between
Packit 022b05
       tn3270eSrvrStatsMaxPtrs and tn3270eSrvrStatsInUsePtrs
Packit 022b05
       in a conceptual row does not equal the value of
Packit 022b05
       tn3270eSrvrStatsSparePtrs in that row:  a printer
Packit 022b05
       resource may exist but not be usable by a client
Packit 022b05
       connection.
Packit 022b05
Packit 022b05
       Alternatively, the administrative ceiling represented
Packit 022b05
       by tn3270eSrvrStatsMaxPtrs may have been lowered to
Packit 022b05
       a point where it is less than the current value of
Packit 022b05
       tn3270eSrvrStatsInUsePtrs.  In this case
Packit 022b05
       tn3270eSrvrStatsSparePtrs returns the value 0."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 8 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsInConnects OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    UNITS       "connections"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of client (TCP) connections
Packit 022b05
       that succeeded at a TN3270E server for the
Packit 022b05
       granularity of this conceptual row (server-wide,
Packit 022b05
       port, or port-and-local-address).
Packit 022b05
Packit 022b05
       The tn3270eSrvrStatsConnResrceRejs and
Packit 022b05
       tn3270eSrvrStatsConnErrorRejs objects provide a count
Packit 022b05
       of failed connection attempts.
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 9 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsConnResrceRejs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    UNITS       "connection attempts"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of (TCP) connections rejected
Packit 022b05
       during connection setup at a TN3270E server for the
Packit 022b05
       granularity of this conceptual row (server-wide,
Packit 022b05
       port, or port-and-local-address) due to a lack of
Packit 022b05
       resources at the server.  An example of when this
Packit 022b05
       counter would be incremented is when no terminal
Packit 022b05
       or printer resource is available to associate with a
Packit 022b05
       client's TCP connection.
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 10 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsDisconnects OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    UNITS       "disconnections"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of (TCP) connections that were
Packit 022b05
       disconnected at a TN3270E server for the
Packit 022b05
       granularity of this conceptual row (server-wide,
Packit 022b05
       port, or port-and-local-address).
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 11 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsHCInOctets OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter64
Packit 022b05
    UNITS       "octets"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of octets received from TN3270
Packit 022b05
       and TN3270E clients for the granularity of this
Packit 022b05
       conceptual row (server-wide, port, or
Packit 022b05
       port-and-local-address).
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 12 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsInOctets OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    UNITS       "octets"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Low-order 32 bits of tn3270eSrvrStatsHCInOctets for
Packit 022b05
       this conceptual row.
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 13 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsHCOutOctets OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter64
Packit 022b05
    UNITS       "octets"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of octets sent to TN3270
Packit 022b05
       and TN3270E clients for the granularity of this
Packit 022b05
       conceptual row (server-wide, port, or
Packit 022b05
       port-and-local-address).
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 14 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsOutOctets OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    UNITS       "octets"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Low-order 32 bits of tn3270eSrvrStatsHCOutOctets for
Packit 022b05
       this conceptual row.
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 15 }
Packit 022b05
Packit 022b05
tn3270eSrvrStatsConnErrorRejs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    UNITS       "connection attempts"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Indicates the number of (TCP) connections rejected
Packit 022b05
       during connection setup at a TN3270E server for the
Packit 022b05
       granularity of this conceptual row (server-wide,
Packit 022b05
       port, or port-and-local-address) due to an error
Packit 022b05
       of some type.  An example of when this counter would
Packit 022b05
       be incremented is when the client and the server
Packit 022b05
       cannot agree on a common set of TN3270E functions for
Packit 022b05
       the connection.
Packit 022b05
Packit 022b05
       A Management Station can detect discontinuities in
Packit 022b05
       this counter by monitoring the tn3270eSrvrStatsUpTime
Packit 022b05
       object."
Packit 022b05
    ::= { tn3270eSrvrStatsEntry 16 }
Packit 022b05
Packit 022b05
tn3270eClientGroupTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eClientGroupEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines client address groupings for use
Packit 022b05
        by a TN3270E server.
Packit 022b05
Packit 022b05
        No entry in this table shall exist without
Packit 022b05
        a corresponding (same tn3270eSrvrConfIndex) entry in
Packit 022b05
        the tn3270eSrvrConfTable existing.
Packit 022b05
Packit 022b05
        An implementation SHOULD NOT retain SNMP-created
Packit 022b05
        entries in this table across re-IPLs (Initial Program
Packit 022b05
        Loads) of the corresponding TN3270E server."
Packit 022b05
    ::= { tn3270eObjects 4 }
Packit 022b05
Packit 022b05
tn3270eClientGroupEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eClientGroupEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of a single client address entry.  All
Packit 022b05
        entries with the same first two indexes,
Packit 022b05
        tn3270eSrvrConfIndex and tn3270eClientGroupName, are
Packit 022b05
        considered to be in the same client group."
Packit 022b05
    INDEX       { tn3270eSrvrConfIndex,
Packit 022b05
                  tn3270eClientGroupName,
Packit 022b05
                  tn3270eClientGroupAddrType,
Packit 022b05
                  tn3270eClientGroupAddress }
Packit 022b05
    ::= { tn3270eClientGroupTable 1 }
Packit 022b05
Packit 022b05
Tn3270eClientGroupEntry ::= SEQUENCE {
Packit 022b05
    tn3270eClientGroupName           Utf8String,
Packit 022b05
    tn3270eClientGroupAddrType       IANATn3270eAddrType,
Packit 022b05
    tn3270eClientGroupAddress        IANATn3270eAddress,
Packit 022b05
    tn3270eClientGroupSubnetMask     IpAddress,
Packit 022b05
    tn3270eClientGroupPfxLength      Unsigned32,
Packit 022b05
    tn3270eClientGroupRowStatus      RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
tn3270eClientGroupName OBJECT-TYPE
Packit 022b05
    SYNTAX      Utf8String (SIZE(1..24))
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of a client group.  Note: client group
Packit 022b05
        names are required to be unique only with respect
Packit 022b05
        to a single TN3270E server."
Packit 022b05
    ::= { tn3270eClientGroupEntry 1 }
Packit 022b05
Packit 022b05
tn3270eClientGroupAddrType OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddrType
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the type of the address represented in
Packit 022b05
         tn3270eClientGroupAddress."
Packit 022b05
    ::= { tn3270eClientGroupEntry 2 }
Packit 022b05
Packit 022b05
tn3270eClientGroupAddress OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddress
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The client address of a member of a client group.
Packit 022b05
        The value of tn3270eClientGroupAddrType indicates
Packit 022b05
        the address type (IPv4 or IPv6, for example)."
Packit 022b05
    ::= { tn3270eClientGroupEntry 3 }
Packit 022b05
Packit 022b05
tn3270eClientGroupSubnetMask OBJECT-TYPE
Packit 022b05
    SYNTAX      IpAddress
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The corresponding subnet mask associated with
Packit 022b05
         tn3270eClientGroupAddress.  A single IP address is
Packit 022b05
         represented by having this object contain the value
Packit 022b05
         of 255.255.255.255.
Packit 022b05
Packit 022b05
         This object's value is meaningful only if
Packit 022b05
         tn3270eClientGroupAddrType has a value of ipv4(1)."
Packit 022b05
    DEFVAL { 'FFFFFFFF'H }
Packit 022b05
    ::= { tn3270eClientGroupEntry 4 }
Packit 022b05
Packit 022b05
tn3270eClientGroupPfxLength OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..128)
Packit 022b05
    UNITS       "bits"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The corresponding IPv6 network prefix length.
Packit 022b05
Packit 022b05
        This object's value is meaningful only if
Packit 022b05
        tn3270eClientGroupAddrType  has a value of ipv6(2)."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { tn3270eClientGroupEntry 5 }
Packit 022b05
Packit 022b05
tn3270eClientGroupRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object allows entries to be created and deleted
Packit 022b05
        in the tn3270eClientGroupTable.  Entries may also be
Packit 022b05
        created and deleted as a result of implementation-
Packit 022b05
        dependent operations.
Packit 022b05
Packit 022b05
        An entry in this table is deleted by setting this object
Packit 022b05
        to destroy(6).  When the number of entries in this table
Packit 022b05
        for a given client group becomes 0, this has the side-
Packit 022b05
        effect of removing any entries for the group in the
Packit 022b05
        tn3270eClientResMapTable."
Packit 022b05
    REFERENCE
Packit 022b05
        "RFC 1903, 'Textual Conventions for version 2 of the
Packit 022b05
        Simple Network Management Protocol (SNMPv2).'"
Packit 022b05
    ::= { tn3270eClientGroupEntry 6 }
Packit 022b05
Packit 022b05
tn3270eResPoolTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eResPoolEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines resource groupings; the term
Packit 022b05
        'pool' is used as it is defined by RFC 2355.
Packit 022b05
Packit 022b05
        No entry in this table shall exist without
Packit 022b05
        a corresponding (same tn3270eSrvrConfIndex) entry in
Packit 022b05
        the tn3270eSrvrConfTable existing.
Packit 022b05
Packit 022b05
        An implementation SHOULD NOT retain SNMP-created
Packit 022b05
        entries in this table across re-IPLs (Initial Program
Packit 022b05
        Loads) of the corresponding TN3270E server."
Packit 022b05
    ::= { tn3270eObjects 5 }
Packit 022b05
Packit 022b05
tn3270eResPoolEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eResPoolEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of a single resource pool member.  All entries
Packit 022b05
        with the same first two indexes, tn3270eSrvrConfIndex and
Packit 022b05
        tn3270eResPoolName, are considered to be in the same pool."
Packit 022b05
    INDEX  { tn3270eSrvrConfIndex,
Packit 022b05
             tn3270eResPoolName,
Packit 022b05
             tn3270eResPoolElementName }
Packit 022b05
    ::= { tn3270eResPoolTable 1 }
Packit 022b05
Packit 022b05
Tn3270eResPoolEntry ::= SEQUENCE {
Packit 022b05
    tn3270eResPoolName           Utf8String,
Packit 022b05
    tn3270eResPoolElementName    SnaResourceName,
Packit 022b05
    tn3270eResPoolElementType    IANATn3270ResourceType,
Packit 022b05
    tn3270eResPoolRowStatus      RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
tn3270eResPoolName OBJECT-TYPE
Packit 022b05
    SYNTAX      Utf8String (SIZE(1..24))
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of a resource pool."
Packit 022b05
    ::= { tn3270eResPoolEntry 1 }
Packit 022b05
Packit 022b05
tn3270eResPoolElementName OBJECT-TYPE
Packit 022b05
    SYNTAX      SnaResourceName
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of a member of a resource pool."
Packit 022b05
    ::= { tn3270eResPoolEntry 2 }
Packit 022b05
Packit 022b05
tn3270eResPoolElementType OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270ResourceType
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The type of the entity in a resource pool."
Packit 022b05
    ::= { tn3270eResPoolEntry 3 }
Packit 022b05
Packit 022b05
tn3270eResPoolRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object allows entries to be created and deleted
Packit 022b05
        in the tn3270eResPoolTable.  Entries may also be
Packit 022b05
        created and deleted as a result of implementation-
Packit 022b05
        dependent operations.
Packit 022b05
Packit 022b05
        An entry in this table is deleted by setting this object
Packit 022b05
        to destroy(6).  When all entries in this table associated
Packit 022b05
        with the same tn3270eResPoolElementName have been removed,
Packit 022b05
        then any associated (tn3270eResPoolElementName matching
Packit 022b05
        tn3270eClientResMapPoolName with same tn3270eSrvrConfIndex
Packit 022b05
        values) entries in the tn3270eClientResMapTable SHALL
Packit 022b05
        also be removed."
Packit 022b05
    REFERENCE
Packit 022b05
        "RFC 1903, 'Textual Conventions for version 2 of the
Packit 022b05
        Simple Network Management Protocol (SNMPv2).'"
Packit 022b05
    ::= { tn3270eResPoolEntry 4 }
Packit 022b05
Packit 022b05
tn3270eSnaMapTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eSnaMapEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table provide a mapping from the name by which
Packit 022b05
        a secondary LU is known in the SNA network to the
Packit 022b05
        name by which it is known locally at the TN3270e
Packit 022b05
        server.  This latter name serves as an index into
Packit 022b05
        the tn3270eResPoolTable and the tn3270eResMapTable.
Packit 022b05
        No entry in this table shall exist without
Packit 022b05
        a corresponding (same tn3270eSrvrConfIndex) entry in
Packit 022b05
        the tn3270eSrvrConfTable existing."
Packit 022b05
    ::= { tn3270eObjects 6 }
Packit 022b05
Packit 022b05
tn3270eSnaMapEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eSnaMapEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of a single mapping from an SSCP-supplied
Packit 022b05
        SLU name to a local SLU name.
Packit 022b05
Packit 022b05
        Note:  In certain pathological cases, it is possible
Packit 022b05
        that an SSCP will send on an ACTLU for a local LU an
Packit 022b05
        SLU name currently represented by an entry in this
Packit 022b05
        table that associates it with a different local LU.
Packit 022b05
        In these cases the association from the newer ACTLU
Packit 022b05
        SHOULD be the one represented in this table."
Packit 022b05
    INDEX  { tn3270eSrvrConfIndex,
Packit 022b05
             tn3270eSnaMapSscpSuppliedName }
Packit 022b05
    ::= { tn3270eSnaMapTable 1 }
Packit 022b05
Packit 022b05
Tn3270eSnaMapEntry ::= SEQUENCE {
Packit 022b05
    tn3270eSnaMapSscpSuppliedName     SnaResourceName,
Packit 022b05
    tn3270eSnaMapLocalName            SnaResourceName,
Packit 022b05
    tn3270eSnaMapPrimaryLuName        SnaResourceName
Packit 022b05
}
Packit 022b05
Packit 022b05
tn3270eSnaMapSscpSuppliedName OBJECT-TYPE
Packit 022b05
    SYNTAX      SnaResourceName
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of the secondary LU (SLU) as it is known in
Packit 022b05
         the SNA network.  This name is sent by the SSCP on
Packit 022b05
         the Activate Logical Unit (ACTLU) request."
Packit 022b05
    ::= { tn3270eSnaMapEntry 1 }
Packit 022b05
Packit 022b05
tn3270eSnaMapLocalName OBJECT-TYPE
Packit 022b05
    SYNTAX      SnaResourceName
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The local name of the secondary LU (SLU)."
Packit 022b05
    ::= { tn3270eSnaMapEntry 2 }
Packit 022b05
Packit 022b05
tn3270eSnaMapPrimaryLuName  OBJECT-TYPE
Packit 022b05
    SYNTAX   SnaResourceName
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "When there is a currently active LU-LU session for
Packit 022b05
        this connection, this object returns the primary LU
Packit 022b05
        (PLU) name from the BIND.  When there is no active
Packit 022b05
        LU-LU session, or when the PLU name is unavailable
Packit 022b05
        for some other reason, this object returns a
Packit 022b05
        zero-length octet string."
Packit 022b05
    ::= { tn3270eSnaMapEntry 3 }
Packit 022b05
Packit 022b05
tn3270eClientResMapTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eClientResMapEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines resource-pool to client-group
Packit 022b05
        mappings.  Since both the resource pool name and client
Packit 022b05
        group name are included in the index clause of this
Packit 022b05
        table, multiple resource pools can be assigned to the
Packit 022b05
        same client group.  This enables use of multiple
Packit 022b05
        resource pools for use in client to resource mapping.
Packit 022b05
        Assigning multiple client groups to the same resource
Packit 022b05
        pool is also allowed, but is not the primary purpose
Packit 022b05
        for how the indexing is structured.
Packit 022b05
Packit 022b05
        Assignment of a resource pool to client group can be
Packit 022b05
        restricted based on TCP port.  An index value of 0 for
Packit 022b05
        tn3270eClientResMapClientPort disables restriction of
Packit 022b05
        resource assignment based on client target port
Packit 022b05
        selection.
Packit 022b05
Packit 022b05
        No entry in this table shall exist without
Packit 022b05
        a corresponding (same tn3270eSrvrConfIndex) entry in
Packit 022b05
        the tn3270eSrvrConfTable existing.
Packit 022b05
Packit 022b05
        An implementation SHOULD NOT retain SNMP-created
Packit 022b05
        entries in this table across re-IPLs (Initial Program
Packit 022b05
        Loads) of the corresponding TN3270E server."
Packit 022b05
    ::= { tn3270eObjects 7 }
Packit 022b05
Packit 022b05
tn3270eClientResMapEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eClientResMapEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of a single resource pool to client group
Packit 022b05
        mapping."
Packit 022b05
    INDEX  { tn3270eSrvrConfIndex,
Packit 022b05
             tn3270eClientResMapPoolName,
Packit 022b05
             tn3270eClientResMapClientGroupName,
Packit 022b05
             tn3270eClientResMapClientPort }
Packit 022b05
    ::= { tn3270eClientResMapTable 1 }
Packit 022b05
Packit 022b05
Tn3270eClientResMapEntry ::= SEQUENCE {
Packit 022b05
    tn3270eClientResMapPoolName           Utf8String,
Packit 022b05
    tn3270eClientResMapClientGroupName    Utf8String,
Packit 022b05
    tn3270eClientResMapClientPort         Unsigned32,
Packit 022b05
    tn3270eClientResMapRowStatus          RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
tn3270eClientResMapPoolName OBJECT-TYPE
Packit 022b05
    SYNTAX      Utf8String (SIZE(1..24))
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of a resource pool."
Packit 022b05
    ::= { tn3270eClientResMapEntry 1 }
Packit 022b05
Packit 022b05
tn3270eClientResMapClientGroupName OBJECT-TYPE
Packit 022b05
    SYNTAX      Utf8String (SIZE(1..24))
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of the client group that is mapped to a
Packit 022b05
         resource pool."
Packit 022b05
    ::= { tn3270eClientResMapEntry 2 }
Packit 022b05
Packit 022b05
tn3270eClientResMapClientPort OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..65535)
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A port number restricting the scope of a mapping
Packit 022b05
        from a resource pool to a client group.  The
Packit 022b05
        value 0 for this object indicates that the scope
Packit 022b05
        of the mapping is not restricted."
Packit 022b05
    ::= { tn3270eClientResMapEntry 3 }
Packit 022b05
Packit 022b05
tn3270eClientResMapRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object allows entries to be created and deleted
Packit 022b05
        in the tn3270eClientResMapTable.  Entries may also be
Packit 022b05
        created and deleted as a result of implementation-
Packit 022b05
        dependent operations.
Packit 022b05
Packit 022b05
        An entry in this table is deleted by setting this object
Packit 022b05
        to destroy(6).  Removing an entry from this table doesn't
Packit 022b05
        affect any other table entry defined in this MIB."
Packit 022b05
    REFERENCE
Packit 022b05
        "RFC 1903, 'Textual Conventions for version 2 of the
Packit 022b05
        Simple Network Management Protocol (SNMPv2).'"
Packit 022b05
    ::= { tn3270eClientResMapEntry 4 }
Packit 022b05
Packit 022b05
tn3270eResMapTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF Tn3270eResMapEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This table defines the actual mapping of a resource
Packit 022b05
        to a client address.
Packit 022b05
Packit 022b05
        No entry in this table shall exist without
Packit 022b05
        a corresponding (same tn3270eSrvrConfIndex) entry in
Packit 022b05
        the tn3270eSrvrConfTable existing."
Packit 022b05
    ::= { tn3270eObjects 8 }
Packit 022b05
Packit 022b05
tn3270eResMapEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      Tn3270eResMapEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Definition of the mapping of a Resource Element to
Packit 022b05
         a client address."
Packit 022b05
    INDEX  { tn3270eSrvrConfIndex,
Packit 022b05
             tn3270eResMapElementName }
Packit 022b05
    ::= { tn3270eResMapTable 1 }
Packit 022b05
Packit 022b05
Tn3270eResMapEntry ::= SEQUENCE {
Packit 022b05
    tn3270eResMapElementName       SnaResourceName,
Packit 022b05
    tn3270eResMapAddrType          IANATn3270eAddrType,
Packit 022b05
    tn3270eResMapAddress           IANATn3270eAddress,
Packit 022b05
    tn3270eResMapPort              Unsigned32,
Packit 022b05
    tn3270eResMapElementType       IANATn3270ResourceType,
Packit 022b05
    tn3270eResMapSscpSuppliedName  SnaResourceName
Packit 022b05
}
Packit 022b05
Packit 022b05
tn3270eResMapElementName OBJECT-TYPE
Packit 022b05
    SYNTAX      SnaResourceName
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of a resource element.  This is the name by
Packit 022b05
        which the server implementing this table knows the
Packit 022b05
        resource.  It may be different from the name by which
Packit 022b05
        the resource is known in the SNA network.  This latter
Packit 022b05
        name is returned in the tn3270eResMapSscpSuppliedName
Packit 022b05
        object."
Packit 022b05
    ::= { tn3270eResMapEntry 1 }
Packit 022b05
Packit 022b05
tn3270eResMapAddrType OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddrType
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the type of the client address represented
Packit 022b05
        in tn3270eResMapAddress."
Packit 022b05
    ::= { tn3270eResMapEntry 2 }
Packit 022b05
Packit 022b05
tn3270eResMapAddress OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A client address."
Packit 022b05
    ::= { tn3270eResMapEntry 3 }
Packit 022b05
Packit 022b05
tn3270eResMapPort OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..65535)
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A client port."
Packit 022b05
    ::= { tn3270eResMapEntry 4 }
Packit 022b05
Packit 022b05
tn3270eResMapElementType OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270ResourceType
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The type of the associated resource element."
Packit 022b05
    ::= { tn3270eResMapEntry 5 }
Packit 022b05
Packit 022b05
tn3270eResMapSscpSuppliedName OBJECT-TYPE
Packit 022b05
    SYNTAX      SnaResourceName
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The name of the secondary LU (SLU) as it is known
Packit 022b05
        in a SNA network.  This name is sent by the SSCP on
Packit 022b05
        the Activate Logical Unit (ACTLU) request.  If this
Packit 022b05
        name is not known, this object returns a zero-length
Packit 022b05
        octet string."
Packit 022b05
    ::= { tn3270eResMapEntry 6 }
Packit 022b05
Packit 022b05
-- Define the set of objects to supplement the TCP Connection Table
Packit 022b05
Packit 022b05
tn3270eTcpConnTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF Tn3270eTcpConnEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
         "This table has an entry for each TN3270(E) client
Packit 022b05
         connection that is currently active at a TN3270E server.
Packit 022b05
         An implementation MAY retain entries for connections
Packit 022b05
         that have been terminated, but which entries are
Packit 022b05
         retained, how many entries are retained, and how long
Packit 022b05
         they are retained is entirely implementation-dependent.
Packit 022b05
Packit 022b05
         The indexing for this table is designed to support the
Packit 022b05
         use of an SNMP GET-NEXT operation using only the remote
Packit 022b05
         address type, remote address, and remote port, as a way
Packit 022b05
         for a Management Station to retrieve the table entries
Packit 022b05
         related to a particular TN3270(E) client."
Packit 022b05
    ::= { tn3270eObjects 9 }
Packit 022b05
Packit 022b05
tn3270eTcpConnEntry OBJECT-TYPE
Packit 022b05
    SYNTAX Tn3270eTcpConnEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Provides information about a single TN3270/TN3270E
Packit 022b05
        session.  Note: a tn3270eSrvrConfIndex is not needed
Packit 022b05
        in this table, since the combination of remote and
Packit 022b05
        local addresses and ports is sufficient to
Packit 022b05
        guarantee uniqueness across the TN3270E servers
Packit 022b05
        serviced by an SNMP agent.  Because of this indexing
Packit 022b05
        structure, however, this table does not support
Packit 022b05
        view-based access control policies that provide
Packit 022b05
        access to table rows on a per-server basis."
Packit 022b05
    INDEX { tn3270eTcpConnRemAddrType,
Packit 022b05
            tn3270eTcpConnRemAddress,
Packit 022b05
            tn3270eTcpConnRemPort,
Packit 022b05
            tn3270eTcpConnLocalAddrType,
Packit 022b05
            tn3270eTcpConnLocalAddress,
Packit 022b05
            tn3270eTcpConnLocalPort
Packit 022b05
          }
Packit 022b05
    ::= { tn3270eTcpConnTable 1 }
Packit 022b05
Packit 022b05
Tn3270eTcpConnEntry ::=
Packit 022b05
    SEQUENCE
Packit 022b05
    {
Packit 022b05
    tn3270eTcpConnRemAddrType          IANATn3270eAddrType,
Packit 022b05
    tn3270eTcpConnRemAddress           IANATn3270eAddress,
Packit 022b05
    tn3270eTcpConnRemPort              Unsigned32,
Packit 022b05
    tn3270eTcpConnLocalAddrType        IANATn3270eAddrType,
Packit 022b05
    tn3270eTcpConnLocalAddress         IANATn3270eAddress,
Packit 022b05
    tn3270eTcpConnLocalPort            Unsigned32,
Packit 022b05
    tn3270eTcpConnLastActivity         TimeTicks,
Packit 022b05
    tn3270eTcpConnBytesIn              Counter32,
Packit 022b05
    tn3270eTcpConnBytesOut             Counter32,
Packit 022b05
    tn3270eTcpConnResourceElement      SnaResourceName,
Packit 022b05
    tn3270eTcpConnResourceType         IANATn3270ResourceType,
Packit 022b05
    tn3270eTcpConnDeviceType           IANATn3270DeviceType,
Packit 022b05
    tn3270eTcpConnFunctions            IANATn3270Functions,
Packit 022b05
    tn3270eTcpConnId                   Unsigned32,
Packit 022b05
    tn3270eTcpConnClientIdFormat       IANATn3270eClientType,
Packit 022b05
    tn3270eTcpConnClientId             OCTET STRING,
Packit 022b05
    tn3270eTcpConnTraceData            Tn3270eTraceData,
Packit 022b05
    tn3270eTcpConnLogInfo              IANATn3270eLogData,
Packit 022b05
    tn3270eTcpConnLuLuBindImage        OCTET STRING,
Packit 022b05
    tn3270eTcpConnSnaState             INTEGER,
Packit 022b05
    tn3270eTcpConnStateLastDiscReason  INTEGER,
Packit 022b05
    tn3270eTcpConnSrvrConfIndex        Unsigned32,
Packit 022b05
    tn3270eTcpConnActivationTime       TimeStamp
Packit 022b05
    }
Packit 022b05
Packit 022b05
tn3270eTcpConnRemAddrType OBJECT-TYPE
Packit 022b05
    SYNTAX   IANATn3270eAddrType
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the type of the value of the
Packit 022b05
        tn3270eTcpConnRemAddress object.  For example,
Packit 022b05
        ipv4(1) or ipv6(2)."
Packit 022b05
    ::= { tn3270eTcpConnEntry 1 }
Packit 022b05
Packit 022b05
tn3270eTcpConnRemAddress OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddress
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The remote address associated with a TN3270E client.
Packit 022b05
         tn3270eTcpConnRemAddrType indicates the address type
Packit 022b05
         (IPv4 or IPv6, for example).
Packit 022b05
Packit 022b05
         If a TN3270(E) client is connected to its
Packit 022b05
         server via a proxy client the address represented by
Packit 022b05
         the value of this object shall be the remote client's
Packit 022b05
         address, not the proxy client's address."
Packit 022b05
    ::= { tn3270eTcpConnEntry 2 }
Packit 022b05
Packit 022b05
tn3270eTcpConnRemPort OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..65535)
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The remote port associated with a TN3270E client.  The value 0
Packit 022b05
        is used if the tn3270eTcpConnRemAddrType identifies an address
Packit 022b05
        type that does not support ports.
Packit 022b05
Packit 022b05
        If a TN3270(E) client is connected to its server via a proxy
Packit 022b05
        client, the port represented by the value of this object shall
Packit 022b05
        be the remote client's port, not the proxy client's port."
Packit 022b05
    ::= { tn3270eTcpConnEntry 3 }
Packit 022b05
Packit 022b05
tn3270eTcpConnLocalAddrType OBJECT-TYPE
Packit 022b05
    SYNTAX   IANATn3270eAddrType
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the type of the value of the
Packit 022b05
        tn3270eTcpConnLocalAddress object.  For example,
Packit 022b05
        ipv4(1) or ipv6(2)."
Packit 022b05
    ::= { tn3270eTcpConnEntry 4 }
Packit 022b05
Packit 022b05
tn3270eTcpConnLocalAddress OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eAddress
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The local address associated with a TN3270E client.
Packit 022b05
         tn3270eTcpConnRemAddrType indicates the address type
Packit 022b05
         (IPv4 or IPv6, for example)."
Packit 022b05
    ::= { tn3270eTcpConnEntry 5 }
Packit 022b05
Packit 022b05
tn3270eTcpConnLocalPort OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..65535)
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The remote port associated with a TN3270E client."
Packit 022b05
    ::= { tn3270eTcpConnEntry 6 }
Packit 022b05
Packit 022b05
tn3270eTcpConnLastActivity OBJECT-TYPE
Packit 022b05
    SYNTAX   TimeTicks
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The number of 100ths of seconds since any data was
Packit 022b05
         transferred for the associated TCP Connection."
Packit 022b05
    DEFVAL  { 0 }
Packit 022b05
    ::= { tn3270eTcpConnEntry 7 }
Packit 022b05
Packit 022b05
tn3270eTcpConnBytesIn OBJECT-TYPE
Packit 022b05
    SYNTAX   Counter32
Packit 022b05
    UNITS "octets"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The number of bytes received by the server from TCP
Packit 022b05
        for this connection.
Packit 022b05
Packit 022b05
        A Management Station can detect discontinuities in
Packit 022b05
        this counter by monitoring the
Packit 022b05
        tn3270eTcpConnActivationTime object."
Packit 022b05
    ::= { tn3270eTcpConnEntry 8 }
Packit 022b05
Packit 022b05
tn3270eTcpConnBytesOut OBJECT-TYPE
Packit 022b05
    SYNTAX   Counter32
Packit 022b05
    UNITS "octets"
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The number of bytes sent to TCP for this connection.
Packit 022b05
Packit 022b05
        A Management Station can detect discontinuities in
Packit 022b05
        this counter by monitoring the
Packit 022b05
        tn3270eTcpConnActivationTime object."
Packit 022b05
    ::= { tn3270eTcpConnEntry 9 }
Packit 022b05
Packit 022b05
tn3270eTcpConnResourceElement OBJECT-TYPE
Packit 022b05
    SYNTAX   SnaResourceName
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "LU/Print secondary name for connecting an client
Packit 022b05
         into an SNA network."
Packit 022b05
    ::= { tn3270eTcpConnEntry 10 }
Packit 022b05
Packit 022b05
tn3270eTcpConnResourceType OBJECT-TYPE
Packit 022b05
    SYNTAX   IANATn3270ResourceType
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the type of resource identified by
Packit 022b05
         tn3270eTcpConnResourceElement."
Packit 022b05
    ::= { tn3270eTcpConnEntry 11 }
Packit 022b05
Packit 022b05
tn3270eTcpConnDeviceType OBJECT-TYPE
Packit 022b05
    SYNTAX   IANATn3270DeviceType
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Indicates the device type if negotiated with the
Packit 022b05
        client.  A value of unknown(100) should be used as
Packit 022b05
        the value of this object when a device type is not
Packit 022b05
        negotiated.  Refer to RFC 2355 for how device types
Packit 022b05
        can be negotiated."
Packit 022b05
    ::= { tn3270eTcpConnEntry 12 }
Packit 022b05
Packit 022b05
tn3270eTcpConnFunctions OBJECT-TYPE
Packit 022b05
    SYNTAX   IANATn3270Functions
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object indicates which of the TN3270 and TN3270E
Packit 022b05
        functions were negotiated by the server and the client
Packit 022b05
        for this TCP connection.
Packit 022b05
Packit 022b05
        Refer to tn3270eSrvrFunctionsSupported for the list of
Packit 022b05
        these functions supported by the server."
Packit 022b05
    ::= { tn3270eTcpConnEntry 13 }
Packit 022b05
Packit 022b05
tn3270eTcpConnId OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The connection identifier associated with a TN3270 or
Packit 022b05
         a TN3270E session's TCP connection.  TCP implementations
Packit 022b05
         often assign a unique (with respect to itself) unsigned
Packit 022b05
         integer as an identifier for a TCP connection.
Packit 022b05
Packit 022b05
         The value 0 indicates that a connection does not have
Packit 022b05
         a valid connection identifier."
Packit 022b05
    ::= { tn3270eTcpConnEntry 14 }
Packit 022b05
Packit 022b05
tn3270eTcpConnClientIdFormat OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eClientType
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The format of a corresponding tn3270eTcpConnClientId
Packit 022b05
        object as defined by the IANSTn3270eClientType textual
Packit 022b05
        convention imported from the IANATn3270eTC-MIB."
Packit 022b05
    ::= { tn3270eTcpConnEntry 15 }
Packit 022b05
Packit 022b05
tn3270eTcpConnClientId OBJECT-TYPE
Packit 022b05
    SYNTAX      OCTET STRING (SIZE (0..512))
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Additional client identification information.  The
Packit 022b05
        type of this information is indicated by the value of
Packit 022b05
        the corresponding tn3270eTcpConnClientIdFormat object.
Packit 022b05
        All values are returned in network-byte order.
Packit 022b05
Packit 022b05
        The purpose of this object is to provide an alternate
Packit 022b05
        means of identifying a client, other than though the
Packit 022b05
        remote address returned in tn3270eTcpConnRemAddress."
Packit 022b05
    ::= { tn3270eTcpConnEntry 16 }
Packit 022b05
Packit 022b05
tn3270eTcpConnTraceData OBJECT-TYPE
Packit 022b05
    SYNTAX   Tn3270eTraceData
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Trace data for this session."
Packit 022b05
    ::= { tn3270eTcpConnEntry 17 }
Packit 022b05
Packit 022b05
tn3270eTcpConnLogInfo OBJECT-TYPE
Packit 022b05
    SYNTAX      IANATn3270eLogData
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Log information, encoded as specified in the
Packit 022b05
        IANATn3270eLogData textual convention from the
Packit 022b05
        IANAtn3270eTC-MIB."
Packit 022b05
    ::= { tn3270eTcpConnEntry 18 }
Packit 022b05
Packit 022b05
tn3270eTcpConnLuLuBindImage  OBJECT-TYPE
Packit 022b05
    SYNTAX   OCTET STRING (SIZE (0..256))
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "When there is a currently active LU-LU session for
Packit 022b05
        this connection, this object returns the BIND Image
Packit 022b05
        (defined to be bytes 1-p of the complete BIND Request
Packit 022b05
        Unit -- see 'SNA Formats' for more information)
Packit 022b05
        that was received from the PLU during session
Packit 022b05
        activation.  When there is no active LU-LU session,
Packit 022b05
        or when a BIND image is unavailable for some other
Packit 022b05
        reason, this object returns a zero-length octet
Packit 022b05
        string."
Packit 022b05
    REFERENCE
Packit 022b05
        "'Systems Network Architecture Formats', IBM
Packit 022b05
        Publication GA27-3136."
Packit 022b05
    ::= { tn3270eTcpConnEntry 19 }
Packit 022b05
Packit 022b05
tn3270eTcpConnSnaState  OBJECT-TYPE
Packit 022b05
    SYNTAX   INTEGER {
Packit 022b05
                   unknown(1),
Packit 022b05
                   noSluSession(2),
Packit 022b05
                   sscpLuSession(3),  -- but no LU-LU session
Packit 022b05
                   luLuSession(4),    -- but no SSCP-LU session
Packit 022b05
                   sscpLuSessionAndLuLuSession(5)
Packit 022b05
                      }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The current state of the SNA side of the end-to-end
Packit 022b05
        TN3270 connection.  The following states are defined:
Packit 022b05
Packit 022b05
            unknown(1)          - The true state is not known.
Packit 022b05
            noSluSession(2)     - The SLU has neither an SSCP-LU
Packit 022b05
                                  nor an LU-LU session active.
Packit 022b05
            sscpLuSession(3)    - The SSCP-LU session for the SLU
Packit 022b05
                                  is active, but the SLU is not
Packit 022b05
                                  currently in session with a PLU.
Packit 022b05
            luLuSession(4)      - The SLU is currently in session
Packit 022b05
                                  with a PLU, but the SSCP-LU
Packit 022b05
                                  session for the LU is not active.
Packit 022b05
            sscpLuSessionAndLuLuSession(5) - The SLU currently has
Packit 022b05
                                  an active session with a PLU,
Packit 022b05
                                  and the SSCP-LU session for the
Packit 022b05
                                  SLU is active."
Packit 022b05
Packit 022b05
    ::= { tn3270eTcpConnEntry 20 }
Packit 022b05
Packit 022b05
tn3270eTcpConnStateLastDiscReason OBJECT-TYPE
Packit 022b05
    SYNTAX   INTEGER {
Packit 022b05
                  unknown(1),
Packit 022b05
                  hostSendsUnbind(2),
Packit 022b05
                  hostDontAcceptConnection(3),
Packit 022b05
                  outOfResource(4),
Packit 022b05
                  clientProtocolError(5),
Packit 022b05
                  invalidDeviceName(6),
Packit 022b05
                  deviceInUse(7),
Packit 022b05
                  inactivityTimeout(8),
Packit 022b05
                  hostNotResponding(9),
Packit 022b05
                  clientNotResponding(10),
Packit 022b05
                  serverClose(11),
Packit 022b05
                  sysreqLogoff(12),
Packit 022b05
                  serverSpecificHexCode(13)
Packit 022b05
                     }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The last disconnect reason.  A session that has not
Packit 022b05
        experienced a disconnect shall use the value unknown(1)
Packit 022b05
        for this object.  Depending on when an implementation
Packit 022b05
        removes entries from this table, certain states may
Packit 022b05
        never be returned."
Packit 022b05
    ::= { tn3270eTcpConnEntry 21 }
Packit 022b05
Packit 022b05
tn3270eTcpConnSrvrConfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "tn3270eSrvrConfIndex of the tn3270eSrvrConfEntry
Packit 022b05
        belonging to the TN3270E server to which this entry
Packit 022b05
        belongs."
Packit 022b05
    ::= { tn3270eTcpConnEntry 22 }
Packit 022b05
Packit 022b05
tn3270eTcpConnActivationTime OBJECT-TYPE
Packit 022b05
    SYNTAX      TimeStamp
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The value of the sysUpTime object the last time
Packit 022b05
        this TCP connection became active."
Packit 022b05
    ::= { tn3270eTcpConnEntry 23 }
Packit 022b05
Packit 022b05
tn3270eConfSpinLock OBJECT-TYPE
Packit 022b05
    SYNTAX      TestAndIncr
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "An advisory lock used to allow cooperating
Packit 022b05
      TN3270E-MIB applications to coordinate their use
Packit 022b05
      of the tn3270eSrvrConfTable, the tn3270eSrvrPortTable,
Packit 022b05
      the tn3270eClientGroupTable, the tn3270eResPoolTable,
Packit 022b05
      and the tn3270eClientResMapTable.
Packit 022b05
Packit 022b05
      When creating a new entry or altering an existing entry
Packit 022b05
      in the any of the tables mentioned above, an application
Packit 022b05
      should make use of tn3270eRtSpinLock to serialize
Packit 022b05
      application changes or additions.
Packit 022b05
Packit 022b05
      Since this is an advisory lock, the use of this lock is
Packit 022b05
      not enforced."
Packit 022b05
    ::= { tn3270eObjects 10 }
Packit 022b05
Packit 022b05
-- Conformance Definitions
Packit 022b05
Packit 022b05
tn3270eGroups      OBJECT IDENTIFIER ::= { tn3270eConformance 1 }
Packit 022b05
Packit 022b05
tn3270eCompliances OBJECT IDENTIFIER ::= { tn3270eConformance 2 }
Packit 022b05
Packit 022b05
-- compliance statements
Packit 022b05
Packit 022b05
tn3270eCompliance MODULE-COMPLIANCE
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The compliance statement for agents that support the
Packit 022b05
        TN3270E-MIB."
Packit 022b05
    MODULE -- this module
Packit 022b05
        MANDATORY-GROUPS { tn3270eBasicGroup,
Packit 022b05
                           tn3270eSessionGroup
Packit 022b05
                         }
Packit 022b05
        GROUP       tn3270eResMapGroup
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is optional and provides a method of
Packit 022b05
            performing tn3270eClientGroup to tn3270eResPool
Packit 022b05
            mapping."
Packit 022b05
Packit 022b05
        GROUP       tn3270eHiCapacityGroup
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is optional and provides for support
Packit 022b05
            of high capacity counters."
Packit 022b05
Packit 022b05
        OBJECT tn3270eSrvrConfConnectivityChk
Packit 022b05
           MIN-ACCESS  read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
              "The agent is not required to support a set to this
Packit 022b05
               object if the associated TN3270E server doesn't
Packit 022b05
               support either TIMING-MARK or NOP processing.  In
Packit 022b05
               this case an agent should return noCheck on
Packit 022b05
               retrieval."
Packit 022b05
Packit 022b05
        OBJECT tn3270eSrvrConfTmNopInactTime
Packit 022b05
           MIN-ACCESS  read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
              "The agent is not required to support a set to this
Packit 022b05
               object if the functions enabled by
Packit 022b05
               tn3270eSrvrConfConnectivityChk are not supported.
Packit 022b05
               An agent in this case should return a value of 0."
Packit 022b05
Packit 022b05
        OBJECT tn3270eSrvrConfTmNopInterval
Packit 022b05
           MIN-ACCESS  read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
              "The agent is not required to support a set to this
Packit 022b05
               object if the functions enabled by
Packit 022b05
               tn3270eSrvrConfConnectivityChk are not supported.
Packit 022b05
               An agent in this case should return a value of 0."
Packit 022b05
Packit 022b05
       OBJECT  tn3270eSrvrConfAdminStatus
Packit 022b05
           DESCRIPTION
Packit 022b05
              "A TN3270E server is not required to support a
Packit 022b05
               stopImmediate state transition."
Packit 022b05
Packit 022b05
        OBJECT tn3270eSrvrConfRowStatus
Packit 022b05
           MIN-ACCESS read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT tn3270eSrvrConfTmTimeout
Packit 022b05
           MIN-ACCESS  read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
              "The agent is not required to support a set to this
Packit 022b05
               object if the functions enabled by
Packit 022b05
               tn3270eSrvrConfConnectivityChk are not supported.
Packit 022b05
               An agent in this case should return a value of 0."
Packit 022b05
Packit 022b05
        OBJECT tn3270eSrvrPortRowStatus
Packit 022b05
           MIN-ACCESS read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT tn3270eClientGroupRowStatus
Packit 022b05
           MIN-ACCESS read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT tn3270eResPoolRowStatus
Packit 022b05
           MIN-ACCESS read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT tn3270eClientResMapRowStatus
Packit 022b05
           MIN-ACCESS read-only
Packit 022b05
           DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
    ::= { tn3270eCompliances 1 }
Packit 022b05
Packit 022b05
-- units of conformance
Packit 022b05
Packit 022b05
tn3270eBasicGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        tn3270eSrvrConfInactivityTimeout,
Packit 022b05
        tn3270eSrvrConfConnectivityChk,
Packit 022b05
        tn3270eSrvrConfTmNopInactTime,
Packit 022b05
        tn3270eSrvrConfTmNopInterval,
Packit 022b05
        tn3270eSrvrFunctionsSupported,
Packit 022b05
        tn3270eSrvrConfAdminStatus,
Packit 022b05
        tn3270eSrvrConfOperStatus,
Packit 022b05
        tn3270eSrvrConfSessionTermState,
Packit 022b05
        tn3270eSrvrConfSrvrType,
Packit 022b05
        tn3270eSrvrConfContact,
Packit 022b05
        tn3270eSrvrConfRowStatus,
Packit 022b05
        tn3270eSrvrConfLastActTime,
Packit 022b05
        tn3270eSrvrConfTmTimeout,
Packit 022b05
        tn3270eSrvrPortRowStatus,
Packit 022b05
        tn3270eSrvrStatsUpTime,
Packit 022b05
        tn3270eSrvrStatsMaxTerms,
Packit 022b05
        tn3270eSrvrStatsInUseTerms,
Packit 022b05
        tn3270eSrvrStatsSpareTerms,
Packit 022b05
        tn3270eSrvrStatsMaxPtrs,
Packit 022b05
        tn3270eSrvrStatsInUsePtrs,
Packit 022b05
        tn3270eSrvrStatsSparePtrs,
Packit 022b05
        tn3270eSrvrStatsInConnects,
Packit 022b05
        tn3270eSrvrStatsConnResrceRejs,
Packit 022b05
        tn3270eSrvrStatsDisconnects,
Packit 022b05
        tn3270eSrvrStatsInOctets,
Packit 022b05
        tn3270eSrvrStatsOutOctets,
Packit 022b05
        tn3270eSrvrStatsConnErrorRejs,
Packit 022b05
        tn3270eClientGroupSubnetMask,
Packit 022b05
        tn3270eClientGroupPfxLength,
Packit 022b05
        tn3270eClientGroupRowStatus,
Packit 022b05
        tn3270eSnaMapLocalName,
Packit 022b05
        tn3270eSnaMapPrimaryLuName,
Packit 022b05
        tn3270eConfSpinLock
Packit 022b05
    }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for all hosts supporting the
Packit 022b05
         TN3270E-MIB."
Packit 022b05
    ::= { tn3270eGroups 1 }
Packit 022b05
Packit 022b05
tn3270eSessionGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        tn3270eResMapAddrType,
Packit 022b05
        tn3270eResMapAddress,
Packit 022b05
        tn3270eResMapPort,
Packit 022b05
        tn3270eResMapElementType,
Packit 022b05
        tn3270eResMapSscpSuppliedName,
Packit 022b05
        tn3270eTcpConnLastActivity,
Packit 022b05
        tn3270eTcpConnBytesIn,
Packit 022b05
        tn3270eTcpConnBytesOut,
Packit 022b05
        tn3270eTcpConnResourceElement,
Packit 022b05
        tn3270eTcpConnResourceType,
Packit 022b05
        tn3270eTcpConnDeviceType,
Packit 022b05
        tn3270eTcpConnFunctions,
Packit 022b05
        tn3270eTcpConnSrvrConfIndex,
Packit 022b05
        tn3270eTcpConnActivationTime
Packit 022b05
      }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is mandatory for all hosts supporting the
Packit 022b05
         TN3270E-MIB."
Packit 022b05
    ::= { tn3270eGroups 2 }
Packit 022b05
Packit 022b05
tn3270eResMapGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        tn3270eResPoolElementType,
Packit 022b05
        tn3270eResPoolRowStatus,
Packit 022b05
        tn3270eClientResMapRowStatus,
Packit 022b05
        tn3270eTcpConnId,
Packit 022b05
        tn3270eTcpConnClientIdFormat,
Packit 022b05
        tn3270eTcpConnClientId,
Packit 022b05
        tn3270eTcpConnTraceData,
Packit 022b05
        tn3270eTcpConnLogInfo,
Packit 022b05
        tn3270eTcpConnLuLuBindImage,
Packit 022b05
        tn3270eTcpConnSnaState,
Packit 022b05
        tn3270eTcpConnStateLastDiscReason
Packit 022b05
      }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group is optional for all hosts supporting the
Packit 022b05
         TN3270E-MIB."
Packit 022b05
    ::= { tn3270eGroups 3 }
Packit 022b05
Packit 022b05
tn3270eHiCapacityGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        tn3270eSrvrStatsHCInOctets,
Packit 022b05
        tn3270eSrvrStatsHCOutOctets
Packit 022b05
      }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
         "Support of these objects is REQUIRED when the
Packit 022b05
         Counter32 versions can potentially wrap too
Packit 022b05
         frequently.  This group is optional for all other
Packit 022b05
         hosts supporting the TN3270E-MIB.
Packit 022b05
Packit 022b05
         The IF-MIB (RFC 2233) requires that the 64-bit
Packit 022b05
         versions of its counters be implemented when an
Packit 022b05
         interface can support rates of around 20 million
Packit 022b05
         bits per second or greater.  This implies a minimum
Packit 022b05
         wrap rate of just over 28 minutes.  It is recommended
Packit 022b05
         that this same guideline be used for determining
Packit 022b05
         whether an implementation implements these objects.
Packit 022b05
Packit 022b05
         This group contains two objects with the syntax
Packit 022b05
         Counter64.  An implementation that doesn't support
Packit 022b05
         these objects should return noSuchObject, since
Packit 022b05
         returning a zero is misleading."
Packit 022b05
Packit 022b05
    ::= { tn3270eGroups 4 }
Packit 022b05
Packit 022b05
END