Configuration Guide Basic Management
Set the serial port baud rate to 57,600 bps.
Ruijie# configure terminal //Enter global configuration mode.
Ruijie(config)# line console 0 //Enter console line configuration mode.
Ruijie(config-line)# speed 57600 //Set the console baud rate to 57,600 bps.
Ruijie(config-line)# end //Returns to Privileged EXEC mode.
Run the show command to display the configuration.
Ruijie# show line console 0 //Displays 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.4.4 Enabling and Disabling a Specific Service
Configuration Effect
Dynamically adjust system services when the system is running, and enable and disable specific services (SNMP
Agent, SSH Server, and Telnet Server).
Configuration Steps
Enabling the SNMP Agent, SSH Server, and Telnet Server Services
(Optional) Perform this configuration when you need to use these services.