12-06-2006 11:56 AM
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
12-06-2006 12:21 PM
How about something like this command, which is for cpu threshold:
process cpu threshold type total rising 10 interval 5
12-07-2006 08:53 AM
Thanks Davistan,
It is not what I am looking for.
12-07-2006 09:02 AM
Are you looking at changing the temp level for an envmon trap or syslog message?
12-08-2006 06:55 AM
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
12-08-2006 07:36 AM
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
absolute rising-threshold
rmon event 1 trap
rmon event 2 trap
snmp-server host
12-10-2006 07:43 PM
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.
10-18-2011 12:51 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide