Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show security nat incoming-table

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
         show security nat incoming-table       
<node (           node-id          | all | local | primary)>

Description

Display Network Address Translation (NAT) table information.

Note:

The incoming dip NAT table is replaced with ALG cone NAT binding table and the show security nat incoming-table command is obsolete from Junos OS Release 11.2 onward. The show security nat incoming-table command works as is in the previous releases.

Options

  • none—Display all information NAT incoming table.

  • node—(Optional) For chassis cluster configurations, display incoming table information on a specific node.

    • node-id—Identification number of the node. It can be 0 or 1.

    • all—Display information about all nodes.

    • local—Display information about the local node.

    • primary—Display information about the primary node.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security nat incoming-table command. Output fields are listed in the approximate order in which they appear.

Table 1: show security nat incoming-table Output Fields

Field Name

Field Description

In use

Number of entries in the NAT table.

Maximum

Maximum number of entries possible in the NAT table.

Entry allocation failed

Number of entries failed for allocation.

Destination

Destination IP address and port number.

Host

Host IP address and port number that the destination IP address is mapped.

References

Number of sessions referencing the entry.

Timeout

Timeout, in seconds, of the entry in the NAT table.

Source-pool

Name of source pool where translation is allocated.

Sample Output

show security nat incoming-table

content_copy zoom_out_map
user@host> show security nat incoming-table           
In use: 1, Maximum: 1024, Entry allocation failed: 0
Destination           Host                  			References Timeout Source-pool
10.1.1.26:1028        203.0.113.10:5060                  1    3600     p1

Release Information

Command introduced in Junos OS Release 8.5. The node options added in Junos OS Release 9.0.

footer-navigation