baud-rate

To define the baud rate, use the baud rate command in Interface Configuration Mode. The baud rate is the rate at which information is transferred in a serial communication channel. In the serial port context, "9600 baud" means that the serial port is capable of transferring a maximum of 9600 bits per second.

baud-rate

baud-rate
{ <integer> }

no baud-rate

no baud-rate

Parameters

Parameter Type Description
integer Integer Enter a number that represent the baud-rate setting. The available values are:
  • 300 baudrate of 300 bps
  • 600 baudrate of 600 bps
  • 1200 baudrate of 1200 bps
  • 2400 baudrate of 2400 bps
  • 4800 baudrate of 4800 bps
  • 9600 baudrate of 9600 bps
  • 14400 baudrate of 14400 bps
  • 19200 baudrate of 19200 bps
  • 38400 baudrate of 38400 bps
  • 57600 baudrate of 57600 bps
  • 115200 baudrate of 115200 bps
  • 230400 baudrate of 230400 bps

Mode

Serial Interface Configuration Mode

Examples

iS5Comm(config)# configure terminal

iS5Comm(config)# interface serial 0/9

iS5Comm(config-serial-if)# baud-rate 115200

iS5Comm(config-if)# no baud-rate

Note:

“no baud-rate” will revert back the baud rate settings to the default value which is 9600.