Skip to content

opx config beacon

jeff-yin edited this page Jan 17, 2019 · 35 revisions

COMMAND

opx-config-beacon — Turns on or off the beacon LED on the chassis front panel, or the given port(s).

SYNOPSIS

opx-config-beacon [-h,--help] 
[--port <port-list>] 
{on | off}

OPTIONS

Option Description
-h,--help Displays help text
--port <port-list> Front-panel Ethernet interface(s) to configure; a <port-list> is a comma-separated list of 1 one more ranges. Each range is either a single interface, or a pair of interfaces of the form <from..to>, which specifies all interfaces from <from> to <to> inclusive. Examples:
e101-001-0 — expands to e101-001-0
e101-001-0,e101-010-0 — expands to e101-001-0,e101-010-0
e101-001-0,e101-004-0..e101-006-0 — expands to e101-001-0,e101-004-0,e101-005-0,e101-006-0
If the port list is not specified, the chassis beacon LED is set.

EXIT STATUS

If there is a syntax error in the given arguments, the exit status shall be 2.
If the command fails to set the beacon LED, the exit status shall be 1.
Otherwise, the exit status is 0.

EXAMPLE

$ opx-config-beacon on

REPORT BUGS

To report any OPX software bugs, see Report bugs.

Clone this wiki locally