volCacheMode
SUN-T300-MIB ·
.1.3.6.1.4.1.42.2.28.2.2.4.2.1.6
Object
column Enumeration
The current buffer cache mode in effect for this volume.
Context
- MIB
- SUN-T300-MIB
- OID
.1.3.6.1.4.1.42.2.28.2.2.4.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- volEntry
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 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-T300-MIB::volCacheMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-T300-MIB::volCacheMode.<unitIndex>.<volIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUN-T300-MIB::volCacheMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | writeThrough |
3 | writeBehind |
4 | auto |