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


Configure an LSP to be Adaptive

An LSP occasionally might need to reroute itself. Reasons include the following:

You can configure an LSP to be adaptive when it is attempting to reroute itself. When it is adaptive, the LSP holds onto existing resources until the new path is successfully established and traffic has been cut over to the new LSP. To retain its resources, an adaptive LSP does the following:

By default, adaptive behavior is disabled. You can include the adaptive statement in two different hierarchy levels. If you specify the adaptive statement at the LSP hierarchy level [edit protocols mpls label-switched-path lsp-path-name ], adaptive behavior is enabled on all primary/secondary paths of the LSP. This means both the primary and secondary paths share the same bandwidth on common links.

[edit protocols mpls label-switched-path lsp-path-name ]
adaptive; 

If you specify the adaptive statement at the primary or secondary hierarchy level [edit protocols mpls label-switched-path lsp-path-name (primary | secondary)], adaptive behavior is enabled only on the path on which it is specified. Bandwidth double-counting happens between different paths.

[edit protocols mpls label-switched-path lsp-path-name (primary | secondary)]
adaptive; 

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