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 rpm twamp client connection

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services rpm twamp client connection
<connection-name>

Description

Display information about the connections established between the real-time performance monitoring (RPM) Two-Way Active Measurement Protocol (TWAMP) server and control-clients. By default, all established sessions are displayed, unless you specify a control-connection name when you issue the command. Because TWAMP light servers are stateless, information about them is not included in the output of this command; only information about managed servers is included.

Options

none

Display information about all TWAMP client connection sessions.

connection-name

(Optional) Display information about the specified control-connection or TWAMP control-client.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services rpm twamp client connection command. Output fields are listed in the approximate order in which they appear.

Table 1: show services rpm twamp client connection Output Fields

Field Name

Field Description

Connection Name

Connection name that uniquely identifies the connection between the TWAMP server and a particular client.

Client address

Client IP address.

Client port

Client port number.

Server address

Server IP address.

Server port

Server port number.

Session count

Session count.

Auth mode

Authentication mode.

Sample Output

show services rpm twamp client connection (with a managed TWAMP server configured)

content_copy zoom_out_map
user@host> show services rpm twamp client connection
 Connection  Client       Client  Server          Server   Session  Auth
    ID       address       port   address          port     count   mode
     4     192.0.2.1       12345  192.168.219.203  890        16    none
    78   198.51.100.55     345    203.0.113.2      89022       5    none
   234   192.168.219.203   2345   192.168.22.2     3333       16    none
     5   192.168.3.1       82345  192.168.2.2      45909      16    authenticated
     1   192.168.1.1       645    192.168.4.23     2394       16    encrypted

show services rpm twamp client connection (with TWAMP light server configured)

content_copy zoom_out_map
user@host> show services rpm twamp client connection c1
error: Control-connection c1 does not exist.

Release Information

Command introduced in Junos OS Release 15.1.

footer-navigation