R0106-HP MSR Router Series Layer 3 - IP Services Command Reference(V7)
428
ipv6-address ipv6-address: Specifies the public IPv6 address for the primary VAM server. The address
must be a global unicast address.
port port-number: Specifies the port number for the primary 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 primary VAM server as abc.com, and port number as 2000.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-abc] server primary name abc.com port 2000
# Specify the public IP address for the primary VAM server as 1.1.1.1, and port number as 2000.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-abc] server primary ip-address 1.1.1.1 port 2000
# Specify the public IPv6 address for the primary VAM server as 1001::1, and port number as 2000.
<Sysname> system-view
[Sysname] vam client name abc
[Sysname-vam-client-abc] server primary ipv6-address 1001::1 port 2000
Related commands
server secondary
server secondary
Use server secondary to specify a secondary VAM server for a VAM client.
Use undo server secondary to restore the default.
Syntax
server secondary { name host-name | ip-address ip-address | ipv6-address ipv6-address } [ port
port-number ]
undo server secondary
Default
No secondary VAM server is specified.
Views
VAM client view
Predefined user roles
network-admin
mdc-admin