HP VPN Firewall Appliances NAT and ALG Command Reference

31
The natpt-prefix argument in the natpt v4bound dynamic command must be specified by the natpt prefix
command in advance.
Examples
# Configure a dynamic source address mapping policy for packets from IPv4 hosts to IPv6 hosts. Use ACL
2000 to match IPv4 packets and add the NAT-PT prefix 2001:: to translate the source IPv4 address into
an IPv6 address.
<Sysname> system-view
[Sysname] natpt prefix 2001::
[Sysname] natpt v4bound dynamic acl number 2000 prefix 2001::
Related commands
display natpt address-mapping
natpt v4bound static
Use natpt v4bound static to configure a static IPv4/IPv6 address mapping on the IPv4 side.
Use undo natpt v4bound static to remove a static IPv4/IPv6 address mapping on the IPv4 side.
Syntax
natpt v4bound static ipv4-address ipv6-address
undo natpt v4bound static ipv4-address ipv6-address
Views
System view
Default command level
2: System level
Parameters
ipv4-address: Specifies the IPv4 address to be mapped.
ipv6-address: Specifies the IPv6 address to which an IPv4 address is mapped.
Usage guidelines
The ipv6-address prefix should be contained in the configured NAT-PT prefix.
Examples
# Configure a static mapping between the IPv4 address 2.3.4.9 and the IPv6 address 2001::1 on the
IPv4 side.
<Sysname> system-view
[Sysname] natpt v4bound static 2.3.4.9 2001::1
Related commands
display natpt address-mapping
natpt v4bound static v6server
Use natpt v4bound static v6server to configure a static NAPT-PT mapping for an IPv6 server.
Use undo natpt v4bound static v6server to remove a static NAPT-PT mapping for an IPv6 server.