Set the console transmission rate, in bps. For the serial
interface, you can only set the transmission rate as one of
9600, 19200, 38400, 57600 and 115200. 9600 is the
default rate.
This example shows how to configure the baud rate of the serial port to 57600 bps:
DGS-3610# configure terminal //Enter the global configuration mode.
DGS-3610(config)# line console 0 //Enter the console line configuration mode
DGS-3610(config-line)# speed 57600 //Set the console rate as 57600
DGS-3610(config-line)# end //Return to the privilege mode
DGS-3610# show line console 0 //View the console configuration
CON Type speed Overruns
* 0 CON 57600 0
Line 0, Location: "", Type: "vt100"
Length: 25 lines, Width: 80 columns
Special Chars: Escape Disconnect Activation
^^x none ^M
Timeouts: Idle EXEC Idle Session
never never
History is enabled, history size is 10.
Total input: 22 bytes
Total output: 115 bytes
Data overflow: 0 bytes
stop rx interrupt: 0 times
Modem: READY
2.10 Using telnet on the Network
Devices
2.10.1 Overview
The telnet is an application layer protocol in the TCP/IP protocol family, which provides the
specifications of remote logon and virtual terminal communication function. The Telnet Client
service is used by the local or remote user who has logged onto the local network device to
work with the Telnet Client program to access the other remote system resources on the
network. As shown below, the user on the PC establishes the connection with network
device A through the terminal emulation program or telnet, and then the user can log onto
network device B again by entering the telnet command to manage its configuration.