HP VPN Firewall Appliances VPN Command Reference

186
Examples
# Specify the secondary VAM server for the client, setting the public IP address and port number to 1.1.1.2
and 3000 respectively.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-name-abc] server secondary ip-address 1.1.1.2 port 3000
Related commands
display vam client
server primary
vam client name
user
Use user to create a local user by configuring a username and a password for a VAM client.
Use undo user to remove the configuration.
Syntax
user username password { cipher | simple } string
undo user
Default
No username or password is configured for a VAM client.
Views
VAM client view
Default command level
2: System level
Parameters
Username: Username for the VAM client, a case-sensitive string of 1 to 253 characters. It cannot contain
forward slash (/), colon (:), asterisk (*), question mark (?), angle brackets (< >), at sign (@), vertical bar
(|), and backslash (\).
cipher: Sets a ciphertext password.
simple: Sets a plaintext password.
string: Specifies the password for the VAM client. This argument is case sensitive. If simple is specified,
it must be a string of 1 to 63 characters. If cipher is specified, it must be a ciphertext string of 1 to 117
characters.
Usage guidelines
Only one local user can be configured for a VAM client.
For security purposes, all keys, including keys configured in plain text, are saved in cipher text.
Examples
# Create a local user, setting both the username and password to user.
<Sysname> system-view
[Sysname] vam client name abc