To disable global dynamic bypass, complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# dynamic-bypass
device(config-router-mpls-dynamic-bypass)# disable
The following example combines all of the steps above to globally disable the dynamic bypass.
device>configure device(config)# router mpls device(config-router-mpls)# dynamic-bypass device(config-router-mpls-dynamic-bypass)# disable
To enable the dynamic bypass, use the no disable command.