Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Catalyst 5000 temperatuur OID

Status
Not open for further replies.

834

Technical User
Joined
Apr 23, 2003
Messages
1
Location
NL
I want to monitor the temperatuur of a Catalyst 5000.
I am using cricket (a MRTG clone) Does anybody know which OID I can use to monitor the temp of this swich
 
There is a chassisTempAlarm object-type inside the CISCO-STACK-MIB.my.

Does it help?



chassisTempAlarm OBJECT-TYPE
SYNTAX INTEGER {
off(1), -- temperature within normal range
on(2), -- temperature too high
critical(3) -- critical temperature, system
-- shut down imminent
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The chassis temperature alarm status."
::= { chassisGrp 13 }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top