HP VPN Firewall Appliances Getting Started Command Reference

27
num2: Specifies the relative number of a user interface.
Usage guidelines
To end message input, press Ctrl+Z. To cancel message input and return to user view, press Ctrl+C.
Examples
# Send message hello abc to your own user interface Console 0.
<Sysname> send console 0
Enter message, end with CTRL+Z or Enter; abort with CTRL+C:
hello abc^Z
Send message? [Y/N]:y
<Sysname>
***
***
***Message from con0 to con0
***
hello abc
<Sysname>
# Before you restart the device, inform other login users so they prepare for the reboot:
1. Display information about the user interfaces that are being used.
<Sysname> display users
The user application information of the user interface(s):
Idx UI Delay Type Userlevel
+ 49 VTY 0 00:00:00 TEL 3
50 VTY 1 00:00:03 TEL 3
Following are more details.
VTY 0 :
Location: 192.168.1.26
VTY 1 :
Location: 192.168.1.20
+ : Current operation user.
F : Current operation user work in async mode.
// The output shows that you are using VTY 0 and another user is using VTY 1.
2. Send a notification message to the user of VTY1.
<Sysname> send vty 1
Enter message, end with CTRL+Z or Enter; abort with CTRL+C:
Your attention, please. I will reboot the system in 3 minutes!^Z
Send message? [Y/N]:y
The message should appear on the screen of the user's configuration terminal. The following example
assumes that the user was executing the interface gigabitethernet command when the message arrived:
[Sysname] interface gigabitethernet
***
***