Dell PowerConnect 3324/3348 Switch CLI Guide
Use the line global configuration command to identify a specific line for configuration and enters the line configuration command mode.
line {console | telnet | ssh}
This command has no default configuration.
Global Configuration Mode
There are no user guidelines for this command.
The following example configures the device as a virtual terminal for remote console access.
Console(config)# line telnet Console(config-line)# |
The speed line configuration command sets the line baud rate. To restore the default setting, use the no form of this command.
speed {bps | autobaud}
no speed
This default speed is autobaud.
Line Configuration (console) Mode
There are no user guidelines for this command.
The following example sets the baud rate.
Console (config)# line console Console(config-line)# speed 115200 |
The exec-timeout line configuration command configures the interval that the system waits until user input is detected. To remove the interval definition, use the no form of this command.
exec-timeout minutes [seconds]
no exec-timeout
The default configuration is 10 minutes.
Line Configuration Mode
To specify no timeout, enter the exec-timeout 0 0 command.
The following example configures the interval that the system waits until user input is detected at 20 minutes.
Console (config)# line console Console(config-line)# exec-timeout 20 |
Use the show line user EXEC command to display line parameters.
show line [console | telnet | ssh]
This command has no default configuration.
User EXEC Mode
There are no user guidelines for this command.
The following example displays the line configuration.