Disabling global dynamic bypass

Use the disable command under router MPLS dynamic bypass mode to disable dynamic bypass in MPLS router without deleting the global mode configurations.

To disable global dynamic bypass, complete the following steps.

  1. Enable the device for configuration.
    device>configure
  2. Enable the MPLS router.
    device(config)# router mpls
  3. Globally enable the dynamic bypass.
    device(config-router-mpls)# dynamic-bypass
  4. Globally disable the dynamic bypass.
    device(config-router-mpls-dynamic-bypass)# disable
    This command brings down and deletes all the existing dynamic bypasses in the system.

Example

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.