All MIBs › ACC-SYSTEM › accStandbySysGlobalRam
accStandbySysGlobalRam
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accStandbySysGlobalRam
OID (numeric): 1.3.6.1.4.1.5.1.1.1.14.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Global RAM size for redundant processor in kilobytes.
What is accStandbySysGlobalRam?
This OID specifies the size of global (shared) RAM available to the redundant processor, expressed in kilobytes as an integer. This is important for confirming the standby system can access the same shared resources as the primary. A sample value of "1048576" would indicate 1 GB of global RAM is configured.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.14.5 snmpwalk -v2c -c public <target> ACC-SYSTEM::accStandbySysGlobalRam
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.14.5.1 snmpget -v2c -c public <target> ACC-SYSTEM::accStandbySysGlobalRam.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accStandbySysGlobalRam.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.14 | accStandbyInfo | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.14.5 | accStandbySysGlobalRam | ACC-SYSTEM |