To enable dynamic bypass on all interfaces, complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# dynamic-bypass
device(config-router-mpls-dynamic-bypass)# enable-all-interfaces
the following example combines all of the steps above to enable bypass on all interfaces using the enable-all-interfaces option.
device>configure device(config)# router mpls device(config-router-mpls)# dynamic-bypass device(config-router-mpls-dynamic-bypass)# enable-all-interfaces device(config-router-mpls-dynamic-bypass)#