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

show security nat destination pool

Syntax

show security nat destination pool
< pool-name >
all

Release Information

Command introduced in Release 9.2 of JUNOS software.

Description

Display information about the specified Network Address Translation (NAT) destination address pool.

This command is supported on SRX-series devices.

Options

pool-name —Name of the destination address pool.

all—Display information about all the destination NAT address pool.

Required Privilege Level

view

Related Topics

pool (Destination NAT Services Gateway)

List of Sample Output

show security nat destination pool dst-nat-pool1
show security nat destination pool all

Output Fields

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

Table 71: show security nat destination pool Output Fields

Field Name

Field Description

Pool Name

Name of the destination pool.

Pool id

Pool identification number.

Routing Instance

Name of the routing instance.

Total address

Number of IP addresses that are in use.

Address available

Number of IP addresses that are free for use.

Address range

IP address or IP address range for the pool.

Port

Port number.

Total destination nat pool number

Number of destination NAT pools.

show security nat destination pool dst-nat-pool1

user@host> show security nat destination pool dst-nat-pool1
    Pool name:         dst-nat-pool1
    Pool id:           1
    Routing instance:  ri-green
    Total address:     1
    Address available: 1
    Address range                   Port
    10.1.1.150-10.1.1.150

show security nat destination pool all

user@host> show security nat destination pool all
    Total destination nat pool number: 3
    
    Pool name:         dst-nat-pool1
    Pool id:           1
    Routing instance:  ri-green
    Total address:     1
    Address available: 1  
    Address range                   Port
    10.1.1.150-10.1.1.150     
    Pool name:         dst-nat-pool2
    Pool id:           2
    Routing instance:  ri-green
    Total address:     21
    Address available: 10  
    Address range                   Port
    10.1.1.160-10.1.1.180     
    Pool name:         dst-nat-pool3
    Pool id:           3
    Routing instance:  ri-green
    Total address:     1
    Address available: 1  
    Address range                   Port
    10.1.1.190-10.1.1.190           8080

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