scsiAuthIntrDevOrPort
SCSI-MIB ·
.1.3.6.1.2.1.139.2.3.3.1.1.3
Object
This object specifies whether this entry refers to a remote SCSI initiator port or to a SCSI initiator device. A value of device(1) means that the authorized remote initiator is a SCSI initiator device and includes all of its ports. A value of port(2) means that the authorized remote initiator is a SCSI initiator port.
Context
- MIB
- SCSI-MIB
- OID
.1.3.6.1.2.1.139.2.3.3.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- scsiAuthorizedIntrEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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::scsiAuthIntrDevOrPort'
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::scsiAuthIntrDevOrPort.<scsiInstIndex>.<scsiDeviceIndex>.<scsiAuthIntrTgtPortIndex>.<scsiAuthIntrIndex>'
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::scsiAuthIntrDevOrPort'
Syntax
- Source
- ScsiDeviceOrPort
- Base type
Enumeration
Values & Constraints
Type Values
1 | device |
2 | port |
3 | other |
Conformance
Member of
Compliance refinements
scsiCompliance
readonly
Write access is not required.