36
•
AUX line
—0 to 1 in standalone mode and 0 to 7 in IRF mode.
•
VTY line
—0 to 63.
Usage guidelines
To end a message, press
Enter
. To cancel a message and return to user view, press
Ctrl
+
C
.
Examples
# Before you restart the device, send a notification to VTY 1 to inform the user.
<Sysname> send vty 1
Input message, end with Enter; abort with CTRL+C:
Your attention, please. I will reboot the system in 3 minutes.
Send message? [Y/N]:y
The message should appear on the screen of the user's configuration terminal, as shown in the following
example:
[Sysname]
***
***
***Message from vty0 to vty1
***
Your attention, please. I will reboot the system in 3 minutes.
set authentication password
Use
set authentication password
to set a password for password authentication.
Use
undo set authentication password
to remove the password.
Syntax
set authentication password
{
hash
|
simple
}
password
undo set authentication password
Default
No password is set for password authentication.
Views
User line view, user line class view
Predefined user roles
network-admin
Parameters
hash
: Sets a hashed password.
simple
: Sets a plaintext password.
password
: Specifies the password string. This argument is case sensitive. If
simple
is specified, it must be
a string of 1 to 16 characters. If
hash
is specified, it must be a string of 1 to 110 characters.
Usage guidelines
This command is not supported in FIPS mode.