Manual:System/LEDS: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(Created page with "{{Versions| v5 +}} __TOC__ ==Summary== <p id="shbox"><b>Sub-menu:</b> <code>/system leds</code> <br /> <b>Standards:</b> <code></code></p> ==Configuration Properties== {{M...")
 
Line 10: Line 10:




RouterOS allows to configure each leds activity the way that user wishes. It is possible to configure the  leds to display wireless strength,  blink the leds on interface traffic activity and many other options.
For example default led configuration on Groove
<pre>
[admin@MikroTik] /system leds> print
Flags: X - disabled
#  TYPE                    INTERFACE                  LEDS               
0  wireless-signal-strength                            led1               
                                                          led2               
                                                          led3               
                                                          led4               
                                                          led5               
1  interface-activity      ether1                      user-led   
</pre>
RB Groove uses five leds for wireless strength and one for ethernet activity monitoring.


==Configuration Properties==
==Configuration Properties==

Revision as of 12:41, 27 September 2011

Version.png

Applies to RouterOS: v5 +


Summary

Sub-menu: /system leds
Standards:


RouterOS allows to configure each leds activity the way that user wishes. It is possible to configure the leds to display wireless strength, blink the leds on interface traffic activity and many other options.

For example default led configuration on Groove

[admin@MikroTik] /system leds> print 
Flags: X - disabled 
 #   TYPE                     INTERFACE                   LEDS                 
 0   wireless-signal-strength                             led1                 
                                                          led2                 
                                                          led3                 
                                                          led4                 
                                                          led5                 
 1   interface-activity       ether1                      user-led     

RB Groove uses five leds for wireless strength and one for ethernet activity monitoring.

Configuration Properties

Property Description
disabled (yes | no; Default: no) Whether item is disabled
interface (string; Default: ) Name of the interface which will be used for led status. Applicable only if type is interface specific.
modem-signal-treshold (integer [-113..-51]; Default: ) Applicable if type is modem-signal
leds (list of leds; Default: ) List of led names used for status report. For example wireless signal strength will require more than one led.
type (flash-access | interface-activity | interface-receive | interface-status | interface-transmit | modem-signal | wireless-signal-strength | wireless-status; Default: ) Type of the status:
  • flash-access - blink the led on flash access
  • interface-activity - blink the led on interface (traffic) activity
  • interface-receive - blink the led on interface received traffic
  • interface-status - light the led on interface status change
  • interface-transmit - blink the led on interface transmitted traffic
  • modem-signal - blink the led on modem signal
  • wireless-signal-strength - light the leds displaying wireless signal (requires more than one led)
  • wireless-status - light the led on wireless status change.


Basic examples

[ Top | Back to Content ]