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

Provides a brief description for an IP routing policy rule.

set policy route pbr name rule rule-number description description
delete policy route pbr name rule rule-number description
show policy route pbr name rule rule-number description
name
The name of an IP routing 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.

description
A brief description for the rule. If the description contains spaces, it must be enclosed in double quotation marks (”).

Configuration mode


policy {
    route {
        pbr name {
                rule rule-number {
                    description description
                }
            }
        }
    }

You must specify the address-family, action, and table leaf nodes to configure a routing policy. It is recommended to use the delete policy route pbr name rule number command to delete a routing policy.

Use the set form of this command to provide a description for an IP routing policy rule.

Use the delete form of this command to remove a description for an IP routing policy rule.

Use the show form of this command to display a description for an IP routing policy rule.