scsiIntrDevTgtAccessMode

SCSI-MIB · .1.3.6.1.2.1.139.2.2.1.1.1

Object

column r/w Enumeration
This object controls whether or not a discovered SCSI target
device is immediately authorized:
    - autoEnable (2) means that when a SCSI initiator device
    discovers a SCSI target device, it can use it immediately.
    - manualEnable (3) means that the SCSI initiator device
    must wait for an operator to set scsiIntrDscTgtConfigured
    = true before it is authorized.
The StorageType of this object is specified by the instance
of scsiInstStorageType that is INDEXed by the same value of
scsiInstIndex.

Context

MIB
SCSI-MIB
OID
.1.3.6.1.2.1.139.2.2.1.1.1
Type
column
Access
readwrite
Status
current
Parent
scsiIntrDevEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SCSI-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCSI-MIB::scsiIntrDevTgtAccessMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SCSI-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCSI-MIB::scsiIntrDevTgtAccessMode.<scsiInstIndex>.<scsiDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SCSI-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SCSI-MIB::scsiIntrDevTgtAccessMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2autoEnable
3manualEnable

Conformance

Member of
Compliance refinements
Write access is not mandatory.