show ipv6 nat info

Use this command to display IPv6 NAT configuration information.

Syntax

show ipv6 nat info

Parameters

None.

Defaults

None.

Mode

All command modes.

Example

This example displays the NAT statistics for this router:

System(rw)->show ipv6 nat info
Object               System Max    Avail VRF Used
--------------------------------------------------
Pools                        10        8        2
List Rules                   10        6        2
Static Rules               1000      998        1
IP Addresses               2000     1978       21
Portmaps                     20       20        0
Log Translations:       Enabled
Inspect/Fixup DNS:     Disabled
Max Entries:           No Limit
timeout:                    240
udp-timeout:                240
tcp-timeout:                240
dns-timeout:                240
icmp-timeout:               240
finrst-timeout:               3
TCP Half-Close uses FIN/RST Timeout:    Enabled

show ipv6 nat info Output Display provides an explanation of the command output.

Click to expand in new window

show ipv6 nat info Output Display

Output... What it displays...
Object The NAT object to display information for. Current supported objects are pools, list rules, static rules, IP addresses, and Port maps.
System Max Specifies the maximum number allowed on the system for this row‘s NAT object.
Avail Specifies the current number of objects available on the system for this row‘s NAT object.
VRF Specifies the number of virtual routers on which this row‘s NAT object exists. Currently only 1 router is supported.
Used Specifies the number of this row‘s NAT objects actually in use.
Log Translations Specifies whether log translations is enabled or disabled as set by ipv6 nat translation protocol.
Inspect/Fixup DNS: Specifies whether IPv4 NAT inspection and fixup of DNS packets forwarded by the NAT process is enabled or disabled as set by ipv6 nat inspect dns.
Max Entries: Specifies the IPv4 NAT maximum number of translation entries as set by ipv6 nat translation max-entries.
timeout: Specifies the timeout value applied to dynamic translations as set by ipv6 nat translation (timeouts).
udp-timeout: Specifies the timeout value applied to the UDP translations as set by ipv6 nat translation (timeouts).
tcp-timeout: Specifies the timeout value applied to the TCP translations as set by ipv6 nat translation (timeouts).
dns-timeout: Specifies the timeout value applied to the DNS translations as set by ipv6 nat translation (timeouts).
icmp-timeout: Specifies the timeout value applied to the ICMP translations as set by ipv6 nat translation (timeouts).
finrst-timeout: Specifies the delay applied after the TCP finish reset (FIN/RST) is observed on an IPv4 NAT binding as set by ipv6 nat translation (timeouts).
TCP Half-Close uses FIN/RST Timeout: Specifies whether TCP Half-Close uses the finrst-timout value.