h3cFcAccessMode
H3C-LOGIC-VOLUME-MIB ·
.1.3.6.1.4.1.2011.10.10.5.1.10.2.1.6
Object
column r/w
Enumeration
This object identifies the mode of access. The value of this object is invalid and should be ignored when the value of associated h3cSanClientType object is not equal to 'fc'. 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.10.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cSanClientEntry
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::h3cFcAccessMode'
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::h3cFcAccessMode.<h3cSanClientId>'
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::h3cFcAccessMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | read |
2 | write |
3 | nonexclusive |