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 statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services inline nat statistics
<interface interface-name>

Description

Display information about inline Network Address Translation (NAT) address translations.

Options

interface-name

(Optional) Display information about the specified NAT services-inline interface only. When a specific interface is not specified, statistics for all services-inline interfaces are shown.

Required Privilege Level

view

Output Fields

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

Table 1: show services inline nat statistics Output Fields

Field Name

Field Description

Level of Output

Service PIC

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

All levels

Slow path packets received

Number of ICMP exception packets received for NAT translation.

All levels

Slow path packets dropped

Number of received ICMP exception packets that were dropped.

All levels

Service PIC Name

FPC and PIC slots for the service PIC on which NAT processing is performed

All levels

Data Plane Statistics

Information about packets processed by the data plane for NAT operations

All levels

Control Plane Statistics

Information about packets processed by the control plane for NAT operations

All levels

ICMPv4 errors packets pass through

Number of ICMPv4 error packets that were passed through without being subjected to rules

All levels

ICMPv4 errors packets locally generated

Number of ICMPv4 error packets that were locally generated

All levels

ICMPv6 errors packets pass through

Number of ICMPv6 error packets that were passed through without being subjected to rules

All levels

ICMPv6 errors packets locally generated

Number of ICMPv6 error packets that were locally generated

All levels

Dropped packets

Number of packets dropped during inline NAT processing

All levels

NATed packets

Number of packets translated for the specified service PIC.

All levels

deNATed packets

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

All levels

Errors

Number of packets with translation errors.

All levels

Sample Output

show services inline nat statistics

content_copy zoom_out_map
user@host> show services inline nat statistics             
Service PIC Name                                     :si-5/0/0

     Slow path packets received                          :0
     Slow path packets dropped                           :0

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

content_copy zoom_out_map
user@host> show services inline nat statistics
Service PIC Name                                                    :si-4/0/0    

	Control Plane Statistics
	    ICMPv4 errors packets pass through                                    :0
	    ICMPv4 errors packets locally generated                               :0
	    ICMPv6 errors packets pass through                                    :0
	    ICMPv6 errors packets locally generated                               :0
	    Dropped packets                                                       :0
	
	 Data Plane Statistics           
	    NATed packets                                                         :0 
	    deNATed packets                                                       :0 
	    Errors                                                                :0 

Service PIC Name                                                           :si-4/1/0    

	Control Plane Statistics
	    ICMPv4 errors packets pass through                                    :0
	    ICMPv4 errors packets locally generated                               :0
	    ICMPv6 errors packets pass through                                    :0
	    ICMPv6 errors packets locally generated                               :0
	    Dropped packets                                                       :0
	
	 Data Plane Statistics           
	    NATed packets                                                         :0 
	    deNATed packets                                                       :0 
	    Errors                                                                :0 

Release Information

Command introduced in Junos OS Release 11.4.

footer-navigation