hh3cTIAccessMode
HH3C-LOGIC-VOLUME-MIB ·
.1.3.6.1.4.1.25506.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
- HH3C-LOGIC-VOLUME-MIB
- OID
.1.3.6.1.4.1.25506.10.5.1.8.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hh3cTargetInitiatorAssociateEntry
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 'HH3C-LOGIC-VOLUME-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-LOGIC-VOLUME-MIB::hh3cTIAccessMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-LOGIC-VOLUME-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-LOGIC-VOLUME-MIB::hh3cTIAccessMode.<hh3cTargetId>.<hh3cInitiatorId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-LOGIC-VOLUME-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-LOGIC-VOLUME-MIB::hh3cTIAccessMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | read |
2 | write |
3 | nonexclusive |