To disable dynamic bypass on a MPLS interface, complete the following task.
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)# disable
The following example combines the steps above to disable dynamic bypass on a selected Ethernet interface. In this example, the selected interface is 0/8 .
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)# disable
To re-enable the dynamic bypass, use the no disable command.