Once the user has created a path, the user can insert or delete nodes from it.
device# configure
device#(config)# router mpls
device(config-router-mpls)# path sf_to_sj
device(config-router-mpls-path)# no hop 10.1.1.1
device(config-router- mpls-path)# exit
The following example deletes the hop 10.1.1.1.
device# configure device#(config)# router mpls device(config-router-mpls)# path sf_to_sj device(config-router-mpls-path)# no hop 10.1.1.1 device(config-router-mpls-path)# exit