Static NAT64 mapping enables the IP address and port translation of UDP, TCP, and ICMP segments. It applies to the scenario where IPv4 hosts access the IPv6 network.
Before you configure static NAT64 mapping, ensure that the device supports the IPv6/IPv4 dual stack and is configured as follows:
Static NAT64 mapping enables the translation in any of the three modes:
interface interface-type { interface-number | interface-number.subinterface-number }
The interface in this command is the interface that connects the FW to the IPv6 network.
Configure the static NAT64 mapping for the specified IPv6 address.
nat64 static ipv6-address ipv4-address [ unr-route ]
Configure the static NAT64 mapping for ICMP.
nat64 static protocol icmp ipv6-address ipv4-address [ unr-route ]
Configure the static NAT64 mapping for TCP or UDP.
nat64 static protocol { tcp | udp } ipv6-address [ ipv6-port ] ipv4-address [ ipv4-port ] [ unr-route ]