MPLS and RSVP-TE
144
MPLS Guide
© 2022 Nokia.
Use subject to Terms available at: www.nokia.com
3HE 18686 AAAB TQZZA
3.21.5 Modifying MPLS Static LSP Parameters
Use the show>service>router>static-lsp command to display a list of LSPs.
In order 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#
3.21.6 Deleting an MPLS Interface
To delete an interface from the MPLS configuration:
1. Administratively disable the interface using the shutdown command.
2. Delete the interface with the no interface command.
CLI Syntax: mpls
interface ip-int-name
shutdown
exit