Configures an explicit path for the bypass LSP or dynamic bypass LSP.
By default, there is no configuration of the primary path.
MPLS router bypass LSP configuration mode (config-router-mpls-bypass-lsp-bypass_name).
MPLS router MPLS interface dynamic bypass configuration mode (config-router-mpls-if-ethernet-slot/port-dynamic-bypass)
The path must be already defined in MPLS router.
The user can configure an explicit path for dynamic bypass LSPs that are created for a protected interface.
The no form of this command removes the path from the bypass LSP and considers the primary path as not configured.
MPLS is supported on Extreme 8820, SLX 9740, SLX 9640, and SLX 9540 devices only.
The following example defines dbyp-path as the primary path.
device>configure device(config)# router mpls device(config-router-mpls)# bypass-lsp dbyp-path device(config-router-mpls-bypass-lsp-dbyp-path)#
The following example defines dbyp-path as the primary path for dynamic bypass MPLS ethernet interface 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)# primary-path dbyp-path