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 type <type>

Matches applications by type.

set policy route pbrnamerulerule-numberapplicationtype type
delete policy route pbrnamerulerule-numberapplication
show policy route pbrnamerulerule-numberapplication
name
The name of an 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.

type
The type of the application. The application type provides access to less granular groups of DPI classifications such as analytics, database, social networking. An application can have multiple application types. You can configure a single application type to be matched from a list of DPI engine application types 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 {
                type application-type
            }
			table table-number
       }
}