To configure the bypass LSP hop limit , complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# bypass-lsp my-bypass-lsp
device(config-router-mpls-bypass-lsp-my-bypass-lsp)# hop-limit 10
The following example combines the steps above to configure a static bypass LSP with a unique bypass LSP of my-bypass-lsp and the hop limit is 10 .
device>configure device(config)# router mpls device(config-router-mpls)# bypass-lsp my-bypass-lsp device(config-router-mpls-bypass-lsp-my-bypass-lsp)# hop-limit 10