Enabling dynamic bypass on all interfaces

Use the enable-all-interfaces command to enable dynamic bypass on all MPLS interfaces on a router. This is applicable to all MPLS interfaces where the user has not configured dynamic bypass manually.

To enable dynamic bypass on all interfaces, complete the following steps.

  1. Enable the device for configuration.
    device>configure
  2. Enable the MPLS router.
    device(config)# router mpls
  3. Enable dynamic bypass for configuration.
    device(config-router-mpls)# dynamic-bypass
  4. Configure dynamic bypass with the enable-all-interfaces option.
    device(config-router-mpls-dynamic-bypass)# enable-all-interfaces

Example

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)#