ipv6 nat translation (timeouts)

Use this command to configure the IPv6 NAT maximum timeout value in seconds per flow type.

Syntax

ipv6 nat translation {timeout | udp-timeout | tcp-timeout | icmp-timeout | dns-timeout | finrst-timeout} [seconds]
no ipv6 nat translation {timeout | udp-timeout | tcp-timeout | icmp-timeout | dns-timeout | finrst-timeout}

Parameters

timeout Specifies the timeout value applied to dynamic translations. Default: 240 seconds.
udp-timeout Specifies the timeout value applied to the UDP translations. Default: 240 seconds.
tcp-timeout Specifies the timeout value applied to the TCP translations. Default: 240 seconds.
icmp-timeout Specifies the timeout value applied to the ICMP translations. Default: 240 seconds.
dns-timeout Specifies the timeout value applied to the DNS translations. Default: 240 seconds.
finrst-timeout Specifies the delay applied after the TCP finish reset (FIN/RST) is observed on an IPv6 NAT binding.
seconds (Optional) Specifies the timeout value in seconds.

Defaults

If seconds is not specified, the default value of 240 seconds is applied.

Mode

Configuration command, Global configuration.

Usage

The “no” form of the command resets the timeouts to the default value of 240 seconds.

Example

This example sets the NAT IPv6 timeout value applied to UDP flows to 400 seconds:

System(rw-config)->ipv6 nat translation udp-timeout 400