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
.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.
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"
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: