ISCSI-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: ISCSI-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).
|
|||
Object Name | OID | Type | Access | Info |
iscsiMibModule | 1.3.6.1.2.1.142 |
This module defines management information specific to the iSCSI protocol. Copyright (c) 2014 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). |
||
iscsiNotifications | 1.3.6.1.2.1.142.0 | |||
iscsiTgtLoginFailure | 1.3.6.1.2.1.142.0.1 |
Sent when a login is failed by a target. To avoid sending an excessive number of notifications due to multiple errors counted, an SNMP agent implementing this notification SHOULD NOT send more than 3 notifications of this type in any 10-second time period. |
||
iscsiIntrLoginFailure | 1.3.6.1.2.1.142.0.2 |
Sent when a login is failed by an initiator. To avoid sending an excessive number of notifications due to multiple errors counted, an SNMP agent implementing this notification SHOULD NOT send more than 3 notifications of this type in any 10-second time period. |
||
iscsiInstSessionFailure | 1.3.6.1.2.1.142.0.3 |
Sent when an active session is failed by either the initiator or the target. To avoid sending an excessive number of notifications due to multiple errors counted, an SNMP agent implementing this notification SHOULD NOT send more than 3 notifications of this type in any 10-second time period. |
||
iscsiObjects | 1.3.6.1.2.1.142.1 | |||
iscsiInstance | 1.3.6.1.2.1.142.1.1 | |||
iscsiInstanceAttributesTable | 1.3.6.1.2.1.142.1.1.1 | no-access |
A list of iSCSI instances present on the system. |
|
1.3.6.1.2.1.142.1.1.1.1 | no-access |
An entry (row) containing management information applicable to a particular iSCSI instance. |
||
iscsiInstIndex | 1.3.6.1.2.1.142.1.1.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular iSCSI instance. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots. |
iscsiInstDescr | 1.3.6.1.2.1.142.1.1.1.1.2 | snmpadminstring | read-only |
A UTF-8 string, determined by the implementation to describe the iSCSI instance. When only a single instance is present, this object may be set to the zero-length string; with multiple iSCSI instances, it may be used in an implementation-dependent manner to describe the purpose of the respective instance. |
iscsiInstVersionMin | 1.3.6.1.2.1.142.1.1.1.1.3 | unsigned32 | read-only |
The minimum version number of the iSCSI specification such that this iSCSI instance supports this minimum value, the maximum value indicated by the corresponding instance in iscsiInstVersionMax, and all versions in between. |
iscsiInstVersionMax | 1.3.6.1.2.1.142.1.1.1.1.4 | unsigned32 | read-only |
The maximum version number of the iSCSI specification such that this iSCSI instance supports this maximum value, the minimum value indicated by the corresponding instance in iscsiInstVersionMin, and all versions in between. |
iscsiInstVendorID | 1.3.6.1.2.1.142.1.1.1.1.5 | snmpadminstring | read-only |
A UTF-8 string describing the manufacturer of the implementation of this instance. |
iscsiInstVendorVersion | 1.3.6.1.2.1.142.1.1.1.1.6 | snmpadminstring | read-only |
A UTF-8 string set by the manufacturer describing the version of the implementation of this instance. The format of this string is determined solely by the manufacturer; the string is for informational purposes only. It is unrelated to the iSCSI specification version numbers. |
iscsiInstPortalNumber | 1.3.6.1.2.1.142.1.1.1.1.7 | unsigned32 | read-only |
The number of rows in the iscsiPortalAttributesTable that are currently associated with this iSCSI instance. |
iscsiInstNodeNumber | 1.3.6.1.2.1.142.1.1.1.1.8 | unsigned32 | read-only |
The number of rows in the iscsiNodeAttributesTable that are currently associated with this iSCSI instance. |
iscsiInstSessionNumber | 1.3.6.1.2.1.142.1.1.1.1.9 | unsigned32 | read-only |
The number of rows in the iscsiSessionAttributesTable that are currently associated with this iSCSI instance. |
iscsiInstSsnFailures | 1.3.6.1.2.1.142.1.1.1.1.10 | counter32 | read-only |
This object counts the number of times a session belonging to this instance has failed. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiInstDiscontinuityTime. |
iscsiInstLastSsnFailureType | 1.3.6.1.2.1.142.1.1.1.1.11 | autonomoustype | read-only |
The counter object in the iscsiInstanceSsnErrorStatsTable that was incremented when the last session failure occurred. If the reason for failure is not found in the iscsiInstanceSsnErrorStatsTable, the value { 0.0 } is used instead. |
iscsiInstLastSsnRmtNodeName | 1.3.6.1.2.1.142.1.1.1.1.12 | iscsiname | read-only |
The iSCSI name of the remote node from the failed session. |
iscsiInstDiscontinuityTime | 1.3.6.1.2.1.142.1.1.1.1.13 | timestamp | read-only |
The value of SysUpTime on the most recent occasion at which any one or more of this instance's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. |
iscsiInstXNodeArchitecture | 1.3.6.1.2.1.142.1.1.1.1.14 | snmpadminstring | read-only |
A UTF-8 string set by the manufacturer declaring the details of its iSCSI node architecture to the remote endpoint. These details may include, but are not limited to, iSCSI vendor software, firmware, or hardware versions, the OS version, or hardware architecture. The format of this string is determined solely by the manufacturer; the string is for informational purposes only. It is unrelated to the iSCSI specification version numbers. |
iscsiInstanceSsnErrorStatsTable | 1.3.6.1.2.1.142.1.1.2 | no-access |
Statistics regarding the occurrences of error types that result in a session failure. |
|
1.3.6.1.2.1.142.1.1.2.1 | no-access |
An entry (row) containing management information applicable to a particular iSCSI instance. |
||
iscsiInstSsnDigestErrors | 1.3.6.1.2.1.142.1.1.2.1.1 | counter32 | read-only |
The count of sessions that failed due to receipt of a PDU containing header or data digest errors. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiInstDiscontinuityTime. |
iscsiInstSsnCxnTimeoutErrors | 1.3.6.1.2.1.142.1.1.2.1.2 | counter32 | read-only |
The count of sessions that failed due to a sequence exceeding a time limit. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiInstDiscontinuityTime. |
iscsiInstSsnFormatErrors | 1.3.6.1.2.1.142.1.1.2.1.3 | counter32 | read-only |
The count of sessions that failed due to receipt of a PDU that contained a format error. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiInstDiscontinuityTime. |
iscsiInstSsnTgtUnmappedErrors | 1.3.6.1.2.1.142.1.1.2.1.4 | counter32 | read-only |
The count of sessions that failed due to the target becoming unmapped. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiInstDiscontinuityTime. |
iscsiPortal | 1.3.6.1.2.1.142.1.2 | |||
iscsiPortalAttributesTable | 1.3.6.1.2.1.142.1.2.1 | no-access |
A list of transport endpoints (using TCP or another transport protocol) used by this iSCSI instance. An iSCSI instance may use a portal to listen for incoming connections to its targets, to initiate connections to other targets, or both. |
|
1.3.6.1.2.1.142.1.2.1.1 | no-access |
An entry (row) containing management information applicable to a particular portal instance. |
||
iscsiPortalIndex | 1.3.6.1.2.1.142.1.2.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular transport endpoint within this iSCSI instance. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots. |
iscsiPortalRowStatus | 1.3.6.1.2.1.142.1.2.1.1.2 | rowstatus | read-only |
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. When the value of this object is 'active', the values of the other objects in this table cannot be changed. Rows may be discarded using RowStatus. Note that creating a row in this table will typically cause the agent to create one or more rows in the iscsiTgtPortalAttributesTable and/or the iscsiIntrPortalAttributesTable. |
iscsiPortalRoles | 1.3.6.1.2.1.142.1.2.1.1.3 | bits | read-only |
A portal can operate in one or both of two roles: as a target portal and/or an initiator portal. If the portal will operate in both roles, both bits must be set. This object will define a corresponding row that will exist or must be created in the iscsiTgtPortalAttributesTable, the iscsiIntrPortalAttributesTable, or both. If the targetTypePortal bit is set, one or more corresponding iscsiTgtPortalAttributesEntry rows will be found or created. If the initiatorTypePortal bit is set, one or more corresponding iscsiIntrPortalAttributesEntry rows will be found or created. If both bits are set, one or more corresponding rows will be found or created in one of the above tables. Bits: 'targetTypePortal': 0, 'initiatorTypePortal': 1. |
iscsiPortalAddrType | 1.3.6.1.2.1.142.1.2.1.1.4 | inetaddresstype | read-only |
The type of Internet Network Address contained in the corresponding instance of the iscsiPortalAddr. |
iscsiPortalAddr | 1.3.6.1.2.1.142.1.2.1.1.5 | inetaddress | read-only |
The portal's Internet Network Address, of the type specified by the object iscsiPortalAddrType. If iscsiPortalAddrType has the value 'dns', this address gets resolved to an IP address whenever a new iSCSI connection is established using this portal. |
iscsiPortalProtocol | 1.3.6.1.2.1.142.1.2.1.1.6 | iscsitransportprotocol | read-only |
The portal's transport protocol. |
iscsiPortalMaxRecvDataSegLength | 1.3.6.1.2.1.142.1.2.1.1.7 | unsigned32 | read-only |
The maximum PDU length this portal can receive. This may be constrained by hardware characteristics, and individual implementations may choose not to allow this object to be changed. |
iscsiPortalPrimaryHdrDigest | 1.3.6.1.2.1.142.1.2.1.1.8 | iscsidigestmethod | read-only |
The preferred header digest for this portal. |
iscsiPortalPrimaryDataDigest | 1.3.6.1.2.1.142.1.2.1.1.9 | iscsidigestmethod | read-only |
The preferred data digest method for this portal. |
iscsiPortalSecondaryHdrDigest | 1.3.6.1.2.1.142.1.2.1.1.10 | iscsidigestmethod | read-only |
An alternate header digest preference for this portal. |
iscsiPortalSecondaryDataDigest | 1.3.6.1.2.1.142.1.2.1.1.11 | iscsidigestmethod | read-only |
An alternate data digest preference for this portal. |
iscsiPortalRecvMarker | 1.3.6.1.2.1.142.1.2.1.1.12 | truthvalue | read-only |
This object indicates whether or not this portal will request markers in its incoming data stream. |
iscsiPortalStorageType | 1.3.6.1.2.1.142.1.2.1.1.13 | storagetype | read-only |
The storage type for this row. Rows in this table that were created through an external process (e.g., not created via this MIB) may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row. |
iscsiPortalDescr | 1.3.6.1.2.1.142.1.2.1.1.14 | snmpadminstring | read-only |
A UTF-8 string, determined by the implementation to describe the iSCSI portal. When only a single instance is present, this object may be set to the zero-length string; with multiple iSCSI portals, it may be used in an implementation-dependent manner to describe the respective portal, and could include information such as Host Bus Adapter (HBA) model, description, and version, or software driver and version. |
iscsiTargetPortal | 1.3.6.1.2.1.142.1.3 | |||
iscsiTgtPortalAttributesTable | 1.3.6.1.2.1.142.1.3.1 | no-access |
A list of transport endpoints (using TCP or another transport protocol) on which this iSCSI instance listens for incoming connections to its targets. |
|
1.3.6.1.2.1.142.1.3.1.1 | no-access |
An entry (row) containing management information applicable to a particular portal instance that is used to listen for incoming connections to local targets. One or more rows in this table is populated by the agent for each iscsiPortalAttributesEntry row that has the bit targetTypePortal set in its iscsiPortalRoles column. |
||
iscsiTgtPortalNodeIndexOrZero | 1.3.6.1.2.1.142.1.3.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular node within an iSCSI instance present on the local system. For implementations where each {portal, node} tuple can have a different portal tag, this value will map to the iscsiNodeIndex. For implementations where the portal tag is the same for a given portal regardless of which node is using the portal, the value 0 (zero) is used. |
iscsiTgtPortalPort | 1.3.6.1.2.1.142.1.3.1.1.2 | inetportnumber | read-write |
The portal's transport protocol port number on which the portal listens for incoming iSCSI connections when the portal is used as a target portal. This object's storage type is specified in iscsiPortalStorageType. |
iscsiTgtPortalTag | 1.3.6.1.2.1.142.1.3.1.1.3 | unsigned32 | read-write |
The portal's aggregation tag when the portal is used as a target portal. Multiple-connection sessions may be aggregated over portals sharing an identical aggregation tag. This object's storage type is specified in iscsiPortalStorageType. |
iscsiInitiatorPortal | 1.3.6.1.2.1.142.1.4 | |||
iscsiIntrPortalAttributesTable | 1.3.6.1.2.1.142.1.4.1 | no-access |
A list of Internet Network Addresses (using TCP or another transport protocol) from which this iSCSI instance may initiate connections to other targets. |
|
1.3.6.1.2.1.142.1.4.1.1 | no-access |
An entry (row) containing management information applicable to a particular portal instance that is used to initiate connections to iSCSI targets. One or more rows in this table is populated by the agent for each iscsiPortalAttributesEntry row that has the bit initiatorTypePortal set in its iscsiPortalRoles column. |
||
iscsiIntrPortalNodeIndexOrZero | 1.3.6.1.2.1.142.1.4.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular node within an iSCSI instance present on the local system. For implementations where each {portal, node} tuple can have a different portal tag, this value will map to the iscsiNodeIndex. For implementations where the portal tag is the same for a given portal regardless of which node is using the portal, the value 0 (zero) is used. |
iscsiIntrPortalTag | 1.3.6.1.2.1.142.1.4.1.1.2 | unsigned32 | read-write |
The portal's aggregation tag when the portal is used as an initiator portal. Multiple-connection sessions may be aggregated over portals sharing an identical aggregation tag. This object's storage type is specified in iscsiPortalStorageType. |
iscsiNode | 1.3.6.1.2.1.142.1.5 | |||
iscsiNodeAttributesTable | 1.3.6.1.2.1.142.1.5.1 | no-access |
A list of iSCSI nodes belonging to each iSCSI instance present on the local system. An iSCSI node can act as an initiator, a target, or both. |
|
1.3.6.1.2.1.142.1.5.1.1 | no-access |
A conceptual row containing management information applicable to a particular iSCSI node. |
||
iscsiNodeIndex | 1.3.6.1.2.1.142.1.5.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular node within an iSCSI instance. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots. |
iscsiNodeName | 1.3.6.1.2.1.142.1.5.1.1.2 | iscsiname | read-only |
This node's iSCSI name, which is independent of the location of the node, and can be resolved into a set of addresses through various discovery services. |
iscsiNodeAlias | 1.3.6.1.2.1.142.1.5.1.1.3 | snmpadminstring | read-only |
A character string that is a human-readable name or description of the iSCSI node. If configured, this alias may be communicated to the initiator or target node at the remote end of the connection during a Login Request or Response message. This string is not used as an identifier, but it can be displayed by the system's user interface in a list of initiators and/or targets to which it is connected. If no alias exists, the value is a zero-length string. |
iscsiNodeRoles | 1.3.6.1.2.1.142.1.5.1.1.4 | bits | read-only |
A node can operate in one or both of two roles: a target role and/or an initiator role. If the node will operate in both roles, both bits must be set. This object will also define the corresponding rows that will exist in the iscsiTargetAttributesTable, the iscsiInitiatorAttributesTable, or both. If the targetTypeNode bit is set, there will be a corresponding iscsiTargetAttributesEntry. If the initiatorTypeNode bit is set, there will be a corresponding iscsiInitiatorAttributesEntry. If both bits are set, there will be a corresponding iscsiTgtPortalAttributesEntry and iscsiPortalAttributesEntry. Bits: 'initiatorTypeNode': 1, 'targetTypeNode': 0. |
iscsiNodeTransportType | 1.3.6.1.2.1.142.1.5.1.1.5 | rowpointer | read-only |
A pointer to the corresponding row in the appropriate table for this SCSI transport, thereby allowing management stations to locate the SCSI-level device that is represented by this iscsiNode. For example, it will usually point to the corresponding scsiTrnspt object in the SCSI MIB module. If no corresponding row exists, the value 0.0 must be used to indicate this. |
iscsiNodeInitialR2T | 1.3.6.1.2.1.142.1.5.1.1.6 | truthvalue | read-only |
This object indicates the InitialR2T preference for this node: true = YES, false = will try to negotiate NO, will accept YES |
iscsiNodeImmediateData | 1.3.6.1.2.1.142.1.5.1.1.7 | truthvalue | read-write |
This object indicates ImmediateData preference for this node: true = YES (but will accept NO), false = NO |
iscsiNodeMaxOutstandingR2T | 1.3.6.1.2.1.142.1.5.1.1.8 | unsigned32 | read-write |
Maximum number of outstanding requests-to-transmit (R2Ts) allowed per iSCSI task. |
iscsiNodeFirstBurstLength | 1.3.6.1.2.1.142.1.5.1.1.9 | unsigned32 | read-write |
The maximum length (bytes) supported for unsolicited data to/from this node. |
iscsiNodeMaxBurstLength | 1.3.6.1.2.1.142.1.5.1.1.10 | unsigned32 | read-write |
The maximum number of bytes that can be sent within a single sequence of Data-In or Data-Out PDUs. |
iscsiNodeMaxConnections | 1.3.6.1.2.1.142.1.5.1.1.11 | unsigned32 | read-write |
The maximum number of connections allowed in each session to and/or from this node. |
iscsiNodeDataSequenceInOrder | 1.3.6.1.2.1.142.1.5.1.1.12 | truthvalue | read-write |
The DataSequenceInOrder preference of this node. False (=No) indicates that iSCSI data PDU sequences may be transferred in any order. True (=Yes) indicates that data PDU sequences must be transferred using continuously increasing offsets, except during error recovery. |
iscsiNodeDataPDUInOrder | 1.3.6.1.2.1.142.1.5.1.1.13 | truthvalue | read-write |
The DataPDUInOrder preference of this node. False (=No) indicates that iSCSI data PDUs within sequences may be in any order. True (=Yes) indicates that data PDUs within sequences must be at continuously increasing addresses, with no gaps or overlay between PDUs. |
iscsiNodeDefaultTime2Wait | 1.3.6.1.2.1.142.1.5.1.1.14 | unsigned32 | read-write |
The DefaultTime2Wait preference of this node. This is the minimum time, in seconds, to wait before attempting an explicit/implicit logout or active iSCSI task reassignment after an unexpected connection termination or a connection reset. |
iscsiNodeDefaultTime2Retain | 1.3.6.1.2.1.142.1.5.1.1.15 | unsigned32 | read-write |
The DefaultTime2Retain preference of this node. This is the maximum time, in seconds after an initial wait (Time2Wait), before which an active iSCSI task reassignment is still possible after an unexpected connection termination or a connection reset. |
iscsiNodeErrorRecoveryLevel | 1.3.6.1.2.1.142.1.5.1.1.16 | unsigned32 | read-write |
The ErrorRecoveryLevel preference of this node. Currently, only 0-2 are valid. This object is designed to accommodate future error-recovery levels. Higher error-recovery levels imply support in addition to support for the lower error level functions. In other words, error level 2 implies support for levels 0-1, since those functions are subsets of error level 2. |
iscsiNodeDiscontinuityTime | 1.3.6.1.2.1.142.1.5.1.1.17 | timestamp | read-only |
The value of SysUpTime on the most recent occasion at which any one or more of this node's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. |
iscsiNodeStorageType | 1.3.6.1.2.1.142.1.5.1.1.18 | storagetype | read-write |
The storage type for all read-write objects within this row. Rows in this table are always created via an external process (e.g., not created via this MIB module). Conceptual rows having the value 'permanent' need not allow Write access to any columnar objects in the row. If this object has the value 'volatile', modifications to read-write objects in this row are not persistent across reboots. If this object has the value 'nonVolatile', modifications to objects in this row are persistent. An implementation may choose to allow this object to be set to either 'nonVolatile' or 'volatile', allowing the management application to choose this behavior. |
iscsiTarget | 1.3.6.1.2.1.142.1.6 | |||
iscsiTargetAttributesTable | 1.3.6.1.2.1.142.1.6.1 | no-access |
A list of iSCSI nodes that can take on a target role, belonging to each iSCSI instance present on the local system. |
|
1.3.6.1.2.1.142.1.6.1.1 | no-access |
An entry (row) containing management information applicable to a particular node that can take on a target role. |
||
iscsiTgtLoginFailures | 1.3.6.1.2.1.142.1.6.1.1.1 | counter32 | read-only |
This object counts the number of times a login attempt to this local target has failed. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLastFailureTime | 1.3.6.1.2.1.142.1.6.1.1.2 | timestamp | read-only |
The timestamp of the most recent failure of a login attempt to this target. A value of zero indicates that no such failures have occurred since the last system boot. |
iscsiTgtLastFailureType | 1.3.6.1.2.1.142.1.6.1.1.3 | autonomoustype | read-only |
The type of the most recent failure of a login attempt to this target, represented as the OID of the counter object in iscsiTargetLoginStatsTable for which the relevant instance was incremented. If no such failures have occurred since the last system boot, this attribute will have the value 0.0. A value of 0.0 may also be used to indicate a type that is not represented by any of the counters in iscsiTargetLoginStatsTable. |
iscsiTgtLastIntrFailureName | 1.3.6.1.2.1.142.1.6.1.1.4 | iscsiname | read-only |
The iSCSI name of the initiator that failed the last login attempt. If no such failures have occurred since the last system boot, this value is a zero-length string. |
iscsiTgtLastIntrFailureAddrType | 1.3.6.1.2.1.142.1.6.1.1.5 | inetaddresstype | read-only |
The type of Internet Network Address contained in the corresponding instance of the iscsiTgtLastIntrFailureAddr. The value 'dns' is not allowed. If no such failures have occurred since the last system boot, this value is zero. |
iscsiTgtLastIntrFailureAddr | 1.3.6.1.2.1.142.1.6.1.1.6 | inetaddress | read-only |
An Internet Network Address, of the type specified by the object iscsiTgtLastIntrFailureAddrType, giving the host address of the initiator that failed the last login attempt. If no such failures have occurred since the last system boot, this value is a zero-length string. |
iscsiTgtLastIntrFailurePort | 1.3.6.1.2.1.142.1.6.1.1.7 | inetportnumber | read-only |
The transport protocol port number used by the initiator that failed the last login attempt. If no such failures have occurred since the last system boot, this value is a zero-length string. |
iscsiTargetLoginStatsTable | 1.3.6.1.2.1.142.1.6.2 | no-access |
A table of counters that keep a record of the results of initiators' login attempts to this target. |
|
1.3.6.1.2.1.142.1.6.2.1 | no-access |
An entry (row) containing counters for each result of a login attempt to this target. |
||
iscsiTgtLoginAccepts | 1.3.6.1.2.1.142.1.6.2.1.1 | counter32 | read-only |
The count of Login Response PDUs with status 0x0000, Accept Login, transmitted by this target. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLoginOtherFails | 1.3.6.1.2.1.142.1.6.2.1.2 | counter32 | read-only |
The number of Login Response PDUs that were transmitted by this target and that were not counted by any other object in the row. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLoginRedirects | 1.3.6.1.2.1.142.1.6.2.1.3 | counter32 | read-only |
The count of Login Response PDUs with status class 0x01, Redirection, transmitted by this target. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLoginAuthorizeFails | 1.3.6.1.2.1.142.1.6.2.1.4 | counter32 | read-only |
The count of Login Response PDUs with status 0x0202, Forbidden Target, transmitted by this target. If this counter is incremented, an iscsiTgtLoginFailure notification should be generated. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLoginAuthenticateFails | 1.3.6.1.2.1.142.1.6.2.1.5 | counter32 | read-only |
The count of Login Response PDUs with status 0x0201, Authentication Failed, transmitted by this target. If this counter is incremented, an iscsiTgtLoginFailure notification should be generated. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLoginNegotiateFails | 1.3.6.1.2.1.142.1.6.2.1.6 | counter32 | read-only |
The number of times a target has effectively refused a login because the parameter negotiation failed. If this counter is incremented, an iscsiTgtLoginFailure notification should be generated. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTargetLogoutStatsTable | 1.3.6.1.2.1.142.1.6.3 | no-access |
When a target receives a Logout command, it responds with a Logout Response that carries a status code. This table contains counters for both normal and abnormal Logout Requests received by this target. |
|
1.3.6.1.2.1.142.1.6.3.1 | no-access |
An entry (row) containing counters of Logout Response PDUs that were received by this target. |
||
iscsiTgtLogoutNormals | 1.3.6.1.2.1.142.1.6.3.1.1 | counter32 | read-only |
The count of Logout Command PDUs received by this target, with reason code 0 (closes the session). If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLogoutOthers | 1.3.6.1.2.1.142.1.6.3.1.2 | counter32 | read-only |
The count of Logout Command PDUs received by this target, with any reason code other than 0. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLogoutCxnClosed | 1.3.6.1.2.1.142.1.6.3.1.3 | counter32 | read-only |
The count of Logout Command PDUs received by this target, with reason code 1 (closes the connection). If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtLogoutCxnRemoved | 1.3.6.1.2.1.142.1.6.3.1.4 | counter32 | read-only |
The count of Logout Command PDUs received by this target, with reason code 2 (removes the connection). If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiTgtAuthorization | 1.3.6.1.2.1.142.1.7 | |||
iscsiTgtAuthAttributesTable | 1.3.6.1.2.1.142.1.7.1 | no-access |
A list of initiator identities that are authorized to access each target node within each iSCSI instance present on the local system. |
|
1.3.6.1.2.1.142.1.7.1.1 | no-access |
An entry (row) containing management information applicable to a particular target node's authorized initiator identity. |
||
iscsiTgtAuthIndex | 1.3.6.1.2.1.142.1.7.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular target's authorized initiator identity within an iSCSI instance present on the local system. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots. |
iscsiTgtAuthRowStatus | 1.3.6.1.2.1.142.1.7.1.1.2 | rowstatus | read-only |
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. When the value of this object is 'active', the values of the other objects in this table cannot be changed. Rows may be discarded using RowStatus. |
iscsiTgtAuthIdentity | 1.3.6.1.2.1.142.1.7.1.1.3 | rowpointer | read-only |
A pointer to the corresponding user entry in the IPS-AUTH MIB module that will be allowed to access this iSCSI target. |
iscsiTgtAuthStorageType | 1.3.6.1.2.1.142.1.7.1.1.4 | storagetype | read-only |
The storage type for this row. Rows in this table that were created through an external process (e.g., not created via this MIB) may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row. |
iscsiInitiator | 1.3.6.1.2.1.142.1.8 | |||
iscsiInitiatorAttributesTable | 1.3.6.1.2.1.142.1.8.1 | no-access |
A list of iSCSI nodes that can take on an initiator role, belonging to each iSCSI instance present on the local system. |
|
1.3.6.1.2.1.142.1.8.1.1 | no-access |
An entry (row) containing management information applicable to a particular iSCSI node that has initiator capabilities. |
||
iscsiIntrLoginFailures | 1.3.6.1.2.1.142.1.8.1.1.1 | counter32 | read-only |
This object counts the number of times a login attempt from this local initiator has failed. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLastFailureTime | 1.3.6.1.2.1.142.1.8.1.1.2 | timestamp | read-only |
The timestamp of the most recent failure of a login attempt from this initiator. A value of zero indicates that no such failures have occurred since the last system boot. |
iscsiIntrLastFailureType | 1.3.6.1.2.1.142.1.8.1.1.3 | autonomoustype | read-only |
The type of the most recent failure of a login attempt from this initiator, represented as the OID of the counter object in iscsiInitiatorLoginStatsTable for which the relevant instance was incremented. If no such failures have occurred since the last system boot, this attribute will have the value 0.0. A value of 0.0 may also be used to indicate a type that is not represented by any of the counters in iscsiInitiatorLoginStatsTable. |
iscsiIntrLastTgtFailureName | 1.3.6.1.2.1.142.1.8.1.1.4 | iscsiname | read-only |
A UTF-8 string giving the name of the target that failed the last login attempt. If no such failures have occurred since the last system boot, this value is a zero-length string. |
iscsiIntrLastTgtFailureAddrType | 1.3.6.1.2.1.142.1.8.1.1.5 | inetaddresstype | read-only |
The type of Internet Network Address contained in the corresponding instance of the iscsiIntrLastTgtFailureAddr. The value 'dns' is not allowed. If no such failures have occurred since the last system boot, this value is zero. |
iscsiIntrLastTgtFailureAddr | 1.3.6.1.2.1.142.1.8.1.1.6 | inetaddress | read-only |
An Internet Network Address, of the type specified by the object iscsiIntrLastTgtFailureAddrType, giving the host address of the target that failed the last login attempt. If no such failures have occurred since the last system boot, this value is a zero-length string. |
iscsiIntrLastTgtFailurePort | 1.3.6.1.2.1.142.1.8.1.1.7 | inetportnumber | read-only |
The transport protocol port number used by the target that failed the last login attempt. If no such failures have occurred since the last system boot, this value is a zero-length string. |
iscsiInitiatorLoginStatsTable | 1.3.6.1.2.1.142.1.8.2 | no-access |
A table of counters that keep track of the results of this initiator's login attempts. |
|
1.3.6.1.2.1.142.1.8.2.1 | no-access |
An entry (row) containing counters of each result of this initiator's login attempts. |
||
iscsiIntrLoginAcceptRsps | 1.3.6.1.2.1.142.1.8.2.1.1 | counter32 | read-only |
The count of Login Response PDUs with status 0x0000, Accept Login, received by this initiator. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLoginOtherFailRsps | 1.3.6.1.2.1.142.1.8.2.1.2 | counter32 | read-only |
The count of Login Response PDUs received by this initiator with any status code not counted in the objects below. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLoginRedirectRsps | 1.3.6.1.2.1.142.1.8.2.1.3 | counter32 | read-only |
The count of Login Response PDUs with status class 0x01, Redirection, received by this initiator. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLoginAuthFailRsps | 1.3.6.1.2.1.142.1.8.2.1.4 | counter32 | read-only |
The count of Login Response PDUs with status class 0x201, Authentication Failed, received by this initiator. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLoginAuthenticateFails | 1.3.6.1.2.1.142.1.8.2.1.5 | counter32 | read-only |
The number of times the initiator has aborted a login because the target could not be authenticated. No response is generated. If this counter is incremented, an iscsiIntrLoginFailure notification should be generated. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLoginNegotiateFails | 1.3.6.1.2.1.142.1.8.2.1.6 | counter32 | read-only |
The number of times the initiator has aborted a login because parameter negotiation with the target failed. No response is generated. If this counter is incremented, an iscsiIntrLoginFailure notification should be generated. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLoginAuthorizeFails | 1.3.6.1.2.1.142.1.8.2.1.7 | counter32 | read-only |
The count of Login Response PDUs with status 0x0202, Forbidden Target, received by this initiator. If this counter is incremented, an iscsiIntrLoginFailure notification should be generated. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiInitiatorLogoutStatsTable | 1.3.6.1.2.1.142.1.8.3 | no-access |
When an initiator attempts to send a Logout command, the target responds with a Logout Response that carries a status code. This table contains a list of counters of Logout Response PDUs of each status code that was received by each initiator belonging to this iSCSI instance present on this system. |
|
1.3.6.1.2.1.142.1.8.3.1 | no-access |
An entry (row) containing counters of Logout Response PDUs of each status code that was generated by this initiator. |
||
iscsiIntrLogoutNormals | 1.3.6.1.2.1.142.1.8.3.1.1 | counter32 | read-only |
The count of Logout Command PDUs generated by this initiator with reason code 0 (closes the session). If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrLogoutOthers | 1.3.6.1.2.1.142.1.8.3.1.2 | counter32 | read-only |
The count of Logout Command PDUs generated by this initiator with any status code other than 0. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiNodeDiscontinuityTime. |
iscsiIntrAuthorization | 1.3.6.1.2.1.142.1.9 | |||
iscsiIntrAuthAttributesTable | 1.3.6.1.2.1.142.1.9.1 | no-access |
A list of target identities that each initiator on the local system may access. |
|
1.3.6.1.2.1.142.1.9.1.1 | no-access |
An entry (row) containing management information applicable to a particular initiator node's authorized target identity. |
||
iscsiIntrAuthIndex | 1.3.6.1.2.1.142.1.9.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular initiator node's authorized target identity within an iSCSI instance present on the local system. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots. |
iscsiIntrAuthRowStatus | 1.3.6.1.2.1.142.1.9.1.1.2 | rowstatus | read-only |
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. When the value of this object is 'active', the values of the other objects in this table cannot be changed. Rows may be discarded using RowStatus. |
iscsiIntrAuthIdentity | 1.3.6.1.2.1.142.1.9.1.1.3 | rowpointer | read-only |
A pointer to the corresponding user entry in the IPS-AUTH MIB module to which this initiator node should attempt to establish an iSCSI session. |
iscsiIntrAuthStorageType | 1.3.6.1.2.1.142.1.9.1.1.4 | storagetype | read-only |
The storage type for this row. Rows in this table that were created through an external process (e.g., not created via this MIB) may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row. |
iscsiSession | 1.3.6.1.2.1.142.1.10 | |||
iscsiSessionAttributesTable | 1.3.6.1.2.1.142.1.10.1 | no-access |
A list of sessions belonging to each iSCSI instance present on the system. |
|
1.3.6.1.2.1.142.1.10.1.1 | no-access |
An entry (row) containing management information applicable to a particular session. If this session is a discovery session that is not attached to any particular node, the iscsiSsnNodeIndex will be zero. Otherwise, the iscsiSsnNodeIndex will have the same value as iscsiNodeIndex. |
||
iscsiSsnNodeIndex | 1.3.6.1.2.1.142.1.10.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular node within an iSCSI instance present on the local system. For normal, non-discovery sessions, this value will map to the iscsiNodeIndex. For discovery sessions that do not have a node associated, the value 0 (zero) is used. |
iscsiSsnIndex | 1.3.6.1.2.1.142.1.10.1.1.2 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular session within an iSCSI instance present on the local system. An agent should attempt to not reuse index values unless a reboot has occurred. iSCSI sessions are destroyed during a reboot; rows in this table are not persistent across reboots. |
iscsiSsnDirection | 1.3.6.1.2.1.142.1.10.1.1.3 | integer | read-only |
Direction of iSCSI session: inboundSession - session is established from an external initiator to a target within this iSCSI instance. outboundSession - session is established from an initiator within this iSCSI instance to an external target. Enumeration: 'inboundSession': 1, 'outboundSession': 2. |
iscsiSsnInitiatorName | 1.3.6.1.2.1.142.1.10.1.1.4 | iscsiname | read-only |
If iscsiSsnDirection is Inbound, this object is a UTF-8 string that will contain the name of the remote initiator. If this session is a discovery session that does not specify a particular initiator, this object will contain a zero-length string. If iscsiSsnDirection is Outbound, this object will contain a zero-length string. |
iscsiSsnTargetName | 1.3.6.1.2.1.142.1.10.1.1.5 | iscsiname | read-only |
If iscsiSsnDirection is Outbound, this object is a UTF-8 string that will contain the name of the remote target. If this session is a discovery session that does not specify a particular target, this object will contain a zero-length string. If iscsiSsnDirection is Inbound, this object will contain a zero-length string. |
iscsiSsnTSIH | 1.3.6.1.2.1.142.1.10.1.1.6 | unsigned32 | read-only |
The target-defined identification handle for this session. |
iscsiSsnISID | 1.3.6.1.2.1.142.1.10.1.1.7 | octet string | read-only |
The initiator-defined portion of the iSCSI Session ID. |
iscsiSsnInitiatorAlias | 1.3.6.1.2.1.142.1.10.1.1.8 | snmpadminstring | read-only |
A UTF-8 string that gives the alias communicated by the initiator end of the session during the login phase. If no alias exists, the value is a zero-length string. |
iscsiSsnTargetAlias | 1.3.6.1.2.1.142.1.10.1.1.9 | snmpadminstring | read-only |
A UTF-8 string that gives the alias communicated by the target end of the session during the login phase. If no alias exists, the value is a zero-length string. |
iscsiSsnInitialR2T | 1.3.6.1.2.1.142.1.10.1.1.10 | truthvalue | read-only |
If set to true, indicates that the initiator must wait for an R2T before sending to the target. If set to false, the initiator may send data immediately, within limits set by iscsiSsnFirstBurstLength and the expected data transfer length of the request. |
iscsiSsnImmediateData | 1.3.6.1.2.1.142.1.10.1.1.11 | truthvalue | read-only |
Indicates whether the initiator and target have agreed to support immediate data on this session. |
iscsiSsnType | 1.3.6.1.2.1.142.1.10.1.1.12 | integer | read-only |
Type of iSCSI session: normalSession - session is a normal iSCSI session discoverySession - session is being used only for discovery. Enumeration: 'normalSession': 1, 'discoverySession': 2. |
iscsiSsnMaxOutstandingR2T | 1.3.6.1.2.1.142.1.10.1.1.13 | unsigned32 | read-only |
The maximum number of outstanding requests-to-transmit (R2Ts) per iSCSI task within this session. |
iscsiSsnFirstBurstLength | 1.3.6.1.2.1.142.1.10.1.1.14 | unsigned32 | read-only |
The maximum length supported for unsolicited data sent within this session. |
iscsiSsnMaxBurstLength | 1.3.6.1.2.1.142.1.10.1.1.15 | unsigned32 | read-only |
The maximum number of bytes that can be sent within a single sequence of Data-In or Data-Out PDUs. |
iscsiSsnConnectionNumber | 1.3.6.1.2.1.142.1.10.1.1.16 | gauge32 | read-only |
The number of transport protocol connections that currently belong to this session. |
iscsiSsnAuthIdentity | 1.3.6.1.2.1.142.1.10.1.1.17 | rowpointer | read-only |
This object contains a pointer to a row in the IPS-AUTH MIB module that identifies the authentication identity being used on this session, as communicated during the login phase. |
iscsiSsnDataSequenceInOrder | 1.3.6.1.2.1.142.1.10.1.1.18 | truthvalue | read-only |
False indicates that iSCSI data PDU sequences may be transferred in any order. True indicates that data PDU sequences must be transferred using continuously increasing offsets, except during error recovery. |
iscsiSsnDataPDUInOrder | 1.3.6.1.2.1.142.1.10.1.1.19 | truthvalue | read-only |
False indicates that iSCSI data PDUs within sequences may be in any order. True indicates that data PDUs within sequences must be at continuously increasing addresses, with no gaps or overlay between PDUs. Default is true. |
iscsiSsnErrorRecoveryLevel | 1.3.6.1.2.1.142.1.10.1.1.20 | unsigned32 | read-only |
The level of error recovery negotiated between the initiator and the target. Higher numbers represent more detailed recovery schemes. |
iscsiSsnDiscontinuityTime | 1.3.6.1.2.1.142.1.10.1.1.21 | timestamp | read-only |
The value of SysUpTime on the most recent occasion at which any one or more of this session's counters suffered a discontinuity. When a session is established, and this object is created, it is initialized to the current value of SysUpTime. |
iscsiSsnProtocolLevel | 1.3.6.1.2.1.142.1.10.1.1.22 | unsigned32 | read-only |
The iSCSI protocol level negotiated for this session. |
iscsiSsnTaskReporting | 1.3.6.1.2.1.142.1.10.1.1.23 | bits | read-only |
This key is used to negotiate the task completion reporting semantics from the SCSI target. Default value is taskReportingRfc3720. Bits: 'taskReportingRfc3720': 0, 'taskReportingFastAbort': 2, 'taskReportingResponseFence': 1. |
iscsiSessionStatsTable | 1.3.6.1.2.1.142.1.10.2 | no-access |
A list of general iSCSI traffic counters for each of the sessions present on the system. |
|
1.3.6.1.2.1.142.1.10.2.1 | no-access |
An entry (row) containing general iSCSI traffic counters for a particular session. |
||
iscsiSsnCmdPDUs | 1.3.6.1.2.1.142.1.10.2.1.1 | counter32 | read-only |
The count of Command PDUs transferred on this session. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnRspPDUs | 1.3.6.1.2.1.142.1.10.2.1.2 | counter32 | read-only |
The count of Response PDUs transferred on this session. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnTxDataOctets | 1.3.6.1.2.1.142.1.10.2.1.3 | counter64 | read-only |
The count of data octets that were transmitted by the local iSCSI node on this session. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnRxDataOctets | 1.3.6.1.2.1.142.1.10.2.1.4 | counter64 | read-only |
The count of data octets that were received by the local iSCSI node on this session. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnLCTxDataOctets | 1.3.6.1.2.1.142.1.10.2.1.5 | counter32 | read-only |
A Low-Capacity shadow object of iscsiSsnTxDataOctets for those systems that are accessible via SNMPv1 only. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnLCRxDataOctets | 1.3.6.1.2.1.142.1.10.2.1.6 | counter32 | read-only |
A Low-Capacity shadow object of iscsiSsnRxDataOctets for those systems which are accessible via SNMPv1 only. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnNopReceivedPDUs | 1.3.6.1.2.1.142.1.10.2.1.7 | counter32 | read-only |
The count of NOP-In or NOP-Out PDUs received on this session. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSsnNopSentPDUs | 1.3.6.1.2.1.142.1.10.2.1.8 | counter32 | read-only |
The count of NOP-In or NOP-Out PDUs sent on this session. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. |
iscsiSessionCxnErrorStatsTable | 1.3.6.1.2.1.142.1.10.3 | no-access |
A list of error counters for each of the sessions present on this system. |
|
1.3.6.1.2.1.142.1.10.3.1 | no-access |
An entry (row) containing error counters for a particular session. |
||
iscsiSsnCxnDigestErrors | 1.3.6.1.2.1.142.1.10.3.1.1 | counter32 | read-only |
The count of PDUs that were received on the session and contained header or data digest errors. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. This counter is most likely provided when the error-recovery level is 1 or 2 |
iscsiSsnCxnTimeoutErrors | 1.3.6.1.2.1.142.1.10.3.1.2 | counter32 | read-only |
The count of connections within this session that have been terminated due to timeout. If this counter has suffered a discontinuity, the time of the last discontinuity is indicated in iscsiSsnDiscontinuityTime. This counter is most likely provided when the error-recovery level is 2 |
iscsiConnection | 1.3.6.1.2.1.142.1.11 | |||
iscsiConnectionAttributesTable | 1.3.6.1.2.1.142.1.11.1 | no-access |
A list of connections belonging to each iSCSI instance present on the system. |
|
1.3.6.1.2.1.142.1.11.1.1 | no-access |
An entry (row) containing management information applicable to a particular connection. |
||
iscsiCxnIndex | 1.3.6.1.2.1.142.1.11.1.1.1 | unsigned32 | no-access |
An arbitrary integer used to uniquely identify a particular connection of a particular session within an iSCSI instance present on the local system. An agent should attempt to not reuse index values unless a reboot has occurred. iSCSI connections are destroyed during a reboot; rows in this table are not persistent across reboots. |
iscsiCxnCid | 1.3.6.1.2.1.142.1.11.1.1.2 | unsigned32 | read-only |
The iSCSI Connection ID for this connection. |
iscsiCxnState | 1.3.6.1.2.1.142.1.11.1.1.3 | integer | read-only |
The current state of this connection, from an iSCSI negotiation point of view. Here are the states: login - The transport protocol connection has been established, but a valid iSCSI login response with the final bit set has not been sent or received. full - A valid iSCSI login response with the final bit set has been sent or received. logout - A valid iSCSI logout command has been sent or received, but the transport protocol connection has not yet been closed. Enumeration: 'login': 1, 'full': 2, 'logout': 3. |
iscsiCxnAddrType | 1.3.6.1.2.1.142.1.11.1.1.4 | inetaddresstype | read-only |
The type of Internet Network Addresses contained in the corresponding instances of iscsiCxnLocalAddr and iscsiCxnRemoteAddr. The value 'dns' is not allowed. |
iscsiCxnLocalAddr | 1.3.6.1.2.1.142.1.11.1.1.5 | inetaddress | read-only |
The local Internet Network Address, of the type specified by iscsiCxnAddrType, used by this connection. |
iscsiCxnProtocol | 1.3.6.1.2.1.142.1.11.1.1.6 | iscsitransportprotocol | read-only |
The transport protocol over which this connection is running. |
iscsiCxnLocalPort | 1.3.6.1.2.1.142.1.11.1.1.7 | inetportnumber | read-only |
The local transport protocol port used by this connection. This object cannot have the value zero, since it represents an established connection. |
iscsiCxnRemoteAddr | 1.3.6.1.2.1.142.1.11.1.1.8 | inetaddress | read-only |
The remote Internet Network Address, of the type specified by iscsiCxnAddrType, used by this connection. |
iscsiCxnRemotePort | 1.3.6.1.2.1.142.1.11.1.1.9 | inetportnumber | read-only |
The remote transport protocol port used by this connection. This object cannot have the value zero, since it represents an established connection. |
iscsiCxnMaxRecvDataSegLength | 1.3.6.1.2.1.142.1.11.1.1.10 | unsigned32 | read-only |
The maximum data payload size supported for command or data PDUs able to be received on this connection. |
iscsiCxnMaxXmitDataSegLength | 1.3.6.1.2.1.142.1.11.1.1.11 | unsigned32 | read-only |
The maximum data payload size supported for command or data PDUs to be sent on this connection. |
iscsiCxnHeaderIntegrity | 1.3.6.1.2.1.142.1.11.1.1.12 | iscsidigestmethod | read-only |
This object identifies the iSCSI header digest scheme in use within this connection. |
iscsiCxnDataIntegrity | 1.3.6.1.2.1.142.1.11.1.1.13 | iscsidigestmethod | read-only |
This object identifies the iSCSI data digest scheme in use within this connection. |
iscsiCxnRecvMarker | 1.3.6.1.2.1.142.1.11.1.1.14 | truthvalue | read-only |
This object indicates whether or not this connection is receiving markers in its incoming data stream. |
iscsiCxnSendMarker | 1.3.6.1.2.1.142.1.11.1.1.15 | truthvalue | read-only |
This object indicates whether or not this connection is inserting markers in its outgoing data stream. |
iscsiCxnVersionActive | 1.3.6.1.2.1.142.1.11.1.1.16 | unsigned32 | read-only |
Active version number of the iSCSI specification negotiated on this connection. |
iscsiConformance | 1.3.6.1.2.1.142.2 | |||
iscsiCompliances | 1.3.6.1.2.1.142.2.1 | |||
iscsiComplianceV1 | 1.3.6.1.2.1.142.2.1.1 |
Initial version of compliance statement. If an implementation can be both a target and an initiator, all groups are mandatory. This module compliance is deprecated because the marker keys are obsolete. |
||
iscsiComplianceV2 | 1.3.6.1.2.1.142.2.1.2 |
Version 2 of compliance statement based on this revised version of the MIB module. If an implementation can be both a target and an initiator, all groups are mandatory. |
||
iscsiGroups | 1.3.6.1.2.1.142.2.2 | |||
iscsiInstanceAttributesGroup | 1.3.6.1.2.1.142.2.2.1 |
A collection of objects providing information about iSCSI instances. |
||
iscsiInstanceSsnErrorStatsGroup | 1.3.6.1.2.1.142.2.2.2 |
A collection of objects providing information about errors that have caused a session failure for an iSCSI instance. |
||
iscsiPortalAttributesGroup | 1.3.6.1.2.1.142.2.2.3 |
A collection of objects providing information about the transport protocol endpoints of the local targets. This object group is deprecated because the marker key is obsolete. |
||
iscsiTgtPortalAttributesGroup | 1.3.6.1.2.1.142.2.2.4 |
A collection of objects providing information about the transport protocol endpoints of the local targets. |
||
iscsiIntrPortalAttributesGroup | 1.3.6.1.2.1.142.2.2.5 |
An object providing information about the portal tags used by the local initiators. |
||
iscsiNodeAttributesGroup | 1.3.6.1.2.1.142.2.2.6 |
A collection of objects providing information about all local targets. |
||
iscsiTargetAttributesGroup | 1.3.6.1.2.1.142.2.2.7 |
A collection of objects providing information about all local targets. |
||
iscsiTargetLoginStatsGroup | 1.3.6.1.2.1.142.2.2.8 |
A collection of objects providing information about all login attempts by remote initiators to local targets. |
||
iscsiTargetLogoutStatsGroup | 1.3.6.1.2.1.142.2.2.9 |
A collection of objects providing information about all logout events between remote initiators and local targets. |
||
iscsiTargetAuthGroup | 1.3.6.1.2.1.142.2.2.10 |
A collection of objects providing information about all remote initiators that are authorized to connect to local targets. |
||
iscsiInitiatorAttributesGroup | 1.3.6.1.2.1.142.2.2.11 |
A collection of objects providing information about all local initiators. |
||
iscsiInitiatorLoginStatsGroup | 1.3.6.1.2.1.142.2.2.12 |
A collection of objects providing information about all login attempts by local initiators to remote targets. |
||
iscsiInitiatorLogoutStatsGroup | 1.3.6.1.2.1.142.2.2.13 |
A collection of objects providing information about all logout events between local initiators and remote targets. |
||
iscsiInitiatorAuthGroup | 1.3.6.1.2.1.142.2.2.14 |
A collection of objects providing information about all remote targets that are initiators of the local system that they are authorized to access. |
||
iscsiSessionAttributesGroup | 1.3.6.1.2.1.142.2.2.15 |
A collection of objects providing information applicable to all sessions. |
||
iscsiSessionPDUStatsGroup | 1.3.6.1.2.1.142.2.2.16 |
A collection of objects providing information about PDU traffic for each session. |
||
iscsiSessionOctetStatsGroup | 1.3.6.1.2.1.142.2.2.17 |
A collection of objects providing information about octet traffic for each session using a Counter64 data type. |
||
iscsiSessionLCOctetStatsGroup | 1.3.6.1.2.1.142.2.2.18 |
A collection of objects providing information about octet traffic for each session using a Counter32 data type. |
||
iscsiSessionCxnErrorStatsGroup | 1.3.6.1.2.1.142.2.2.19 |
A collection of objects providing information about connection errors for all sessions. |
||
iscsiConnectionAttributesGroup | 1.3.6.1.2.1.142.2.2.20 |
A collection of objects providing information about all connections used by all sessions. This object group is deprecated because the marker key is obsolete. |
||
iscsiTgtLgnNotificationsGroup | 1.3.6.1.2.1.142.2.2.21 |
A collection of notifications that indicate a login failure from a remote initiator to a local target. |
||
iscsiIntrLgnNotificationsGroup | 1.3.6.1.2.1.142.2.2.22 |
A collection of notifications that indicate a login failure from a local initiator to a remote target. |
||
iscsiSsnFlrNotificationsGroup | 1.3.6.1.2.1.142.2.2.23 |
A collection of notifications that indicate session failures occurring after login. |
||
iscsiPortalAttributesGroupV2 | 1.3.6.1.2.1.142.2.2.24 |
A collection of objects providing information about the transport protocol endpoints of the local targets. |
||
iscsiConnectionAttributesGroupV2 | 1.3.6.1.2.1.142.2.2.25 |
A collection of objects providing information about all connections used by all sessions. |
||
iscsiNewObjectsV2 | 1.3.6.1.2.1.142.2.2.26 |
A collection of objects added in the second version of the iSCSI MIB. |
||
iscsiAdmin | 1.3.6.1.2.1.142.3 | |||
iscsiDescriptors | 1.3.6.1.2.1.142.3.1 | |||
iscsiHeaderIntegrityTypes | 1.3.6.1.2.1.142.3.1.1 | |||
iscsiHdrIntegrityNone | 1.3.6.1.2.1.142.3.1.1.1 |
The authoritative identifier when no integrity scheme for the header is being used. |
||
iscsiHdrIntegrityCrc32c | 1.3.6.1.2.1.142.3.1.1.2 |
The authoritative identifier when the integrity scheme for the header is CRC32c. |
||
iscsiDataIntegrityTypes | 1.3.6.1.2.1.142.3.1.2 | |||
iscsiDataIntegrityNone | 1.3.6.1.2.1.142.3.1.2.1 |
The authoritative identifier when no integrity scheme for the data is being used. |
||
iscsiDataIntegrityCrc32c | 1.3.6.1.2.1.142.3.1.2.2 |
The authoritative identifier when the integrity scheme for the data is CRC32c. |