R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
308
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 Fundamentals Configuration 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
# Display the address mapping information of the VAM client with a private IP address of 10.0.0.1 in
VPN domain 1.
<Sysname> display vam server address-map vpn 1 private-ip 10.0.0.1
VPN: 1
Private-ip Public-ip Type Holding time
10.0.0.1 222.222.222.1 Hub 0H 3M 34S
Table 78 Command output
Field Descri
p
tion
VPN Name of the VPN domain.