⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tn3270e-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
    STATUS      current    DESCRIPTION        "Indicates the type of the value of the        tn3270eTcpConnRemAddress object.  For example,        ipv4(1) or ipv6(2)."    ::= { tn3270eTcpConnEntry 1 }tn3270eTcpConnRemAddress OBJECT-TYPE    SYNTAX      IANATn3270eAddress    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The remote address associated with a TN3270E client.         tn3270eTcpConnRemAddrType indicates the address type         (IPv4 or IPv6, for example).         If a TN3270(E) client is connected to its         server via a proxy client the address represented by         the value of this object shall be the remote client's         address, not the proxy client's address."    ::= { tn3270eTcpConnEntry 2 }tn3270eTcpConnRemPort OBJECT-TYPE    SYNTAX      Unsigned32 (0..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The remote port associated with a TN3270E client.  The value 0        is used if the tn3270eTcpConnRemAddrType identifies an address        type that does not support ports.        If a TN3270(E) client is connected to its server via a proxy        client, the port represented by the value of this object shall        be the remote client's port, not the proxy client's port."    ::= { tn3270eTcpConnEntry 3 }tn3270eTcpConnLocalAddrType OBJECT-TYPE    SYNTAX   IANATn3270eAddrType    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Indicates the type of the value of the        tn3270eTcpConnLocalAddress object.  For example,        ipv4(1) or ipv6(2)."    ::= { tn3270eTcpConnEntry 4 }tn3270eTcpConnLocalAddress OBJECT-TYPE    SYNTAX      IANATn3270eAddress    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The local address associated with a TN3270E client.         tn3270eTcpConnRemAddrType indicates the address type         (IPv4 or IPv6, for example)."    ::= { tn3270eTcpConnEntry 5 }tn3270eTcpConnLocalPort OBJECT-TYPE    SYNTAX      Unsigned32 (1..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The remote port associated with a TN3270E client."    ::= { tn3270eTcpConnEntry 6 }tn3270eTcpConnLastActivity OBJECT-TYPE    SYNTAX   TimeTicks    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of 100ths of seconds since any data was         transferred for the associated TCP Connection."    DEFVAL  { 0 }    ::= { tn3270eTcpConnEntry 7 }tn3270eTcpConnBytesIn OBJECT-TYPE    SYNTAX   Counter32    UNITS "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of bytes received by the server from TCP        for this connection.        A Management Station can detect discontinuities in        this counter by monitoring the        tn3270eTcpConnActivationTime object."    ::= { tn3270eTcpConnEntry 8 }tn3270eTcpConnBytesOut OBJECT-TYPE    SYNTAX   Counter32    UNITS "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of bytes sent to TCP for this connection.        A Management Station can detect discontinuities in        this counter by monitoring the        tn3270eTcpConnActivationTime object."    ::= { tn3270eTcpConnEntry 9 }tn3270eTcpConnResourceElement OBJECT-TYPE    SYNTAX   SnaResourceName    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "LU/Print secondary name for connecting an client         into an SNA network."    ::= { tn3270eTcpConnEntry 10 }tn3270eTcpConnResourceType OBJECT-TYPE    SYNTAX   IANATn3270ResourceType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Indicates the type of resource identified by         tn3270eTcpConnResourceElement."    ::= { tn3270eTcpConnEntry 11 }tn3270eTcpConnDeviceType OBJECT-TYPE    SYNTAX   IANATn3270DeviceType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Indicates the device type if negotiated with the        client.  A value of unknown(100) should be used as        the value of this object when a device type is not        negotiated.  Refer to RFC 2355 for how device types        can be negotiated."    ::= { tn3270eTcpConnEntry 12 }tn3270eTcpConnFunctions OBJECT-TYPE    SYNTAX   IANATn3270Functions    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This object indicates which of the TN3270 and TN3270E        functions were negotiated by the server and the client        for this TCP connection.        Refer to tn3270eSrvrFunctionsSupported for the list of        these functions supported by the server."    ::= { tn3270eTcpConnEntry 13 }tn3270eTcpConnId OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The connection identifier associated with a TN3270 or         a TN3270E session's TCP connection.  TCP implementations         often assign a unique (with respect to itself) unsigned         integer as an identifier for a TCP connection.         The value 0 indicates that a connection does not have         a valid connection identifier."    ::= { tn3270eTcpConnEntry 14 }tn3270eTcpConnClientIdFormat OBJECT-TYPE    SYNTAX      IANATn3270eClientType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The format of a corresponding tn3270eTcpConnClientId        object as defined by the IANSTn3270eClientType textual        convention imported from the IANATn3270eTC-MIB."    ::= { tn3270eTcpConnEntry 15 }tn3270eTcpConnClientId OBJECT-TYPE    SYNTAX      OCTET STRING (SIZE (0..512))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Additional client identification information.  The        type of this information is indicated by the value of        the corresponding tn3270eTcpConnClientIdFormat object.        All values are returned in network-byte order.        The purpose of this object is to provide an alternate        means of identifying a client, other than though the        remote address returned in tn3270eTcpConnRemAddress."    ::= { tn3270eTcpConnEntry 16 }tn3270eTcpConnTraceData OBJECT-TYPE    SYNTAX   Tn3270eTraceData    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Trace data for this session."    ::= { tn3270eTcpConnEntry 17 }tn3270eTcpConnLogInfo OBJECT-TYPE    SYNTAX      IANATn3270eLogData    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Log information, encoded as specified in the        IANATn3270eLogData textual convention from the        IANAtn3270eTC-MIB."    ::= { tn3270eTcpConnEntry 18 }tn3270eTcpConnLuLuBindImage  OBJECT-TYPE    SYNTAX   OCTET STRING (SIZE (0..256))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "When there is a currently active LU-LU session for        this connection, this object returns the BIND Image        (defined to be bytes 1-p of the complete BIND Request        Unit -- see 'SNA Formats' for more information)        that was received from the PLU during session        activation.  When there is no active LU-LU session,        or when a BIND image is unavailable for some other        reason, this object returns a zero-length octet        string."    REFERENCE        "'Systems Network Architecture Formats', IBM        Publication GA27-3136."    ::= { tn3270eTcpConnEntry 19 }tn3270eTcpConnSnaState  OBJECT-TYPE    SYNTAX   INTEGER {                   unknown(1),                   noSluSession(2),                   sscpLuSession(3),  -- but no LU-LU session                   luLuSession(4),    -- but no SSCP-LU session                   sscpLuSessionAndLuLuSession(5)                      }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The current state of the SNA side of the end-to-end        TN3270 connection.  The following states are defined:            unknown(1)          - The true state is not known.            noSluSession(2)     - The SLU has neither an SSCP-LU                                  nor an LU-LU session active.            sscpLuSession(3)    - The SSCP-LU session for the SLU                                  is active, but the SLU is not                                  currently in session with a PLU.            luLuSession(4)      - The SLU is currently in session                                  with a PLU, but the SSCP-LU                                  session for the LU is not active.            sscpLuSessionAndLuLuSession(5) - The SLU currently has                                  an active session with a PLU,                                  and the SSCP-LU session for the                                  SLU is active."    ::= { tn3270eTcpConnEntry 20 }tn3270eTcpConnStateLastDiscReason OBJECT-TYPE    SYNTAX   INTEGER {                  unknown(1),                  hostSendsUnbind(2),                  hostDontAcceptConnection(3),                  outOfResource(4),                  clientProtocolError(5),                  invalidDeviceName(6),                  deviceInUse(7),                  inactivityTimeout(8),                  hostNotResponding(9),                  clientNotResponding(10),                  serverClose(11),                  sysreqLogoff(12),                  serverSpecificHexCode(13)                     }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The last disconnect reason.  A session that has not        experienced a disconnect shall use the value unknown(1)        for this object.  Depending on when an implementation        removes entries from this table, certain states may        never be returned."    ::= { tn3270eTcpConnEntry 21 }tn3270eTcpConnSrvrConfIndex OBJECT-TYPE    SYNTAX      Unsigned32 (1..4294967295)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "tn3270eSrvrConfIndex of the tn3270eSrvrConfEntry        belonging to the TN3270E server to which this entry        belongs."    ::= { tn3270eTcpConnEntry 22 }tn3270eTcpConnActivationTime OBJECT-TYPE    SYNTAX      TimeStamp    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The value of the sysUpTime object the last time        this TCP connection became active."    ::= { tn3270eTcpConnEntry 23 }tn3270eConfSpinLock OBJECT-TYPE    SYNTAX      TestAndIncr    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION      "An advisory lock used to allow cooperating      TN3270E-MIB applications to coordinate their use      of the tn3270eSrvrConfTable, the tn3270eSrvrPortTable,      the tn3270eClientGroupTable, the tn3270eResPoolTable,      and the tn3270eClientResMapTable.      When creating a new entry or altering an existing entry      in the any of the tables mentioned above, an application      should make use of tn3270eRtSpinLock to serialize      application changes or additions.      Since this is an advisory lock, the use of this lock is      not enforced."    ::= { tn3270eObjects 10 }-- Conformance Definitionstn3270eGroups      OBJECT IDENTIFIER ::= { tn3270eConformance 1 }tn3270eCompliances OBJECT IDENTIFIER ::= { tn3270eConformance 2 }-- compliance statementstn3270eCompliance MODULE-COMPLIANCE    STATUS      current    DESCRIPTION        "The compliance statement for agents that support the        TN3270E-MIB."    MODULE -- this module        MANDATORY-GROUPS { tn3270eBasicGroup,                           tn3270eSessionGroup                         }        GROUP       tn3270eResMapGroup        DESCRIPTION            "This group is optional and provides a method of            performing tn3270eClientGroup to tn3270eResPool            mapping."        GROUP       tn3270eHiCapacityGroup        DESCRIPTION            "This group is optional and provides for support            of high capacity counters."        OBJECT tn3270eSrvrConfConnectivityChk           MIN-ACCESS  read-only           DESCRIPTION              "The agent is not required to support a set to this               object if the associated TN3270E server doesn't               support either TIMING-MARK or NOP processing.  In               this case an agent should return noCheck on               retrieval."        OBJECT tn3270eSrvrConfTmNopInactTime           MIN-ACCESS  read-only           DESCRIP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -