3-6
Cisco IE 3000 Switch Software Configuration Guide
OL-13018-01
Chapter 3 Configuring Cisco IE 3000 Switch Alarms
Configuring IE 3000 Switch Alarms
To disable sending the alarm to a relay, to syslog, or to an SNMP server, use the no alarm facility
power-supply relay, no alarm facility power-supply notifies, or no alarm facility power-supply
syslog global configuration commands.
Note Before you can use the notifies command to send alarm traps to an SNMP server, you must first set up
the SNMP server by using the snmp-server enable traps alarms global configuration command. See
the “Enabling SNMP Traps” section on page 3-11.
This example sets the power-supply monitoring alarm to the minor relay.
Switch(config) # alarm facility power-supply relay minor
Configuring the Switch Temperature Alarms
You can change the temperature thresholds for both the primary and secondary temperature alarms. You
can also change the association of the primary and secondary temperature alarms to either the major or
minor relay.
This section describes how to configure the temperature alarms on your switch. It contains this
configuration information:
• Setting the Primary Temperature Threshold for the Switch, page 3-6
• Setting a Secondary Temperature Threshold for the Switch, page 3-7
• Associating the Temperature Alarms to a Relay, page 3-7
Setting the Primary Temperature Threshold for the Switch
You can use the alarm facility temperature primary global configuration command to set low and high
temperature thresholds for the primary temperature monitoring alarm.
Beginning in privileged EXEC mode, follow these steps to set the high temperature threshold:
Use the no alarm facility temperature primary high threshold global configuration command to delete
the temperature monitoring alarm configuration and return to the default setting.
This example shows how to delete the primary temperature monitoring alarm configuration and return
to the default setting.
Switch(config) # no alarm facility temperature primary high 45
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
alarm facility temperature primary
high threshold
Set the primary high temperature threshold value. Set the threshold from
–238°F (–150°C) to 572°F (300°C).
Step 3
alarm facility temperature primary
low threshold
Set the primary low temperature threshold value. Set the threshold from
–328°F (–200°C) to 482°F (250°C).
Step 4
end Return to privileged EXEC mode.
Step 5
show alarm settings Verify the configuration.
Step 6
copy running-config startup-config (Optional) Save your entries in the configuration file.