To enable a bypass LSP, complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# bypass-lsp my-bypass-lsp
To enable the bypass LSP, use the following command.
device(config-router-mpls-bypass-lsp-my-bypass-lsp)# enable
To disable the bypass LSP use the following command.
device(config-router-mpls-bypass-lsp-my-bypass-lsp)# no enable
The following example shows how to enable the bypass LSP.
device>configure device(config)# router mpls device(config-router-mpls)# bypass-lsp my-bypass-lsp device(config-router-mpls-bypass-lsp-my-bypass-lsp)# enable