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 robustness <r-count>

Sets the number of consecutive measurement samples that a Path Monitor must collect before indicating a change in the state of a Path Monitor policy (in or out of compliance).

set service path-monitor policy policy-name requires type ping round-trip-time robustness r-count
delete service path-monitor policy policy-name requires type ping round-trip-time robustness r-count
show service path-monitor policy policy-name requires type ping round-trip-time robustness
policy-name
The alphanumeric name of a Path Monitor policy.
r-count
The number of consecutive measurement samples that must be met before indicating a change in the state of a policy (in or out of compliance). The number ranges from 1 (default) through 10.

Configuration mode


service {
     path-monitor {
          policy policy-name {
               requires {
                    type {
                         ping {
                              round-trip-time {
                                   robustness r-count
                              }
                         }
                    }
               }
          }
     }
}

Use the set form of this command to set the number of consecutive measurement samples that a Path Monitor must collect before indicating a change in the state of a Path Monitor policy.

Use the delete form of this command to delete the number of consecutive measurement samples.

Use the show form of this command to display the number of consecutive measurement samples.