[Contents] [Prev] [Next] [Index] [Report an Error]

Terms

A routing policy statement consists of one or more named terms:

[edit]
policy-options {
policy-statement policy-name {
term term-name {
...
}
}
}

The name can contain letters, numbers, and hyphens (-) and can be up to 64 characters long. To include spaces in the name, enclose the entire name in quotation marks (“ ”).

Each term name must be unique within a routing policy.

A policy statement can include one unnamed term. To configure an unnamed term, omit the term statement when defining match conditions and actions. The unnamed term is always the last term in the policy and cannot be moved.

Although you can use one unnamed term in each policy statement, we recommend that you name all terms.


[Contents] [Prev] [Next] [Index] [Report an Error]