Specifications
5-13
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 5 Configuring the Switch Alarms
Configuration Example
Switch(config)# end
Switch(config)# show env alarm-contact
Switch# show env alarm-contact
ALARM CONTACT 1
Status: not asserted
Description: test_1
Severity: critical
Trigger: open
ALARM CONTACT 2
Status: not asserted
Description: door sensor
Severity: major
Trigger: closed
ALARM CONTACT 3
Status: not asserted
Description: flood sensor
Severity: critical
Trigger: closed
ALARM CONTACT 4
Status: not asserted
Description:
Severity: critical
Trigger: closed
This example sets the RPS monitoring alarm to the major relay:
Switch(config) # alarm facility power-supply rps relay major
This example shows how to set the FCS bit error rate for a port to 10
-10
:
Switch# configure terminal
Switch(config)# interface fastethernet1/1
Switch(config-if) # fcs-threshold 10
This example shows how to set the FCS error hysteresis at 5 percent:
Switch(config)# alarm facility fcs-hysteresis 5
This example creates or modifies the alarm profile fastE for the Fast Ethernet port with link-down
(alarmList ID 3) alarm enabled. The link-down alarm is connected to the major relay. This alarm also
send notifications to an SNMP server and sends system messages to a syslog server.
Switch(config)# alarm profile fastE
Switch(config-alarm-prof)# alarm 3
Switch(config-alarm-prof)# relay major 3
Switch(config-alarm-prof)# notifies 3
Switch(config-alarm-prof)# syslog 3
This example attaches an alarm profile named fastE to a port:
Switch(config)# interface fastethernet 1/2
Switch(config-if)# alarm profile fastE
This example detaches an alarm profile named fastE from a port:
Switch(config)# interface fastethernet 1/2
Switch(config-if)# no alarm profile fastE