Create an LSP

To create a signaled LSP and enter the LSP configuration level, complete the following steps.

  1. Enable the device to be configured.
    device# configure
  2. Enable the MPLS router.
    device(config)# router mpls
  3. Enable label switched path (LSP).
    device(config-router-mpls)# lsp tunnel1
    In this example, the enabled LSP is named tunnel1.
    device(config-router-mpls-lsp)#

Example

The following example shows how to create a signaled LSP. In this example the signaled LSP name is tunnel1.

device# configure 
device(config)# router mpls
device(config-router-mpls)# lsp tunnel1
device(config-router-mpls-lsp)#