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 crtp flows

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services crtp flows 
<interface interface-name> 

Description

Display Compressed Real-Time Transport Protocol (CRTP) flows.

Options

none

Display CRTP flows for all interfaces.

interface interface-name

(Optional) Display CRTP flows for the specified interface. On M Series and T Series routers, a link services IQ (lsq-fpc/pic/port) or redundant link services IQ (rlsq-fpc/pic/port) interface.

Required Privilege Level

view

Output Fields

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

Table 1: show services crtp flows Output Fields

Field Name

Field Description

Interface

Name of the physical interface.

Flow

Received or transmitted flow.

Source

IP source address.

Destination

IP destination address.

SSRC ID

Synchronization source (SSRC) identifier. One of the fields in the RTP header used to select the context. The SSRC identifier is a randomly chosen value unique within a particular CRTP session.

Ctx ID

Session context ID. Indicates the session context in which to interpret the packet. The decompressor can use the context ID to index its table of stored session contexts directly.

Sample Output

show services crtp flows

content_copy zoom_out_map
user@host>                 show services crtp flows             
Interface: lsq-1/1/0.1
  Flow           Source                Destination          SSRC ID  Ctx ID
  Receive        192.0.2.3:28004       198.51.100.3:26000       123       0
  Transmit       198.51.100.3:26000    192.0.2.3:28004          123       2

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation