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 tolerance <rtt-delta>

Sets the threshold delta for the round-trip time that is measured by a Path Monitor.

set service path-monitor policy policy-name requires type ping round-trip-time tolerance rtt-delta
delete service path-monitor policy policy-name requires type ping round-trip-time tolerance rtt-delta
show service path-monitor policy policy-name requires type ping round-trip-time tolerance
policy-name
The alphanumeric name of a Path Monitor policy.
rtt-delta
The threshold delta for the measured round-trip time by a Path Monitor. The threshold delta is the degree to which the measured round-trip time can exceed a defined threshold before Path Monitor declares a policy non-compliant. The round-trip time tolerance ranges from 5 (default) through 1000 milliseconds.

Configuration mode


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

Use the set form of this command to set the threshold delta for the measured round-trip time by a Path Monitor.

Use the delete form of this command to remove the threshold delta.

Use the show form of this command to display show the configured threshold delta.