The customer requested to create RSVP tunnel with strict nexthop to carry dedicated traffic from the Juniper PE router to the Cisco PE router.
Provide the sample configuration as below:
labroot@divo-re0# show | compare
[edit protocols mpls]
+ label-switched-path BNE-DN2-LER-03-to-SYD-EQ-PE-11 {
+ to 210.18.254.183; ## Cisco PE router
+ 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;
[edit]
labroot@divo-re0# commit check
configuration check succeeds