ciscoScsiIntrDevAccMode

CISCO-SCSI-MIB · .1.3.6.1.4.1.9.10.95.1.3.1.1.1

Object

column r/w Enumeration
This object controls whether a discovered target is 
immediately authorized or not: 
- autoEnable(2) means that when an initiator discovers a 
  target, it can use it immediately,  
- manualEnable(3) means that the initiator must wait for an 
  operator to set ciscoScsiIntrDscTgtDiscovered  = true 
  before it is authorized.

Context

MIB
CISCO-SCSI-MIB
OID
.1.3.6.1.4.1.9.10.95.1.3.1.1.1
Type
column
Access
readwrite
Status
current
Parent
ciscoScsiIntrDevEntry
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 'CISCO-SCSI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SCSI-MIB::ciscoScsiIntrDevAccMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SCSI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SCSI-MIB::ciscoScsiIntrDevAccMode.<ciscoScsiInstIndex>.<ciscoScsiDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SCSI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SCSI-MIB::ciscoScsiIntrDevAccMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2autoEnable
3manualEnable

Conformance

Member of
Compliance refinements
Write access is not mandatory.