[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show services rpm twamp server connection

Syntax

show services rpm twamp server connection
<connection-id>

Release Information

Command introduced in JUNOS Release 9.3.

Description

Display information about the connections established between the RPM TWAMP server and control-clients. By default all established connections are displayed, unless you specify a connection ID when you issue the command.

Options

connection-id(Optional) Display only information about the specified connection ID.

Required Privilege Level

view

List of Sample Output

show services rpm twamp server connection

Output Fields

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

Table 12: show services rpm twamp server connection Output Fields

Field Name

Field Description

Connection ID

Connection ID 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 server connection

user@host> show services rpm twamp server connection
    Connection  Client           Client  Server           Server   Session  Auth
    ID          address          port    address          port     count    mode
             4  1.1.1.1           12345  192.168.219.203     890        16  none
            78  3.22.1.55           345  22.2.2.2          89022         5  none
           234  192.168.219.203    2345  2.2.22.2           3333        16  none
             5  221.4.1.1         82345  2.2.2.2           45909        16  authenticated
             1  192.168.1.1         645  32.2.2.23          2394        16  encrypted

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]