cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4936
Views
0
Helpful
2
Replies

How to get DRAM / Flash Memory Size via SNMP

patrick.preuss
Level 1
Level 1

Hello,

does any body know how to get DRAM / falsh memory size via snmp?

i need the snmpoid.

best regards

Patrick

2 Replies 2

CKBudrodeen
Level 1
Level 1

OID is .1.3.6.1.4.1.9.9.10.1.1.2.1 (Cisco Flash MIB)

e.g. using Net-SNMP, walk .7 for description, and walk .2 for size

#snmpwalk -v1 -c .1.3.6.1.4.1.9.9.10.1.1.2.1.7

SNMPv2-SMI::enterprises.9.9.10.1.1.2.1.7.1 = STRING: "flash"

SNMPv2-SMI::enterprises.9.9.10.1.1.2.1.7.2 = STRING: "slot0"

SNMPv2-SMI::enterprises.9.9.10.1.1.2.1.7.3 = STRING: "slot1"

#snmpwalk -v1 -c .1.3.6.1.4.1.9.9.10.1.1.2.1.2

SNMPv2-SMI::enterprises.9.9.10.1.1.2.1.2.1 = INTEGER: 33554432

SNMPv2-SMI::enterprises.9.9.10.1.1.2.1.2.2 = INTEGER: 0

SNMPv2-SMI::enterprises.9.9.10.1.1.2.1.2.3 = INTEGER: 0

Reference :

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.10.1.1.2.1.2

(requires CCO login)

Hope this helps. Cheers.

g_garza
Level 1
Level 1

Other OIDs I found helpful when looking at flash size are the following:

 

NameTypeObject ID
ciscoFlashPartitionSizeGauge1.3.6.1.4.1.9.9.10.1.1.4.1.1.4
ciscoFlashPartitionFreeSpaceGauge1.3.6.1.4.1.9.9.10.1.1.4.1.1.5

Review Cisco Networking for a $25 gift card