AX Semantics Developer Blog
  • Home
  • Categories
  • Tags
  • Archives

How to turn off the alarm LED on Juniper Switches (e.g. EX2200-C)

When you have a Juniper switch with factory settings you will have an always-on red alarm LED (labeled "ALM"). This is because the switch does not have link on the management port (MGMT) and there is no rescue configuration saved. You can see the active alerts by executing

show system alarms

in the CLI.
The output may look like this:

2 alarms currently active
Alarm time               Class  Description
2014-12-10 17:18:17 CET  Major  Management Ethernet Link Down
2014-12-10 17:17:31 CET  Minor  Rescue configuration is not set

To resolve the no rescue config alarm you need to save a rescue config by executing

request system configuration rescue save

To resolve the management link down alarm either plug in the management port or if you don't want to use it tell the system to ignore the alarm by executing

configure
set chassis alarm management-ethernet link-down ignore
commit and-quit

Now the alarm LED should turn off and show system alarms should output

No alarms currently active

Tell us what you think about this. Is something unclear? Do you have questions or ideas? Leave your comments below.

Comments
comments powered by Disqus

  • « Install the recent version of lxc-docker on Ubuntu 14.04
  • Pytz and strange timezones »

Published

Dec 11, 2014

Category

Berichtsheft

Tags

  • howto 9
  • juniper 1
  • junos 1
  • network administration 1
  • AX Semantics Developer Blog - Technical stuff and learnings we had while developing the AX environment
  • Powered by Pelican. Theme: Elegant by Talha Mansoor