show services nat source deterministic
Syntax
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.
Field Name |
Field Description |
---|---|
|
Name of the NAT source pool. |
|
Factor of port overloading for the source pool. |
|
Port block used number and port block total number for this source NAT pool. |
|
Host IP address. |
|
IP address of external router. |
|
The range of ports in a block, ranging from lowest to highest. |
|
Number of ports used and total ports. |
|
Host ranges in total. |
|
Minimum host address. |
|
Maximum host address. |
Sample Output
show services nat source deterministic
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
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.