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.

policy route pbr <name> rule <rule-number> path-monitor monitor <monitor-name> policy <policy-name>

Defines a PBR policy rule for a Path Monitor and policy pair.

set policy route pbr name rule rule-number path-monitor monitor monitor-name policy policy-name
delete policy route pbr name rule rule-number path-monitor monitor monitor-name policy policy-name
show policy route pbr name rule rule-number path-monitor monitor
name
The name of an IP routing policy.
rule-number
The numeric identifier of an IP routing policy rule.
monitor-name
The name of a configured Path Monitor.
policy-name
The name of a configured Path Monitor policy.

Configuration mode


policy {
       route {
              pbr name {
                     rule rule-number {
                            path-monitor {
                                   monitor monitor-name {
                                          policy policy-name 
                                          
                                   }
                            }
                     }
              }
       }
}

Use the set form of this command to define a PBR policy rule that identifies the traffic that matches the parameters defined by a Path Monitor and an associated policy. A match succeeds if the Path Monitor is Compliant or Marginally Compliant.

Use the delete form of this command to remove a Path Monitor or a Path Monitor policy from a PBR policy rule.

Use the show form of this command to display the Path Monitor and policy pairs that are configured for a PBR policy rule .

Note: A PBR rule treats a marginally compliant path as being compliant.