Specifications

5-8
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 5 Configuring the Switch Alarms
Configuring Switch Alarms
To disable sending the alarm to a relay, to syslog, or to an SNMP server, use the no alarm facility
power-supply rps relay, no alarm facility power-supply rps notifies, or no alarm facility
power-supply rps syslog global configuration commands.
EXAMPLE
This example sets the RPS monitoring alarm to the major relay:
Switch(config) # alarm facility power-supply rps relay major
Configuring the FCS Bit Error Rate Alarm
Setting the FCS Error Threshold, page 5-8
Setting the FCS Error Hysteresis Threshold, page 5-9
Setting the FCS Error Threshold
The switch generates an FCS bit error rate alarm when the actual rate is close to the configured rate. Use
the fcs-threshold interface configuration command to set the FCS error threshold.
BEFORE YOU BEGIN
Review the “FCS Error Hysteresis Threshold” section on page 5-2.
DETAILED STEPS
Use the no fcs-threshold interface configuration command to return to the default FCS threshold value.
EXAMPLE
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
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
interface interface-id Enter the interface to be configured, and enter interface
configuration mode.
Step 3
fcs-threshold value Set the FCS bit error rate.
For value, the range is 6 to 11 to set a maximum bit error rate of
10
-6
to 10
-11
.
By default, the FCS bit error rate is 10
-8
.
Step 4
end Return to privileged EXEC mode.
Step 5
show fcs-threshold Verify the setting.
Step 6
copy running-config
startup-config
(Optional) Save your entries in the configuration file.