To configure the re-optimization timer, 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)# reoptimize-timer 400
The following example combines the steps above to configure a static bypass LSP with a unique bypass LSP name of my-bypass-lsp and configures the re-optimization timer to 400 seconds.
device>configure device(config)# router mpls device(config-router-mpls)# bypass-lsp my-bypass-lsp device(config-router-mpls-bypass-lsp-my-bypass-lsp)# reoptimize-timer 400