A SERVICE OF

logo

2453
<Sysname> system-view
[Sysname] user-interface vty 0
[Sysname-ui-vty0] authentication-mode none
# Set to use password authentication when users use VTY 0 interface to log onto
the device. The authentication password is 321.
<Sysname> system-view
[Sysname] user-interface vty 0
[Sysname-ui-vty0] authentication-mode password
[Sysname-ui-vty0] set authentication password cipher 321
# Set to use username and password authentication when users use VTY 0
interface to log onto the device. The username is 123 and the authentication
password is 321.
<Sysname> system-view
[Sysname] user-interface vty 0
[Sysname-ui-vty0] authentication-mode scheme
[Sysname-ui-vty0] quit
[Sysname] local-user 123
[Sysname -luser-123] password cipher 321
[Sysname -luser-123] service-type telnet level 3
databits
Syntax databits { 5 | 6 | 7 | 8 }
undo databits
View User interface view
Parameter 5: Five data bits.
6: Six data bits.
7: Seven data bits.
8: Eight data bits.
Description Use the
databits command to set data bits on the user interface.
Use the
undo databits command to restore the default, or eight bits.
n
The command is only applicable to asynchronous serial interfaces including AUX
and Console ports.
Example # Set data bits to 5.
<Sysname> system-view
[Sysname] user-interface aux 0
[Sysname-ui-aux0] databits 5