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

show security nat source pool

Syntax

show security nat source 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) source address pool.

This command is supported on SRX-series devices.

Options

pool-name —Name of the source pool.

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

Required Privilege Level

view

Related Topics

pool (Source NAT Services Gateway)

List of Sample Output

show security nat source pool src-nat-pool1
show security nat source pool all

Output Fields

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

Table 77: show security nat source pool Output Fields

Field Name

Field Description

Pool name

Name of the source pool.

Pool id

Pool identification number.

Routing Instance

Name of the routing instance.

Port range

Port number range for the pool.

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.

Single ports

Number of allocated single ports.

Twin ports

Number of allocated twin ports.

show security nat source pool src-nat-pool1

user@host> show security nat source pool src-nat-pool1
    Pool name:         src-nat-pool1
    Pool id:           1
    Routing instance:  ri-1
    Port range:        [2000,63000]
    Total address:     1
    Address available: 1  
    Address range              Single ports Twin ports
    30.30.30.6-30.30.30.6                 0          0

show security nat source pool all

user@host> show security nat source pool all
    Total source nat pool number: 2
    Pool name:         src-nat-pool1
    Pool id:           1
    Routing instance:  ri-1
    Port range:        [2000,63000]
    Total address:     1
    Address available: 1
    Address range              Single ports Twin ports
    30.30.30.6-30.30.30.6                 0          0
    Pool name:         src-nat-pool2
    Pool id:           2
    Routing instance:  ri-1
    Port translation:  no
    Total address:     81
    Address available: 50
    Address range              Single ports Twin ports
    10.0.0.20-10.0.0.100                  0          0

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