Hi,
When retrieving the 64-bit memory OID's from an ASA_5555 (system context) I get a response with two system memory entries both also showing used and free memory.
This is the only ASA type where I see this.
The output in "show memory" and "show memory detail" differ much from these numbers.
Has anyone encountered this and can explain this?
.1.3.6.1.4.1.9.9.221.1.1.1.1.3.2.1 "System memory"
.1.3.6.1.4.1.9.9.221.1.1.1.1.3.2.2 "System memory"
.1.3.6.1.4.1.9.9.221.1.1.1.1.3.2.3 "MEMPOOL_MSGLYR"
.1.3.6.1.4.1.9.9.221.1.1.1.1.3.2.4 "MEMPOOL_HEAPCACHE_0"
.1.3.6.1.4.1.9.9.221.1.1.1.1.3.2.5 "MEMPOOL_DMA"
.1.3.6.1.4.1.9.9.221.1.1.1.1.3.2.6 "MEMPOOL_GLOBAL_SHARED"
.1.3.6.1.4.1.9.9.221.1.1.1.1.7.2.1 27513792 <== where is this coming from ??
.1.3.6.1.4.1.9.9.221.1.1.1.1.7.2.2 4014654048 <== looks Ok!!
.1.3.6.1.4.1.9.9.221.1.1.1.1.7.2.3 125520
.1.3.6.1.4.1.9.9.221.1.1.1.1.7.2.4 960421152
.1.3.6.1.4.1.9.9.221.1.1.1.1.7.2.5 324849440
.1.3.6.1.4.1.9.9.221.1.1.1.1.7.2.6 234562528
.1.3.6.1.4.1.9.9.221.1.1.1.1.8.2.1 693215489
.1.3.6.1.4.1.9.9.221.1.1.1.1.8.2.2 693215505
The CLI states:
fwasa-system# show memory
Free memory: 4987908673 bytes (55%)
Used memory: 4014928176 bytes (45%)
------------- ------------------
Total memory: 9002836849 bytes (100%)
fwasa-system# show memory detail
Heap Memory:
Free Memory:
Heapcache Pool: 589337424 bytes ( 7% )
Global Shared Pool: 2979683360 bytes ( 33% )
Message Layer Pool: 4068784 bytes ( 0% )
System: 1271915377 bytes ( 14% )
Used Memory:
Heapcache Pool: 960457904 bytes ( 11% )
Global Shared Pool: 2166961120 bytes ( 24% )
Reserved (Size of DMA Pool): 517996544 bytes ( 6% )
Reserved for messaging: 125520 bytes ( 0% )
MMAP usage: 21005512 bytes ( 0% )
System Overhead: 491285304 bytes ( 5% )
------------------------------------- ----------------
Total Memory: 9002836849 bytes ( 100% )
Any help/explanation is welcome.