[Contents] [Prev] [Next] [Index] [Report an Error]

Line Configuration Mode

In this mode, you can modify the operation of a virtual terminal (vty) line.

From Global Configuration mode, type the line vty command and either the lineNumber or the rangeOfLineNumbers you want to configure, and press Enter.

Note: The factory default is 5 vty lines. However, you can increase the number of vty lines available by typing the start number and end number of the vty line range. Once you execute the line vty command, you will have access to line numbers up to the ending line number.

host1(config)#line vty 0 29 
host1(config-line)#?
  access-class         Restrict or permit telnet access based on an access list
  data-character-bits  Set the number of bits per character used by the display
  default              Set a command to its default(s)
  do                   Run an exec mode command (alias command run)
  exec-banner          Enable the exec banner
  exec-timeout         Set the inactivity timeout
  exit                 Exit from the current command mode
  help                 Describe the interactive help system
  log                  Configure logging settings
  login                Require the use of passwords for vty logins
  macro                Run a CLI macro
  motd-banner          Enable the message of the day banner
  no                   Negate a command or set its default(s)
  password             Configure the password for line access
  run                  Run an exec mode command (alias command do)
  sleep                Make the Command Interface pause for a specified duration
  timeout              Specify the login timeout value for the selected line(s)

Note: The privilege command is available in Line Configuration mode when the user is logged in at privilege level 15. For more information, see Privileged-Level Access and CLI Command Privileges .


[Contents] [Prev] [Next] [Index] [Report an Error]