[ASK]twamp-light implementation
Posted: 03 Dec 2018 03:35
Hello everyone, i was wondering if anyone has information on how to implement twamp-light on 7210 SAS-Mxp?
I have created one, with the following config :
=========================reflector side===============================
reflector udp-port 64364 create
description "MYP-KDN"
prefix 10.10.1.110/32 create
description "From JKT-KDN-ME1"
exit
no shutdown
exit
========================client session side==================================
session "MYP-KDN" test-family ip session-type on-demand create
meas-interval 5-mins create
intervals-stored 1
exit
ip
dest-udp-port 64364
destination 10.10.1.109
fc "l2"
profile in
source 10.10.1.110
ttl 225
twamp-light test-id 1 create
pad-size 27
record-stats delay-and-loss
no shutdown
exit
exit
exit
============================================================
I have started the test, and got the follow result :
The result shows 0.000% of Frame Loss Ratios, even though I have simulated the "Frame Loss" scenario (shutdown the reflector while the test in-progress). I was expecting the result show some percentage of Frame Loss Ratios.
Is there something i missed in the config?
I have created one, with the following config :
=========================reflector side===============================
reflector udp-port 64364 create
description "MYP-KDN"
prefix 10.10.1.110/32 create
description "From JKT-KDN-ME1"
exit
no shutdown
exit
========================client session side==================================
session "MYP-KDN" test-family ip session-type on-demand create
meas-interval 5-mins create
intervals-stored 1
exit
ip
dest-udp-port 64364
destination 10.10.1.109
fc "l2"
profile in
source 10.10.1.110
ttl 225
twamp-light test-id 1 create
pad-size 27
record-stats delay-and-loss
no shutdown
exit
exit
exit
============================================================
I have started the test, and got the follow result :
The result shows 0.000% of Frame Loss Ratios, even though I have simulated the "Frame Loss" scenario (shutdown the reflector while the test in-progress). I was expecting the result show some percentage of Frame Loss Ratios.
Is there something i missed in the config?