All MIBs › SNA-NAU-MIB
Organization: IETF SNA NAU MIB Working Group
Last Updated: 1994-05-12
Category: SNA and Legacy Protocols
Description: Defines managed objects for configuring, monitoring, and controlling SNA Network Addressable Units (Physical Units and Logical Units).
IPNetwork Monitor uses several OIDs from this MIB in network discovery and polling the applicable devices. Start monitoring SNA-NAU-MIB with a free 30-day trial of IPNetwork Monitor.
What Is SNA-NAU-MIB?
SNA-NAU-MIB is a vendor-neutral, standards-based IETF MIB for managing IBM Systems Network Architecture (SNA) Network Addressable Units, covering both Physical Units (PUs) and Logical Units (LUs). It exposes configuration data such as node administration parameters, XID formats, block/ID numbers, node enabling methods, and maximum LU counts, alongside operational status and fault traps for SNA nodes and LUs. Its monitoring value centers on device/software status: it lets an administrator track whether SNA nodes are enabled and operational, monitor LU session activity, and receive traps (snaNodeTraps, snaLuTraps) when SNA connectivity or session failures occur. It is designed to complement other SNA-related MIBs (e.g., for DLC/SDLC links) as part of a broader SNA management framework rather than standing entirely alone. Typical deployment is in legacy mainframe/midrange environments where SNA gateways, controllers, or communication servers bridge SNA traffic into IP-managed networks. Engineers implementing or auditing this functionality typically reference the SNA-NAU-MIB RFC/standard documentation for the authoritative specification.
IPNetwork Monitor allows you to monitor SNMP objects defined in SNA-NAU-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- vendor-neutral, standards-based MIB, not tied to a specific manufacturer
- SNA gateway/controller or communication server bridging SNA traffic
Monitoring Examples
A network operator would poll the snaNodeAdminTable (indexed by snaNodeAdminIndex) to review each configured SNA node's snaNodeAdminName, snaNodeAdminType, and snaNodeAdminMaxLu settings, confirming a gateway is provisioned with the expected number of logical units. If a node's enabling method or XID format is misconfigured, session establishment failures would occur and be reported via snaNodeTraps. Monitoring snaLuTraps would reveal when individual logical units drop or fail to activate, pointing to session-level problems on that PU.
What Can Be Monitored
- SNA node admin configuration
- node enabling method/status
- logical unit (LU) count and state
- node and LU fault traps
This MIB depends on
Related MIBs
Imported Objects
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| mib-2 |
From SNMPv2-TC
| DisplayString | |
| InstancePointer | |
| RowStatus | |
| TimeStamp |
How to Use in IPNetwork Monitor
Example using snaNodeOperActFailures OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| snaLu | 1.3.6.1.2.1.34.1.2 | |||
| INT snaLuAdminDepType | 1.3.6.1.2.1.34.1.2.1.1.5 | INTEGER | read-create | This value identifies whether the LU is dependent or independent. A write operation to this object will not change the operational value reflected in snaLuOperDepType until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| INT snaLuAdminDisplayModel | 1.3.6.1.2.1.34.1.2.1.1.7 | INTEGER | read-create | The value of this object identifies the model type and screen size of the terminal connected to the host. This is only valid for LU Type 2. The values have the following meaning: model2A(2) - Model 2 (24 rows x 80 cols) with base attributes model2B(3) - Model 2 (24 rows x 80 cols) with extended attributes model3A(4) - Model 3 (32 rows x 80 cols) with base attributes model3B(5) - Model 3 (32 rows x 80 cols) with extended attributes model4A(6) - Model 4 (43 rows x 80 cols) with base attributes model4B(7) - Model 4 (43 rows x 80 cols) with extended attributes model5A(8) - Model 5 (27 rows x 132 cols) with base attributes model5B(9) - Model 5 (27 rows x 132 cols) with extended attributes dynamic(10) - Screen size determine with BIND and Read Partition Query. In case this LU is not Type 2, then this object should contain the invalid(1) value. |
| snaLuAdminEntry | 1.3.6.1.2.1.34.1.2.1.1 | not-accessible | Contains configuration variables for an LU. | |
| OCT snaLuAdminLocalAddress | 1.3.6.1.2.1.34.1.2.1.1.6 | OCTET STRING | read-create | The local address for this LU is a byte with a value ranging from 0 to 254.For dependent LUs, this value ranges from 1 to 254 and for independent LUs this value is always 0. A write operation to this object will not change the operational value reflected in snaLuOperLocalAddress until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| I32 snaLuAdminLuIndex | 1.3.6.1.2.1.34.1.2.1.1.1 | Integer32 | not-accessible | This value identifies the unique index for an LU instance within a Node. |
| STR snaLuAdminName | 1.3.6.1.2.1.34.1.2.1.1.2 | DisplayString | read-create | This value identifies the user configurable name for this LU. If a name is not assigned to the LU, then this object contains a zero length string. A write operation to this object will not change the operational value reflected in snaLuOperName until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| ROW snaLuAdminRowStatus | 1.3.6.1.2.1.34.1.2.1.1.9 | RowStatus | read-create | This object is used by a Management Station to create or delete the row entry in the snaLuAdminTable. To activate a row, the Management Station sets the value to 'active (1)' or 'notReady (3)'. Upon successful creation of the row, the Agent automatically creates a corresponding entry in the snaLuOperTable with snaLuOperState equal to 'inactive (1)'. Row deletion can be Management Station or Agent initiated: (a) The Management Station can set the value to 'destroy (6)' only when the value of snaLuOperState of this LU instance is 'inactive (1)'. The Agent will then delete the row corresponding to this LU instance from snaLuAdminTable and from snaLuOperTable. (b) The Agent detects that a row is in the 'notReady (3)' state for greater than a default period of 5 minutes. (c) The Agent will not create a row with RowStatus equal to 'notReady (3)', after SNA system re-initialization (e.g., reboot). |
| STR snaLuAdminSnaName | 1.3.6.1.2.1.34.1.2.1.1.3 | DisplayString | read-create | This value identifies the SNA LU name used in exchange of SNA data. A write operation to this object will not change the operational value reflected in snaLuOperSnaName until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| snaLuAdminTable | 1.3.6.1.2.1.34.1.2.1 | not-accessible | This table contains LU configuration information. The rows in this table can be created and deleted by a Management Station. Only objects which are common to all types of LUs are included in this table. | |
| INT snaLuAdminTerm | 1.3.6.1.2.1.34.1.2.1.1.8 | INTEGER | read-create | This value identifies the desired method for deactivation of this LU. This value overrides the default method (snaNodeOperLuTermDefault) for this Node. For LU 6.2, only the value 'unbind (1)' applies. unbind(1) - terminate the LU-LU session by sending an SNA UNBIND request. termself(2) - terminate the LU-LU session by sending an SNA TERM-SELF (Terminate Self) request on the SSCP-LU session. The SSCP will inform the remote session LU partner to send an UNBIND request to terminate the session. rshutd(3) - terminate the LU-LU session by sending an SNA RSHUTD (Request ShutDown) request to the remote session LU partner. The remote LU will then send an UNBIND request to terminate the session. poweroff(4) - terminate the LU-LU session by sending either an SNA LUSTAT (LU Status) request on the LU-LU session or an SNA NOTIFY request on the SSCP-LU session indicating that the LU has been powered off. Sending both is also acceptable. The result should be that the remote session LU partner will send an UNBIND to terminate the session. A write operation to this object may immediately change the operational value reflected in snaLuOperTerm depending on the Agent implementation. |
| INT snaLuAdminType | 1.3.6.1.2.1.34.1.2.1.1.4 | INTEGER | read-create | This value identifies the LU type. A write operation to this object will not change the operational value reflected in snaLuOperAdminType until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| snaLuGroup | 1.3.6.1.2.1.34.2.2.2 | A collection of objects providing the instrumentation of SNA LUs. | ||
| INT snaLuOperDepType | 1.3.6.1.2.1.34.1.2.2.1.4 | INTEGER | read-only | The value identifies whether the LU is currently dependent or independent. A write operation to this object will not change the operational value reflected in snaLuOperDepType until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| INT snaLuOperDisplayModel | 1.3.6.1.2.1.34.1.2.2.1.6 | INTEGER | read-only | The screen model type of the terminal connected to the host. If this LU is not Type 2, then this object should contain the 'invalid(1)' value. |
| snaLuOperEntry | 1.3.6.1.2.1.34.1.2.2.1 | not-accessible | Contains objects reflecting current information for an LU. Each entry is created by the Agent. All entries have read-only access. | |
| OCT snaLuOperLocalAddress | 1.3.6.1.2.1.34.1.2.2.1.5 | OCTET STRING | read-only | The local address for this LU is a byte with a value ranging from 0 to 254. For dependent LUs, this value ranges from 1 to 254; for independent LUs this value is always 0. A write operation to this object will not change the operational value reflected in snaLuOperLocalAddress until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| STR snaLuOperName | 1.3.6.1.2.1.34.1.2.2.1.1 | DisplayString | read-only | User configurable name for this LU. If a name is not assigned, then this object contains a zero length string. |
| G32 snaLuOperSessnCount | 1.3.6.1.2.1.34.1.2.2.1.9 | Gauge32 | read-only | The number of currently active LU-LU sessions of this LU. For the independent LU, if this object has value 0, it indicates that LU is inactive. |
| STR snaLuOperSnaName | 1.3.6.1.2.1.34.1.2.2.1.2 | DisplayString | read-only | The value identifies the current SNA LU name. |
| INT snaLuOperState | 1.3.6.1.2.1.34.1.2.2.1.8 | INTEGER | read-only | The value identifies the current operational state of this LU. It has different meanings for dependent and independent LUs. For dependent LUs the values indicate the following: inactive (1) - LU didn't receive ACTLU, or it received DACTLU, or received ACTLU and sent negative response. active (2) - LU received ACTLU and acknowledged positively. For independent LUs the values indicate the following: active (2) - the LU is defined and is able to send and receive BIND. inactive (1) - the LU has a session count equal to 0. |
| snaLuOperTable | 1.3.6.1.2.1.34.1.2.2 | not-accessible | This table contains dynamic runtime information and control variables relating to LUs. Only objects which are common to all types of LUs are included in this table. This table augments the snaLuAdminTable. | |
| INT snaLuOperTerm | 1.3.6.1.2.1.34.1.2.2.1.7 | INTEGER | read-only | The value identifies the current method for deactivation of this LU. This value overrides the default method (snaNodeOperLuTermDefault) for this Node. For LU 6.2, only the value 'unbind (1)' applies. unbind(1) - terminate the LU-LU session by sending an SNA UNBIND request. termself(2) - terminate the LU-LU session by sending an SNA TERM-SELF (Terminate Self) request on the SSCP-LU session. The SSCP will inform the remote session LU partner to send an UNBIND request to terminate the session. rshutd(3) - terminate the LU-LU session by sending an SNA RSHUTD (Request ShutDown) request to the remote session LU partner. The remote LU will then send an UNBIND request to terminate the session. poweroff(4) - terminate the LU-LU session by sending either an SNA LUSTAT (LU Status) request on the LU-LU session or an SNA NOTIFY request on the SSCP-LU session indicating that the LU has been powered off. Sending both is also acceptable. The result should be that the remote session LU partner will send an UNBIND to terminate the session. |
| INT snaLuOperType | 1.3.6.1.2.1.34.1.2.2.1.3 | INTEGER | read-only | The value identifies the current LU type. |
| I32 snaLuRtmAvgRspTime | 1.3.6.1.2.1.34.1.3.1.1.19 | Integer32 | read-only | This value indicates the average response time for all transactions in units of 1/10th of a second. |
| I32 snaLuRtmBoundary1 | 1.3.6.1.2.1.34.1.3.1.1.6 | Integer32 | read-only | This object contains the value of the first boundary in units of 1/10th of a second. |
| I32 snaLuRtmBoundary2 | 1.3.6.1.2.1.34.1.3.1.1.7 | Integer32 | read-only | This object contains the value of the second boundary in units of 1/10th of a second. |
| I32 snaLuRtmBoundary3 | 1.3.6.1.2.1.34.1.3.1.1.8 | Integer32 | read-only | This object contains the value of the third boundary in units of 1/10th of a second. |
| I32 snaLuRtmBoundary4 | 1.3.6.1.2.1.34.1.3.1.1.9 | Integer32 | read-only | This object contains the value of the fourth boundary in units of 1/10th of a second. |
| C32 snaLuRtmCounter1 | 1.3.6.1.2.1.34.1.3.1.1.10 | Counter32 | read-only | This value indicates the number of transactions which fall in the range specified by the first boundary. |
| C32 snaLuRtmCounter2 | 1.3.6.1.2.1.34.1.3.1.1.11 | Counter32 | read-only | This value indicates the number of transactions which fall in the range specified by the second boundary. |
| C32 snaLuRtmCounter3 | 1.3.6.1.2.1.34.1.3.1.1.12 | Counter32 | read-only | This value indicates the number of transactions which fall in the range specified by the third boundary. |
| C32 snaLuRtmCounter4 | 1.3.6.1.2.1.34.1.3.1.1.13 | Counter32 | read-only | This value indicates the number of transactions which fall in the range specified by the fourth boundary. |
| INT snaLuRtmDef | 1.3.6.1.2.1.34.1.3.1.1.5 | INTEGER | read-only | The value indicates the mode of measurement for this RTM request. The values have following meaning: firstChar(1) - time to first character on screen kb(2) - time to keyboard usable by operator cdeb(3) - time to Change Direction/End Bracket. |
| snaLuRtmEntry | 1.3.6.1.2.1.34.1.3.1.1 | not-accessible | Contains RTM information for an LU (Type 2). Each entry is created by the Agent. | |
| I32 snaLuRtmLastRspTime | 1.3.6.1.2.1.34.1.3.1.1.18 | Integer32 | read-only | This value indicates the response time for the last transaction in units of 1/10th of a second. |
| I32 snaLuRtmLuIndex | 1.3.6.1.2.1.34.1.3.1.1.2 | Integer32 | not-accessible | The value uniquely identifies an LU in a PU 2.0. |
| I32 snaLuRtmNumTrans | 1.3.6.1.2.1.34.1.3.1.1.17 | Integer32 | read-only | This value indicates the total number of transactions executed since the RTM monitoring began (i.e., snaLuRtmState changed to 'on(2)') for this LU. |
| I32 snaLuRtmObjPercent | 1.3.6.1.2.1.34.1.3.1.1.15 | Integer32 | read-only | This value indicates the desired percentage of transactions which should be under a designated boundary range indicated by snaLuRtmObjRange. |
| INT snaLuRtmObjRange | 1.3.6.1.2.1.34.1.3.1.1.16 | INTEGER | read-only | This value indicates the designated boundary range to which the snaLuRtmObject refers. The values have the following meanings: other(1) - not specified range1(2) - less than boundary 1 range2(3) - between boundary 1 and 2 range3(4) - between boundary 2 and 3 range4(5) - between boundary 3 and 4 range5(6) - greater than boundary 4. |
| C32 snaLuRtmOverFlows | 1.3.6.1.2.1.34.1.3.1.1.14 | Counter32 | read-only | This value indicates the number of transactions which exceed the highest range specified by the boundaries. |
| I32 snaLuRtmPuIndex | 1.3.6.1.2.1.34.1.3.1.1.1 | Integer32 | not-accessible | The value identifies the PU 2.0 with which this LU is associated. |
| INT snaLuRtmState | 1.3.6.1.2.1.34.1.3.1.1.3 | INTEGER | read-only | The value indicates the current RTM state of an LU. |
| TIM snaLuRtmStateTime | 1.3.6.1.2.1.34.1.3.1.1.4 | TimeStamp | read-only | The timestamp (e.g., the Agent's sysUpTime value) when this session's RTM state (e.g., snaLuRtmState) changes value. |
| snaLuRtmTable | 1.3.6.1.2.1.34.1.3.1 | not-accessible | This table contains Response Time Monitoring (RTM) information relating to an LU (Type 2). Each entry corresponds to an LU 2 entry in snaLuAdminTable. | |
| TIM snaLuSessnActiveTime | 1.3.6.1.2.1.34.1.2.3.1.9 | TimeStamp | read-only | The timestamp (e.g., the Agent's sysUpTime value) when this session becomes active. |
| INT snaLuSessnAdminState | 1.3.6.1.2.1.34.1.2.3.1.10 | INTEGER | read-write | The value indicates the desired operational state of the session. This object is used to change the operational state of the session. A Management Station can only change the operational state of the session to 'unbound (1)'. Session deactivation: If a session is in the operational state 'bound (3)' then setting the value of this object to 'unbound (1)' will initiate the session shutdown. If a session is in the operational state 'pendingBind (2)' then setting the value of this object to 'unbound (1)' will initiate the session shutdown. If a session is in the operational state 'pendingUnbind (4)' for an abnormally long period of time (e.g., three minutes) then setting the value of this object to 'unbound (1)' will change the session operational state to 'unbound (1)'. Note: for dependent LUs, deactivating the session is the same as deactivating the LU. |
| NTF snaLuSessnBindFailTrap | 1.3.6.1.2.1.34.1.2.5.2 | This trap indicates the failure of a BIND. The value of snaLuSessnLocalApplName indicates the local application name. The value of snaLuSessnPartnerName indicates the partner name. The value of snaLuSessnOperState indicates the current state after change. The value of snaLuSessnBindFailureReason indicates the failure reason. The Agent should not generate more than 1 trap of this type per minute to minimize the level of management traffic on the network. | ||
| snaLuSessnEntry | 1.3.6.1.2.1.34.1.2.3.1 | not-accessible | An entry contains dynamic parameters for an LU-LU session. The indices identify the Node, local LU, and remote LU for this session. | |
| I32 snaLuSessnIndex | 1.3.6.1.2.1.34.1.2.3.1.2 | Integer32 | read-only | This value identifies the unique index of the session. It is recommended that an Agent should not reuse the index of a deactivated session for a significant period of time (e.g., one week). |
| I32 snaLuSessnLinkIndex | 1.3.6.1.2.1.34.1.2.3.1.15 | Integer32 | read-only | This value identifies the link over which the session passes. It is an index into snaNodeLinkAdminTable. If the index value is not known, the value of this object shall be zero. |
| STR snaLuSessnLocalApplName | 1.3.6.1.2.1.34.1.2.3.1.3 | DisplayString | read-only | The name of the local application using this LU. If the local application is unknown, then this object contains a zero length string. |
| INT snaLuSessnMaxRcvRuSize | 1.3.6.1.2.1.34.1.2.3.1.6 | INTEGER | read-only | The maximum RU size used on this session for receiving RUs. |
| INT snaLuSessnMaxSndRuSize | 1.3.6.1.2.1.34.1.2.3.1.5 | INTEGER | read-only | The maximum RU size used on this session for sending RUs. |
| INT snaLuSessnOperState | 1.3.6.1.2.1.34.1.2.3.1.11 | INTEGER | read-only | The value indicates the current operational state of the session. 'unbound (1)' - session has been unbound; in this state it will be removed from the session table by the Agent. 'pendingBind (2)' - this state has different meanings for dependent and independent LUs; for dependent LU - waiting for BIND from the host, for independent LU - waiting for BIND response. When a session enters this state, the corresponding entry in the session table is created by the Agent. 'bound (3)' - session has been successfully bound. 'pendingUnbind (4)' - session enters this state when an UNBIND is sent and before the rsp(UNBIND) is received. |
| INT snaLuSessnRcvPacingSize | 1.3.6.1.2.1.34.1.2.3.1.8 | INTEGER | read-only | The size of the receive pacing window on this session. |
| STR snaLuSessnRemoteLuName | 1.3.6.1.2.1.34.1.2.3.1.4 | DisplayString | read-only | For dependent LUs which are indicated by the snaLuOperDepType object containing the value 'dependent (1)', this object contains the Primary LU (PLU) name. For independent LUs, this object contains the fully-qualified remote LU name of this 6.2 session. A fully qualified name is an SNA NAU entity name preceded by the NetId and a period as the delimiter. |
| I32 snaLuSessnRluIndex | 1.3.6.1.2.1.34.1.2.3.1.1 | Integer32 | read-only | This value may be used to identify information about the session partner LU in a table of information about remote LUs. Such a table is not defined in this document. If a table of remote LU information is not implemented, or if the table is implemented but it does not contain information about the partner LU for a particular session (as for dependent LU-LU sessions) then this object will have a value of zero. |
| OCT snaLuSessnSenseData | 1.3.6.1.2.1.34.1.2.3.1.12 | OCTET STRING | read-only | The value identifies the sense code when there is a BIND failure. It is taken from the negative BIND response or UNBIND request. This is displayed as 8 hexadecimal digits. |
| INT snaLuSessnSndPacingSize | 1.3.6.1.2.1.34.1.2.3.1.7 | INTEGER | read-only | The size of the send pacing window on this session. |
| snaLuSessnStatsEntry | 1.3.6.1.2.1.34.1.2.4.1 | not-accessible | Contains statistics information for an LU session. Each entry is created by the Agent. Objects in this table have read-only access. Each session from snaLuSessnTable has one entry in this table. | |
| C32 snaLuSessnStatsReceivedBytes | 1.3.6.1.2.1.34.1.2.4.1.2 | Counter32 | read-only | The number of bytes received by the local LU. |
| C32 snaLuSessnStatsReceivedNegativeResps | 1.3.6.1.2.1.34.1.2.4.1.6 | Counter32 | read-only | The number of negative responses received by the local LU. |
| C32 snaLuSessnStatsReceivedRus | 1.3.6.1.2.1.34.1.2.4.1.4 | Counter32 | read-only | The number of RUs received by the local LU. |
| C32 snaLuSessnStatsSentBytes | 1.3.6.1.2.1.34.1.2.4.1.1 | Counter32 | read-only | The number of bytes sent by the local LU. |
| C32 snaLuSessnStatsSentNegativeResps | 1.3.6.1.2.1.34.1.2.4.1.5 | Counter32 | read-only | The number of negative responses sent by the local LU. |
| C32 snaLuSessnStatsSentRus | 1.3.6.1.2.1.34.1.2.4.1.3 | Counter32 | read-only | The number of RUs sent by the local LU. |
| snaLuSessnStatsTable | 1.3.6.1.2.1.34.1.2.4 | not-accessible | This table contains dynamic statistics information relating to LU sessions. The entries in this table augment the entries in the snaLuSessnTable and cannot be created by a Management Station. | |
| snaLuSessnTable | 1.3.6.1.2.1.34.1.2.3 | not-accessible | This is a table containing objects which describe the operational state of LU sessions. Only objects which are common to all types of LU sessions are included in this table. When a session's snaLuSessnOperState value changes to 'pendingBind (2)', then the corresponding entry in the session table is created by the Agent. When the session's snaLuSessnOperState value changes to 'unbound (1)', then the session will be removed from the session table by the Agent. | |
| INT snaLuSessnTerminationRu | 1.3.6.1.2.1.34.1.2.3.1.13 | INTEGER | read-only | The value identifies the SNA RU that terminated the session. If the session is not in the unbound state, this object has a value of 'other (1)'. |
| OCT snaLuSessnUnbindType | 1.3.6.1.2.1.34.1.2.3.1.14 | OCTET STRING | read-only | If the session is in the unbound state, and it was terminated by an UNBIND, then this object contains the UNBIND type value (byte 1 of the UNBIND RU); otherwise the string is null. |
| NTF snaLuStateChangeTrap | 1.3.6.1.2.1.34.1.2.5.1 | This trap indicates that the operational state (i.e., snaLuOperState value) of the LU has changed. The value of snaLuOperName indicates the name of the LU. The value of snaLuOperSnaName indicates the SNA name of LU. The value of snaLuOperState indicates the current state after change. | ||
| snaLuTraps | 1.3.6.1.2.1.34.1.2.5 | |||
| snaMgtTools | 1.3.6.1.2.1.34.1.3 | |||
| snaMgtToolsRtmGroup | 1.3.6.1.2.1.34.2.2.5 | A collection of objects providing the instrumentation of RTM for SNA LU 2.0. | ||
| snanauCompliance | 1.3.6.1.2.1.34.2.1.1 | The compliance statement for the SNMPv2 entities which implement the snanau MIB. | ||
| snanauCompliances | 1.3.6.1.2.1.34.2.1 | |||
| snanauConformance | 1.3.6.1.2.1.34.2 | |||
| snanauGroups | 1.3.6.1.2.1.34.2.2 | |||
| snanauMIB | 1.3.6.1.2.1.34 | This is the MIB module for objects used to manage SNA devices. | ||
| snanauObjects | 1.3.6.1.2.1.34.1 | |||
| snaNode | 1.3.6.1.2.1.34.1.1 | |||
| NTF snaNodeActFailTrap | 1.3.6.1.2.1.34.1.1.10.2 | This trap indicates a Node activation failure. The value of snaNodeOperState indicates the current state after the activation attempt. The value of snaNodeOperActFailureReason indicates the failure reason. | ||
| STR snaNodeAdminBlockNum | 1.3.6.1.2.1.34.1.1.1.1.5 | DisplayString | read-create | The value indicates the block number for this Node instance. It is the first 3 hexadecimal digits of the SNA Node id. A write operation to this object will not change the operational value reflected in snaNodeOperBlockNum until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| INT snaNodeAdminEnablingMethod | 1.3.6.1.2.1.34.1.1.1.1.7 | INTEGER | read-create | The value indicates how the Node should be activated for the first time. The values have the following meanings: other (1) - may be used for proprietary methods not listed in this enumeration, startup (2) - at SNA services' initialization time (this is the default), demand (3) - only when LU is requested by application, or onlyMS (4) - by a Management Station only. A write operation to this object may immediately change the operational value reflected in snaNodeOperEnablingMethod depending on the Agent implementation. If the Agent implementation accepts immediate changes, then the behavior of the Node changes immediately and not only after the next system startup of the SNA services. An immediate change may only apply when the current value 'demand (3)' is changed to 'onlyMS (4)' and vice versa. |
| snaNodeAdminEntry | 1.3.6.1.2.1.34.1.1.1.1 | not-accessible | An entry contains the configuration parameters for one SNA Node instance. The objects in the entry have read-create access. An entry can be created, modified or deleted. The object snaNodeAdminRowStatus is used (i.e., set) to create or delete a row entry. | |
| STR snaNodeAdminHostDescription | 1.3.6.1.2.1.34.1.1.1.1.10 | DisplayString | read-create | The value identifies the remote host associated with this Node. Since SSCP Id's may not be unique across hosts, the host description is required to uniquely identify the SSCP. This object is only applicable to PU2.0 type Nodes. If the remote host is unknown, then the value is the null string. A write operation to this object may immediately change the operational value reflected in snaNodeOperHostDescription depending on the Agent implementation. |
| STR snaNodeAdminIdNum | 1.3.6.1.2.1.34.1.1.1.1.6 | DisplayString | read-create | The value indicates the ID number for this Node instance. This is the last 5 hexadecimal digits of the SNA Node id. A write operation to this object will not change the operational value reflected in snaNodeOperIdNum until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| I32 snaNodeAdminIndex | 1.3.6.1.2.1.34.1.1.1.1.1 | Integer32 | not-accessible | Index used to uniquely identify each Node instance. If an Agent creates the entry, then it will assign this number otherwise a Management Station generates a random number when it reserves the entry for creation. |
| INT snaNodeAdminLuTermDefault | 1.3.6.1.2.1.34.1.1.1.1.8 | INTEGER | read-create | The value indicates the desired default method used to deactivate LUs for this Node For LU6.2s, 'unbind(1)' is the only valid value. unbind(1) - terminate the LU-LU session by sending an SNA UNBIND request. termself(2) - terminate the LU-LU session by sending an SNA TERM-SELF (Terminate Self) request on the SSCP-LU session. The SSCP will inform the remote session LU partner to send an UNBIND request to terminate the session. rshutd(3) - terminate the LU-LU session by sending an SNA RSHUTD (Request ShutDown) request to the remote session LU partner. The remote LU will then send an UNBIND request to terminate the session. poweroff(4) - terminate the LU-LU session by sending either an SNA LUSTAT (LU Status) request on the LU-LU session or an SNA NOTIFY request on the SSCP-LU session indicating that the LU has been powered off. Sending both is also acceptable. The result should be that the remote session LU partner will send an UNBIND to terminate the session. The default behavior indicated by the value of this object may be overridden for an LU instance. The override is performed by setting the snaLuAdminTerm object instance in the snaLuAdminTable to the desired value. A write operation to this object may immediately change the operational value reflected in snaNodeOperLuTermDefault depending on the Agent implementation. |
| I32 snaNodeAdminMaxLu | 1.3.6.1.2.1.34.1.1.1.1.9 | Integer32 | read-create | The maximum number of LUs that may be activated for this Node. For PU2.1, this object refers to the number of dependent LUs. A write operation to this object will not change the operational value reflected in snaNodeOperMaxLu until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| STR snaNodeAdminName | 1.3.6.1.2.1.34.1.1.1.1.2 | DisplayString | read-create | The value indicates the desired name of the Node for use during Node activation. In Type 2.1 networks, this is a fully-qualified name, meaning that the Node name is preceded by the NetId (if present) with a period as the delimiter. A write operation to this object will not change the operational value reflected in snaNodeOperName until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| ROW snaNodeAdminRowStatus | 1.3.6.1.2.1.34.1.1.1.1.13 | RowStatus | read-create | This object is used by a Management Station to create or delete the row entry in the snaNodeAdminTable following the RowStatus textual convention. Upon successful creation of the row, an Agent automatically creates a corresponding entry in the snaNodeOperTable with snaNodeOperState equal to 'inactive (1)'. Row deletion can be Management Station or Agent initiated: (a) The Management Station can set the value to 'destroy (6)' only when the value of snaNodeOperState of this Node instance is 'inactive (1)'. The Agent will then delete the rows corresponding to this Node instance from the snaNodeAdminTable and the snaNodeOperTable. (b) The Agent detects that a row is in the 'notReady (3)' state for greater than a default period of 5 minutes. (c) All rows with the snaNodeAdminRowStatus object's value of 'notReady (3)' will be removed upon the next initialization of the SNA services. |
| INT snaNodeAdminState | 1.3.6.1.2.1.34.1.1.1.1.12 | INTEGER | read-create | The value indicates the desired operational state of the SNA Node. This object is used by the Management Station to activate or deactivate the Node. If the current value in snaNodeOperState is 'active (2)', then setting this object to 'inactive (1)' will initiate the Node shutdown process using the method indicated by snaNodeOperStopMethod. If the current value in snaNodeOperState is 'inactive (1)', then setting this object to 'active (2)' will initiate the Node's activation. A Management Station can always set this object to 'active (2)' irrespective of the value in the snaOperEnablingMethod. |
| INT snaNodeAdminStopMethod | 1.3.6.1.2.1.34.1.1.1.1.11 | INTEGER | read-create | The value indicates the desired method to be used by the Agent to stop a Node (i.e., change the Node's operational state to inactive(1) ). The values have the following meaning: other (1) - used for proprietary methods not listed in this enumeration. normal(2) - deactivate only when there is no more activity on this Node (i.e., all data flows have been completed and all sessions have been terminated). immed(3) - deactivate immediately regardless of current activities on this Node. Wait for deactivation responses (from remote Node) before changing the Node state to inactive. force(4) - deactivate immediately regardless of current activities on this Node. Do not wait for deactivation responses (from remote Node) before changing the Node state to inactive. A write operation to this object may immediately change the operational value reflected in snaNodeOperStopMethod depending on the Agent implementation. |
| snaNodeAdminTable | 1.3.6.1.2.1.34.1.1.1 | not-accessible | This table contains objects which describe the configuration parameters for an SNA Node. Link specific configuration objects are contained in a separate MIB module (e.g., SNA DLC MIB) corresponding to the link type. The table snaNodeAdminLinkTable contains objects which identify the relationship between node instances and link instances. The entries (i.e., rows) in this table can be created by either an Agent or a Management Station. The Management Station can do this through setting the appropriate value in the snaNodeAdminRowStatus. The snaNodeAdminRowStatus object describes the status of an entry and is used to change the status of an entry. The entry is deleted by an Agent based on the value of the snaNodeAdminRowStatus. The snaNodeAdminState object describes the desired operational state of a Node and is used to change the operational state of a Node. For example, such information may be obtained from a configuration file. How an Agent or a Management Station obtains the initial value of each object at creation time is an implementation specific issue. For each entry in this table, there is a corresponding entry in the snaNodeOperTable. While the objects in this table describe the desired or configured operational values of the SNA Node, the actual runtime values are contained in snaNodeOperTable. | |
| TIM snaNodeAdminTableLastChange | 1.3.6.1.2.1.34.1.1.2 | TimeStamp | read-only | The value indicates the timestamp (e.g., the Agent's sysUpTime value) of the last change made to any object in the snaNodeAdminTable, including row deletions/additions (e.g., changes to snaNodeAdminRowStatus values). This object can be used to reduce frequent retrievals of the snaNodeAdminTable by a Management Station. It is expected that a Management Station will periodically poll this object and compare its current value with the previous one. A difference indicates that some Node configuration information has been changed. Only then will the Management Station retrieve the entire table. |
| INT snaNodeAdminType | 1.3.6.1.2.1.34.1.1.1.1.3 | INTEGER | read-create | The value indicates the type of SNA Node. A write operation to this object will not change the operational value reflected in snaNodeOperType until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| INT snaNodeAdminXidFormat | 1.3.6.1.2.1.34.1.1.1.1.4 | INTEGER | read-create | The value indicates the type of XID format used for this Node. Note that there is no format type 2. A write operation to this object will not change the operational value reflected in snaNodeOperAdminXidFormat until the Node has been re-activated (e.g., after the next initialization of the SNA services). |
| snaNodeGroup | 1.3.6.1.2.1.34.2.2.1 | A collection of objects providing the instrumentation of SNA nodes. | ||
| snaNodeLinkAdminEntry | 1.3.6.1.2.1.34.1.1.6.1 | not-accessible | Entry contains the configuration information that associates a Node instance to one link instance. The objects in the entry have read-create access. Entry can be created, modified or deleted. The object snaNodeLinkAdminRowStatus is used (set) to create or delete an entry. The object snaNodeLinkAdminSpecific can be set later, after the entry has been created. | |
| I32 snaNodeLinkAdminIndex | 1.3.6.1.2.1.34.1.1.6.1.1 | Integer32 | not-accessible | This value is used to index the instances of objects. If an Agent creates the entry, then it will assign this number otherwise a Management Station generates a random number when it reserves the entry for creation. |
| I32 snaNodeLinkAdminMaxPiu | 1.3.6.1.2.1.34.1.1.6.1.3 | Integer32 | read-create | This value identifies the maximum number of octets that can be exchanged by this Node in one Path Information Unit (PIU). |
| ROW snaNodeLinkAdminRowStatus | 1.3.6.1.2.1.34.1.1.6.1.4 | RowStatus | read-create | This object is used by a Management Station to create or delete the row entry in the snaNodeLinkAdminTable. To activate a row, a Management Station sets the value to 'active (1)' or 'notReady (3)'. Upon successful creation of the row, the Agent automatically creates a corresponding entry in the snaNodeLinkOperTable. Row deletion can be Management Station or Agent initiated: (a) The Management Station can set the value to 'destroy (6)' only when the value of snaNodeLinkOperState of this Link instance is 'inactive (1)'. The Agent will then delete the row corresponding to this Link instance from snaNodeLinkOperTable and from snaNodeLinkAdminTable. (b) The Agent detects that a row is in the 'notReady (3)' state for greater than a default period of 5 minutes. (c) The Agent will not include a row with RowStatus= 'notReady (3)', after SNA system re-initialization (e.g., reboot). |
| NUM snaNodeLinkAdminSpecific | 1.3.6.1.2.1.34.1.1.6.1.2 | InstancePointer | read-create | This value points to the row in the table containing information on the link instance. (e.g., the sdlcLSAdminTable of the SNA DLC MIB module). |
| snaNodeLinkAdminTable | 1.3.6.1.2.1.34.1.1.6 | not-accessible | This table contains the references to link specific tables. If a Node is configured for multiple links, then the Node will have multiple entries in this table. The entries in this table can be generated initially, after initialization of SNA service, by the Agent which uses information from Node configuration file. Subsequent modifications of parameters, creation of new Nodes link entries and deletion of entries is possible. The modification to this table can be saved in the Node configuration file for the next initialization of SNA service, but the mechanism for this function is not defined here. | |
| TIM snaNodeLinkAdminTableLastChange | 1.3.6.1.2.1.34.1.1.7 | TimeStamp | read-only | The timestamp (e.g., the Agent's sysUpTime value) at the last change made to any object in the snaNodeLinkAdminTable, including row deletions/additions (i.e., changes to the snaNodeLinkAdminRowStatus object). This object can be used to reduce frequent retrievals of the snaNodeLinkAdminTable by a Management Station. It is expected that a Management Station will periodically poll this object and compare its current value with the previous one. A difference indicates that some Node operational information has been changed. Only then will the Management Station retrieve the entire table. |
| snaNodeLinkOperEntry | 1.3.6.1.2.1.34.1.1.8.1 | not-accessible | Entry contains all current parameters for one Node link. The objects in the entry have read-only access. | |
| I32 snaNodeLinkOperMaxPiu | 1.3.6.1.2.1.34.1.1.8.1.2 | Integer32 | read-only | Maximum number of octets that can be exchanged by this Node in one Path Information Unit (PIU). |
| NUM snaNodeLinkOperSpecific | 1.3.6.1.2.1.34.1.1.8.1.1 | InstancePointer | read-only | This value points to the row in the table containing information on the link instance. (e.g., the sdlcLSOperTable of the SNA DLC MIB module). |
| snaNodeLinkOperTable | 1.3.6.1.2.1.34.1.1.8 | not-accessible | This table contains all references to link specific tables for operational parameters. If a Node is configured for multiple links, then the Node will have multiple entries in this table. This table augments the snaNodeLinkAdminTable. | |
| TIM snaNodeLinkOperTableLastChange | 1.3.6.1.2.1.34.1.1.9 | TimeStamp | read-only | The timestamp of the last change made to any object in the snaNodeLinkOperTable, including row deletions/additions. This object can be used to reduce frequent retrievals of the snaNodeLinkOperTable by a Management Station. It is expected that a Management Station will periodically poll this object and compare its current value with the previous one. A difference indicates that some Node operational information has been changed. Only then will the Management Station retrieve the entire table. |
| INT snaNodeOperActFailureReason | 1.3.6.1.2.1.34.1.1.3.1.16 | INTEGER | read-only | The value indicates the reason for the activation failure. The value 'other (1)' indicates a reason not listed in the enumeration. This object will be sent in the trap snaNodeActFailTrap. |
| C32 snaNodeOperActFailuresEx | 1.3.6.1.2.1.34.1.1.3.1.15 | Counter32 | read-only | This value identifies the number of failed Node activation attempts. |
| STR snaNodeOperBlockNum | 1.3.6.1.2.1.34.1.1.3.1.4 | DisplayString | read-only | The value identifies the block number for this Node instance. It is the first 3 hexadecimal digits of the SNA Node id. |
| INT snaNodeOperEnablingMethod | 1.3.6.1.2.1.34.1.1.3.1.6 | INTEGER | read-only | The value indicates how the Node is activated for the first time. The values have the following meanings: other (1) - not at boot time, LU activation or by a Management Station; startup (2) - at SNA services' initialization time (this is the default), demand (3) - only when LU is requested by application, onlyMS (4) - by a network Management Station only. |
| snaNodeOperEntry | 1.3.6.1.2.1.34.1.1.3.1 | not-accessible | The entry contains parameters which describe the state of one Node. The entries are created by the Agent. They have read-only access. | |
| STR snaNodeOperHostDescription | 1.3.6.1.2.1.34.1.1.3.1.9 | DisplayString | read-only | This value identifies the remote host currently associated with this Node. Since SSCP Id's may not be unique across hosts, the host description is required to uniquely identify the SSCP. |
| OCT snaNodeOperHostSscpId | 1.3.6.1.2.1.34.1.1.3.1.12 | OCTET STRING | read-only | This value identifies the current SSCP Id associated with the Node. This object is only applicable to PU 2.0s. If the Node is not a PU 2.0 type, then this object contains a zero length string. |
| STR snaNodeOperIdNum | 1.3.6.1.2.1.34.1.1.3.1.5 | DisplayString | read-only | The value identifies the ID number for this Node instance. This is the last 5 hexadecimal digits of the SNA Node id. |
| TIM snaNodeOperLastStateChange | 1.3.6.1.2.1.34.1.1.3.1.14 | TimeStamp | read-only | The timestamp (e.g., the Agent's sysUpTime value) at the last state change of the Node. |
| INT snaNodeOperLuTermDefault | 1.3.6.1.2.1.34.1.1.3.1.7 | INTEGER | read-only | The value identifies the default method used to deactivate LUs for this Node. For LU6.2s, 'unbind(1)' is the only valid value. unbind(1) - terminate the LU-LU session by sending an SNA UNBIND request. termself(2) - terminate the LU-LU session by sending an SNA TERM-SELF (Terminate Self) request on the SSCP-LU session. The SSCP will inform the remote session LU partner to send an UNBIND request to terminate the session. rshutd(3) - terminate the LU-LU session by sending an SNA RSHUTD (Request ShutDown) request to the remote session LU partner. The remote LU will then send an UNBIND request to terminate the session. poweroff(4) - terminate the LU-LU session by sending either an SNA LUSTAT (LU Status) request on the LU-LU session or an SNA NOTIFY request on the SSCP-LU session indicating that the LU has been powered off. Sending both is also acceptable. The result should be that the remote session LU partner will send an UNBIND to terminate the session. This object describes the default behavior for this Node; however, it is possible that for a specific LU the behavior indicated by the snaLuOperTerm object is different. |
| I32 snaNodeOperMaxLu | 1.3.6.1.2.1.34.1.1.3.1.8 | Integer32 | read-only | This value identifies the current, maximum number of LUs that are activated for this Node. For PU2.1, this object refers to the number of dependent LUs. |
| STR snaNodeOperName | 1.3.6.1.2.1.34.1.1.3.1.1 | DisplayString | read-only | The value identifies the current name of the Node. In Type 2.1 networks, this is a fully-qualified name, meaning that the Node name is preceded by the NetId (if present) with a period as the delimiter. |
| TIM snaNodeOperStartTime | 1.3.6.1.2.1.34.1.1.3.1.13 | TimeStamp | read-only | The timestamp (e.g, the Agent's sysUpTime value) at the Node activation. |
| INT snaNodeOperState | 1.3.6.1.2.1.34.1.1.3.1.11 | INTEGER | read-only | The current state of the Node. The values have the following meanings: inactive (1), a row representing the Node has been created in the AdminTable and, the Node is ready for activation -or- an active Node has been stopped -or- a waiting Node has returned to the inactive state. waiting (3), a request to have the Node activated has been issued, and the Node is pending activation. active (2), the Node is ready and operating. stopping (4), the request to stop the Node has been issued while the StopMethod normal or immediate is used. |
| INT snaNodeOperStopMethod | 1.3.6.1.2.1.34.1.1.3.1.10 | INTEGER | read-only | This value identifies the current Node shutdown method to be used by the Agent to stop the Node. When the Agent changes the Node's state to 'inactive (1)', the Agent must use the shutdown method indicated by this object. The values have the following meaning: other (1) - proprietary method not listed in this enumeration normal(2) - deactivate only when there is no more activity on this Node (i.e., all data flows have been completed and all sessions have been terminated). immed(3) - deactivate immediately regardless of current activities on this Node. Wait for deactivation responses (from remote Node) before changing the Node state to inactive. force(4) - deactivate immediately regardless of current activities on this Node. Do not wait for deactivation responses (from remote Node) before changing the Node state to inactive. Note that a write operation to snaNodeAdminOperStopMethod may immediately change the value of snaNodeOperStopMethod depending on the Agent implementation. |
| snaNodeOperTable | 1.3.6.1.2.1.34.1.1.3 | not-accessible | This table contains the dynamic parameters which have read-only access. These objects reflect the actual status of the Node. The entries in this table cannot be created or modified by a Management Station. This table augments the snaNodeAdminTable. | |
| TIM snaNodeOperTableLastChange | 1.3.6.1.2.1.34.1.1.4 | TimeStamp | read-only | The timestamp (e.g., the Agent's sysUpTime value) at the last change made to any object in the snaNodeOperTable, including row deletions/additions made as a result of changes to the snaNodeAdminRowStatus object. This object can be used to reduce frequent retrievals of the snaNodeOperTable by a Management Station. It is expected that a Management Station will periodically poll this object and compare its current value with the previous one. A difference indicates that some Node operational information has been changed. Only then will the Management Station retrieve the entire table. |
| INT snaNodeOperType | 1.3.6.1.2.1.34.1.1.3.1.2 | INTEGER | read-only | The value identifies the current type of the Node. |
| INT snaNodeOperXidFormat | 1.3.6.1.2.1.34.1.1.3.1.3 | INTEGER | read-only | The value identifies the type of XID format currently used for this Node. Note that there is no format type 2. |
| NTF snaNodeStateChangeTrap | 1.3.6.1.2.1.34.1.1.10.1 | This trap indicates that the operational state (i.e., value of the snaNodeOperState object) of a Node has changed. The following variables are returned: snaNodeOperName - current name of the Node, with the instance identifying the Node; and, snaNodeOperState - current state after the change. | ||
| snaNodeTraps | 1.3.6.1.2.1.34.1.1.10 | |||
| snaPu20Group | 1.3.6.1.2.1.34.2.2.4 | A collection of objects providing the instrumentation of PU 2.0. | ||
| G32 snaPu20StatsActLus | 1.3.6.1.2.1.34.1.1.5.1.7 | Gauge32 | read-only | The number of LUs on this PU which have received and responded to ACTLU from the host. |
| G32 snaPu20StatsBindLus | 1.3.6.1.2.1.34.1.1.5.1.9 | Gauge32 | read-only | The number of LUs on this PU which have received and acknowledged a BIND request from the host. |
| snaPu20StatsEntry | 1.3.6.1.2.1.34.1.1.5.1 | not-accessible | The entry contains parameters which describe the statistics for one PU 2.0. They have read-only access. The counters represent traffic for all kinds of sessions: LU-LU, SSCP-PU, SSCP-LU. Each Node of PU Type 2.0 from the snaNodeAdminTable has one entry in this table and the index used here has the same value as snaNodeAdminIndex of that PU. The entry is created by the Agent. | |
| G32 snaPu20StatsInActLus | 1.3.6.1.2.1.34.1.1.5.1.8 | Gauge32 | read-only | The number of LUs on this PU which have not received an ACTLU from the host. This is possible if the number of configured LUs exceeds that on the host. |
| C32 snaPu20StatsReceivedBytes | 1.3.6.1.2.1.34.1.1.5.1.2 | Counter32 | read-only | The number of bytes received by this Node. |
| C32 snaPu20StatsReceivedNegativeResps | 1.3.6.1.2.1.34.1.1.5.1.6 | Counter32 | read-only | The number of negative responses received by this Node. |
| C32 snaPu20StatsReceivedPius | 1.3.6.1.2.1.34.1.1.5.1.4 | Counter32 | read-only | The number of PIUs received by this Node. |
| C32 snaPu20StatsSentBytes | 1.3.6.1.2.1.34.1.1.5.1.1 | Counter32 | read-only | The number of bytes sent by this Node. |
| C32 snaPu20StatsSentNegativeResps | 1.3.6.1.2.1.34.1.1.5.1.5 | Counter32 | read-only | The number of negative responses sent by this Node. |
| C32 snaPu20StatsSentPius | 1.3.6.1.2.1.34.1.1.5.1.3 | Counter32 | read-only | The number of PIUs sent by this Node. |
| snaPu20StatsTable | 1.3.6.1.2.1.34.1.1.5 | not-accessible | This table contains the dynamic parameters which have read-only access. The entries in this table correspond to PU 2.0 entries in the snaNodeOperTable and cannot be created by a Management Station. | |
| snaSessionGroup | 1.3.6.1.2.1.34.2.2.3 | A collection of objects providing the instrumentation of SNA sessions. |
RFC description
MIB for managing SNA network devices including PU types 1.0, 2.0, 2.1 and LU types 0-7 and 6.2.
Start monitoring vendor-neutral, standards-based MIB, SNA gateway/controller or communication server (PU/LU node status/fault traps) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.