MPLS Configuration Management Tasks
Page 96 7210 SAS M, T, X, R6, Mxp MPLS Configura-
tion Guide
Modifying MPLS Path Parameters
In order to modify path parameters, the config>router>mpls>path context must be shut
down first.
The following displays a path configuration example. Refer to the LSP configuration on
page 86.
A:ALA-1>config>router>mpls# info
#------------------------------------------
echo "MPLS"
#------------------------------------------
...
path "secondary-path"
hop 1 10.10.0.111 strict
hop 2 10.10.0.222 strict
hop 3 10.10.0.123 strict
no shutdown
exit
path "to-NYC"
hop 1 10.10.10.104 strict
hop 2 10.10.0.210 strict
no shutdown
exit
...
----------------------------------------------
A:ALA-1>config>router>mpls#