cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1047
Views
4
Helpful
4
Replies

MIB oid for "show ver" memory info?

yiming
Level 1
Level 1

Hi guys,

I am trying to use snmp to pull the memory info of the "show ver" output,

e.g.

cisco 1721 (MPC860P) processor (revision 0x200) with 83259K/15045K bytes of memory.

But I just can't find the oid to get this 83259K/15045K, the only thing I can find till now is the ciscoMemoryPoolEntry, but apparently it is not what I want.

Can anyone here give me a little help?

Thanks a lot!

1 Accepted Solution

Accepted Solutions

The sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree for the I/O pool should give you the exact value here.

View solution in original post

4 Replies 4

Joe Clarke
Cisco Employee
Cisco Employee

There is really no objects that will give you the actual amount of real RAM installed in a device. Summing up the memory pool objects is the way to go. There is an old object which may give you the left hand value, and that is processorRam. However, this object is deprecated, and may not work properly on all platforms.

thank you for your reply, and it seems the processorRam on my platform works.

By chance do you know any object can give me the right hand value?

The sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree for the I/O pool should give you the exact value here.

:)

I am doing this right now, but still wish there will be a mib for this to make thing easier,

Thanks again for your help