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 source deterministic

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services source nat deterministic 
host-address-range
host-ip ip-address
pool pool-name
xlated-ip translated-ip-address
xlated-port translated-port-number

Description

Display deterministic port block allocation information.

Options

host-address-range

Display the deterministic host address range without overlap.

host-ip ip-address

Display the internal host IP address.

pool pool-name

Display the source NAT pool.

xlated-ip translated-ip-address

Display translated IP address.

xlated-port translated-port-number

Display the translated port number.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the command. Output fields are listed in the approximate order in which they appear.

Table 1: show services nat source deterministic Output Fields

Field Name

Field Description

Pool name

Name of the NAT source pool.

Port overloading factor

Factor of port overloading for the source pool.

Used/total port blocks

Port block used number and port block total number for this source NAT pool.

Host IP

Host IP address.

External IP

IP address of external router.

Port Block Range

The range of ports in a block, ranging from lowest to highest.

Ports Used/Ports Total

Number of ports used and total ports.

Total host ranges number

Host ranges in total.

Min Host Address

Minimum host address.

Max Host Address

Maximum host address.

Sample Output

show services nat source deterministic

content_copy zoom_out_map
user@host> show services nat source deterministic             

Pool name: src-nat-pool-1
Port-overloading-factor: 1 Port block size: 256
Used/total port blocks: 0/12
Host_IP External_IP Port_Block Ports_Used/
                           Range           Ports_Total
10.1.1.1 202.0.0.1     1280-1535             0/256*1
10.1.1.2 202.0.0.1     1536-1791             0/256*1

show services nat source deterministic host-address-range

content_copy zoom_out_map
user@host> show services nat source deterministic host-address-range             
Pool name: src-nat-pool-1
Total host ranges number: 1
Min Host Address Max Host Address
10.1.1.1 10.1.1.2 

Release Information

This command was introduced in Junos OS 19.3R2.

footer-navigation