From a42365f507b5d119b1b9ee1dc46c3a04ac28730f Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 19 Jun 2020 18:27:03 +0200 Subject: console-server: add possible values for configuration --- docs/services/console-server.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/services') diff --git a/docs/services/console-server.rst b/docs/services/console-server.rst index 50efa865..17d1d4d5 100644 --- a/docs/services/console-server.rst +++ b/docs/services/console-server.rst @@ -1,7 +1,7 @@ .. _console_server: ############## -Console-Server +Console Server ############## Starting of with VyOS 1.3 (equuleus) we added support for running VyOS as an @@ -107,12 +107,12 @@ times are used to send a single character, and so dividing the signalling bit-rate by ten results in the overall transmission speed in characters per second. This is also the default setting if none of those options are defined. -.. cfgcmd:: set service console-server data-bits +.. cfgcmd:: set service console-server data-bits [7 | 8] Configure either seven or eight data bits. This defaults to eight data bits if left unconfigured. -.. cfgcmd:: set service console-server description +.. cfgcmd:: set service console-server description A user friendly description identifying the connected peripheral. @@ -120,12 +120,12 @@ second. This is also the default setting if none of those options are defined. Set the parity option for the console. If unset this will default to none. -.. cfgcmd:: set service console-server stop-bits +.. cfgcmd:: set service console-server stop-bits [1 | 2] Configure either one or two stop bits. This defaults to one stop bits if left unconfigured. -.. cfgcmd:: set service console-server speed +.. cfgcmd:: set service console-server speed [ 300 | 1200 | 2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 ] .. note:: USB to serial converters will handle most of their work in software so you should be carefull with the selected baudrate as some times they -- cgit v1.2.3