HP VPN Firewall Appliances VPN Command Reference

171
display vam server address-map
Use display vam server address-map to display address mapping information about clients registered
on the server.
Syntax
display vam server address-map { all | vpn vpn-name [ private-ip private-ip ] } [ | { begin | exclude |
include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
all: Displays the address mapping information of all VAM clients registered on the VAM server.
vpn vpn-name: Displays the address mapping information of all registered VAM clients in a VPN domain.
The vpn-name argument indicates the VPN domain name and is a case-insensitive string of 1 to 15
characters.
private-ip private-ip: Displays the address mapping information of the VAM client with the specified
private IP address. The private-ip argument indicates the private IP address of the VAM client.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display the address mapping information of the VAM clients in VPN domain 1.
<Sysname> display vam server address-map vpn 1
VPN name: 1
Total address-map number: 2
Private-ip Public-ip Type Holding time
10.0.0.1 222.222.222.1 Hub 0H 3M 34S
10.0.0.3 222.222.222.3 Spoke 0H 4M 21S
# Display the address mapping information of all VAM clients.
<Sysname> display vam server address-map all
VPN: 1 Total address-map number: 2
Private-ip Public-ip Type Holding time
10.0.0.1 222.222.222.1 Hub 0H 3M 34S
10.0.0.3 222.222.222.3 Spoke 0H 4M 21S
VPN: 2 Total address-map number: 1
Private-ip Public-ip Type Holding time
20.0.0.1 222.222.32.1 Hub 0H 3M 34S