08-12-2013 07:09 PM
i want monitored the status of nexus7010.(Mainly Includes:cpu、memory and temperature information). I can't use oid for my nms which downloaded from the cisco website. So I need some advices
08-12-2013 09:54 PM
Hi ,
For Temp:
.1.3.6.1.2.1.47.1.1.1.1.2 entPhysicalIndex OBJECT-TYPE -- FROM ENTITY-MIB -- TEXTUAL CONVENTION PhysicalIndex SYNTAX Integer (1..2147483647) MAX-ACCESS not-accessible
STATUS Current DESCRIPTION "The index for this entry." This OID will help you to get each module value. .1.3.6.1.4.1.9.9.91.1.1.1.1.4 entSensorValue OBJECT-TYPE -- FROM CISCO-ENTITY-SENSOR-MIB -- TEXTUAL CONVENTION SensorValue SYNTAX Integer (-1000000000..1000000000) MAX-ACCESS read-only STATUS Current DESCRIPTION "This variable reports the most recent measurement seen by the sensor.
======================
OID for CPU:- cpmCPUTotal5secRev http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cpmCPUTotal5secRev+&transl
ate=Translate&submitValue=SUBMIT&submitClicked=true cpmCPUTotalEntry http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cpmCPUTotalEntry&translate
=Translate&submitValue=SUBMIT&submitClicked=true cpmProcExtMemFreedRev http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cpmProcExtMemFreedRev&tran
slate=Translate&submitValue=SUBMIT&submitClicked=true cpmProcExtUtil5SecRev http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cpmProcExtUtil5SecRev&tran
slate=Translate&submitValue=SUBMIT&submitClicked=true cpmProcExtUtil1MinRev http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cpmProcExtUtil1MinRev&tran
slate=Translate&submitValue=SUBMIT&submitClicked=true cpmProcExtUtil5MinRev http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cpmProcExtUtil5MinRev&tran
slate=Translate&submitValue=SUBMIT&submitClicked=true
=============
For Memory:
Following OIDs might help you :- 1.3.6.1.4.1.9.9.221.1.1.1.1.7 cempMemPoolUsed OBJECT-TYPE -- FROM CISCO-ENHANCED-MEMPOOL-MIB SYNTAX Gauge MAX-ACCESS read-only STATUS Current DESCRIPTION "Indicates the number of bytes from the memory pool that are currently in use by applications on the physical entity." 1.3.6.1.4.1.9.9.221.1.1.1.1.8 cempMemPoolFree OBJECT-TYPE -- FROM CISCO-ENHANCED-MEMPOOL-MIB SYNTAX Gauge MAX-ACCESS read-only STATUS Current DESCRIPTION "Indicates the number of bytes from the memory pool that are currently unused on the physical entity. Note that the sum of cempMemPoolUsed and cempMemPoolFree is the total amount of memory in the pool"
I hope this will help
Thanks
Afroz
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide