Description

Based on the conference call with the customer, they would like to create a dedicate RSVP LSP path from one source PE to the destination Cisco PE.

Symptoms

Based on the conference call with the customer, they would like to create a dedicate RSVP LSP path from one source PE to the destination Cisco PE.

Solution

JTAC provided the sample configuration as below:

 

[edit protocols mpls]

+   label-switched-path BNE-DN2-LER-03-to-SYD-EQ-PE-11 {

+       to 210.18.254.183;

+       primary BNE-CLOUD-TO-SYD-EQ-PE11-VIA-OPTUS-B1-S1;

+       secondary generic {

+           standby;

+       }

+   }

+   path BNE-CLOUD-TO-SYD-EQ-PE11-VIA-OPTUS-B1-S1 {

+       172.20.52.2 strict;

+        172.51.53.2 strict;

+        202.148.230.71 strict;

+        103.28.196.59 strict;

+        210.18.254.183 strict;

+   }

+   path generic;

 

Checked the syntax.

Modification History

2024-07-15 : Article Created