hpnsaEISAMemCache
HPNSAEISA-MIB ·
.1.3.6.1.4.1.11.2.23.9.4.3.1.8
Object
column mandatory
Enumeration
This value indicates if and how the memory is cached.
Context
- MIB
- HPNSAEISA-MIB
- OID
.1.3.6.1.4.1.11.2.23.9.4.3.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- hpnsaEISAMemEntry
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 'HPNSAEISA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPNSAEISA-MIB::hpnsaEISAMemCache'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPNSAEISA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPNSAEISA-MIB::hpnsaEISAMemCache.<hpnsaEISAMemSlotIndex>.<hpnsaEISAMemFunctIndex>.<hpnsaEISAMemAllocIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPNSAEISA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPNSAEISA-MIB::hpnsaEISAMemCache'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notCached |
2 | writeThroughCached |
3 | writeBackCached |