home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_q_t / draft-ietf-tn3270e-tn3270-mib-01.txt < prev    next >
Text File  |  1997-06-30  |  59KB  |  1,856 lines

  1.  
  2. TN3270E Working Group
  3. INTERNET DRAFT: <draft-ietf-tn3270e-tn3270-mib-01.txt)     Kenneth White
  4. Expiration Date: December, 1997
  5.                                                                IBM Corp.
  6.  
  7.                                                                June 1997
  8.  
  9.                 Base Definitions of Managed Objects for
  10.                           TN3270E Using SMIv2
  11.  
  12.                  <draft-ietf-tn3270e-tn3270-mib-01.txt>
  13.  
  14.  
  15. Status of this Memo
  16.  
  17.   This document is an Internet Draft. Internet Drafts are working
  18.   documents of the Internet Engineering Task Force (IETF), its Areas,
  19.   and its Working Groups. Note that other groups may also distribute
  20.   working documents as Internet Drafts.
  21.  
  22.   Internet Drafts are draft documents valid for a maximum of six
  23.   months. Internet Drafts may be updated, replaced, or obsoleted by
  24.   other documents at any time. It is not appropriate to use Internet
  25.   Drafts as reference material or to cite them other than as a "working
  26.   draft" or "work in progress."
  27.  
  28.   Please check the I-D abstract listing contained in each Internet
  29.   Draft directory to learn the current status of this or any Internet
  30.   Draft. Distribution of this document is unlimited.
  31.  
  32. Abstract
  33.  
  34.   The purpose of this memo is to define a
  35.   Management Information Base
  36.   (MIB) for configuring and managing TN3270E Servers.
  37.   The MIB defined by this memo is intended to provide generic
  38.   support for both Host and Gateway TN3270E Server implementations.
  39.   It is the intent that the MIB defined herein be extended
  40.   by subsequent memos to provide non-generic configuration support
  41.   and to enable TN3270E Response Time Monitoring.
  42.   It is the intent of this MIB to
  43.   fully adhere to all prerequisite MIBs unless explicitly stated.
  44.   Deviations will be documented in corresponding conformance statements.
  45.   The specification of this MIB will utilize the
  46.   Structure of Management Information (SMI) for Version 2 of the
  47.   Simple Network Management Protocol Version (refer to RFC1902,
  48.   reference [1]).
  49.  
  50.  
  51.  
  52.  
  53. Expires December 1997                                           [Page 1]
  54.  
  55.  
  56.  
  57.  
  58.  
  59. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  60.  
  61.  
  62.   Table of Contents
  63.  
  64.   1.0 Introduction............................................. 2
  65.   2.0 The SNMPv2 Network Management Framework.................. 2
  66.   2.1 Object Definitions....................................... 3
  67.   3.0 Structure of the MIB..................................... 3
  68.   3.1 TN3270E Server Control................................... 3
  69.   3.1.1 tn3270eSrvrConfTable................................... 3
  70.   3.1.2 tn3270eSrvrPortTable................................... 4
  71.   3.1.3 tn3270eSrvrStatsTable.................................. 4
  72.   3.2 TN3270E Server Resource Configuration.................... 5
  73.   3.2.1 tn3270eIpGroupTable and tn3270eResPoolTable............ 5
  74.   3.2.2 tn3270eResMapTable and tn3270eIpMapTable............... 5
  75.   3.3 TCP Connection Table Additions........................... 5
  76.   4.0 Definitions.............................................. 6
  77.   5.0 Security Considerations..................................29
  78.   6.0 Acknowledgments..........................................30
  79.   7.0 References...............................................30
  80.   8.0 Authors' Address.........................................31
  81.  
  82.  
  83. 1.  Introduction
  84.  
  85.   This document is a product of the TN3270E Working Group. Its purpose
  86.   is to define a MIB module for extending the traditional MIBs supported
  87.   by a TCP/IP implementation for configuration and management of TN3270E
  88.   Servers.
  89.  
  90.  
  91. 2.  The SNMPv2 Network Management Framework
  92.  
  93.   The SNMP Network Management Framework presently consists of three
  94.   major components.  They are:
  95.  
  96.   o the SMI, described in RFC 1902 [1], - the mechanisms used for
  97.     describing and naming objects for the purpose of management.
  98.  
  99.   o the MIB-II, STD 17, RFC 1213 [5], - the core set of managed
  100.     objects for the Internet suite of protocols.
  101.  
  102.   o the protocol, RFC 1157 [9] and/or RFC 1905 [7] - the protocol
  103.     for accessing managed information.
  104.  
  105.   Textual conventions are defined in RFC 1903 [6], and conformance
  106.   statements are defined in RFC 1904 [8].
  107.  
  108.   The Framework permits new objects to be defined for the purpose of
  109.   experimentation and evaluation.
  110.  
  111.  
  112.  
  113. Expires December 1997                                           [Page 2]
  114.  
  115.  
  116.  
  117.  
  118.  
  119. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  120.  
  121.  
  122.   This memo specifies a MIB module that is compliant to the SNMPv2 SMI.
  123.   A semantically identical MIB conforming to the SNMPv1 SMI can be
  124.   produced through the appropriate translation.
  125.  
  126.  
  127. 2.1.  Object Definitions
  128.  
  129.   Managed objects are accessed via a virtual information store, termed
  130.   the Management Information Base or MIB.  Objects in the MIB are
  131.   defined using the subset of Abstract Syntax Notation One (ASN.1)
  132.   defined in the SMI.  In particular, each object object type is named
  133.   by an OBJECT IDENTIFIER, an administratively assigned name.  The
  134.   object type together with an object instance serves to uniquely
  135.   identify a specific instantiation of the object.  For human
  136.   convenience, we often use a textual string, termed the descriptor, to
  137.   refer to the object type.
  138.  
  139.  
  140.  
  141. 3.  Structure of the MIB
  142.  
  143.   The TN3270E-MIB is split into the following components:
  144.  
  145.     o TN3270E Server Control
  146.     o TN3270E Server Resource Configuration
  147.     o TCP Connection Table Additions
  148.  
  149.   The TN3270E-MIB is defined for support primarily by TN3270E Servers.
  150.   Use of this MIB by TN3270 Servers that do not support the TN3270E
  151.   protocol is not explicitly addressed by this memo. A significant
  152.   portion of the objects do apply in the TN3270 only case.  Addressing
  153.   the TN3270 only case was not done since it is unlikely that this MIB
  154.   would be implemented by TN3270 only servers.
  155.  
  156.  
  157. 3.1.  TN3270E Server Control
  158.  
  159.   This group of objects provides for TN3270 and TN3270E configuration
  160.   and consists of:
  161.  
  162.       o tn3270eSrvrConfTable
  163.       o tn3270eSrvrPortTable
  164.       o tn3270eSrvrStatsTable
  165.  
  166.  
  167. 3.1.1.  tn3270eSrvrConfTable
  168.  
  169.   The tn3270eSrvrConfTable contains a set of objects primarily for
  170.  
  171.  
  172.  
  173. Expires December 1997                                           [Page 3]
  174.  
  175.  
  176.  
  177.  
  178.  
  179. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  180.  
  181.  
  182.   configuring and managing a TN3270E Server. This table, as well most of
  183.   the tables in the TN3270E-MIB, are structured to be indexed by the
  184.   local IP Address (tn3270eSrvrConfIpAddr) and a unsigned integer
  185.   (tn3270eSrvrConfIndex). The primary index, tn3270eSrvrConfIpAddr, was
  186.   added to the tables in order for the tables to be used at both a
  187.   TN3270E Server host implementation as well as by a management
  188.   application that supports multiple TN3270E capable hosts.  The second
  189.   index element, tn3270eSrvrConfigIndex, was added in order to support
  190.   multiple TN3270E Servers on the same host.
  191.  
  192.   tn3270eSrvrConfInactivityTimer defines the inactivity period for
  193.   TN3270 and TN3270E Sessions. tn3270eSrvrConfSessionTermState defines
  194.   how a session should be terminated. The three objects:
  195.  
  196.       o tn3270eSrvrConfActivityCheck
  197.       o tn3270eSrvrConfActivityTimeout
  198.       o tn3270eSrvrConfActivityInterval
  199.  
  200.   defines the parameters for performing the "Telnet Timing Mark Option"
  201.   as defined by RFC 860 [3].  The object tn3270eSrvrConfActivityOption
  202.   was defined to enable sending of a NOP command as oppose to a TIMEMARK
  203.   command.  Sending a NOP command results in less overhead then a
  204.   TIMEMARK command since a client doesn't send a reply.
  205.  
  206.   The objects tn3270eSrvrConfAdminStatus and tn3270eSrvrConfOperStatus
  207.   exists in order to enable remote starting and stopping of a TN3270E
  208.   Server.  tn3270eSrvrConfProtoSupported indicates which of the TN3270
  209.   and TN3270E options that a server supports.  The object
  210.   tn3270eSrvrConfSrvrType indicates the implementation type of TN3270E
  211.   Server that the tn3270eSrvrConfEntry represents.  The object
  212.   tn3270eSrvrConfRowStatus provides the capability to perform remote
  213.   creation and deletion operations on this table.
  214.  
  215.  
  216. 3.1.2.  tn3270eSrvrPortTable
  217.  
  218.   The tn3270eSrvrPortTable exists in order to assign and retrieve the
  219.   local ports associated with a TN3270E Server. Some implementations
  220.   support multiple local port usage.
  221.  
  222.  
  223. 3.1.3.  tn3270eSrvrStatsTable
  224.  
  225.   The tn3270eSrvrStatsTable defines a series of objects used to provide
  226.   general statistics on the use of a TN3270E Server.
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. Expires December 1997                                           [Page 4]
  234.  
  235.  
  236.  
  237.  
  238.  
  239. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  240.  
  241.  
  242. 3.2.  TN3270E Server Resource Configuration
  243.  
  244. The TN3270E Server Resource Configuration collection of objects consists
  245. of four tables:
  246.  
  247.     o tn3270eIpGroupTable
  248.     o tn3270eResPoolTable
  249.     o tn3270eResMapTable
  250.     o tn3270eIpMapTable
  251.  
  252.  
  253.  
  254. 3.2.1.  tn3270eIpGroupTable and tn3270eResPoolTable enable
  255. implementations to define groupings of both IP Addresses and Resource
  256. Pools for mapping IP Addresses to resources. The mapping of a IP Group
  257. to a Resource Pool is enabled via tn3270eResPoolIpGroupName.  Creating
  258. an entry in the tn3270eResPoolTable results in creation of an entry or
  259. entries in both the tn3270eResMapTable and tn3270eIpMapTable. Both the
  260. tn3270eIpGroupTable and the tn3270eResPoolTable are optional since not
  261. every TN3270E Server has the ability to define their IP to Resource
  262. mappings in this manner. tn3270eResPoolClientPort exists to enable
  263. implementations to restrict a collection of resources to a particular
  264. local port. This object is optional since not every implementation
  265. provides this type of support.
  266.  
  267.  
  268. 3.2.2.  tn3270eResMapTable and tn3270eIpMapTable
  269.  
  270.   The tables: tn3270eResMapTable and tn3270eIpMapTable provide mappings
  271.   of IP Address(es) to Resource(s) and Resource(s) to IP Address(es).
  272.   The index objects, tn3270eResMapClientPort and tn3270eIpMapClientPort,
  273.   as allowed to be zero when these tables are implemented by TN3270E
  274.   Servers that do provide local port to resource mapping.
  275.  
  276.  
  277.   3.3.  TCP Connection Table Additions
  278.  
  279.   The TCP Connection Table is defined by RFC 2012 (Refer to reference
  280.   10, TCP-MIB Definitions). Traditionally, the contents of the TCP
  281.   Connection Table has been implementation dependent.  Its formal
  282.   definition consists of the following objects:
  283.  
  284.      o tcpConnState (INTEGER)
  285.      o tcpConnLocalAddress (IpAddress)
  286.      o tcpConnLocalPort (INTEGER)
  287.      o tcpConnRemAddress (IpAddress)
  288.      o tcpConnRemPort (INTEGER)
  289.  
  290.  
  291.  
  292.  
  293. Expires December 1997                                           [Page 5]
  294.  
  295.  
  296.  
  297.  
  298.  
  299. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  300.  
  301.  
  302.   and is indexed by: tcpConnLocalAddress, tcpConnLocalPort,
  303.   tcpConnRemAddress and tcpConnRemPort. The tn3270eTcpConnTableGroup
  304.   contains the objects defined by the tn3270eTcpConnTable for keeping a
  305.   list of the current set of TN3270 and TN3270E sessions at a TN3270E
  306.   Server. The tn3270eTcpConnTable has the same index elements as the
  307.   tcpConnTable but doesn't AUGMENT it since the relationship is not
  308.   one-to-one.
  309.  
  310.  
  311. 4.  Definitions
  312.  
  313.   TN3270E-MIB DEFINITIONS ::= BEGIN
  314.  
  315.   IMPORTS
  316.       MODULE-IDENTITY, OBJECT-TYPE, BITS, Unsigned32,
  317.       experimental, Integer32, IpAddress, TimeTicks,
  318.       Counter32
  319.           FROM SNMPv2-SMI
  320.       TEXTUAL-CONVENTION, RowStatus, DisplayString
  321.           FROM SNMPv2-TC
  322.       MODULE-COMPLIANCE, OBJECT-GROUP
  323.           FROM SNMPv2-CONF
  324.       tcpConnLocalAddress, tcpConnLocalPort,
  325.       tcpConnRemAddress, tcpConnRemPort
  326.           FROM TCP-MIB
  327.       ;
  328.  
  329.   tn3270eMIB MODULE-IDENTITY
  330.       LAST-UPDATED "9706200000Z" -- June 20, 1997
  331.       ORGANIZATION "TN3270E Working Group"
  332.       CONTACT-INFO
  333.           "Kenneth White (kennethw@vnet.ibm.com)
  334.            IBM Corp."
  335.       DESCRIPTION
  336.           "This module defines a portion of the management
  337.           information base (MIB) for managing TN3270E Servers"
  338.       -- Need an experimental OID from IANA
  339.       ::= { experimental 2001 }
  340.  
  341.   -- Textual Conventions
  342.  
  343.   ResourceType ::= TEXTUAL-CONVENTION
  344.       STATUS      current
  345.       DESCRIPTION
  346.           "The type of resource defined by a Resource Pool. Refer
  347.           to tn3270eResPoolTable."
  348.       SYNTAX      INTEGER {
  349.                             other(0),
  350.  
  351.  
  352.  
  353. Expires December 1997                                           [Page 6]
  354.  
  355.  
  356.  
  357.  
  358.  
  359. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  360.  
  361.  
  362.                             lu(1),
  363.                             printer(2)
  364.                           }
  365.  
  366.   Tn3270Functions ::= TEXTUAL-CONVENTION
  367.       STATUS      current
  368.       DESCRIPTION
  369.           "This textual convention is intended to reflect the
  370.           current set of TN3270 and TN3270E functions that can
  371.           be negiotiated between a server and its client:
  372.  
  373.           RFC856
  374.           transmitBinary    The sender of this command REQUESTS
  375.                             permission to begin transmitting, or
  376.                             confirms that it will now begin transmitting
  377.                             characters which are to be interpreted
  378.                             as 8 bits of binary data by
  379.                             the receiver of the data.
  380.           RFC820
  381.           timeMark         The sender of this command REQUESTS that
  382.                            the receiver of this command return a WILL
  383.                            TIMING-MARK in the data stream at the
  384.                            'appropriate place' ...
  385.           RFC885
  386.           endOfRecord      The sender of this command requests
  387.                            permission to begin transmission of the
  388.                            Telnet END-OF-RECORD (EOR) code when
  389.                            transmitting data characters, or
  390.                            the sender of this command confirms it will
  391.                            now begin transmission of EORs with
  392.                            transmitted data characters.
  393.           RFC1091
  394.           terminalType     Sender is willing to send terminal type
  395.                            information in a subsequent sub-negotiation.
  396.           RFC1041
  397.           tn3270Regime     Sender is willing to send list of supported
  398.                            3270 Regimes in a subsequent sub-negotiation.
  399.           RFC1647
  400.           scsCtlCodes     (Printer sessions only).  Allows the use
  401.                           of the SNA Character Stream (SCS) and SCS
  402.                           control codes on the session.  SCS is
  403.                           used with LU type 1 SNA sessions.
  404.           dataStreamCtl   (Printer sessions only).  Allows the use
  405.                           of the standard 3270 data stream.  This
  406.                           corresponds to LU type 3 SNA sessions.
  407.           responses       Provides support for positive and
  408.                           negative response handling.  Allows the
  409.                           server to reflect to the client any and
  410.  
  411.  
  412.  
  413. Expires December 1997                                           [Page 7]
  414.  
  415.  
  416.  
  417.  
  418.  
  419. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  420.  
  421.  
  422.                           all definite, exception, and no response
  423.                           requests sent by the host application.
  424.           bindImage       Allows the server to send the SNA Bind
  425.                           image and Unbind notification to the
  426.                           client.
  427.           sysreq          Allows the client and server to emulate
  428.                           some (or all, depending on the server) of
  429.                           the functions of the SYSREQ key in an SNA
  430.                           environment."
  431.       SYNTAX      BITS {
  432.                          transmitBinary(0),-- rfc856
  433.                          timemark(1),      -- rfc860
  434.                          endOfRecord(2),   -- rfc885
  435.                          terminalType(3),  -- rfc1091
  436.                          tn3270Regime(4),  -- rfc1041
  437.                          scsCtlCodes(5),   -- rfc1647
  438.                          dataStreamCtl(6), -- rfc1647
  439.                          responses(7),     -- rfc1647
  440.                          bindImage(8),     -- rfc1647
  441.                          sysreq(9)         -- rfc1647
  442.                        }
  443.  
  444.   DeviceTypes ::= TEXTUAL-CONVENTION
  445.       STATUS      current
  446.       DESCRIPTION
  447.           "This textual convention defines the list of device types
  448.           that can be set as defined by RFC 1647."
  449.       SYNTAX      INTEGER { -- terminals
  450.                     unknown(0),
  451.                     ibm3278d2(1),    -- (24 row x 80 col display)
  452.                     ibm3278d2E(2),   -- (24 row x 80 col display)
  453.                     ibm3278d3(3),    -- (32 row x 80 col display)
  454.                     ibm3278d3E(4),   -- (32 row x 80 col display)
  455.                     ibm3278d4(5),    -- (43 row x 80 col display)
  456.                     ibm3278d4E(6),   -- (43 row x 80 col display)
  457.                     ibm3278d5(7),    -- (27 row x 132 col display)
  458.                     ibm3278d5E(8),   -- (27 row x 132 col display)
  459.                     ibmDynamic(9),   -- (no pre-defined display size)
  460.                     ibm3287d1(10)    -- printers
  461.            }
  462.  
  463.   -- Top-level structure of the MIB
  464.  
  465.   tn3270eNotifications  OBJECT IDENTIFIER ::= { tn3270eMIB 0 }
  466.   tn3270eObjects        OBJECT IDENTIFIER ::= { tn3270eMIB 1 }
  467.   tn3270eConformance    OBJECT IDENTIFIER ::= { tn3270eMIB 3 }
  468.  
  469.   -- MIB Objects
  470.  
  471.  
  472.  
  473. Expires December 1997                                           [Page 8]
  474.  
  475.  
  476.  
  477.  
  478.  
  479. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  480.  
  481.  
  482.   tn3270eSrvrConfTable OBJECT-TYPE
  483.       SYNTAX      SEQUENCE OF Tn3270eSrvrConfEntry
  484.       MAX-ACCESS  not-accessible
  485.       STATUS      current
  486.       DESCRIPTION
  487.           "This table defines the configuration elements for
  488.           TN3270 Servers. The number of entries in this table
  489.           is expected to vary depending on the location of the
  490.           table. A particular TN3270 Server is expected to
  491.           have a single entry. Modeling of the configuration
  492.           elements as a table enable use of the table by
  493.           management applications as well as allowing multiple
  494.           TN3270 Servers to exist at the same host."
  495.       ::= { tn3270eObjects 1 }
  496.  
  497.   tn3270eSrvrConfEntry OBJECT-TYPE
  498.       SYNTAX      Tn3270eSrvrConfEntry
  499.       MAX-ACCESS  not-accessible
  500.       STATUS      current
  501.       DESCRIPTION
  502.           "Definition of the configuration elements for a single
  503.           TN3270 Server."
  504.       INDEX       { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex }
  505.       ::= { tn3270eSrvrConfTable 1 }
  506.  
  507.   Tn3270eSrvrConfEntry ::= SEQUENCE {
  508.       tn3270eSrvrConfIpAddr           IpAddress,
  509.       tn3270eSrvrConfIndex            Unsigned32,
  510.       tn3270eSrvrConfInactivityTimer  Unsigned32,
  511.       tn3270eSrvrConfActivityCheck    INTEGER,
  512.       tn3270eSrvrConfActivityTimeout  Unsigned32,
  513.       tn3270eSrvrConfActivityInterval Unsigned32,
  514.       tn3270eSrvrConfProtoSupported   Tn3270Functions,
  515.       tn3270eSrvrConfAdminStatus      INTEGER,
  516.       tn3270eSrvrConfOperStatus       INTEGER,
  517.       tn3270eSrvrConfSessionTermState INTEGER,
  518.       tn3270eSrvrConfSrvrType         INTEGER,
  519.       tn3270eSrvrConfRowStatus        RowStatus
  520.     }
  521.  
  522.   tn3270eSrvrConfIpAddr OBJECT-TYPE
  523.       SYNTAX      IpAddress
  524.       MAX-ACCESS  not-accessible
  525.       STATUS      current
  526.       DESCRIPTION
  527.          "Indicates the local IP Address associated with a TN3270
  528.           Server. A value of 0 is allowed when the entry exists
  529.           at a single TN3270 Server instance host."
  530.  
  531.  
  532.  
  533. Expires December 1997                                           [Page 9]
  534.  
  535.  
  536.  
  537.  
  538.  
  539. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  540.  
  541.  
  542.       ::= { tn3270eSrvrConfEntry 1 }
  543.  
  544.   tn3270eSrvrConfIndex  OBJECT-TYPE
  545.       SYNTAX      Unsigned32
  546.       MAX-ACCESS  not-accessible
  547.       STATUS      current
  548.       DESCRIPTION
  549.          "Indicates the instance of a TN3270/TN3270E Server that
  550.           exists at the IP Host pointed to by tn3270eSrvrConfIpAddr."
  551.       ::= { tn3270eSrvrConfEntry 2 }
  552.  
  553.   tn3270eSrvrConfInactivityTimer OBJECT-TYPE
  554.       SYNTAX      Unsigned32 (0..99999999)
  555.       UNITS "seconds"
  556.       MAX-ACCESS  read-create
  557.       STATUS      current
  558.       DESCRIPTION
  559.          "The inactivity time-out specified in seconds. When a
  560.           connection has been inactive for the number of seconds
  561.           specified by this object it is closed. The default of
  562.           0 means no inactivity time-out."
  563.       DEFVAL { 0 }
  564.       ::= { tn3270eSrvrConfEntry 3 }
  565.  
  566.   tn3270eSrvrConfActivityCheck OBJECT-TYPE
  567.       SYNTAX      INTEGER {
  568.                             noCheck(0),
  569.                             timeMark(1),
  570.                             nop(2)
  571.                           }
  572.       MAX-ACCESS  read-create
  573.       STATUS      current
  574.       DESCRIPTION
  575.          "This object is intended to enable either timemark or
  576.           nop processing."
  577.       DEFVAL { noCheck }
  578.       ::= { tn3270eSrvrConfEntry 4 }
  579.  
  580.   tn3270eSrvrConfActivityTimeout OBJECT-TYPE
  581.       SYNTAX      Unsigned32
  582.       UNITS "seconds"
  583.       MAX-ACCESS  read-create
  584.       STATUS      current
  585.       DESCRIPTION
  586.          "The TIMEMARK or NOP processing time-out specified in seconds."
  587.       DEFVAL { 600 }   -- 10 minutes
  588.       ::= { tn3270eSrvrConfEntry 5 }
  589.  
  590.  
  591.  
  592.  
  593. Expires December 1997                                          [Page 10]
  594.  
  595.  
  596.  
  597.  
  598.  
  599. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  600.  
  601.  
  602.   tn3270eSrvrConfActivityInterval OBJECT-TYPE
  603.       SYNTAX      Unsigned32
  604.       UNITS "seconds"
  605.       MAX-ACCESS  read-create
  606.       STATUS      current
  607.       DESCRIPTION
  608.          "The scan interval to be used by the Telnet Server.
  609.           TIMEMARK or NOP processing scans the Telnet sessions
  610.           on the interval provided by this object looking for
  611.           sessions that have been idle for more than the value
  612.           provided by tn3270eSrvrConfActivityTimeout."
  613.       DEFVAL { 120 }   -- 2 minutes
  614.       ::= { tn3270eSrvrConfEntry 6 }
  615.  
  616.   tn3270eSrvrConfProtoSupported OBJECT-TYPE
  617.       SYNTAX    Tn3270Functions
  618.       MAX-ACCESS  read-only
  619.       STATUS      current
  620.       DESCRIPTION
  621.          "This object indicates the TN3270 functions supported by a
  622.           TN3270 Server."
  623.       DEFVAL { { scsCtlCodes, dataStreamCtl,
  624.                  responses, bindImage, sysreq } }
  625.       ::= { tn3270eSrvrConfEntry 7 }
  626.  
  627.   tn3270eSrvrConfAdminStatus OBJECT-TYPE
  628.       SYNTAX  INTEGER {
  629.                         up(1),
  630.                         down(2),
  631.                         stopImmediate(3)
  632.                       }
  633.       MAX-ACCESS  read-create
  634.       STATUS      current
  635.       DESCRIPTION
  636.           "The desired state of the Telnet Server. The stopImmediate
  637.           state is intended to enable Servers to gracefully terminate
  638.           via down or to terminate immediate without ending its
  639.           client connections. There is no requirement for support
  640.           of stopImmediate."
  641.       ::= { tn3270eSrvrConfEntry 8 }
  642.  
  643.   tn3270eSrvrConfOperStatus OBJECT-TYPE
  644.       SYNTAX  INTEGER {
  645.                         up(1),
  646.                         down(2)
  647.                       }
  648.       MAX-ACCESS  read-only
  649.       STATUS      current
  650.  
  651.  
  652.  
  653. Expires December 1997                                          [Page 11]
  654.  
  655.  
  656.  
  657.  
  658.  
  659. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  660.  
  661.  
  662.       DESCRIPTION
  663.          "The current operational state of the Telnet Server."
  664.       ::= { tn3270eSrvrConfEntry 9 }
  665.  
  666.   tn3270eSrvrConfSessionTermState OBJECT-TYPE
  667.       SYNTAX  INTEGER {
  668.                         terminate(1),
  669.                         luSessionPend(2),
  670.                         queueSession(3)
  671.                       }
  672.       MAX-ACCESS  read-create
  673.       STATUS      current
  674.       DESCRIPTION
  675.          "The current state for determining what happens when
  676.          Telnet connection terminates:
  677.  
  678.          terminate(1)     => Terminate connection.
  679.          luSessionPend(2) => Allows the client's session to revert
  680.                              to their Default Application upon
  681.                              termination of their Telnet connection.
  682.          queueSession(3)  => ????"
  683.       DEFVAL { terminate }
  684.       ::= { tn3270eSrvrConfEntry 10 }
  685.  
  686.   tn3270eSrvrConfSrvrType OBJECT-TYPE
  687.       SYNTAX      INTEGER {
  688.                             unknown(0),
  689.                             host(1),
  690.                             gateway(2)
  691.                           }
  692.       MAX-ACCESS  read-only
  693.       STATUS      current
  694.       DESCRIPTION
  695.           "This object indicates the type of TN3270/TN3270E Server.
  696.           The existence of MIB tables and objects that will be
  697.           defined by follow-on MIBs may be predicated on whether the
  698.           TN3270/TN3270E Server is local to the same host as the
  699.           secondary LU used to attach the IP client into a SNA
  700.           network."
  701.       ::= { tn3270eSrvrConfEntry 11 }
  702.  
  703.   tn3270eSrvrConfRowStatus OBJECT-TYPE
  704.       SYNTAX      RowStatus
  705.       MAX-ACCESS  read-create
  706.       STATUS      current
  707.       DESCRIPTION
  708.           "This object allows entries to be created and deleted in the
  709.           tn3270eSrvrConfTable. Creating an entry in this table
  710.  
  711.  
  712.  
  713. Expires December 1997                                          [Page 12]
  714.  
  715.  
  716.  
  717.  
  718.  
  719. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  720.  
  721.  
  722.           at a management application informs enable that application
  723.           to manage the associating TN3270 Server. Deleting an entry
  724.           removes it from that application's management domain.
  725.  
  726.           A server based implementation of this table may chose to
  727.           not support creation or deletion of its (probably only)
  728.           entry in this table via this object.
  729.  
  730.           An entry in this table is deleted by setting this object
  731.           to destroy(6)."
  732.       REFERENCE
  733.           "RFC 1903, 'Textual Conventions for version 2 of the Simple
  734.           Network Management Protocol (SNMPv2).'"
  735.       ::= { tn3270eSrvrConfEntry 12 }
  736.  
  737.   tn3270eSrvrPortTable OBJECT-TYPE
  738.       SYNTAX      SEQUENCE OF Tn3270eSrvrPortEntry
  739.       MAX-ACCESS  not-accessible
  740.       STATUS      current
  741.       DESCRIPTION
  742.           "This table defines the ports associated with TN3270/
  743.           TN3270E Servers."
  744.       ::= { tn3270eObjects 2 }
  745.  
  746.   tn3270eSrvrPortEntry OBJECT-TYPE
  747.       SYNTAX      Tn3270eSrvrPortEntry
  748.       MAX-ACCESS  not-accessible
  749.       STATUS      current
  750.       DESCRIPTION
  751.           "Definition of a single server port assignment."
  752.       INDEX       { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex,
  753.                     tn3270eSrvrPort }
  754.       ::= { tn3270eSrvrPortTable 1 }
  755.  
  756.   Tn3270eSrvrPortEntry ::= SEQUENCE {
  757.       tn3270eSrvrPort                 Unsigned32,
  758.       tn3270eSrvrPortRowStatus        RowStatus
  759.     }
  760.  
  761.   tn3270eSrvrPort OBJECT-TYPE
  762.       SYNTAX      Unsigned32 (0..65535)
  763.       MAX-ACCESS  not-accessible
  764.       STATUS      current
  765.       DESCRIPTION
  766.          "Indicates a port assigned to a server."
  767.       ::= { tn3270eSrvrPortEntry 1 }
  768.  
  769.   tn3270eSrvrPortRowStatus OBJECT-TYPE
  770.  
  771.  
  772.  
  773. Expires December 1997                                          [Page 13]
  774.  
  775.  
  776.  
  777.  
  778.  
  779. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  780.  
  781.  
  782.       SYNTAX      RowStatus
  783.       MAX-ACCESS  read-create
  784.       STATUS      current
  785.       DESCRIPTION
  786.           "This object allows entries to be created and deleted in the
  787.           tn3270eSrvrPortTable.
  788.  
  789.           An entry in this table is deleted by setting this object
  790.           to destroy(6)."
  791.       REFERENCE
  792.           "RFC 1903, 'Textual Conventions for version 2 of the Simple
  793.           Network Management Protocol (SNMPv2).'"
  794.       ::= { tn3270eSrvrPortEntry 2 }
  795.  
  796.   tn3270eSrvrStatsTable OBJECT-TYPE
  797.       SYNTAX      SEQUENCE OF Tn3270eSrvrStatsEntry
  798.       MAX-ACCESS  not-accessible
  799.       STATUS      current
  800.       DESCRIPTION
  801.           "This table defines a set of statistics concerning
  802.           global TN3270 Server performance."
  803.       ::= { tn3270eObjects 3 }
  804.  
  805.   tn3270eSrvrStatsEntry OBJECT-TYPE
  806.       SYNTAX      Tn3270eSrvrStatsEntry
  807.       MAX-ACCESS  not-accessible
  808.       STATUS      current
  809.       DESCRIPTION
  810.           "Collection of a set of statistic objects for a single
  811.           TN3270 Server."
  812.       INDEX       { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex }
  813.       ::= { tn3270eSrvrStatsTable 1 }
  814.  
  815.   Tn3270eSrvrStatsEntry ::= SEQUENCE {
  816.       tn3270eSrvrStatsUpTime          TimeTicks,
  817.       tn3270eSrvrStatsMaxLus          Integer32,
  818.       tn3270eSrvrStatsLusInUse        Integer32,
  819.       tn3270eSrvrStatsSpareLus        Integer32,
  820.       tn3270eSrvrStatsMaxPtrs         Integer32,
  821.       tn3270eSrvrStatsPtrsInUse       Integer32,
  822.       tn3270eSrvrStatsSparePtrs       Integer32,
  823.       tn3270eSrvrStatsConnectsIn      Counter32,
  824.       tn3270eSrvrStatsConnRejects     Counter32,
  825.       tn3270eSrvrStatsDisconnects     Counter32
  826.     }
  827.  
  828.   tn3270eSrvrStatsUpTime OBJECT-TYPE
  829.       SYNTAX      TimeTicks
  830.  
  831.  
  832.  
  833. Expires December 1997                                          [Page 14]
  834.  
  835.  
  836.  
  837.  
  838.  
  839. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  840.  
  841.  
  842.       MAX-ACCESS  read-only
  843.       STATUS      current
  844.       DESCRIPTION
  845.          "Indicates the amount of time that a particular TN3270
  846.           has be active. This is total time since the server was
  847.           started and is not reset on tn3270eSrvrConfOperStatus."
  848.       ::= { tn3270eSrvrStatsEntry 1 }
  849.  
  850.   tn3270eSrvrStatsMaxLus OBJECT-TYPE
  851.       SYNTAX      Integer32
  852.       MAX-ACCESS  read-only
  853.       STATUS      current
  854.       DESCRIPTION
  855.          "Indicates the maximum number of LUs for use by a
  856.           TN3270 Server."
  857.       ::= { tn3270eSrvrStatsEntry 2 }
  858.  
  859.   tn3270eSrvrStatsLusInUse OBJECT-TYPE
  860.       SYNTAX      Integer32
  861.       MAX-ACCESS  read-only
  862.       STATUS      current
  863.       DESCRIPTION
  864.          "Indicates the current number of LUs in use by a
  865.           TN3270 Server."
  866.       ::= { tn3270eSrvrStatsEntry 3 }
  867.  
  868.   tn3270eSrvrStatsSpareLus OBJECT-TYPE
  869.       SYNTAX      Integer32
  870.       MAX-ACCESS  read-only
  871.       STATUS      current
  872.       DESCRIPTION
  873.          "Indicates the number of free LUs for a particular TN3270
  874.           Server."
  875.       ::= { tn3270eSrvrStatsEntry 4 }
  876.  
  877.   tn3270eSrvrStatsMaxPtrs OBJECT-TYPE
  878.       SYNTAX      Integer32
  879.       MAX-ACCESS  read-only
  880.       STATUS      current
  881.       DESCRIPTION
  882.          "Indicates the maximum number of Printer Resources for use by a
  883.           TN3270 Server."
  884.       ::= { tn3270eSrvrStatsEntry 5 }
  885.  
  886.   tn3270eSrvrStatsPtrsInUse OBJECT-TYPE
  887.       SYNTAX      Integer32
  888.       MAX-ACCESS  read-only
  889.       STATUS      current
  890.  
  891.  
  892.  
  893. Expires December 1997                                          [Page 15]
  894.  
  895.  
  896.  
  897.  
  898.  
  899. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  900.  
  901.  
  902.       DESCRIPTION
  903.          "Indicates the current number of Printer Resources in use by a
  904.           TN3270 Server."
  905.       ::= { tn3270eSrvrStatsEntry 6 }
  906.  
  907.   tn3270eSrvrStatsSparePtrs OBJECT-TYPE
  908.       SYNTAX      Integer32
  909.       MAX-ACCESS  read-only
  910.       STATUS      current
  911.       DESCRIPTION
  912.          "Indicates the number of free Printer Resources for a
  913.           particular TN3270 Server."
  914.       ::= { tn3270eSrvrStatsEntry 7 }
  915.  
  916.   tn3270eSrvrStatsConnectsIn OBJECT-TYPE
  917.       SYNTAX      Counter32
  918.       MAX-ACCESS  read-only
  919.       STATUS      current
  920.       DESCRIPTION
  921.          "Indicates the number of client connections received by a
  922.           TN3270 Server."
  923.       ::= { tn3270eSrvrStatsEntry 8 }
  924.  
  925.   tn3270eSrvrStatsConnRejects OBJECT-TYPE
  926.       SYNTAX      Counter32
  927.       MAX-ACCESS  read-only
  928.       STATUS      current
  929.       DESCRIPTION
  930.          "Indicates the number of client connections rejected during
  931.           connection setup."
  932.       ::= { tn3270eSrvrStatsEntry 9 }
  933.  
  934.   tn3270eSrvrStatsDisconnects OBJECT-TYPE
  935.       SYNTAX      Counter32
  936.       MAX-ACCESS  read-only
  937.       STATUS      current
  938.       DESCRIPTION
  939.          "Indicates the number of client connections disconnected by a
  940.           TN3270 Server."
  941.       ::= { tn3270eSrvrStatsEntry 10 }
  942.  
  943.   tn3270eIpGroupTable OBJECT-TYPE
  944.       SYNTAX      SEQUENCE OF Tn3270eIpGroupEntry
  945.       MAX-ACCESS  not-accessible
  946.       STATUS      current
  947.       DESCRIPTION
  948.           "This table defines IP Address groupings for use by the
  949.           Telnet Server."
  950.  
  951.  
  952.  
  953. Expires December 1997                                          [Page 16]
  954.  
  955.  
  956.  
  957.  
  958.  
  959. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  960.  
  961.  
  962.       ::= { tn3270eObjects 4 }
  963.  
  964.   tn3270eIpGroupEntry OBJECT-TYPE
  965.       SYNTAX      Tn3270eIpGroupEntry
  966.       MAX-ACCESS  not-accessible
  967.       STATUS      current
  968.       DESCRIPTION
  969.           "Definition of a single IP Address entry. All entries with
  970.           the same 1st index, tn3270eIpGroupName are considered to
  971.           be in the same IP Group."
  972.       INDEX       { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex,
  973.                     tn3270eIpGroupName, tn3270eIpGroupIpAddress }
  974.       ::= { tn3270eIpGroupTable 1 }
  975.  
  976.   Tn3270eIpGroupEntry ::= SEQUENCE {
  977.       tn3270eIpGroupName           DisplayString,
  978.       tn3270eIpGroupIpAddress      IpAddress,
  979.       tn3270eIpGroupSubnetMask     IpAddress,
  980.       tn3270eIpGroupRowStatus      RowStatus }
  981.  
  982.   tn3270eIpGroupName OBJECT-TYPE
  983.       SYNTAX      DisplayString (SIZE(1..8))
  984.       MAX-ACCESS  not-accessible
  985.       STATUS      current
  986.       DESCRIPTION
  987.           "The name of a IP Group."
  988.       ::= { tn3270eIpGroupEntry 1 }
  989.  
  990.   tn3270eIpGroupIpAddress OBJECT-TYPE
  991.       SYNTAX      IpAddress
  992.       MAX-ACCESS  not-accessible
  993.       STATUS      current
  994.       DESCRIPTION
  995.           "The IP Address of a member of a IP Group."
  996.       ::= { tn3270eIpGroupEntry 2 }
  997.  
  998.   tn3270eIpGroupSubnetMask OBJECT-TYPE
  999.       SYNTAX      IpAddress
  1000.       MAX-ACCESS  read-create
  1001.       STATUS      current
  1002.       DESCRIPTION
  1003.           "The corresponding subnet mask associated with
  1004.            tn3270eIpGroupIpAddress. A single IP Address
  1005.            is represented by having this object contain
  1006.            the value of 255.255.255.255."
  1007.       ::= { tn3270eIpGroupEntry 3 }
  1008.  
  1009.   tn3270eIpGroupRowStatus OBJECT-TYPE
  1010.  
  1011.  
  1012.  
  1013. Expires December 1997                                          [Page 17]
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1020.  
  1021.  
  1022.       SYNTAX      RowStatus
  1023.       MAX-ACCESS  read-create
  1024.       STATUS      current
  1025.       DESCRIPTION
  1026.           "This object allows entries to be created and deleted in the
  1027.           tn3270eIpGroupTable.
  1028.  
  1029.           An entry in this table is deleted by setting this object
  1030.           to destroy(6)."
  1031.       REFERENCE
  1032.           "RFC 1903, 'Textual Conventions for version 2 of the Simple
  1033.           Network Management Protocol (SNMPv2).'"
  1034.       ::= { tn3270eIpGroupEntry 4 }
  1035.  
  1036.   tn3270eResPoolTable OBJECT-TYPE
  1037.       SYNTAX      SEQUENCE OF Tn3270eResPoolEntry
  1038.       MAX-ACCESS  not-accessible
  1039.       STATUS      current
  1040.       DESCRIPTION
  1041.           "This table defines Resource groupings and using the term
  1042.           pool as defined by RFC 1647."
  1043.       ::= { tn3270eObjects 5 }
  1044.  
  1045.   tn3270eResPoolEntry OBJECT-TYPE
  1046.       SYNTAX      Tn3270eResPoolEntry
  1047.       MAX-ACCESS  not-accessible
  1048.       STATUS      current
  1049.       DESCRIPTION
  1050.           "Definition of a single Resource Pool member. All entries with
  1051.           the same 1st index, tn3270eResPoolName are considered to
  1052.           be in the same Pool."
  1053.       INDEX  { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex,
  1054.                tn3270eResPoolName, tn3270eResPoolElementName }
  1055.       ::= { tn3270eResPoolTable 1 }
  1056.  
  1057.   Tn3270eResPoolEntry ::= SEQUENCE {
  1058.       tn3270eResPoolName           DisplayString,
  1059.       tn3270eResPoolElementName    DisplayString,
  1060.       tn3270eResPoolIpGroupName    DisplayString,
  1061.       tn3270eResPoolElementType    ResourceType,
  1062.       tn3270eResPoolClientPort     Unsigned32,
  1063.       tn3270eResPoolRowStatus      RowStatus }
  1064.  
  1065.   tn3270eResPoolName OBJECT-TYPE
  1066.       SYNTAX      DisplayString (SIZE(1..255))
  1067.       MAX-ACCESS  not-accessible
  1068.       STATUS      current
  1069.       DESCRIPTION
  1070.  
  1071.  
  1072.  
  1073. Expires December 1997                                          [Page 18]
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1080.  
  1081.  
  1082.           "The name of a Resource Pool.."
  1083.       ::= { tn3270eResPoolEntry 1 }
  1084.  
  1085.   tn3270eResPoolElementName OBJECT-TYPE
  1086.       SYNTAX      DisplayString (SIZE(1..8))
  1087.       MAX-ACCESS  not-accessible
  1088.       STATUS      current
  1089.       DESCRIPTION
  1090.           "The Name of a member of a Resource Pool."
  1091.       ::= { tn3270eResPoolEntry 2 }
  1092.  
  1093.   tn3270eResPoolIpGroupName OBJECT-TYPE
  1094.       SYNTAX      DisplayString (SIZE(1..8))
  1095.       MAX-ACCESS  read-create
  1096.       STATUS      current
  1097.       DESCRIPTION
  1098.           "The name of a IP Group to map a Resource Element to."
  1099.       ::= { tn3270eResPoolEntry 3 }
  1100.  
  1101.   tn3270eResPoolElementType OBJECT-TYPE
  1102.       SYNTAX      ResourceType
  1103.       MAX-ACCESS  read-create
  1104.       STATUS      current
  1105.       DESCRIPTION
  1106.           "The type of the entity in a Resource Pool."
  1107.       ::= { tn3270eResPoolEntry 4 }
  1108.  
  1109.   tn3270eResPoolClientPort OBJECT-TYPE
  1110.       SYNTAX      Unsigned32 (0..65535)
  1111.       MAX-ACCESS  read-create
  1112.       STATUS      current
  1113.       DESCRIPTION
  1114.           "If specified this a pool to a specific client
  1115.            port."
  1116.       ::= { tn3270eResPoolEntry 5 }
  1117.  
  1118.   tn3270eResPoolRowStatus OBJECT-TYPE
  1119.       SYNTAX      RowStatus
  1120.       MAX-ACCESS  read-create
  1121.       STATUS      current
  1122.       DESCRIPTION
  1123.           "This object allows entries to be created and deleted in the
  1124.           tn3270eResPoolTable.
  1125.  
  1126.           An entry in this table is deleted by setting this object
  1127.           to destroy(6)."
  1128.       REFERENCE
  1129.           "RFC 1903, 'Textual Conventions for version 2 of the Simple
  1130.  
  1131.  
  1132.  
  1133. Expires December 1997                                          [Page 19]
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1140.  
  1141.  
  1142.           Network Management Protocol (SNMPv2).'"
  1143.       ::= { tn3270eResPoolEntry 6 }
  1144.  
  1145.   tn3270eResMapTable OBJECT-TYPE
  1146.       SYNTAX      SEQUENCE OF Tn3270eResMapEntry
  1147.       MAX-ACCESS  not-accessible
  1148.       STATUS      current
  1149.       DESCRIPTION
  1150.           "This table defines Resource Element to IP Address mappings."
  1151.       ::= { tn3270eObjects 6 }
  1152.  
  1153.   tn3270eResMapEntry OBJECT-TYPE
  1154.       SYNTAX      Tn3270eResMapEntry
  1155.       MAX-ACCESS  not-accessible
  1156.       STATUS      current
  1157.       DESCRIPTION
  1158.           "Definition of the mapping of a Resource Element to
  1159.            a IP Address."
  1160.       INDEX  { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex,
  1161.                tn3270eResMapClientPort, tn3270eResMapElementName }
  1162.       ::= { tn3270eResMapTable 1 }
  1163.  
  1164.   Tn3270eResMapEntry ::= SEQUENCE {
  1165.       tn3270eResMapClientPort     Unsigned32,
  1166.       tn3270eResMapElementName    DisplayString,
  1167.       tn3270eResMapIpAddress      IpAddress,
  1168.       tn3270eResMapSubnetMask     IpAddress,
  1169.       tn3270eResMapElementType    ResourceType,
  1170.       tn3270eResMapRowStatus      RowStatus }
  1171.  
  1172.   tn3270eResMapClientPort OBJECT-TYPE
  1173.       SYNTAX      Unsigned32 (0..65535)
  1174.       MAX-ACCESS  not-accessible
  1175.       STATUS      current
  1176.       DESCRIPTION
  1177.           "The port that this assignment is restricted to. Note that
  1178.            a value of 0 for this object implies that the assignment
  1179.            is global to all client ports."
  1180.       ::= { tn3270eResMapEntry 1 }
  1181.  
  1182.   tn3270eResMapElementName OBJECT-TYPE
  1183.       SYNTAX      DisplayString (SIZE(1..8))
  1184.       MAX-ACCESS  not-accessible
  1185.       STATUS      current
  1186.       DESCRIPTION
  1187.           "The Name of a resource element."
  1188.       ::= { tn3270eResMapEntry 2 }
  1189.  
  1190.  
  1191.  
  1192.  
  1193. Expires December 1997                                          [Page 20]
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1200.  
  1201.  
  1202.   tn3270eResMapIpAddress OBJECT-TYPE
  1203.       SYNTAX      IpAddress
  1204.       MAX-ACCESS  read-create
  1205.       STATUS      current
  1206.       DESCRIPTION
  1207.           "A client IP Address or subnet if tn3270eResMapSubnetMask
  1208.            is set to 255.255.255.255."
  1209.       ::= { tn3270eResMapEntry 3 }
  1210.  
  1211.   tn3270eResMapSubnetMask OBJECT-TYPE
  1212.       SYNTAX      IpAddress
  1213.       MAX-ACCESS  read-create
  1214.       STATUS      current
  1215.       DESCRIPTION
  1216.           "The corresponding subnet mask associated with
  1217.            tn3270eResMapIpAddress. A single IP Address
  1218.            is represented by having this object contain
  1219.            the value of 255.255.255.255."
  1220.       ::= { tn3270eResMapEntry 4 }
  1221.  
  1222.   tn3270eResMapElementType OBJECT-TYPE
  1223.       SYNTAX      ResourceType
  1224.       MAX-ACCESS  read-create
  1225.       STATUS      current
  1226.       DESCRIPTION
  1227.           "The type of the entity in a Resource Pool."
  1228.       ::= { tn3270eResMapEntry 5 }
  1229.  
  1230.   tn3270eResMapRowStatus OBJECT-TYPE
  1231.       SYNTAX      RowStatus
  1232.       MAX-ACCESS  read-create
  1233.       STATUS      current
  1234.       DESCRIPTION
  1235.           "This object allows entries to be created and deleted in the
  1236.           tn3270eResMapTable.
  1237.  
  1238.           Entries in this table should occur automatically when an
  1239.           entry is created in the tn3270eResPoolTable. Deleting an
  1240.           entry in the tn3270eResPoolTable should remove all
  1241.           corresponding entries in this table.
  1242.  
  1243.           The tn3270eResPoolTable is optional. This implies that entries
  1244.           can be added directly to this table."
  1245.       REFERENCE
  1246.           "RFC 1903, 'Textual Conventions for version 2 of the Simple
  1247.           Network Management Protocol (SNMPv2).'"
  1248.       ::= { tn3270eResMapEntry 6 }
  1249.  
  1250.  
  1251.  
  1252.  
  1253. Expires December 1997                                          [Page 21]
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1260.  
  1261.  
  1262.   tn3270eIpMapTable OBJECT-TYPE
  1263.       SYNTAX      SEQUENCE OF Tn3270eIpMapEntry
  1264.       MAX-ACCESS  not-accessible
  1265.       STATUS      current
  1266.       DESCRIPTION
  1267.           "This table defines IP Address to Resource Element mappings."
  1268.       ::= { tn3270eObjects 7 }
  1269.  
  1270.   tn3270eIpMapEntry OBJECT-TYPE
  1271.       SYNTAX      Tn3270eIpMapEntry
  1272.       MAX-ACCESS  not-accessible
  1273.       STATUS      current
  1274.       DESCRIPTION
  1275.           "Definition of the mapping of a IP
  1276.           Address or Group to a Resource Element."
  1277.       INDEX  { tn3270eSrvrConfIpAddr, tn3270eSrvrConfIndex,
  1278.                tn3270eIpMapIpAddress, tn3270eIpMapSubnetMask,
  1279.                tn3270eIpMapClientPort }
  1280.       ::= { tn3270eIpMapTable 1 }
  1281.  
  1282.   Tn3270eIpMapEntry ::= SEQUENCE {
  1283.       tn3270eIpMapIpAddress         IpAddress,
  1284.       tn3270eIpMapSubnetMask        IpAddress,
  1285.       tn3270eIpMapClientPort        Unsigned32,
  1286.       tn3270eIpMapResElementName    DisplayString,
  1287.       tn3270eIpMapElementType       ResourceType,
  1288.       tn3270eIpMapRowStatus         RowStatus }
  1289.  
  1290.   tn3270eIpMapIpAddress OBJECT-TYPE
  1291.       SYNTAX      IpAddress
  1292.       MAX-ACCESS  not-accessible
  1293.       STATUS      current
  1294.       DESCRIPTION
  1295.           "The IP Address of a member of a IP Group."
  1296.       ::= { tn3270eIpMapEntry 1 }
  1297.  
  1298.   tn3270eIpMapSubnetMask OBJECT-TYPE
  1299.       SYNTAX      IpAddress
  1300.       MAX-ACCESS  not-accessible
  1301.       STATUS      current
  1302.       DESCRIPTION
  1303.           "The corresponding subnet mask associated with
  1304.            tn3270eIpGroupIpAddress. A single IP Address
  1305.            is represented by having this object contain
  1306.            the value of 255.255.255.255."
  1307.       ::= { tn3270eIpMapEntry 2 }
  1308.  
  1309.   tn3270eIpMapClientPort OBJECT-TYPE
  1310.  
  1311.  
  1312.  
  1313. Expires December 1997                                          [Page 22]
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1320.  
  1321.  
  1322.       SYNTAX      Unsigned32 (0..65535)
  1323.       MAX-ACCESS  not-accessible
  1324.       STATUS      current
  1325.       DESCRIPTION
  1326.           "The port that this assignment is restricted to. Note that
  1327.            a value of 0 for this object implies that the assignment
  1328.            is global to all client ports."
  1329.       ::= { tn3270eIpMapEntry 3 }
  1330.  
  1331.   tn3270eIpMapResElementName OBJECT-TYPE
  1332.       SYNTAX      DisplayString (SIZE(0..8))
  1333.       MAX-ACCESS  read-create
  1334.       STATUS      current
  1335.       DESCRIPTION
  1336.           "The Resource Element mapping to IP Address(es)."
  1337.       ::= { tn3270eIpMapEntry 4 }
  1338.  
  1339.   tn3270eIpMapElementType OBJECT-TYPE
  1340.       SYNTAX      ResourceType
  1341.       MAX-ACCESS  read-create
  1342.       STATUS      current
  1343.       DESCRIPTION
  1344.           "The type resource element."
  1345.       ::= { tn3270eIpMapEntry 5 }
  1346.  
  1347.   tn3270eIpMapRowStatus OBJECT-TYPE
  1348.       SYNTAX      RowStatus
  1349.       MAX-ACCESS  read-create
  1350.       STATUS      current
  1351.       DESCRIPTION
  1352.           "This object allows entries to be created and deleted in the
  1353.           tn3270eIpMapMapTable.
  1354.  
  1355.           Entries in this table should occur automatically when an
  1356.           entry is created in the tn3270eResPoolTable. Deleting an
  1357.           entry in the tn3270eResPoolTable should remove all
  1358.           corresponding entries in this table.
  1359.  
  1360.           The tn3270eResPoolTable is optional. This implies that entries
  1361.           can be added directly to this table."
  1362.       REFERENCE
  1363.           "RFC 1903, 'Textual Conventions for version 2 of the Simple
  1364.           Network Management Protocol (SNMPv2).'"
  1365.       ::= { tn3270eIpMapEntry 6 }
  1366.  
  1367.   -- Define the set of objects to add to the Tcp Connection Table
  1368.  
  1369.   tn3270eTcpConnTable OBJECT-TYPE
  1370.  
  1371.  
  1372.  
  1373. Expires December 1997                                          [Page 23]
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1380.  
  1381.  
  1382.       SYNTAX SEQUENCE OF Tn3270eTcpConnEntry
  1383.       MAX-ACCESS not-accessible
  1384.       STATUS current
  1385.       DESCRIPTION
  1386.            "Extends tcpConnTable to support TN3270 and TN3270E
  1387.             performance monitoring."
  1388.       ::= { tn3270eObjects 8 }
  1389.  
  1390.   tn3270eTcpConnEntry OBJECT-TYPE
  1391.       SYNTAX Tn3270eTcpConnEntry
  1392.       MAX-ACCESS not-accessible
  1393.       STATUS current
  1394.       DESCRIPTION
  1395.            "Provides in formation about a single TN3270/TN3270E
  1396.             session."
  1397.       INDEX { tcpConnLocalAddress, tcpConnLocalPort,
  1398.               tcpConnRemAddress, tcpConnRemPort }
  1399.       ::= { tn3270eTcpConnTable 1 }
  1400.  
  1401.   Tn3270eTcpConnEntry ::=
  1402.       SEQUENCE
  1403.       {
  1404.           tn3270eTcpConnLastActivity       TimeTicks,
  1405.           tn3270eTcpConnBytesIn            Counter32,
  1406.           tn3270eTcpConnBytesOut           Counter32,
  1407.           tn3270eTcpConnTargetAppl         DisplayString,
  1408.           tn3270eTcpConnResourceName       DisplayString,
  1409.           tn3270eTcpConnResourceType       ResourceType,
  1410.           tn3270eTcpConnClientUserId       DisplayString,
  1411.           tn3270eTcpConnDeviceType         DeviceTypes,
  1412.           tn3270eTcpConnProto              Tn3270Functions
  1413.       }
  1414.  
  1415.   tn3270eTcpConnLastActivity OBJECT-TYPE
  1416.       SYNTAX   TimeTicks
  1417.       MAX-ACCESS   read-only
  1418.       STATUS   current
  1419.       DESCRIPTION
  1420.           "The number of 100ths of seconds  since  this  entry
  1421.            was last used."
  1422.       DEFVAL  { 0 }
  1423.       ::= { tn3270eTcpConnEntry 1 }
  1424.  
  1425.   tn3270eTcpConnBytesIn  OBJECT-TYPE
  1426.       SYNTAX   Counter32
  1427.       UNITS "octets"
  1428.       MAX-ACCESS   read-only
  1429.       STATUS   current
  1430.  
  1431.  
  1432.  
  1433. Expires December 1997                                          [Page 24]
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1440.  
  1441.  
  1442.       DESCRIPTION
  1443.           "The number of bytes received by the Server from TCP
  1444.            for this connection."
  1445.       ::= { tn3270eTcpConnEntry 2 }
  1446.  
  1447.   tn3270eTcpConnBytesOut OBJECT-TYPE
  1448.       SYNTAX   Counter32
  1449.       UNITS "octets"
  1450.       MAX-ACCESS   read-only
  1451.       STATUS   current
  1452.       DESCRIPTION
  1453.           "The number of bytes sent to TCP for this connection."
  1454.       ::= { tn3270eTcpConnEntry 3 }
  1455.  
  1456.   tn3270eTcpConnTargetAppl OBJECT-TYPE
  1457.       SYNTAX   DisplayString (SIZE(0..8))
  1458.       MAX-ACCESS   read-only
  1459.       STATUS   current
  1460.       DESCRIPTION
  1461.           "When the corresponding TCP connection is for a
  1462.            3172 Telnet session then this object contains the
  1463.            Target VTAM Application name. For gateway server
  1464.            implementations this object will not be known and
  1465.            should be returned as a null OCTET STRING."
  1466.       ::= { tn3270eTcpConnEntry 4 }
  1467.  
  1468.   tn3270eTcpConnResourceName OBJECT-TYPE
  1469.       SYNTAX   DisplayString (SIZE(0..8))
  1470.       MAX-ACCESS   read-only
  1471.       STATUS   current
  1472.       DESCRIPTION
  1473.           "LU/Print secondary name for connecting a IP Client
  1474.            into a SNA network."
  1475.      ::= { tn3270eTcpConnEntry 5 }
  1476.  
  1477.   tn3270eTcpConnResourceType OBJECT-TYPE
  1478.       SYNTAX   ResourceType
  1479.       MAX-ACCESS   read-only
  1480.       STATUS   current
  1481.       DESCRIPTION
  1482.           "Indicates the type of resource identified by
  1483.            tn3270eTcpConnResourceName."
  1484.      ::= { tn3270eTcpConnEntry 6 }
  1485.  
  1486.   tn3270eTcpConnClientUserId OBJECT-TYPE
  1487.      SYNTAX   DisplayString (SIZE(0..8))
  1488.      MAX-ACCESS   read-only
  1489.      STATUS   current
  1490.  
  1491.  
  1492.  
  1493. Expires December 1997                                          [Page 25]
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1500.  
  1501.  
  1502.      DESCRIPTION
  1503.          "When the corresponding TCP connection is for a
  1504.           3172 Telnet session then this object contains the
  1505.           Client's userid."
  1506.      ::= { tn3270eTcpConnEntry 7 }
  1507.  
  1508.   tn3270eTcpConnDeviceType OBJECT-TYPE
  1509.      SYNTAX   DeviceTypes
  1510.      MAX-ACCESS   read-only
  1511.      STATUS   current
  1512.      DESCRIPTION
  1513.          "Indicates the device type if negiotiated with client."
  1514.      ::= { tn3270eTcpConnEntry 8 }
  1515.  
  1516.   tn3270eTcpConnProto OBJECT-TYPE
  1517.      SYNTAX   Tn3270Functions
  1518.      MAX-ACCESS   read-only
  1519.      STATUS   current
  1520.      DESCRIPTION
  1521.          "This flag will indicates which of the TN3270 and TN3270E
  1522.           functions that are supported by the Server was negioted
  1523.           with a client. Refer to tn3270eSrvrConfProtoSupported."
  1524.      ::= { tn3270eTcpConnEntry 9 }
  1525.  
  1526.  
  1527.   -- Conformance Definitions
  1528.  
  1529.   tn3270eGroups      OBJECT IDENTIFIER ::= { tn3270eConformance 1 }
  1530.   tn3270eCompliances OBJECT IDENTIFIER ::= { tn3270eConformance 2 }
  1531.  
  1532.   -- compliance statements tn3270eCompliance MODULE-COMPLIANCE
  1533.       STATUS  current
  1534.       DESCRIPTION
  1535.           "The compliance statement for agents that support the TN3270
  1536.           MIB."
  1537.       MODULE -- this module
  1538.           MANDATORY-GROUPS { tn3270eBasicGroup,
  1539.                              tn3270eSessionGroup
  1540.                            }
  1541.           GROUP  tn3270ePoolGroup
  1542.              DESCRIPTION
  1543.                "This group is optional."
  1544.           OBJECT tn3270eSrvrConfActivityCheck
  1545.              MIN-ACCESS  read-only
  1546.              DESCRIPTION
  1547.                 "The agent is not required to support a set to this
  1548.                  object if the associating TN3270 Server doesn't
  1549.                  support either TIMEMARK or NOP processing. In
  1550.  
  1551.  
  1552.  
  1553. Expires December 1997                                          [Page 26]
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1560.  
  1561.  
  1562.                  this case an agent should return noCheck on
  1563.                  retrieval."
  1564.           OBJECT tn3270eSrvrConfActivityTimeout
  1565.              MIN-ACCESS  read-only
  1566.              DESCRIPTION
  1567.                 "The agent is not required to support a set to this
  1568.                  object if the functions enabled by
  1569.                  tn3270eSrvrConfActivityCheck are not supported.
  1570.                  An agent in this case should return a value of 0."
  1571.           OBJECT tn3270eSrvrConfActivityInterval
  1572.              MIN-ACCESS  read-only
  1573.              DESCRIPTION
  1574.                 "The agent is not required to support a set to this
  1575.                  object if the functions enabled by
  1576.                  tn3270eSrvrConfActivityCheck are not supported.
  1577.                  An agent in this case should return a value of 0."
  1578.           OBJECT  tn3270eTcpConnTargetAppl
  1579.              DESCRIPTION
  1580.                 "A TN3270 Server is not required to support this
  1581.                  object if it doesn't provide for Target Application
  1582.                  mapping. In this case either a null OCTET STRING
  1583.                  can be returned or noSuchObject."
  1584.           OBJECT tn3270eTcpConnClientUserId
  1585.              DESCRIPTION
  1586.                 "A TN3270 Server is not required to support this
  1587.                  object if it doesn't provide for Target Application
  1588.                  mapping. In this case either a null OCTET STRING
  1589.                  can be returned or noSuchObject."
  1590.       ::= { tn3270eCompliances 1 }
  1591.  
  1592.   -- units of conformance
  1593.  
  1594.   tn3270eBasicGroup OBJECT-GROUP
  1595.       OBJECTS {
  1596.           tn3270eSrvrConfInactivityTimer,
  1597.           tn3270eSrvrConfActivityCheck,
  1598.           tn3270eSrvrConfActivityTimeout,
  1599.           tn3270eSrvrConfActivityInterval,
  1600.           tn3270eSrvrConfProtoSupported,
  1601.           tn3270eSrvrConfAdminStatus,
  1602.           tn3270eSrvrConfOperStatus,
  1603.           tn3270eSrvrConfSessionTermState,
  1604.           tn3270eSrvrConfSrvrType,
  1605.           tn3270eSrvrConfRowStatus,
  1606.           tn3270eSrvrPortRowStatus,
  1607.           tn3270eSrvrStatsUpTime,
  1608.           tn3270eSrvrStatsMaxLus,
  1609.           tn3270eSrvrStatsLusInUse,
  1610.  
  1611.  
  1612.  
  1613. Expires December 1997                                          [Page 27]
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1620.  
  1621.  
  1622.           tn3270eSrvrStatsSpareLus,
  1623.           tn3270eSrvrStatsMaxPtrs,
  1624.           tn3270eSrvrStatsPtrsInUse,
  1625.           tn3270eSrvrStatsSparePtrs,
  1626.           tn3270eSrvrStatsConnectsIn,
  1627.           tn3270eSrvrStatsConnRejects,
  1628.           tn3270eSrvrStatsDisconnects,
  1629.           tn3270eResMapIpAddress,
  1630.           tn3270eResMapSubnetMask,
  1631.           tn3270eResMapElementType,
  1632.           tn3270eResMapRowStatus,
  1633.           tn3270eIpMapResElementName,
  1634.           tn3270eIpMapElementType,
  1635.           tn3270eIpMapRowStatus
  1636.       }
  1637.       STATUS  current
  1638.       DESCRIPTION
  1639.           "This group is mandatory for all hosts supporting the
  1640.            TN3270E-MIB."
  1641.       ::= { tn3270eGroups 1 }
  1642.  
  1643.   tn3270ePoolGroup OBJECT-GROUP
  1644.       OBJECTS {
  1645.           tn3270eIpGroupSubnetMask,
  1646.           tn3270eIpGroupRowStatus,
  1647.           tn3270eResPoolElementType,
  1648.           tn3270eResPoolIpGroupName,
  1649.           tn3270eResPoolClientPort,
  1650.           tn3270eResPoolRowStatus
  1651.       }
  1652.       STATUS  current
  1653.       DESCRIPTION
  1654.           "This group is optional and allows a server to configure
  1655.            a collection of IP Address and Resource Pools and their
  1656.            mappings."
  1657.       ::= { tn3270eGroups 2 }
  1658.  
  1659.   tn3270eSessionGroup OBJECT-GROUP
  1660.       OBJECTS {
  1661.           tn3270eTcpConnLastActivity,
  1662.           tn3270eTcpConnBytesIn,
  1663.           tn3270eTcpConnBytesOut,
  1664.           tn3270eTcpConnTargetAppl,
  1665.           tn3270eTcpConnResourceName,
  1666.           tn3270eTcpConnResourceType,
  1667.           tn3270eTcpConnClientUserId,
  1668.           tn3270eTcpConnDeviceType,
  1669.           tn3270eTcpConnProto
  1670.  
  1671.  
  1672.  
  1673. Expires December 1997                                          [Page 28]
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1680.  
  1681.  
  1682.         }
  1683.       STATUS  current
  1684.       DESCRIPTION
  1685.           "This group is mandatory for all hosts supporting the
  1686.            TN3270E-MIB."
  1687.       ::= { tn3270eGroups 3 }
  1688.  
  1689.   END
  1690.  
  1691.  
  1692. 5.  Security Considerations
  1693.  
  1694.   Certain management information defined in this MIB may be considered
  1695.   sensitive in some network environments.  Therefore, authentication of
  1696.   received SNMP requests and controlled access to management information
  1697.   should be employed in such environments.  The method for this
  1698.   authentication is a function of the SNMP Administrative Framework, and
  1699.   has not been expanded by this MIB.
  1700.  
  1701.   Several objects in this MIB allow write access or provide for remote
  1702.   creation. Allowing this support in a non-secure environment can have a
  1703.   negative effect on network operations.  It is recommended that
  1704.   implementers seriously consider whether set operations should be
  1705.   allowed without providing, at a minimum, authentication of request
  1706.   origin. It it recommended that without such support that the following
  1707.   objects be implemented as read-only:
  1708.  
  1709.       o tn3270eSrvrConfInactivityTimer
  1710.       o tn3270eSrvrConfActivityCheck
  1711.       o tn3270eSrvrConfActivityTimeout
  1712.       o tn3270eSrvrConfActivityInterval
  1713.       o tn3270eSrvrConfAdminStatus
  1714.       o tn3270eSrvrConfSessionTermState
  1715.       o tn3270eIpGroupSubnetMask
  1716.       o tn3270eResPoolIpGroupName
  1717.       o tn3270eResPoolElementType
  1718.       o tn3270eResPoolClientPort
  1719.       o tn3270eResMapIpAddress
  1720.       o tn3270eResMapSubnetMask
  1721.       o tn3270eResMapElementType
  1722.       o tn3270eIpMapResElementName
  1723.       o tn3270eIpMapElementType
  1724.  
  1725.   The following objects should either be implemented as read-only or not
  1726.   implemented when security is an issue as previously discussed:
  1727.  
  1728.       o tn3270eSrvrConfRowStatus
  1729.       o tn3270eSrvrPortRowStatus
  1730.  
  1731.  
  1732.  
  1733. Expires December 1997                                          [Page 29]
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1740.  
  1741.  
  1742.       o tn3270eIpGroupRowStatus
  1743.       o tn3270eResPoolRowStatus
  1744.       o tn3270eResMapRowStatus
  1745.       o tn3270eIpMapRowStatus
  1746.  
  1747.  
  1748. 6.  Acknowledgments
  1749.  
  1750.   This document is a product of the TN3270E Working Group.
  1751.  
  1752.  
  1753. 7.  References
  1754.  
  1755.  
  1756. [1]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1757.      Waldbusser S., "Structure of Management Information for version 2
  1758.      of the Simple Network Management Protocol (SNMPv2)", RFC 1902,
  1759.      January 1996.
  1760.  
  1761.  
  1762. [2]  Network Working Group, Postel, J., and Reynolds, J., "Telnet
  1763.      Protocol Specification", RFC 854, May 1983.
  1764.  
  1765.  
  1766. [3]  Network Working Group, Postel, J., and Reynolds, J., "Telnet Timing
  1767.      Mark Option", RFC 860, May 1983.
  1768.  
  1769.  
  1770. [4]  Network Working Group and Rekhter J., "Telnet 3270 Regime Option",
  1771.      RFC 1041, January 1988.
  1772.  
  1773.  
  1774. [5]  McCloghrie, K., and M. Rose, Editors, "Management Information Base
  1775.      for Network Management of TCP/IP-based internets: MIB-II", STD 17,
  1776.      RFC 1213, Hughes LAN Systems, Performance Systems International,
  1777.      March 1991.
  1778.  
  1779.  
  1780. [6]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
  1781.      Waldbusser, "Textual Conventions for version 2 of the Simple
  1782.      Network Management Protocol (SNMPv2)", RFC 1903, January 1996.
  1783.  
  1784.  
  1785. [7]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
  1786.      Waldbusser, "Protocol Operations for version 2 of the Simple
  1787.      Network Management Protocol (SNMPv2)", RFC 1905, January 1996.
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793. Expires December 1997                                          [Page 30]
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799. White      TN3270E Management Information Base (TN3270E-MIB)26 June 1997
  1800.  
  1801.  
  1802. [8]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and S.
  1803.      Waldbusser, "Conformance Statements for version 2 of the Simple
  1804.      Network Management Protocol (SNMPv2)", RFC 1904, January 1996.
  1805.  
  1806.  
  1807. [9]  Case, J., M. Fedor, M. Schoffstall, J. Davin, "Simple Network
  1808.      Management Protocol", RFC 1157, SNMP Research, Performance Systems
  1809.      International, MIT Laboratory for Computer Science, May 1990.
  1810.  
  1811.  
  1812. [10] IETF SNMPv2 Working Group and McCloghrie, K., "TCP-MIB
  1813.      Definitions", November 1994.
  1814.  
  1815.  
  1816. 8.  Authors' Address
  1817.  
  1818.   Kenneth D. White
  1819.   Dept. G80/Bldg 503
  1820.   IBM Corporation
  1821.   Research Triangle Park, NC 27709, USA
  1822.   E-mail: kennethw@vnet.ibm.com
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853. Expires December 1997                                          [Page 31]
  1854.  
  1855.  
  1856.