CISCO-TN3270SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-TN3270SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoTn3270ServerMIB 1.3.6.1.4.1.9.9.54
The MIB module for TN3270 Server. MIB description The PU and LU MIB are defined in RFC 1666. This MIB provides additional information on IP and LU mapping. The following entities are managed: 1) TN3270S Global 2) TN3270S Stats on Listen IP/Port basis 3) TN3270S PU 4) TN3270S IP to LU Mapping 5) TN3270S LU to IP Mapping
       tn3270sObjects 1.3.6.1.4.1.9.9.54.1
           tn3270sGlobal 1.3.6.1.4.1.9.9.54.1.1
               tn3270sGlobalTable 1.3.6.1.4.1.9.9.54.1.1.1 no-access
A list of TN3270 server and DLUR global information.
                   tn3270sGlobalEntry 1.3.6.1.4.1.9.9.54.1.1.1.1 no-access
Parameters values for a group.
                       tn3270sIndex 1.3.6.1.4.1.9.9.54.1.1.1.1.1 tn3270sunsigned32 no-access
Index used to uniquely identify each tn3270 server instance. This index value shall not be reused when the server is shut down and a new instance invoked.
                       tn3270sCpuCard 1.3.6.1.4.1.9.9.54.1.1.1.1.2 tn3270scpucard read-only
The identity of the board running the server.
                       tn3270sMaxLus 1.3.6.1.4.1.9.9.54.1.1.1.1.3 tn3270sunsigned32 read-only
The maximum number of LUs supported by the server.
                       tn3270sLusInUse 1.3.6.1.4.1.9.9.54.1.1.1.1.4 gauge32 read-only
The number of LUs currently in use on the server.
                       tn3270sStartupTime 1.3.6.1.4.1.9.9.54.1.1.1.1.5 timestamp read-only
The timestamp when the tn3270 server started.
                       tn3270sGlobalTcpPort 1.3.6.1.4.1.9.9.54.1.1.1.1.6 tn3270stcpport read-only
The default TCP port of this TN3270 Server, which is inherited by the PU if it doesn't have the TCP port explicitly defined in the router configuration for this PU.
                       tn3270sGlobalIdleTimeout 1.3.6.1.4.1.9.9.54.1.1.1.1.7 integer read-only
The number of seconds of LU inactivity (from either host or client) before the TN3270 session is disconnected. Zero seconds means that LU sessions, by default, will not be disconnected when inactive, regardless of the amount of idle time spent.
                       tn3270sGlobalKeepAlive 1.3.6.1.4.1.9.9.54.1.1.1.1.8 integer read-only
The number of seconds of inactivity from client side which the TN3270 Server allows to elapse before sending DO-TIMING-MARK to the TN3270 client. If the client does not reply within thirty minutes of such a TIMING-MARK sending, the server disconnects the tn3270 session. Zero seconds indicates that no keepalives will be sent.
                       tn3270sGlobalUnbindAction 1.3.6.1.4.1.9.9.54.1.1.1.1.9 integer read-only
This variable indicates whether or not a tn3270 session will be disconnected upon UNBIND. keep indicates that no automatic disconnect will be made by the server upon receipt of an UNBIND. disconnect indicates that the session will be disconnected upon receipt of an UNBIND. Enumeration: 'disconnect': 2, 'keep': 1.
                       tn3270sGlobalGenericPool 1.3.6.1.4.1.9.9.54.1.1.1.1.10 integer read-only
This variable indicates whether or not leftover LUs will be made available to tn3270 sessions which do not request a specific LU or LU pool. A 'leftover' LU is defined as one for which all of the following conditions hold true: .the SSCP did not send an ACTLU during PU startup; and .the PU controlling the LU is capable of carrying PSID vectors on NMVT messages(thus allowing DDDLU operation for that LU). deny indicates that the leftover LUs should not be given to a generic pool (ie, the PU is not automatically fully populated with 255 LOCADDR definitions); permit indicates leftover LUs should be made available to tn3270 users wanting 'generic' sessions. All LUs in the generic pool are (by definition) Dynamic Definition of Dependant (DDDLU) capable. Enumeration: 'deny': 2, 'permit': 1.
                       tn3270sTimingMarkSupported 1.3.6.1.4.1.9.9.54.1.1.1.1.11 truthvalue read-only
This variable indicates whether to send a timing mark to solicit a response before sending a response to the host. true indicates that a timing mark is sent, false indicates that it is not sent. By using timing mark, an application can determine the response time from the client. Some existing clients do not implement the timing mark correctly and will not work with this server if this parameter is set to true
                       tn3270sRunningTime 1.3.6.1.4.1.9.9.54.1.1.1.1.12 tn3270sunsigned32 read-only
Total time elapsed since start of tn3270 server.
           tn3270sStats 1.3.6.1.4.1.9.9.54.1.2
               tn3270sStatsTable 1.3.6.1.4.1.9.9.54.1.2.1 no-access
A list of statistics for each TN3270 Server Listening IP/Port pair.
                   tn3270sStatsEntry 1.3.6.1.4.1.9.9.54.1.2.1.1 no-access
The entry contains parameters which describe the statistics of the ip stacks.
                       tn3270sStatsServerAddr 1.3.6.1.4.1.9.9.54.1.2.1.1.1 ipaddress no-access
The ip address of this TN3270 Server Listen endpoint.
                       tn3270sStatsServerTcpPort 1.3.6.1.4.1.9.9.54.1.2.1.1.2 tn3270stcpport no-access
The TCP port in this TN3270 Server Listen endpoint.
                       tn3270sStatsMaxSess 1.3.6.1.4.1.9.9.54.1.2.1.1.3 gauge32 read-only
Number of Tn3270 sessions configured which are available to be used by tn3270 clients.
                       tn3270sStatsSpareSess 1.3.6.1.4.1.9.9.54.1.2.1.1.4 gauge32 read-only
Spare number of TN3270 sessions available for connect at query time.
                       tn3270sStatsConnectsIn 1.3.6.1.4.1.9.9.54.1.2.1.1.5 counter32 read-only
Total number of TN3270 session connects-in received.
                       tn3270sStatsDisconnects 1.3.6.1.4.1.9.9.54.1.2.1.1.6 counter32 read-only
Total number of TN3270 sessions disconnected.
                       tn3270sStatsTN3270ConnectsFailed 1.3.6.1.4.1.9.9.54.1.2.1.1.7 counter32 read-only
Total number of attempted sessions which failed to negotiate TN3270/E or were rejected by control point.
                       tn3270sStatsInboundChains 1.3.6.1.4.1.9.9.54.1.2.1.1.8 counter32 read-only
Total number of inbound(from client to host) RU chains (identified by end of record (EOR)) processed. Since every inbound RU chain is accompanied by client giving host the direction(CD), it is also a count of number of client transactions.
                       tn3270sStatsOutboundChains 1.3.6.1.4.1.9.9.54.1.2.1.1.9 counter32 read-only
Total number of Outbound(from host to client) RU Chains (identified by EOR) processed.
                       tn3270sStatsSampledHostResponses 1.3.6.1.4.1.9.9.54.1.2.1.1.10 counter32 read-only
Total number of Sampled Inbound Transactions (identified by EOR) on which response time is computed since restart of last listen on ServerAddress/TcpPort. Counters get reset at that point.
                       tn3270sStatsNetSampledHostResponseTime 1.3.6.1.4.1.9.9.54.1.2.1.1.11 tn3270sunsigned32 read-only
Total response time for all sampled inbound transactions for which response time is computed. Response time is the time difference between receiving EOR from the client, and receiving the response from the host. Note that the average response time is given by this object divided by tn3270sStatsSampledHostResponses.
                       tn3270sStatsSampledClientResponses 1.3.6.1.4.1.9.9.54.1.2.1.1.12 counter32 read-only
Total number of sampled outbound timing marks on which response time computed.
                       tn3270sStatsNetSampledClientResponseTime 1.3.6.1.4.1.9.9.54.1.2.1.1.13 tn3270sunsigned32 read-only
Total response time for all sampled timing marks on which response time is computed. Response time is the time diference between sending the timeing mark to the client and receiving the response from the client. Note that this is only valid if timeing mark is configured. Note that the average outbound response time is given by this object divided by tn3270sStatsSampledClientResponses.
           tn3270sPu 1.3.6.1.4.1.9.9.54.1.3
               tn3270sPuTable 1.3.6.1.4.1.9.9.54.1.3.1 no-access
This table contains objects which describe the PU configuration parameters not defined in the NAU mib, APPN mib or DLUR mib
                   tn3270sPuEntry 1.3.6.1.4.1.9.9.54.1.3.1.1 no-access
A list of TN3270 server PU parameters
                       tn3270sPuIndex 1.3.6.1.4.1.9.9.54.1.3.1.1.1 tn3270spuindex no-access
Index used to uniquely identify each Node instance. This is the same as snaNodeAdminIndex in the NAU MIB.
                       tn3270sPuIpAddr 1.3.6.1.4.1.9.9.54.1.3.1.1.2 ipaddress read-only
The ip address of this TN3270 server.
                       tn3270sPuTcpPort 1.3.6.1.4.1.9.9.54.1.3.1.1.3 tn3270stcpport read-only
The TCP port of this TN3270 server telnet session.
                       tn3270sPuIdleTimeout 1.3.6.1.4.1.9.9.54.1.3.1.1.4 integer read-only
The number of seconds of LU inactivity (from either host or client) before the TN3270 session is disconnected. Zero seconds means that LU sessions, by default, will not be disconnected when inactive, regardless of the amount of idle time spent. 65535 (not valid in server context) indicates that the idletime value should be taken from the server context.
                       tn3270sPuKeepAlive 1.3.6.1.4.1.9.9.54.1.3.1.1.5 integer read-only
The number of seconds of inactivity from client side which the TN3270 Server allows to elapse before sending DO-TIMING-MARK to the TN3270 client. If the client does not reply within thirty minutes of such a TIMING-MARK sending, the server disconnect the tn3270 session. Zero seconds indicates that no keepalives will be sent. 65535 (not valid in server context) indicates that the default keepalive value for an LU is taken from whatever value had been defined in the server context for this CIP card.
                       tn3270sPuUnbindAction 1.3.6.1.4.1.9.9.54.1.3.1.1.6 integer read-only
This variable indicates whether or not a tn3270 session will be disconnected upon UNBIND. keep indicates that no automatic disconnect will be made by the server upon receipt of an UNBIND. disconnect indicates that the session will be disconnected upon receipt of an UNBIND. inherit indicates that the default keepalive value of an LU is taken from whatever value had been defined in the server context for this CIP card. Enumeration: 'disconnect': 2, 'inherit': 3, 'keep': 1.
                       tn3270sPuGenericPool 1.3.6.1.4.1.9.9.54.1.3.1.1.7 integer read-only
This variable indicates whether or not leftover LUs will be made available to tn3270 sessions which do not request a specific LU or LU pool. A 'leftover' LU is defined as one for which all of the following conditions hold true: .the SSCP did not send an ACTLU during PU startup; and .the PU controlling the LU is capable of carrying PSID vectors on NMVT messages (thus allowing DDDLU operation for that LU). inherit indicates that the value of tn3270sPuGenericPool is to be the same as tn3270sGlobalGenericPool. deny indicates that the leftover LUs should not be given to a generic pool (ie, the PU is not automatically fully populated with 255 LOCADDR definitions); permit indicates leftover LUs should be made available to tn3270 users wanting 'generic' sessions. All LUs in the generic pool are (by definition) DDDLU capable. Enumeration: 'deny': 2, 'inherit': 3, 'permit': 1.
                       tn3270sPuState 1.3.6.1.4.1.9.9.54.1.3.1.1.8 integer read-only
The value identifies the current PU state. This has a different meaning for direct or DLUR PU before the link station is established. For DLUR PU, the PU is in reset state, for direct PU, this will be either sending a TEST or XID shut (1) - The PU is configured but in shut state reset (2) - The link station of this PU is not active. inactive (3) - The PU is not activated and the link-station or DLUR state is unknown. test (4) - PU is sending a TEST to establish link. xid (5) - TEST is responded, XID is sent. pActpu (6) - The link station is up but no ACTPU is received. active (7) - ACTPU is received and acknowledged positively. actBusy (8) - Awaiting host to acknowledge the SSCP-PU data. Enumeration: 'reset': 2, 'shut': 1, 'xid': 5, 'pActp': 6, 'active': 7, 'inactive': 3, 'test': 4, 'actBusy': 8.
                       tn3270sPuType 1.3.6.1.4.1.9.9.54.1.3.1.1.9 integer read-only
This defines whether the connection to the host is via DLUR or direct link. If DLUR, LuSeed, lmac/sap, and rmac/sap in this table are undefined. Enumeration: 'dlur': 1, 'direct': 2.
                       tn3270sPuLuSeed 1.3.6.1.4.1.9.9.54.1.3.1.1.10 displaystring read-only
For Direct PU this defines the LU name prefix (LU seed) which is concatinated with the locaddr to form a unique name.
                       tn3270sLocalSapAddress 1.3.6.1.4.1.9.9.54.1.3.1.1.11 integer read-only
SAP address of the local direct node.
                       tn3270sRemoteSapAddress 1.3.6.1.4.1.9.9.54.1.3.1.1.12 integer read-only
SAP address of the remote node; valid for direct PU only.
                       tn3270sRemoteMacAddress 1.3.6.1.4.1.9.9.54.1.3.1.1.13 macaddress read-only
MAC address of the remote node; valid for direct PU only.
                       tn3270sPuIpPrecedenceScreen 1.3.6.1.4.1.9.9.54.1.3.1.1.14 integer read-only
The value of the PRECEDENCE field in the Type of Service octet in the IP header set by the TN3270 server for outbound IP packets destined to the TN3270 client screen. That is from the router to the TN3270 client screen.
                       tn3270sPuIpPrecedencePrinter 1.3.6.1.4.1.9.9.54.1.3.1.1.15 integer read-only
The value of the PRECEDENCE field in the Type of Service octet in the IP header set by the TN3270 server for outbound IP packets destined to the TN3270 client printer. That is from the router to the TN3270 client printer.
                       tn3270sPuIpTosScreen 1.3.6.1.4.1.9.9.54.1.3.1.1.16 integer read-only
The value of the TOS field in the Type of Service octet in the IP header set by the TN3270 server for outbound IP packets destined to the TN3270 client screen. That is from the router to the TN3270 client screen.
                       tn3270sPuIpTosPrinter 1.3.6.1.4.1.9.9.54.1.3.1.1.17 integer read-only
The value of the TOS field in the Type of Service octet in the IP header set by the TN3270 server for outbound IP packets destined to the TN3270 client printer. That is from the router to the TN3270 client printer.
           tn3270sIp 1.3.6.1.4.1.9.9.54.1.4
               tn3270sIpTable 1.3.6.1.4.1.9.9.54.1.4.1 no-access
A list of IP to LU mapping entries
                   tn3270sIpEntry 1.3.6.1.4.1.9.9.54.1.4.1.1 no-access
A list of entries to relate a client IP address to the LU
                       tn3270sIpClientAddr 1.3.6.1.4.1.9.9.54.1.4.1.1.1 ipaddress no-access
The ip address of the TN3270 client.
                       tn3270sIpClientTcpPort 1.3.6.1.4.1.9.9.54.1.4.1.1.2 tn3270stcpport no-access
The TCP port of the TN3270 client.
                       tn3270sIpPuIndex 1.3.6.1.4.1.9.9.54.1.4.1.1.3 tn3270spuindex read-only
The PU index associated with NAU and PU objects
                       tn3270sIpLuIndex 1.3.6.1.4.1.9.9.54.1.4.1.1.4 tn3270sluindex read-only
The LU index associated with NAU and LU objects.
           tn3270sLu 1.3.6.1.4.1.9.9.54.1.5
               tn3270sLuTable 1.3.6.1.4.1.9.9.54.1.5.1 no-access
This helps map LU to client ip/port. Also it provides other useful parameters not available elsewhere.
                   tn3270sLuEntry 1.3.6.1.4.1.9.9.54.1.5.1.1 no-access
Parameters values for a group.
                       tn3270sLuPuIndex 1.3.6.1.4.1.9.9.54.1.5.1.1.1 tn3270spuindex no-access
Index used to uniquely identify each PU instance. This is the same as snaNodeAdminIndex in the NAU MIB.
                       tn3270sLuIndex 1.3.6.1.4.1.9.9.54.1.5.1.1.2 tn3270sluindex no-access
Index used to uniquely identify the LU instance within a PU. It is the locaddr. This is the same as snaLuAdminLuIndex in the NAU MIB.
                       tn3270sLuClientAddr 1.3.6.1.4.1.9.9.54.1.5.1.1.3 ipaddress read-only
The ip address of the TN3270 client connected to this LU.
                       tn3270sLuClientTcpPort 1.3.6.1.4.1.9.9.54.1.5.1.1.4 tn3270stcpport read-only
The TCP port of the TN3270 client connected to this LU.
                       tn3270sLuTelnetType 1.3.6.1.4.1.9.9.54.1.5.1.1.5 integer read-only
This indicates whether the negotiated TN3270 session. TN3270, TN3270E or never connected. Enumeration: 'tn3270e': 2, 'neverConnect': 3, 'tn3270': 1.
                       tn3270sLuTermModel 1.3.6.1.4.1.9.9.54.1.5.1.1.6 displaystring read-only
Terminal type or model number of the incoming TN3270 client.
                       tn3270sLuState 1.3.6.1.4.1.9.9.54.1.5.1.1.7 integer read-only
The value identifies the current LU state. inactive (1) - LU didn't receive ACTLU. active (2) - LU received ACTLU and acknowledged positively. pSdt (3) - LU is bound but there is no SDT yet. act/session (4) - LU is bound and in session. pActlu (5) - telnet connects in and is awating for ACTLU. pNotifyAv (6) - awaiting host notify-available response. pNotifyUa (7) - awaiting host notify-unavailable response. pReset (8) - awaiting for a buffer to send DACTLU response. pPsid (9) - awaiting for NMVT Reply psid response. pBind (10) - awaiting for host to send bind. pUnbind (11) - awaiting host unbind response. unbindWt (12) - awaiting for client to acknowledge disconnection. sdtWt (13) - awaiting for client to acknowledge SDT Enumeration: 'pUnbind': 11, 'pNotifyAv': 6, 'pNotifyUa': 7, 'sdtWt': 13, 'unbindWt': 12, 'pPsid': 9, 'actSession': 4, 'inactive': 1, 'pReset': 8, 'pSdt': 3, 'active': 2, 'pBind': 10, 'pActl': 5.
                       tn3270sLuCurInbPacing 1.3.6.1.4.1.9.9.54.1.5.1.1.8 integer read-only
The number of inbound frames allowed to be sent to the host without receiving a pacing response from the host.
                       tn3270sLuCurInbQsize 1.3.6.1.4.1.9.9.54.1.5.1.1.9 integer read-only
After inbound pacing credit is exhausted, the inbound data is queued. This is the number of inbound frames queued waiting for host pacing response.
                       tn3270sLuCurOutQsize 1.3.6.1.4.1.9.9.54.1.5.1.1.10 integer read-only
The number of TCP packets in the server queued for transmission to the client
                       tn3270sLuIdleTime 1.3.6.1.4.1.9.9.54.1.5.1.1.11 integer read-only
Time since last activity was recorded on this LU.
                       tn3270sLuType 1.3.6.1.4.1.9.9.54.1.5.1.1.12 integer read-only
This indicates whether LU is dynamic or static. dynamic (1) - LU is configured as DDDLU. static (2) - LU is configured as specific. Host will send ACTLU as soon as PU is active. Enumeration: 'static': 2, 'dynamic': 1.
                       tn3270sLuAppnLinkIndex 1.3.6.1.4.1.9.9.54.1.5.1.1.13 displaystring read-only
This is the link index into APPN mib for link on which bind flowed; only valid for DLUR LU.
                       tn3270sLuLfsid 1.3.6.1.4.1.9.9.54.1.5.1.1.14 integer read-only
This is the session identifier on a PU 2.1 link.
                       tn3270sLuLastEvent 1.3.6.1.4.1.9.9.54.1.5.1.1.15 timestamp read-only
Time at which the last data was logged for this LU.
                       tn3270sLuEvents 1.3.6.1.4.1.9.9.54.1.5.1.1.16 octet string read-only
An array of octets indicating the latest events which happened in this LU. Octet 1 is the most recent event, octet 2 the next most recent and so on. Although the maximum number of events kept is 16, the actual number of events kept may be lower than that. When more events are generated than are kept, the oldest ones are discarded. Events are encoded as: 1 inactivity timer expired. 2 dynamic timer expired, 3 actlu from host 4 bind from host 5 clear from host 6 dactlu from host 7 hierarchical reset from PU (warn actpu) 8 sdt from host 9 unbind from host 10 notify response from host 11 Reply psid negative response from host 12 Reply psid pos response from host 13 unbind response from host 14 hierarchical reset from pu 15 connect from client 16 disconnect from client 17 timing-mark response from client 18 flow control timer expired 19 negative response to host 20 negative response from host 21 data contention happened 22 no buffer to send response 23 receive a sna response while inbound
                       tn3270sLuNail 1.3.6.1.4.1.9.9.54.1.5.1.1.17 truthvalue read-only
This variable indicates whether this LU has been configured (Nailed) for a specific TN3270 client. TRUE -> LU is nailed to the client IP address FALSE -> LU is not nailed to the client IP address
           tn3270sPuNail 1.3.6.1.4.1.9.9.54.1.6
               tn3270sPuNailTable 1.3.6.1.4.1.9.9.54.1.6.1 no-access
A list of reserved LUs and their associated IP addresses is represented here for the containing PU. Each LU is configured for a specific client IP address. This association between the LU and the client IP Address is called nailing. The client is said to be nailed to its LU and visa-versa. If the client IP address is known but the PU index is not known, a more efficient way to access this info is via tn3270sIpNailTable.
                   tn3270sPuNailEntry 1.3.6.1.4.1.9.9.54.1.6.1.1 no-access
A list of entries to relate a PU to nailed clients.This table contains the same info as tn3270sIpNailTable. The indices are ordered to facilitate access to the information when the PU index is known but not the client IP address. This is necessitated due to the potentially large number of rows in the table.
                       tn3270sPuNailClientIpAddr 1.3.6.1.4.1.9.9.54.1.6.1.1.1 ipaddress read-only
The IP address of the nailed TN3270 client.
                       tn3270sPuNailClientIpMask 1.3.6.1.4.1.9.9.54.1.6.1.1.2 ipaddress read-only
The subnet mask of the nailed TN3270 client.
                       tn3270sPuNailType 1.3.6.1.4.1.9.9.54.1.6.1.1.3 integer read-only
The nailing type configured for the range of LUs within this PU is either screen or printer. screen - The range of LUs will only be connected to TN3270 clients with a device type which is not 328*. If an LU is statically configured at the host, then it should be configured with a screen DLOGMOD definition. printer - The range of LUs will only be connected to TN3270 clients with device type which is 328*. If an LU is statically configured at the host, then it should be configured with a printer DLOGMOD definition. Enumeration: 'screen': 1, 'printer': 2.
                       tn3270sPuNailLuFirst 1.3.6.1.4.1.9.9.54.1.6.1.1.4 integer read-only
The first LU in this range nailed to this client ip address.
                       tn3270sPuNailLuLast 1.3.6.1.4.1.9.9.54.1.6.1.1.5 integer read-only
The last LU in this range nailed to this client ip address.
           tn3270sIpNail 1.3.6.1.4.1.9.9.54.1.7
               tn3270sIpNailTable 1.3.6.1.4.1.9.9.54.1.7.1 no-access
A list of reserved LUs and their associated IP addresses is represented here for the containing PU. Each LU is configured for a specific client IP address. This association between the LU and the client IP Address is called nailing. The client is said to be nailed to its LU and visa-versa. If the PU index is known but the client IP address is not known, a more efficient way to access this info is via tn3270sPuNailTable.
                   tn3270sIpNailEntry 1.3.6.1.4.1.9.9.54.1.7.1.1 no-access
A list of entries to relate a PU to nailed clients. This table contains the same info as tn3270sPuNailTable. The indices are ordered to facilitate access to the info when the client IP address is known but not the PU index. This is necessitated due to the potentially large number of rows in the table.
                       tn3270sIpNailClientIpAddr 1.3.6.1.4.1.9.9.54.1.7.1.1.1 ipaddress read-only
The IP address of the nailed TN3270 client.
                       tn3270sIpNailClientIpMask 1.3.6.1.4.1.9.9.54.1.7.1.1.2 ipaddress read-only
The subnet mask of the nailed TN3270 client.
                       tn3270sIpNailType 1.3.6.1.4.1.9.9.54.1.7.1.1.3 integer read-only
The nailing type configured for the range of LUs within this PU is either screen or printer. screen - The range of LUs will only be connected to TN3270 clients with a device type which is not 328*. If an LU is statically configured at the host, then it should be configured with a screen DLOGMOD definition. printer - The range of LUs will only be connected to TN3270 clients with device type which is 328*. If an LU is statically configured at the host, then it should be configured with a printer DLOGMOD definition. Enumeration: 'screen': 1, 'printer': 2.
                       tn3270sIpNailLuFirst 1.3.6.1.4.1.9.9.54.1.7.1.1.4 integer read-only
The first LU in this range nailed to this client ip address.
                       tn3270sIpNailLuLast 1.3.6.1.4.1.9.9.54.1.7.1.1.5 integer read-only
The last LU in this range nailed to this client ip address.
       ciscoTn3270ServerMIBNotificationPrefix 1.3.6.1.4.1.9.9.54.2
       ciscoTn3270ServerMIBConformance 1.3.6.1.4.1.9.9.54.3
           ciscoTn3270ServerMIBCompliances 1.3.6.1.4.1.9.9.54.3.1
               ciscoTn3270ServerMIBCompliance 1.3.6.1.4.1.9.9.54.3.1.1
The compliance statement for entities which implement the Cisco Tn3270s MIB
               ciscoTn3270ServerMIBComplianceObsolete 1.3.6.1.4.1.9.9.54.3.1.2
The compliance statement for obsolete entities.
               ciscoTn3270ServerMIBComplianceRev1 1.3.6.1.4.1.9.9.54.3.1.3
The compliance statement for the TN3270 Server.
           ciscoTn3270ServerMIBGroups 1.3.6.1.4.1.9.9.54.3.2
               ciscoTn3270ServerMIBGroup 1.3.6.1.4.1.9.9.54.3.2.1
A collection of objects providing Tn3270 ability to a Cisco agent.
               ciscoTn3270ServerMIBGroupObsolete 1.3.6.1.4.1.9.9.54.3.2.2
A collection of objects providing Tn3270 ability to a Cisco agent.
               ciscoTn3270ServerMIBGroupRev1 1.3.6.1.4.1.9.9.54.3.2.3
A collection of objects providing LU nailing and IP precedence features.