system console
Use this command to configure the management console settings. Usually this is set during the early stages of installation and needs no adjustment.
To use this command, your administrator account’s access control profile must have either w
or rw
permission to the sysgrp
area. For details, see Permissions.
Syntax
config system console
set baudrate {9600 | 19200 | 38400 | 57600 | 115200}
set shell {cli | sh}
end
Variable | Description | Default |
Select the baud rate of the console connection. The rate should conform to the specifications of your specific FortiWeb appliance. | 9600
|
|
Select the console input mode: either batch or line. |
line
|
|
Select either:
|
standard
|
|
Select either:
|
cli |
Example
This example configures the local console connection to operate at 9,600 baud, and to show long output in a paged format.
config system console
set baudrate 9600
set output more
end