All MIBs › ACC-MIB › accNvmTotalBlks
accNvmTotalBlks
Module: ACC-MIB
OID (symbolic): ACC-MIB::accNvmTotalBlks
OID (numeric): 1.3.6.1.4.1.5.1.1.1.1.6.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Total number of NVM blocks.
What is accNvmTotalBlks?
This OID shows the total capacity of non-volatile memory (NVM) blocks on the device, measured as a count of memory blocks. Engineers monitor this to understand the device's storage capacity for configuration files and firmware images. For instance, a value of 2048 means the device has 2048 total NVM blocks available for persistent storage.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.6.1 snmpwalk -v2c -c public <target> ACC-MIB::accNvmTotalBlks
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.6.1.1 snmpget -v2c -c public <target> ACC-MIB::accNvmTotalBlks.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1 | accSysInfo | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1.6 | accNvm | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1.6.1 | accNvmTotalBlks | ACC-MIB |