All MIBs › ACC-SYSTEM › accSlvConfLocalRam
accSlvConfLocalRam
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accSlvConfLocalRam
OID (numeric): 1.3.6.1.4.1.5.1.1.1.1.18.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Slave CPU Local RAM Size (kb)
What is accSlvConfLocalRam?
This OID specifies the amount of RAM dedicated exclusively to a slave CPU for its private operations, measured in kilobytes. Engineers use this to understand CPU-specific memory constraints and diagnose whether local memory exhaustion is causing performance degradation or failures. A value of 16384 means the slave CPU has 16 MB of local memory available for its workload.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.18.1.6 snmpwalk -v2c -c public <target> ACC-SYSTEM::accSlvConfLocalRam
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.18.1.6.1 snmpget -v2c -c public <target> ACC-SYSTEM::accSlvConfLocalRam.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accSlvConfLocalRam.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.18 | accSlvConfTable | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.1.18.1 | accSlvConfEntry | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.1.18.1.6 | accSlvConfLocalRam | ACC-SYSTEM |