scsiDscTgtDiscovered

SCSI-MIB · .1.3.6.1.2.1.139.2.2.3.1.1.6

Object

This object means
-true(1): this entry has been discovered by the SCSI instance
as result of an automatic discovery process.
-false(2):this entry has been added by manual configuration.
This entry is read-only because an administrator cannot change
it.
Note that it is an implementation decision to determine how
long to retain a row with configured=false, such as when the
SCSI target device is no longer visible/accessible to the local
SCSI initiator device.

Context

MIB
SCSI-MIB
OID
.1.3.6.1.2.1.139.2.2.3.1.1.6
Type
column
Access
readonly
Status
current
Parent
scsiDscTgtEntry
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::scsiDscTgtDiscovered'
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::scsiDscTgtDiscovered.<scsiInstIndex>.<scsiDeviceIndex>.<scsiDscTgtIntrPortIndex>.<scsiDscTgtIndex>'
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::scsiDscTgtDiscovered'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false

Conformance