Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RouterBoardLED description
CubeG-5ac60ay (Cube 60Pro ac); CubeG-5ac60ay-SA (CubeSA 60Pro ac)Turns off all LEDs
CubeG-5ac60ad (Cube 60G ac)Turns off all LEDs
RB912R-2nD-LTm (ltAP mini / ltAP mini LTE kit)Turns off all LEDs
RB912UAG-6HPnD (BaseBox 6)Turns off all LEDs
RBD23UGS-5HPacD2HnD (NetMetal ac^2)Turns off all LEDs
RBLDF-2nD (LDF 2); RBLDF-5nD (LDF 5); RBLHGRTurns off all LEDs
RBLDFG-5acD (LDF 5 ac)Turns off all LEDs except Ethernet LED
RBLHG2nD (LHG 2); RBLHG2nD-XL (LHG XL 2)Turns off all LEDs
RBLHG5nD (LHG 5); RBLHG5HPnD (LHG HP5); RBLHG5HPnD-XL (LHG XL HP5)Turns off all LEDs
RBLHGG-5acD (LHG 5 ac); RBLHGG-5acD-XL (LHG XL 5 ac); RBLHGG-5HPacD2HPnD (LHG XL 52 ac); RBSXTsqG-5acD (SXTsq 5 ac)Turns off all LEDs except Ethernet LED
RBLHGG-60ad (Wireless Wire Dish)Turns off all LEDs
LHGGM&EG18-EA (LHG LTE18 kit)Turns off all LEDs
RBLtAP-2HnD (LtAP)Turns off all LEDs except Ethernet LEDs
RBSXTsq-60ad (SXTsq Lite60); RBCube-60ad (Cube Lite60)Turns off all LEDs
RBwAPG-60ad (Wireless Wire)Turns off all LEDs
RBwAPGR-5HacD2HnD (wAP ac)Turns off all LEDs except Ethernet LED

Examples

Basic example

LED control via CLI commands for scripting purposes:

...

Code Block
languageros
/system leds
add leds=user-led type=ap-cap

Modem Signal Strength example

The whole modem-signal strength range is [-113..-51] and the modem-signal-threshold increases the weakest signal limit to -91 so the signal range for LED indication is [-91..-51]. That range is divided into equal parts depending on number of LEDs configured for modem-signal LED trigger. The first LED turns on when signal is above -91 and the last LED turns on when signal reaches -51.

Code Block
languageros
/system leds
add interface=lte1 leds=led1,led2,led3,led4,led5 modem-signal-treshold=-91 type=modem-signal

Modem Access Technology example

These LED trigger examples turn on LEDs in order of modem technology generation: GSM; 3G; LTE.

...