The following example shows a configuration based on the topology shown in Figure 18. There are four branch LSPs, each belonging to a single point-to-multipoint LSP called p2mp-lsp-sample.
- [edit protocols mpls]
- label-switched-path branch-LSP-to-PE2 {
- to 10.255.235.25;
- p2mp p2mp-lsp-sample;
- primary path1;
- }
- label-switched-path branch-LSP-to-PE2 {
- to 10.255.235.25;
- p2mp p2mp-lsp-sample;
- primary path2;
- }
- label-switched-path branch-LSP-to-PE3 {
- to 10.255.241.34;
- p2mp p2mp-lsp-sample;
- primary path3;
- }
- label-switched-path branch-LSP-to-CE4 {
- to 10.255.244.125;
- p2mp p2mp-lsp-sample;
- primary path4;
- }