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

server (Junos OS Evolved)

date_range 18-Jan-24

Syntax

content_copy zoom_out_map
server {
    light {
        offload-type (none | inline-timestamp | pfe-timestamp); 
        port number;
        stateful sequence cache-size number-of-entries; 
    }
    managed {
        client-limit limit;
        client-list list-name {
            address address <routing-instance [instance-name...]>;
        }
        control-inactivity-timeout seconds;
        control-maximum-duration seconds;
        control-per-client-limit number;
        offload-type (none | inline-timestamp | pfe-timestamp); 
        port number;
        stateful-sequence; 
        test-per-client-limit limit;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit services monitoring twamp]

Description

Configure the Two-Way Active Measurement Protocol (TWAMP) server. The server listens in on all routing instances.

Options

client-limit limit

Maximum number of TWAMP clients

Range: 0 to 1000 clients

control-inactivity-timeout seconds

Inactivity timeout on control connection

Range: 0 to 86400 seconds

control-maximum-duration seconds

Hard limit on control connection duration

Range: 0 to 86400 seconds

control-per-client-limit number

Maximum number of TWAMP control connections per client

Range: 0 to 1000 control connections per client

test-per-client-limit limit

Maximum number of TWAMP test sessions per client

Range: 0 to 1000 test sessions per client

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Evolved 20.3R1.

offload-type and stateful-sequence options introduced in Junos OS Evolved Release 23.4R1.

footer-navigation