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

📄 tn3270e-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
tn3270eResPoolRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object allows entries to be created and deleted        in the tn3270eResPoolTable.  Entries may also be        created and deleted as a result of implementation-        dependent operations.        An entry in this table is deleted by setting this object        to destroy(6).  When all entries in this table associated        with the same tn3270eResPoolElementName have been removed,        then any associated (tn3270eResPoolElementName matching        tn3270eClientResMapPoolName with same tn3270eSrvrConfIndex        values) entries in the tn3270eClientResMapTable SHALL        also be removed."    REFERENCE        "RFC 1903, 'Textual Conventions for version 2 of the        Simple Network Management Protocol (SNMPv2).'"    ::= { tn3270eResPoolEntry 4 }tn3270eSnaMapTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Tn3270eSnaMapEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table provide a mapping from the name by which        a secondary LU is known in the SNA network to the        name by which it is known locally at the TN3270e        server.  This latter name serves as an index into        the tn3270eResPoolTable and the tn3270eResMapTable.        No entry in this table shall exist without        a corresponding (same tn3270eSrvrConfIndex) entry in        the tn3270eSrvrConfTable existing."    ::= { tn3270eObjects 6 }tn3270eSnaMapEntry OBJECT-TYPE    SYNTAX      Tn3270eSnaMapEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Definition of a single mapping from an SSCP-supplied        SLU name to a local SLU name.        Note:  In certain pathological cases, it is possible        that an SSCP will send on an ACTLU for a local LU an        SLU name currently represented by an entry in this        table that associates it with a different local LU.        In these cases the association from the newer ACTLU        SHOULD be the one represented in this table."    INDEX  { tn3270eSrvrConfIndex,             tn3270eSnaMapSscpSuppliedName }    ::= { tn3270eSnaMapTable 1 }Tn3270eSnaMapEntry ::= SEQUENCE {    tn3270eSnaMapSscpSuppliedName     SnaResourceName,    tn3270eSnaMapLocalName            SnaResourceName,    tn3270eSnaMapPrimaryLuName        SnaResourceName}tn3270eSnaMapSscpSuppliedName OBJECT-TYPE    SYNTAX      SnaResourceName    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The name of the secondary LU (SLU) as it is known in         the SNA network.  This name is sent by the SSCP on         the Activate Logical Unit (ACTLU) request."    ::= { tn3270eSnaMapEntry 1 }tn3270eSnaMapLocalName OBJECT-TYPE    SYNTAX      SnaResourceName    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The local name of the secondary LU (SLU)."    ::= { tn3270eSnaMapEntry 2 }tn3270eSnaMapPrimaryLuName  OBJECT-TYPE    SYNTAX   SnaResourceName    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "When there is a currently active LU-LU session for        this connection, this object returns the primary LU        (PLU) name from the BIND.  When there is no active        LU-LU session, or when the PLU name is unavailable        for some other reason, this object returns a        zero-length octet string."    ::= { tn3270eSnaMapEntry 3 }tn3270eClientResMapTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Tn3270eClientResMapEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table defines resource-pool to client-group        mappings.  Since both the resource pool name and client        group name are included in the index clause of this        table, multiple resource pools can be assigned to the        same client group.  This enables use of multiple        resource pools for use in client to resource mapping.        Assigning multiple client groups to the same resource        pool is also allowed, but is not the primary purpose        for how the indexing is structured.        Assignment of a resource pool to client group can be        restricted based on TCP port.  An index value of 0 for        tn3270eClientResMapClientPort disables restriction of        resource assignment based on client target port        selection.        No entry in this table shall exist without        a corresponding (same tn3270eSrvrConfIndex) entry in        the tn3270eSrvrConfTable existing.        An implementation SHOULD NOT retain SNMP-created        entries in this table across re-IPLs (Initial Program        Loads) of the corresponding TN3270E server."    ::= { tn3270eObjects 7 }tn3270eClientResMapEntry OBJECT-TYPE    SYNTAX      Tn3270eClientResMapEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Definition of a single resource pool to client group        mapping."    INDEX  { tn3270eSrvrConfIndex,             tn3270eClientResMapPoolName,             tn3270eClientResMapClientGroupName,             tn3270eClientResMapClientPort }    ::= { tn3270eClientResMapTable 1 }Tn3270eClientResMapEntry ::= SEQUENCE {    tn3270eClientResMapPoolName           Utf8String,    tn3270eClientResMapClientGroupName    Utf8String,    tn3270eClientResMapClientPort         Unsigned32,    tn3270eClientResMapRowStatus          RowStatus}tn3270eClientResMapPoolName OBJECT-TYPE    SYNTAX      Utf8String (SIZE(1..24))    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The name of a resource pool."    ::= { tn3270eClientResMapEntry 1 }tn3270eClientResMapClientGroupName OBJECT-TYPE    SYNTAX      Utf8String (SIZE(1..24))    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The name of the client group that is mapped to a         resource pool."    ::= { tn3270eClientResMapEntry 2 }tn3270eClientResMapClientPort OBJECT-TYPE    SYNTAX      Unsigned32 (0..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A port number restricting the scope of a mapping        from a resource pool to a client group.  The        value 0 for this object indicates that the scope        of the mapping is not restricted."    ::= { tn3270eClientResMapEntry 3 }tn3270eClientResMapRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object allows entries to be created and deleted        in the tn3270eClientResMapTable.  Entries may also be        created and deleted as a result of implementation-        dependent operations.        An entry in this table is deleted by setting this object        to destroy(6).  Removing an entry from this table doesn't        affect any other table entry defined in this MIB."    REFERENCE        "RFC 1903, 'Textual Conventions for version 2 of the        Simple Network Management Protocol (SNMPv2).'"    ::= { tn3270eClientResMapEntry 4 }tn3270eResMapTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Tn3270eResMapEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table defines the actual mapping of a resource        to a client address.        No entry in this table shall exist without        a corresponding (same tn3270eSrvrConfIndex) entry in        the tn3270eSrvrConfTable existing."    ::= { tn3270eObjects 8 }tn3270eResMapEntry OBJECT-TYPE    SYNTAX      Tn3270eResMapEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Definition of the mapping of a Resource Element to         a client address."    INDEX  { tn3270eSrvrConfIndex,             tn3270eResMapElementName }    ::= { tn3270eResMapTable 1 }Tn3270eResMapEntry ::= SEQUENCE {    tn3270eResMapElementName       SnaResourceName,    tn3270eResMapAddrType          IANATn3270eAddrType,    tn3270eResMapAddress           IANATn3270eAddress,    tn3270eResMapPort              Unsigned32,    tn3270eResMapElementType       IANATn3270ResourceType,    tn3270eResMapSscpSuppliedName  SnaResourceName}tn3270eResMapElementName OBJECT-TYPE    SYNTAX      SnaResourceName    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The name of a resource element.  This is the name by        which the server implementing this table knows the        resource.  It may be different from the name by which        the resource is known in the SNA network.  This latter        name is returned in the tn3270eResMapSscpSuppliedName        object."    ::= { tn3270eResMapEntry 1 }tn3270eResMapAddrType OBJECT-TYPE    SYNTAX      IANATn3270eAddrType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Indicates the type of the client address represented        in tn3270eResMapAddress."    ::= { tn3270eResMapEntry 2 }tn3270eResMapAddress OBJECT-TYPE    SYNTAX      IANATn3270eAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A client address."    ::= { tn3270eResMapEntry 3 }tn3270eResMapPort OBJECT-TYPE    SYNTAX      Unsigned32 (0..65535)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A client port."    ::= { tn3270eResMapEntry 4 }tn3270eResMapElementType OBJECT-TYPE    SYNTAX      IANATn3270ResourceType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The type of the associated resource element."    ::= { tn3270eResMapEntry 5 }tn3270eResMapSscpSuppliedName OBJECT-TYPE    SYNTAX      SnaResourceName    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The name of the secondary LU (SLU) as it is known        in a SNA network.  This name is sent by the SSCP on        the Activate Logical Unit (ACTLU) request.  If this        name is not known, this object returns a zero-length        octet string."    ::= { tn3270eResMapEntry 6 }-- Define the set of objects to supplement the TCP Connection Tabletn3270eTcpConnTable OBJECT-TYPE    SYNTAX SEQUENCE OF Tn3270eTcpConnEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION         "This table has an entry for each TN3270(E) client         connection that is currently active at a TN3270E server.         An implementation MAY retain entries for connections         that have been terminated, but which entries are         retained, how many entries are retained, and how long         they are retained is entirely implementation-dependent.         The indexing for this table is designed to support the         use of an SNMP GET-NEXT operation using only the remote         address type, remote address, and remote port, as a way         for a Management Station to retrieve the table entries         related to a particular TN3270(E) client."    ::= { tn3270eObjects 9 }tn3270eTcpConnEntry OBJECT-TYPE    SYNTAX Tn3270eTcpConnEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Provides information about a single TN3270/TN3270E        session.  Note: a tn3270eSrvrConfIndex is not needed        in this table, since the combination of remote and        local addresses and ports is sufficient to        guarantee uniqueness across the TN3270E servers        serviced by an SNMP agent.  Because of this indexing        structure, however, this table does not support        view-based access control policies that provide        access to table rows on a per-server basis."    INDEX { tn3270eTcpConnRemAddrType,            tn3270eTcpConnRemAddress,            tn3270eTcpConnRemPort,            tn3270eTcpConnLocalAddrType,            tn3270eTcpConnLocalAddress,            tn3270eTcpConnLocalPort          }    ::= { tn3270eTcpConnTable 1 }Tn3270eTcpConnEntry ::=    SEQUENCE    {    tn3270eTcpConnRemAddrType          IANATn3270eAddrType,    tn3270eTcpConnRemAddress           IANATn3270eAddress,    tn3270eTcpConnRemPort              Unsigned32,    tn3270eTcpConnLocalAddrType        IANATn3270eAddrType,    tn3270eTcpConnLocalAddress         IANATn3270eAddress,    tn3270eTcpConnLocalPort            Unsigned32,    tn3270eTcpConnLastActivity         TimeTicks,    tn3270eTcpConnBytesIn              Counter32,    tn3270eTcpConnBytesOut             Counter32,    tn3270eTcpConnResourceElement      SnaResourceName,    tn3270eTcpConnResourceType         IANATn3270ResourceType,    tn3270eTcpConnDeviceType           IANATn3270DeviceType,    tn3270eTcpConnFunctions            IANATn3270Functions,    tn3270eTcpConnId                   Unsigned32,    tn3270eTcpConnClientIdFormat       IANATn3270eClientType,    tn3270eTcpConnClientId             OCTET STRING,    tn3270eTcpConnTraceData            Tn3270eTraceData,    tn3270eTcpConnLogInfo              IANATn3270eLogData,    tn3270eTcpConnLuLuBindImage        OCTET STRING,    tn3270eTcpConnSnaState             INTEGER,    tn3270eTcpConnStateLastDiscReason  INTEGER,    tn3270eTcpConnSrvrConfIndex        Unsigned32,    tn3270eTcpConnActivationTime       TimeStamp    }tn3270eTcpConnRemAddrType OBJECT-TYPE    SYNTAX   IANATn3270eAddrType    MAX-ACCESS  not-accessible

⌨️ 快捷键说明

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