cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1367
Views
0
Helpful
3
Replies

WS-C2960+24TC-L System Temperature Status via SNMP

vojtech.krejsa1
Level 1
Level 1

Hi all,

I need to diagnose System Temperature Status (Board Temperature) via SNMP on my device WS-C2960+24TC-L.

I found the following OIDs:

chassisFanStatus 1.3.6.1.4.1.9.5.1.2.9.0

(other (1) - none of the following, ok (2) - status OK, minorFault (3) - minor problem, majorFault (4) - major problem)

and

chassisTempAlarm 1.3.6.1.4.1.9.5.1.2.13.0

(off (1) - temperature within normal range, on (2) - temperature too high, critical (3) - critical temperature, system shut down imminent)

In normal state I displayed the following states in concole:
bila_tremesna>show env all
FAN is OK
SYSTEM TEMPERATURE is OK

POWER is OK
RPS is NOT PRESENT

21.4.2016 8:21:23 (152 ms) : 1.3.6.1.4.1.9.5.1.2.9.0 = "2" [ASN_INTEGER]

21.4.2016 8:21:23 (195 ms) : 1.3.6.1.4.1.9.5.1.2.13.0 = "1" [ASN_INTEGER]

When I disconnect the Fan, the FanStatus goes to "4" and in console is displayed:

bila_tremesna>show env all
FAN is FAULTY
SYSTEM TEMPERATURE is FAULTY

POWER is OK
RPS is NOT PRESENT

21.4.2016 8:21:12 (144 ms) : 1.3.6.1.4.1.9.5.1.2.9.0 = "4" [ASN_INTEGER]

21.4.2016 8:21:12 (188 ms) : 1.3.6.1.4.1.9.5.1.2.13.0 = "1" [ASN_INTEGER]

So, in the console, the state of System Temperature is changed to FAULTY, but in SNMP is "1" (not change). Is this correct state?

Thank you

VojKrej

3 Replies 3

Philip D'Ath
VIP Alumni
VIP Alumni

What software version are you using?

Here is the version:

Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE6, RELEASE SOFTWARE (fc2)

ROM: Bootstrap program is C2960 boot loader
BOOTLDR: C2960 Boot Loader (C2960-HBOOT-M) Version 15.0(2r)EZ1, RELEASE SOFTWARE (fc1)

Thank you for your reply

Hmm, I suspect this will be a platform limitation then.