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 inband-flow-telemetry

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services inband-flow-telemetry (global | profile | stats)

Description

Display Inband Flow Analyzer (IFA) 2.0 statistics.

Options

global

Display information about IFA global parameters configured in the IFA node. The IFA global parameters include the global device ID, metadata stack length, and hop limit.

profile

Display information about the IFA profile configured in the IFA node. The IFA profile configuration parameters include the profile name, sample rate, and so on.

stats

Display information about the number of IFA probe copies that traversed the IFA initiator, transit, and terminating nodes.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services inband-flow-telemetry command.

Table 1: show services inband-flow-telemetry Output Fields
Field Name Field Description Level of Output
Global Device ID Global device identifier, which is a unique identifier configured in the IFA node. global
Meta-data Stack Length Metadata stack length configured in the IFA node. global
Hop Limit Maximum number of hops in an IFA zone. global
Profile Name Name configured for the IFA profile. A profile name uniquely identifies each profile. profile
Sample rate Sample rate configured on the IFA node. profile
Source Address IFA terminating node's IPv4 source address. profile
Destination Address Collector's IPv4 destination address. profile
Destination Port Collector's destination port number. profile
IFA Init Packets Number of IFA probes initiated from the device. stats
IFA Transit Packets Number of IFA probes transited. stats
IFA Terminate Rx Packets Number of IFA probes received at the terminating node. stats
IFA Terminate Tx Packets Number of IFA copies transmitted to the collector application. stats

Sample Output

show services inband-flow-telemetry global (QFX5120-48Y and QFX5120-32C)

content_copy zoom_out_map
user@host> show services inband-flow-telemetry global
Global Device ID            : 20    
Meta-data Stack Length      : 160   
Hop Limit                   : 255 

show services inband-flow-telemetry profile (QFX5120-48Y and QFX5120-32C)

content_copy zoom_out_map
user@host> show services inband-flow-telemetry profile
Profile Name            : p1    
Sample rate             : 1     
Source Address          : 10.80.1.1
Destination Address     : 10.80.1.2
Destination Port        : 2055

show services inband-flow-telemetry stats (QFX5120-48Y and QFX5120-32C)

content_copy zoom_out_map
user@host> show services inband-flow-telemetry stats
IFA Init Packets            : 10    
IFA Transit Packets         : 20
IFA Terminate Rx Packets    : 30 
IFA Terminate Tx Packets    : 30

Release Information

Command introduced in Junos OS Release 21.4R1.

footer-navigation