HP VPN Firewall Appliances VPN Command Reference

194
Usage guidelines
If you use the tunnel vpn-instance command to specify the VPN to which the tunnel destination address
belongs, the device searches the routing table of the specified VPN instance to forward tunneled packets.
Examples
# On tunnel interface Tunnel0, specify that the tunneled packets belong to VPN vpn10.
<Sysname> system-view
[Sysname] ip vpn-instance vpn10
[Sysname-vpn-instance-vpn10] route-distinguisher 1:1
[Sysname-vpn-instance-vpn10] vpn-target 1:1
[Sysname-vpn-instance-vpn10] quit
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] ip address 1.1.1.1 24
[Sysname-GigabitEthernet0/1] quit
[Sysname] interface tunnel 0
[Sysname-Tunnel0] tunnel-protocol dvpn udp
[Sysname-Tunnel0] source gigabitethernet 0/1
[Sysname-Tunnel0] tunnel vpn-instance vpn10
vam client
Use vam client to bind a VAM client to a DVPN tunnel interface.
Use undo vam client to remove the binding.
Syntax
vam client client-name
undo vam client
Default
A DVPN tunnel interface is bound with no VAM client.
Views
Tunnel interface view
Default command level
2: System level
Parameters
client-name: Name of an existing VAM client, a case-insensitive string of 1 to 31 characters.
Usage guidelines
A DVPN tunnel interface can be bound with only one VAM client.
Examples
# Bind VAM client abc to DVPN tunnel interface Tunnel 0.
<Sysname> system-view
[Sysname] interface tunnel 0
[Sysname-Tunnel0] vam client abc