Alarms Configuration Guide, Cisco Catalyst IE9300 Rugged Series Switches

PDF

Alarms Configuration Guide, Cisco Catalyst IE9300 Rugged Series Switches

Configure external alarms

Want to summarize with AI?

Log in

Configure external alarm contacts to trigger alarms for external devices with specified trigger conditions and severity levels.


Configure external alarms to monitor and alert on the status of external devices in your environment, allowing you to set appropriate trigger conditions and severity levels for different alarm scenarios.

Configure an open or closed circuit to trigger an alarm for the external devices in your environment and configure the severity of the alarm.

Procedure

SUMMARY STEPS

  1. Use the configure terminal command to enter global configuration mode.
  2. (Optional) Use the alarm contact contact-number description string command to configure a description for the alarm contact number.
  3. Use the alarm contact {contact-number | all } { severity { critical | major | minor } | trigger { closed | open }} command to configure the trigger and severity for an alarm contact number or for all contact numbers.
  4. Use the show env alarm-contact command to show the configured alarm contacts.
  5. Use the end command to exit to privileged EXEC mode.

DETAILED STEPS

1.

Use the configure terminal command to enter global configuration mode.

Example:

Switch# configure terminal
2.

(Optional) Use the alarm contact contact-number description string command to configure a description for the alarm contact number.

Example:

Switch(config)# alarm contact 2 description alarm for open door
  • The contact-number is 1, 2, 4, or 5. See the figure in External alarm pins section for the alarm contact pinouts.

  • The description string is up to 80 alphanumeric characters in length and is included in any generated system messages.

3.

Use the alarm contact {contact-number | all } { severity { critical | major | minor } | trigger { closed | open }} command to configure the trigger and severity for an alarm contact number or for all contact numbers.

Example:

Switch(config)# alarm contact 2 severity critical trigger open
  • Enter a contact-number (1, 2 ,4, or 5) or specify that you are configuring all alarms. See the figure in External alarm pins section for the alarm contact pinouts.

  • For severity, enter critical , major , or minor . If you do not configure a severity, the default is minor .

  • For trigger, enter closed or open . If you do not configure a trigger, the alarm is triggered when the circuit is closed .

4.

Use the show env alarm-contact command to show the configured alarm contacts.

Example:

Switch(config)# show env alarm-contact
5.

Use the end command to exit to privileged EXEC mode.

Example:

Switch(config-if)# end