Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show services inline nat pool

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services inline nat pool
<pool pool--name>

Description

Display information about inline Network Address Translation (NAT) pool.

Options

pool-name

Display information about the specified services-inline interface NAT pool.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services inline nat pool command. Output fields are listed in the order in which they appear.

Table 1: show services inline nat pool Output Fields

Field Name

Field Description

Interface

Name of an si interace hosted on a Trio-based line card.

NAT pool

Name of the pool used for address translations.

Translation type

Translation type specified in the applicable NAT rule for the service set.

Address range

Starting and ending public NAT addresses available for translation.

NATed packets

Number of packets translated for the specified pool.

un-NATed packets

Number of received packets that were not translated.

deNATed packets

Number of packets that were not translated for the specified service PIC.

Errors

Number of packets with translation errors.

Sample Output

show services inline nat pool

content_copy zoom_out_map
user@host> show services inline nat pool p1             
Interface: si-5/0/0, Service set: ss-inat
  NAT pool: p1, Translation type: BASIC NAT44
    Address range: 192.0.2.0-192.0.2.255
    NATed packets: 0, Un-NATed packets: 0, Errors: 0

show services inline nat pool (Network Prefix Translation for IPv6)

content_copy zoom_out_map
user@host> show services inline nat pool ss_nptv6_pool1

     Interface: si-4/0/0, Service set: ss_nptv6
           NAT pool: ss_nptv6_pool1, Translation type: NPTV6
                Address range: 2001:db8:3456::/48
                NATed packets: 0, deNATed packets: 0, Errors: 0

Release Information

Command introduced in Junos OS Release 11.4.

footer-navigation