Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show security nat destination summary

Syntax

show security nat destination summary<logical-system (logical-system-name | all)><root-logical-system>

Release Information

Command introduced in Junos OS Release 9.2. Support for IPv6 logical systems added in Junos OS Release 12.1X45-D10.

Description

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

Options

none

Display summary information about the destination NAT pool.

logical-system (logical-system-name | all)

Display summary information about the destination NAT for the specified logical system or for all logical systems.

root-logical-system

Display summary information about the destination NAT for the master (root) logical system.

Required Privilege Level

view

List of Sample Output

show security nat destination summary

Output Fields

Table 1 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 1: 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.

Sample Output

show security nat destination summary

user@host> show security nat destination summary
     
Total pools: 2
Pool name            Address                    Routing        Port  Total 
                     Range                      Instance             Address
dst-p1               1.1.1.1  - 1.1.1.1          default        0     1   
dst-p2               2001::1  - 2001::1          default        0     1   

Total rules: 171
Rule name            Rule set       From                               Action
dst2-rule            dst2           ri1                               
                                    ri2                               
                                    ri3                               
                                    ri4                               
                                    ri5                               
                                    ri6                               
                                    ri7                               
dst3-rule            dst3           ri9                                off  
                                    ri1                               
                                    ri2                               
                                    ri3                               
                                    ri4                               
                                    ri5   

...                           

Modified: 2015-06-11