The user-interface vty command displays the user interface vty view where we can configure several parameters for telnet and ssh.
By default, there is no user interface view displayed.
Parameter | Description | Value |
---|---|---|
first-ui-number |
Specifies the first user interface to be configured. |
The value is an integer ranging from 0 to 20. |
last-ui-number |
Specifies the last user interface to be configured. The last-ui-number number should be larger than the first-ui-number number. The maximum values of the last-ui-number and first-ui-number parameters are determined by the maximum login users specified by the user-interface maximum-vty command. For example, if the maximum login users specified by the user-interface maximum-vty 5 command is 5, the maximum value of the last-ui-number and first-ui-number parameters is 4. |
The value is an integer ranging from 1 to 20. |