Back to Contents Page

Line Commands

Dell™ PowerConnect™ 3324/3348 Switch CLI Guide

  line

  speed

  exec-timeout

  show line



line

Use the line global configuration command to identify a specific line for configuration and enters the line configuration command mode.

Syntax

line {console | telnet | ssh}

Default Configuration

This command has no default configuration.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example configures the device as a virtual terminal for remote console access.

Console(config)# line telnet

Console(config-line)#


speed

The speed line configuration command sets the line baud rate. To restore the default setting, use the no form of this command.

Syntax

speed {bps | autobaud}

no speed

Default Configuration

This default speed is autobaud.

Command Mode

Line Configuration (console) Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example sets the baud rate.

Console (config)# line console

Console(config-line)# speed 115200


exec-timeout

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.

Syntax

exec-timeout minutes [seconds]

no exec-timeout

Default Configuration

The default configuration is 10 minutes.

Command Mode

Line Configuration Mode

User Guidelines

To specify no timeout, enter the exec-timeout 0 0 command.

Examples

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


show line

Use the show line user EXEC command to display line parameters.

Syntax

show line [console | telnet | ssh]

Default Configuration

This command has no default configuration.

Command Mode

User EXEC Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example displays the line configuration.

Console # show line

Console configuration:
Interactive timeout: Disabled
History: 10
Baudrate: 9600
Databits: 8
Parity: none
Stopbits: 1

Telnet configuration:
Interactive timeout: 600
History: 10


SSH configuration:
Interactive timeout: 600
History: 10


Back to Contents Page