[Contents] [Prev] [Next] [Index] [Report an Error]

show security nat destination summary

Syntax

show security nat destination summary

Release Information

Command introduced in Release 9.2 of JUNOS software.

Description

Display a summary of Network Address Translation (NAT) destination pool information.

This command is supported on SRX-series devices.

Required Privilege Level

view

Related Topics

pool (Destination NAT Services Gateway)

rule (Destination NAT)

List of Sample Output

show security nat destination summary

Output Fields

Table 71 lists the output fields for the show security nat destination summary command. Output fields are listed in the approximate order in which they appear.

Table 71: show security nat destination summary Output Fields

Field Name

Field Description

Total destination nat pool number

Number of destination NAT pools.

Pool name

Name of the destination address pool.

Address range

IP address or IP address range for the pool.

Routing Instance

Name of the routing instance.

Port

Port number.

Total

Number of IP addresses that are in use.

Available

Number of IP addresses that are free for use.

Total destination nat rule number

Number of destination NAT rules.

Total hit times

Number of times a translation in the translation table is used for all the destination NAT rules.

Total fail times

Number of times a translation in the translation table failed to translate for all the destination NAT rules.

show security nat destination summary

user@host> show security nat destination summary
    Total destination nat pool number: 3
    Pool name            Address range    Routing instance  Port Total Available
    dst-nat-pool1     10.1.1.150-10.1.1.150    ri-green            1     1
    dst-nat-pool2     10.1.1.160-10.1.1.180    ri-green            21    10
    dst-nat-pool3     10.1.1.190-10.1.1.190    ri-green     8080   1     1
    
    Total destination nat rule number: 2
    Total hit times: 45
    Total fail times: 3 

[Contents] [Prev] [Next] [Index] [Report an Error]