home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service path-monitor policy <policy-name> requires type ping round-trip-time threshold <rtt-threshold>

Sets the threshold for the round-trip time.

set service path-monitor policy policy-name requires type ping round-trip-time threshold rtt-threshold
delete service path-monitor policy policy-name requires type ping round-trip-time threshold rtt-threshold
show service path-monitor policy policy-name requires type ping round-trip-time threshold
policy-name
The alphanumeric name of the policy.
rtt-threshold
The threshold for the round-trip time, in milliseconds (ms). If the RTT is less than or equal to rtt-threshold , the RTT complies with this policy. The threshold for the round-trip time ranges from 5 through 10000 ms.

Configuration mode


service {
     path-monitor {
          policy policy-name {
               requires {
                    type {
                         ping {
                              round-trip-time {
                                   threshold rtt-threshold
                              }
                         }
                    }
               }
          }
     }
}

Use the set form of this command to set the round-trip-time threshold.

Use the delete form of this command to remove the round-trip-time threshold.

Use the show form of this command to display the round-trip-time threshold.