At the time of re-optimization, the dynamic bypass hop limit is modified so it is at its minimal ((hop limits of all riding backup paths), interface configuration hop-limit).
To set the hop limit for dynamic bypass CSPF, complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/8
device(config-router-mpls-if-ethernet-0/8)# dynamic-bypass
device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# hop-limit 4
The following example combines the steps above to set the hop limit for dynamic bypass CSPF to four (4).
device>configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/8 device(config-router-mpls-if-ethernet-0/8)# dynamic-bypass device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# hop-limit 4