Navigation
Supported Platforms
Example: Configuring an Explicit-Path LSP
On the ingress router, create an explicit-path LSP, and specify the transit routers between the ingress and egress routers. In this configuration, no constrained-path computation is performed. For the primary path, all intermediate hops are strictly specified so that its route cannot change. The secondary path must travel through router 14.1.1.1 first, then take whatever route is available to reach the destination. The remaining route taken by the secondary path is typically the shortest path computed by the IGP.
[edit] interfaces {so-0/0/0 {unit 0 {family mpls;}}}protocols {rsvp {interface so-0/0/0;}mpls {path to-hastings {14.1.1.1 strict;13.1.1.1 strict;12.1.1.1 strict;11.1.1.1 strict;}path alt-hastings {14.1.1.1 strict;11.1.1.1 loose; # Any IGP route is acceptable}label-switched-path hastings {to 11.1.1.1;hop-limit 32;bandwidth 10m; # Reserve 10 Mbpsno-cspf; # do not perform constrained-path computationprimary to-hastings;secondary alt-hastings; }interface so-0/0/0;}}