C
HAPTER
20
| System Management Commands
Line
– 551 –
DEFAULT SETTING
auto
COMMAND MODE
Line Configuration
COMMAND USAGE
Set the speed to match the baud rate of the device connected to the serial
port. Some baud rates available on devices connected to the port might not
be supported. The system indicates if the speed you selected is not
supported. If you select the “auto” option, the switch will automatically
detect the baud rate configured on the attached terminal, and adjust the
speed accordingly.
N
OTE
:
Due to a hardware limitation, the terminal program connected to the
console port must be set to 8 data bits when using auto baud rate
detection.
EXAMPLE
To specify 57600 bps, enter this command:
Console(config-line)#speed 57600
Console(config-line)#
stopbits This command sets the number of the stop bits transmitted per byte. Use
the no form to restore the default setting.
SYNTAX
stopbits {1 | 2}
no stopbits
1 - One stop bit
2 - Two stop bits
DEFAULT SETTING
1 stop bit
COMMAND MODE
Line Configuration
EXAMPLE
To specify 2 stop bits, enter this command:
Console(config-line)#stopbits 2
Console(config-line)#