cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4063
Views
9
Helpful
7
Replies

Temperature Threshold Conf on 6509 Series

dccb20002
Level 1
Level 1

Hi everyone,

My boss asked me to find the command needed to change the environment alarm threshold in the switches at work, I have done a thorough search without luck, any ideas?Thank you

7 Replies 7

David Stanford
Cisco Employee
Cisco Employee

How about something like this command, which is for cpu threshold:

process cpu threshold type total rising 10 interval 5

Thanks Davistan,

It is not what I am looking for.

Are you looking at changing the temp level for an envmon trap or syslog message?

Hi Davistan

envmon trap, the devices are configured to alarm HP Open View when they reach either 65C on minor and 75C on major, I have to lower the numbers to 50 and 50 respectively. Thanks

As far as I know these threshold settings for envmon cannot be changed. However, you can use rmon to setup your own thresholds:

there is one way you could measure

thresholds for temperature and it would be using RMON. You could set temperature

thresholds something like this:

You can get the current temperature value with the ciscoEnvMonTemperatureStatusValue OID

(.1.3.6.1.4.1.9.9.13.1.3.1.3)

Say after going through the mother table you noticed that your temperature is found in

instance X, then the OID to poll or monitor is .1.3.6.1.4.1.9.9.13.1.3.1.3.X

rmon alarm .1.3.6.1.4.1.9.9.13.1.3.1.3.X

absolute rising-threshold falling-threshold

rmon event 1 trap description "Router is burning !!" log

rmon event 2 trap description "Router has cooled off !!" log

snmp-server host traps

Hi Davistan,

Thank you again, on Tuesday I will see if this is what my boss is looking for, I will definitily rate your comment.

Hello. I have the opposite task than dccb20002. We have VSS cluster of two Cisco 6509 with Supervisor Engine 720 10GE.

Some time ago we began to receive env traps about exceed ASIC temperature on one SUP module from Cisco LMS:

EVENT DESCRIPTION = OutOfRange::Component=TEMP-SPB_M69-SW01F0-C/1011 [Chassis 2 module 5 asic-4 temperature Sensor-Chassis 2 module 5 asic-4 temperature Sensor];ComponentClass=TemperatureSensor;ComponentEventCode=1079;Status=OK;entSensorValue=46;CurrentValue=46.0  DEGC;

#show environment switch 2 alarm thresholds module 5

chassis id 2 switch_id 2

switch 2 module 5 power-output-fail: OK

  threshold #1 for switch 2 module 5 power-output-fail:

    (sensor value != 0 ) is system minor alarm

switch 2 module 5 insufficient cooling: N/A

  threshold #1 for switch 2 module 5 insufficient cooling:

    (sensor value != 0 ) is system major alarm

switch 2 module 5 fan-upgrade required: N/A

  threshold #1 for switch 2 module 5 fan-upgrade required:

    (sensor value != 0 ) is system major alarm

switch 2 module 5 outlet temperature: 26C

  threshold #1 for switch 2 module 5 outlet temperature:

    (sensor value >= 70C) is system minor alarm

  threshold #2 for switch 2 module 5 outlet temperature:

    (sensor value >= 85C) is system major alarm

switch 2 module 5 inlet temperature: 15C

  threshold #1 for switch 2 module 5 inlet temperature:

    (sensor value >= 65C) is system minor alarm

  threshold #2 for switch 2 module 5 inlet temperature:

    (sensor value >= 80C) is system major alarm

switch 2 module 5 asic-1 temperature: 44C

  threshold #1 for switch 2 module 5 asic-1 temperature:

    (sensor value >= 90C) is system minor alarm

  threshold #2 for switch 2 module 5 asic-1 temperature:

    (sensor value >= 105C) is system major alarm

switch 2 module 5 asic-3 temperature: 28C

  threshold #1 for switch 2 module 5 asic-3 temperature:

    (sensor value >= 95C) is system minor alarm

  threshold #2 for switch 2 module 5 asic-3 temperature:

    (sensor value >= 110C) is system major alarm

switch 2 module 5 asic-4 temperature: 44C

  threshold #1 for switch 2 module 5 asic-4 temperature:

    (sensor value >= 95C) is system minor alarm

  threshold #2 for switch 2 module 5 asic-4 temperature:

    (sensor value >= 110C) is system major alarm

How can i increase threshold of temperature alarm or filter this alarm on Cisco LMS?

Earlier, David Stanford said that these threshold settings for envmon cannot be changed, so how can i fix this?

There are up to 1000 such alerts comes every day.

Getting Started

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: