The following shows a sample configuration for a router at the beginning of an LSP:
- [edit]
- protocols {
-
- mpls {
-
- label-switched-path sf-to-london {
- to 192.168.1.4;
- }
- }
-
- rsvp {
- interface so-0/0/0;
- }
- }
The following shows a sample configuration for all the other routers that form the LSP:
- [edit]
- protocols {
-
- mpls {
- interface so-0/0/0;
- }
-
- rsvp {
- interface so-0/0/0;
- }
- }