Setup guide

7 RTS OUT 8
8 CTS IN 7
Setting Serial Console
system serial-console
Property Description
enabled (yes | no; default: no) - whether serial console is enabled or not
port (name; default: serial0) - which port should the serial terminal listen to
Example
To enable Serial Console:
[admin@Wandy] system serial-console> set enabled=yes
[admin@Wandy] system serial-console> print
enabled: yes
port: serial0
[admin@Wandy] system serial-console>
To check if the port is available or used:
[admin@Wandy] system serial-console> /port print detail
0 name=serial0 used-by=Serial Console baud-rate=9600 data-bits=8 parity=none
stop-bits=1 flow-control=none
1 name=serial1 used-by="" baud-rate=9600 data-bits=8 parity=none stop-bits=1
flow-control=none
[admin@Wandy] system serial-console>
Using Serial Terminal
Command name: /system serial-terminal
Description
The command is used to communicate with devices and other systems that are connected to router
via serial port.
All keyboard input is forwarded to the serial port and all data from the port is output to the
connected device. After exiting with [Ctrl]+[Q], the control signals of the port are lowered. The
speed and other parameters of serial port may be configured in the /port directory of router console.
No terminal translation on printed data is performed. It is possible to get the terminal in an unusable
state by outputting sequences of inappropriate control characters or random data. Do not connect to
devices at an incorrect speed and avoid dumping binary data.
Property Description
port (name) - port name to use
Notes
[Ctrl]+[Q] and [Ctrl]+[X] have special meaning and are used to provide a possibility of exitting
from nested serial-terminal sessions: