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

Cisco 2960x Temperature History command

killsley
Level 1
Level 1

Is there a way to check the temperature of a 2960x temperature history via CLI command? Not just the current temp, the past logs of temperature as well.

2 Replies 2

Mark Elsen
Hall of Fame
Hall of Fame

 

 - Not possible  , but if you use network manager software  you could  query the temperature of the switch at regular intervals  with  SNMP and plot it , 

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

r.heitmann
Level 1
Level 1

I'd like to suggest Cisco EEM (Embedded event manager) as an applet that

.. every x minutes ...

  • executes the desired show command
  • pulls out the temperature using regex
  • generates a Syslog message containing the temperature

using "show logging | inc <your-syslog-mnemonic>" you can check the history, or even better at a central syslog server...

... using SNMP with a "purpose built" central snmp manager software might work "out of the box" of course...