From b8671b56c153055a2906af14f63b5818b189d808 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 1 Jun 2022 16:42:53 +0000 Subject: sla: T4222: Add OWAMP and TWAMP for service sla OWAMP is a command line client application and a policy daemon used to determine one way latencies between hosts. OWAMP session control uses traditional client-server communication between a control-client and a server, TWAMP (two-way active measurement protocol) Add configuration and operation modes set service sla owamp-server set service sla twamp-server run force owping 192.0.2.120 run force twping 192.0.2.190 --- op-mode-definitions/force-wamp.xml.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 op-mode-definitions/force-wamp.xml.in (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/force-wamp.xml.in b/op-mode-definitions/force-wamp.xml.in new file mode 100644 index 000000000..dbb205c6b --- /dev/null +++ b/op-mode-definitions/force-wamp.xml.in @@ -0,0 +1,25 @@ + + + + + + + IP address of the remote OWAMP server + + <x.x.x.x> <h:h:h:h:h:h:h:h> + + + owping $3 + + + + IP address of the remote TWAMP server + + <x.x.x.x> <h:h:h:h:h:h:h:h> + + + twping $3 + + + + -- cgit v1.2.3