h3cTIAccessMode
H3C-LOGIC-VOLUME-MIB ·
.1.3.6.1.4.1.2011.10.10.5.1.8.1.1
Object
column r/w
Enumeration
This object identifies the mode of accessing between the target and initiator. The value 'read' means read available. The value 'write' means read/write available, and write available only for one association. The value 'nonexclusive' means read/write available for multi-association.
Context
- MIB
- H3C-LOGIC-VOLUME-MIB
- OID
.1.3.6.1.4.1.2011.10.10.5.1.8.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cTargetInitiatorAssociateEntry
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 'H3C-LOGIC-VOLUME-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-LOGIC-VOLUME-MIB::h3cTIAccessMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-LOGIC-VOLUME-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-LOGIC-VOLUME-MIB::h3cTIAccessMode.<h3cTargetId>.<h3cInitiatorId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-LOGIC-VOLUME-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-LOGIC-VOLUME-MIB::h3cTIAccessMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | read |
2 | write |
3 | nonexclusive |