to

Configures a destination address for the bypass LSP.

Syntax

to ip_addr
no to ip_addr

Parameters

ip_addr
Specifies the destination or egress IPv4 address of the bypass LSP.

Modes

MPLS router bypass LSP configuration mode

Usage Guidelines

The destination address is mandatory to enable a bypass LSP.

The no form of the command removes the destination address of the bypass LSP.

MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".

Examples

The following example configures the destination address to 33.33.33.33 for bypass LSP my-bypass-lsp.

device# configure
device(config)# router mpls
device(config-router-mpls)# bypass-lsp my-bypass-lsp
device(config-router-mpls-bypass-lsp-my-bypass-lsp)# to 33.33.33.33