ECS4110-52P_Management Guide

Table Of Contents
C
HAPTER
21
| System Management Commands
Line
– 749 –
line This command identifies a specific line for configuration, and to process
subsequent line configuration commands.
SYNTAX
line {console | vty}
console - Console terminal line.
vty - Virtual terminal for remote console access (i.e., Telnet).
DEFAULT SETTING
There is no default line.
COMMAND MODE
Global Configuration
COMMAND USAGE
Telnet is considered a virtual terminal connection and will be shown as
“VTY” in screen displays such as show users. However, the serial
communication parameters (e.g., databits) do not affect Telnet
connections.
EXAMPLE
To enter console line mode, enter the following command:
Console(config)#line console
Console(config-line)#
RELATED COMMANDS
show line (758)
show users (733)
databits This command sets the number of data bits per character that are
interpreted and generated by the console port. Use the no form to restore
the default value.
SYNTAX
databits {7 | 8}
no databits
7 - Seven data bits per character.
8 - Eight data bits per character.
DEFAULT SETTING
8 data bits per character
COMMAND MODE
Line Configuration