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> application name <name>

Matches applications by name.

set policy route pbrnamerulerule-numberapplicationname name
delete policy route pbrnamerulerule-numberapplication
show policy route pbrnamerulerule-numberapplication
pbr name
The name of a PBR policy.
rule-number

The numeric identifier of the rule. Rule numbers determine the order in which rules are executed. Each rule must have a unique rule number. The numbers range from 1 through 9999.

You can define multiple rules by creating more than one rule configuration node.

name
The name of the application. You can configure a single application name to be matched from a list of DPI engine applications at the most granular level. For more information about DPI, refer to Ciena Vyatta Network OS Policy-based Routing Configuration Guide

Configuration mode

pbr name {
       rule rule-number {
            action action
            address-family address
            application {
                name application-name
            }
			table table-number
       }
}