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

show security nat source summary

Syntax

show security nat source summary

Release Information

Command introduced in Release 9.2 of JUNOS software.

Description

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

This command is supported on SRX-series devices.

Required Privilege Level

view

Related Topics

pool (Source NAT Services Gateway)

rule (Source NAT)

List of Sample Output

show security nat source summary

Output Fields

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

Table 79: show security nat source summary Output Fields

Field Name

Field Description

Total source nat pool number

Number of source NAT pools.

Pool name

Name of the source address pool.

Address range

IP address or IP address range for the pool.

Routing Instance

Name of the routing instance.

PAT IP

Whether Port Address Translation (PAT) is enabled (yes or no).

total IP

Number of IP addresses that are is use.

available

Number of IP addresses that are free for use.

Total source nat rule number

Number of source NAT rules.

Total hit times

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

Total fail times

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

show security nat source summary

user@host> show security nat source summary
    Total source nat pool number: 2
    Pool name      Address range   Routing instance PAT IP total IP available
    src-nat-pool1 30.30.30.6-30.30.30.6   ri-1      yes    1         1
    src-nat-pool2 10.0.0.20-10.0.0.100    ri-1       no   81        50
    
    Total source nat rule number: 1
    Total hit times: 22
    Total fail times: 2

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