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 nat source summary

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services nat source summary
<interface interface-name>
<service-set service-set>

Description

Displays source NAT summary information.

Options

interface interface-name

Display source NAT summary information for the specified interface.

service-set service-set

Display source NAT summary information for the specified service set.

Required Privilege Level

view

Output Fields

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

Table 1: show services nat source summary Output Fields

Field Name

Description

Interface

Interface name.

Service set

Service set name.

Pool Name

Name of the source address pool.

Address Range

IP address or IP address range for the pool.

Routing Instance

Name of the routing instance.

PAT

Whether Port Address Translation (PAT) is enabled (yes or no).

Total Address

Number of IP addresses that are in use.

Rule name

Name of the rule.

Rule set

Set of rules.

Match-direction

Specifies the direction in which to match traffic that meets the rule conditions.

Action

Action taken for a packet that matches a rule.

Sample Output

show services nat source summary

content_copy zoom_out_map
user@host> show services nat source summary service-set ss1_interface_style11 interface vms-0/2/0
Interface: vms-0/2/0 , Service set: ss1_interface_style1 
Pool                 Address                  Routing              PAT  Total 
Name                 Range                    Instance                  Address 
src_pool1            44.0.0.1-44.0.0.254      default              yes  254   
Interface: vms-0/2/0 , Service set: ss1_interface_style1 
Rule name  Rule set                Match-direction      Action 
r1         rs1                          input          src_pool1 

Release Information

Command introduced in Junos OS Release 19.3R2.

footer-navigation