Junos OS

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.

Real-time performance monitoring - TWAMP

  • 1.  Real-time performance monitoring - TWAMP

    Posted 04-22-2021 05:45

    Hi all,

    I'm implementing real-time performance monitoring with TWAMP through two devices Juniper.
    My Diagram and configuration like below.

    My problem is about running measurement all time (my probe-count configuration is 55 times after that measurement will be closed, and probe-count support range from 1 to 255)



    My config:

    #CLIENT-SENDER-TEST> show configuration services rpm twamp

    client {

    control-connection c1 {

    destination-interface si-1/1/0.10;

    history-size 500;

    target-address 70.70.70.1;

    test-count 1;

    test-interval 1;

    traps {

    test-iteration-done;

    control-connection-closed;

    }

    test-session t1 {

    target-address 70.70.70.1;

    data-fill-with-zeros;

    data-size 1400;

    probe-count 55; ###my problem###

    probe-interval 1;

    }

    }

    }

    #CLIENT-REFLECTOR-TEST> show configuration services rpm twamp

    server {

    authentication-mode none;

    port 862;

    client-list Client1 {

    address {

    60.60.60.1/32;

    10.20.27.10/32;

    }

    }

    }