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

show security nat source-nat pool

Syntax

show security nat source-nat pool
pool-name
<node ( node-id | all | local | primary)>

Release Information

Command introduced in Release 8.5 of JUNOS software; node options added in Release 9.0 of JUNOS software.

Description

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

This command is supported on J-series devices.

Options

pool-name —Name of the source pool.

node—(Optional) For chassis cluster configurations, display source NAT information of this pool on specific node.

Required Privilege Level

view

Related Topics

source-nat

List of Sample Output

show security nat source-nat pool source-pool-with-pat

Output Fields

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

Table 80: show security nat source-nat pool Output Fields

Field Name

Field Description

Pool Name

Name of the source pool.

Address

IP address in the source pool.

Status

Status of the IP address:

  • Active—Denotes that the IP address is in use.This status applies only to source NAT without Port Address Translation (PAT).
  • Free—IP address is available for allocation.

Single Ports

Number of allocated single ports.

Twin Ports

Number of allocated twin ports.

PAT

Whether PAT is enabled (Yes or No).

show security nat source-nat pool source-pool-with-pat

user@host> show security nat source-nat pool source-pool-with-pat
Pool Name            Address     Status    Single Ports    Twin Ports    PAT
source-pool-with-pat 10.1.1.200  Free                 0             0    Yes

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