hwBulkFileStorage
HUAWEI-BULKSTATISTICS-MIB ·
.1.3.6.1.4.1.2011.6.103.1.1.4.1.3
Object
column r/w
Enumeration
Storage mode of the statistics file. Options: 1.ephemeral(1) -data file of small volume. It applies to be read once. 2.volatile(2) -stored in memory. Easy to lose. 3.permanent(3) -stored in hard disk. Keep well.
Context
- MIB
- HUAWEI-BULKSTATISTICS-MIB
- OID
.1.3.6.1.4.1.2011.6.103.1.1.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwBulkFileEntry
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 'HUAWEI-BULKSTATISTICS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BULKSTATISTICS-MIB::hwBulkFileStorage'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-BULKSTATISTICS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BULKSTATISTICS-MIB::hwBulkFileStorage.<hwBulkFileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-BULKSTATISTICS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-BULKSTATISTICS-MIB::hwBulkFileStorage'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ephemeral |
2 | volatile |
3 | permanent |