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

show security nat static-nat summary

Syntax

show security nat static-nat summary
<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 static Network Address Translation (NAT) summary information.

This command is supported on J-series devices.

Options

none—Display static NAT summary information.

node—(Optional) For chassis cluster configurations, display static NAT summary information on specific node.

Required Privilege Level

view

List of Sample Output

show security nat static-nat summary

Output Fields

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

Table 83: show security nat static-nat summary Output Fields

Field Name

Field Description

Total static NAT mappings

Number of static NAT entries in the table.

Maximum

Maximum number of static NAT entries possible.

Ingress Interface

Name of the interface on which static NAT is defined.

Destination

Destination IP address and subnet mask.

Host

Host IP address and subnet mask mapped to the destination IP address and subnet mask.

Virtual Router

Name of the virtual device that performs route lookup for the host IP address and subnet mask.

show security nat static-nat summary

user@host> show security nat static-nat summary
  Total static NAT mappings: 3, Maximum: 300
  Ingress Interface    Destination    Host         Virtual Router
  ge-0/0/0.0           1.1.1.1/32     10.1.1.1/32  trust-vr
  ge-0/0/0.0           1.1.3.0/24     10.1.3.0/24  trust-vr
  ge-0/0/0.1           2.2.2.1/32     20.1.1.1/32  trust-vr

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