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

Specifying Path Selection

When you have configured both primary and secondary paths for an LSP, you may need to ensure that only a specific path is used.

The select statement is optional. If you do not configure this statement, an automatic path selection algorithm is used. If you include the select statement, you must specify either the manual option or the unconditional option. You cannot specify both.

The manual and unconditional options do the following:

You can configure only one path for an LSP with the select manual statement and one path for an LSP with the select statement with the unconditional option. These statements cannot be configured on two or more paths used by the same LSP.

You can enable and disable the manual and unconditional options for the select statement while LSPs and their paths are up and running without disrupting traffic.

To modify the behavior of the LSP such that a path is selected for carrying traffic if it is up and stable for at least the revert timer window, include the select statement with the manual option:

select manual;

For a list of hierarchy levels at which you can include this statement, see the summary section for this statement.

To modify the behavior of the LSP such that a path is selected for carrying traffic unconditionally, regardless of whether the path is currently down or degraded, include the select statement with the unconditional option:

select unconditional;

For a list of hierarchy levels at which you can include this statement, see the summary section for this statement.


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