Modifying MPLS Static LSP Parameters

Use the show>service>router>static-lsp command to display a list of LSPs.

To modify static LSP parameters, the config>router>mpls>static-lsp lsp-name context must be shut down.

To modify an LSP:

  1. Access the specific LSP by specifying the LSP name, and then shut it down.

  2. Enter the parameter to modify and then enter the new information.

Example:
config>router# mpls
config>router>mpls# static-lsp "static-LSP"
config>router>mpls>static-lsp# shutdown
config>router>mpls>static-lsp# to 10.10.0.234
config>router>mpls>static-lsp# push 1023 nexthop 10.10.8.114
config>router>mpls>static-lsp# no shutdown
config>router>mpls>static-lsp# exit

The following example displays the static LSP configuration output.

ALU-1>config>router>mpls# info
----------------------------------------------
...
            static-lsp "static-LSP"
                to 10.10.10.234
                push 1023 nexthop 10.10.8.114
                no shutdown
            exit
            no shutdown
----------------------------------------------
ALU-1>config>router>mpls#