[j-nsp] RSVP path constraints for transit LSPs

aaron1 at gvtc.com aaron1 at gvtc.com
Mon Feb 8 12:12:31 EST 2021


I know of a few methods for steering traffic in MPLS-TE/RSVP-TE, I've done
this in IOS-XR, but not in Junos at this point... but i found this link that
might help in Junos... https://www.inetzero.com/in-control-with-rsvp/ 

One way is to change the te-metric on that P router that you don't want lsp
to pass through...but that might be too global as it would seem to affect
all TE LSP's passing through there.

set protocols isis interface ge-0/0/1 level 1 te-metric 100 

clear lsp to re-signal

Make sure to do that on the opposite side te tunnel as you usually need to
setup one in each direction as a te tunnel is unidirectional... however, i
just learned of corouted-bidirectional, seems interesting 

https://www.juniper.net/documentation/en_US/junos/topics/topic-map/basic-lsp
-configurtion.html#id-configuring-corouted-bidirectional-lsps 

again, this seems to be a nice and easy way to exclude a P router in cisco
ios-xr from the te head-end, i don't know of the junos equivelent for this

conf
explicit-path name not-r2
 index 1 exclude-address ipv4 unicast 10.2.2.2
commit


-Aaron



More information about the juniper-nsp mailing list