All MIBs › ACC-SYSTEM › accMemAddDblk
accMemAddDblk
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accMemAddDblk
OID (numeric): 1.3.6.1.4.1.5.1.1.1.1.17
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Number of D blocks added.
What is accMemAddDblk?
This OID counts the number of D blocks (data blocks) that have been added to the memory pool over the lifetime of the device. Engineers use this to track whether dynamic memory growth is progressing as designed and whether the allocation strategy is delivering expected expansion. A value of 512 indicates 512 D blocks have been allocated, each contributing a fixed amount to the total usable pool.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.17 snmpwalk -v2c -c public <target> ACC-SYSTEM::accMemAddDblk
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.17.1 snmpget -v2c -c public <target> ACC-SYSTEM::accMemAddDblk.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.17 | accMemAddDblk | ACC-SYSTEM |