R0106-HP MSR Router Series Layer 3 - IP Services Command Reference(V7)

429
Parameters
name host-name: Specifies the domain name for the secondary VAM server. It is a dot-separated,
case-insensitive string that can include letters, digits, hyphens (-), and underscores (_). The domain name
can include at most 253 characters, and each separated string includes no more than 63 characters.
ip-address ip-address: Specifies the public IP address for the secondary VAM server. The address must
be a unicast address.
ipv6-address ipv6-address: Specifies the public IPv6 address for the secondary VAM server. The address
must be a global unicast address.
port port-number: Specifies the port number for the secondary VAM server, in the range of 1025 to
65535. The default is 18000.
Usage guidelines
The port number of a VAM server must be the same as that configured on the VAM server by using the
vam server listen-port command.
If the specified primary and secondary VAM servers have the same address or name, only the primary
VAM server takes effect.
If you execute this command multiple times, the most recent configuration takes effect.
Examples
# Specify the domain name for the secondary VAM server as abc.com, and port number as 2000.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-abc] server secondary name abc.com port 2000
# Specify the public IP address for the secondary VAM server as 1.1.1.2, and port number as 3000.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-abc] server secondary ip-address 1.1.1.2 port 3000
# Specify the public IPv6 address for the primary VAM server as 1001::2, and port number as 3000.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-abc] server secondary ipv6-address 1001::2 port 3000
Related commands
server primary
user
Use user to configure a username and password that a VAM client uses for authentication on the VAM
server.
Use undo user to remove the configuration.
Syntax
user username password { cipher cipher-string | simple simple-string }
undo user
Default
No username or password is configured.