console baudrate
Use this command to get or set the console baudrate.
Syntax
execute console baudrate [9600 | 19200 | 38400 | 57600 | 115200]
If you do not specify a baudrate, the command returns the current baudrate.
Setting the baudrate will disconnect your console session.
Example
Get the baudrate:
execute console baudrate
The response is displayed:
current baud rate is: 115200
Set the baudrate to 9600:
execute console baudrate 9600