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 services nat destination pool

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services nat destination pool
<interface interface-name>
<service-set service set>
<all>

Description

Display destination NAT address pool information.

Options

interface interface-name>

Optional. Display destination NAT information specific to the interface.

service-set service-set>

Optional. Display destination NAT information specific to the service set.

all

Optional. Display all destination NAT address pool information.

Required Privilege Level

view

Output Fields

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

Table 1: show services nat destination pool Output Fields

Field Name

Description

Interface

Interface name.

Service set

Service set name.

Pool name

Pool name.

Pool id

Pool identification.

Total address

Number of IP addresses that are in use.

Translation hits

Number of times a translation in the translation table is used for a source NAT rule.

Address range

IP address range in the source pool.

Port

Port number used to access the pool.

Sample Output

show services nat destination pool

content_copy zoom_out_map
user@host> show services nat destination pool service-set ss1_interface_style1 interface vms-0/2/0 all
ss1_interface_style1 interface vms-0/2/0 all | no-more  
Interface: vms-0/2/0 , Service set: ss1_interface_style1 
Pool name       : dest_pool 
Pool id         : 1 
Total address   : 253 
Translation hits: 11 
Address range                        Port  
       30.1.1.2 - 30.1.1.254            0 

Release Information

Command introduced in Junos OS Release 19.3R2.

footer-navigation