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 monitor <monitor-name> policy <policy-name>

Specifies the policy to be used by a Path Monitor.

set service path-monitor monitor monitor-name policy policy-name
delete service path-monitor monitor monitor-name policy policy-name
show service path-monitor monitor monitor-name policy
monitor-name
The alphanumeric name of a Path Monitor instance.
policy-name
The name of a Path Monitor policy. This policy must have already been defined by the service path-monitor policy command.

Configuration mode


service {
      path-monitor {
            monitor monitor-name {
                  policy policy-name 
            }
      }
}

Use the set form of this command to specify the policy to be used by a Path Monitor. You can specify multiple policies by running this command multiple times.

Use the delete form of this command to remove a Path Monitor policy from the list of policies used by a Path Monitor.

Use the show form of this command to display the list of policies used by a Path Monitor.