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 pool

date_range 19-Nov-23

Syntax

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

Description

Display information about the specified Network Address Translation (NAT) destination address pool.

Options

pool-name

Name of the destination address pool.

all

Display information about all the destination NAT address pools.

logical-system (logical-system-name)

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

root-logical-system

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

tenant (tenant-name)

Display information about the destination NAT pools 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 pool command. Output fields are listed in the approximate order in which they appear.

Table 1: show security nat destination pool Output Fields

Field Name

Field Description

Pool name

Name of the destination pool.

Description

Description of the destination pool.

Pool id

Pool identification number.

Routing instance

Name of the routing instance.

Total address

Number of IP addresses that are in use.

Translation hits

Number of translation hits.

Address range

IP address or IP address range for the pool.

Sample Output

show security nat destination pool dst-nat-pool1

content_copy zoom_out_map
user@host> show security nat destination pool dst-p1              
            
Pool name       : dst-p1
Description     : The destination pool dst-p1 is for the sales team
Pool id         : 1
Routing instance: default
Total address   : 1
Translation hits: 0
Address range                        		Port 
     203.0.113.1 -203.0.113.1               0

Sample Output

show security nat destination pool all

content_copy zoom_out_map
user@host> show security nat destination pool all             
           
Total destination-nat pools: 2

Pool name       : dst_v4_pool-namelength-is-now-changed-upto-63-characters-length
Description     : The destination pool dst-p1 is for the sales team
Pool id         : 1
Routing instance: default
Total address   : 1
Translation hits: 0
Address range                        		Port 
     203.0.113.1 -203.0.113.1               0

Pool name       : dst_v4_pool-namelength-is-now-changed-upto-63-characters-length
Description     : The destination pool dst-p2 is for the sales team
Pool id         : 2
Routing instance: default
Total address   : 1
Translation hits: 0
Address range                        		Port 
     2001:db8::1 - 2001:db8::1               0

show security nat destination pool all tenant

content_copy zoom_out_map
user@host> show security nat destination pool all tenant tn1             
           
Total destination-nat pools: 1
Pool name       : dst_v4_pool-namelength-is-now-changed-upto-63-characters-length
Pool id         : 1
Total address   : 1
Translation hits: 0
Address range                        Port
  192.168.1.200 - 192.168.1.200         0

Release Information

Command introduced in Junos OS Release 9.2.

The Description output field added in Junos OS Release 12.1.

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