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 destination summary

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security nat destination summary
logical-system (logical-system-name )
root-logical-system
tenant (tenant-name )

Description

Display a summary of Network Address Translation (NAT) destination pool information.

Options

none

Display summary information about the destination NAT pool.

logical-system

Display summary information about the destination NAT for a specified logical system. Specify all to display information for all logical systems.

root-logical-system

Display summary information about the destination NAT for the primary (root) logical system.

tenant

Display information about the destination NAT for a specified tenant system. Specify all to display information for all tenant systems.

Required Privilege Level

view

Output Fields

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

Table 1: show security nat destination summary Output Fields

Field Name

Field Description

Total destination nat pool number

Number of destination NAT pools.

Pool name

Name of the destination address pool.

Address range

IP address or IP address range for the pool.

Routing Instance

Name of the routing instance.

Port

Port number.

Total

Number of IP addresses that are in use.

Available

Number of IP addresses that are free for use.

Total destination nat rule number

Number of destination NAT rules.

Total hit times

Number of times a translation in the translation table is used for all the destination NAT rules.

Total fail times

Number of times a translation in the translation table failed to translate for all the destination NAT rules.

Sample Output

show security nat destination summary

content_copy zoom_out_map
user@host> show security nat destination summary             
Total pools: 1
Pool name            Address                           Routing        Port  Total
                     Range                             Instance             Address
dst_v4_pool-namelength-is-now-changed-upto-63-characters-length 192.0.2.2-192.0.2.2 0 1

Total rules: 1
Rule name : dstrule_namelen_is_now_changed_upto_63_characters_length
    Rule set : dst_ruleset_namelength_changed_upto_63_characters_length
    Action   : dst_v4_pool-namelength-is-now-changed-upto-63-characters-length
    From     : trust
                        

show security nat destination summary tenant

content_copy zoom_out_map
user@host> show security nat destination summary tenant tn1             
     
Total pools: 1
Pool name            Address                           Routing        Port  Total
                     Range                             Instance             Address
h1                   192.168.1.200  - 192.168.1.200                   0     1

Total rules: 1
Rule name            Rule set       From                               Action
r1                   from_zone      untrust                            h1

Release Information

Command introduced in Junos OS Release 9.2.

Support for IPv6 logical systems added in Junos OS Release 12.1X45-D10.

The tenant option is introduced in Junos OS Release 18.3R1.

footer-navigation