DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
16
DGS-3100#
show serial_port
Purpose To display the current serial port settings.
Syntax
show serial_port
Description The show serial_port command displays the current serial port
settings.
Parameters None.
Restrictions None.
Example usage:
To display the serial port settings:
DGS3100# show serial_port
Baud Rate : 9600
Data Bits : 8
Parity Bits : None
Stop Bits : 1
Auto-Logout : 10 mins
DGS3100#
config serial_port
Purpose To configure the serial port.
Syntax
config serial_port {baud_rate [2400 | 4800 | 9600 | 19200 | 38400]
auto_logout [never | 2_minutes | 5_minutes| 10_minutes |
15_minutes]}
Description The show serial_port command configures the serial port’s baud
rate and auto logout settings.
Parameters baud rate [2400 | 4800 | 9600 | 19200 | 38400] − The serial bit rate
used to communicate with the management host.
auto_logout - The amount of time the Switch’s serial port can be idle
before automatically logging out. The possible values are:
never − There is no time limit on the length of time the console can
be open with no user input.
2_minutes − The console log outs the current user if there is no user
input for 2 minutes.
5_minutes − The console logs out the current user if there is no user
input for 5 minutes.
10_minutes − The console logs out the current user if there is no
user input for 10 minutes.
15_minutes − The console logs out the current user if there is no
user input for 15 minutes.
Restrictions Only Administrator or operator-level users can issue this command.