show security nat destination pool
Syntax
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 |
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 |
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.
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
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
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
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.