IETF-TEAS-WG / ietf-teas-yang-path-computation

0 stars 4 forks source link

Tunnels with one path #74

Closed italobusi closed 3 years ago

italobusi commented 4 years ago

The path computation RPC models assumes that:

It is worthwhile confirming these assumptions with te tunnel authors and to check how a te-tunnel with only one secondary path can be setup

italobusi commented 3 years ago

2021-04-30 TEAS call

It is possible to configure a te-tunnel which has only a primary-reverse-path when it is a transit segment of a multi-domain end-to-end tunnel: in this case the explicit-route-object of the primary-path will be empty and the first and last explicit-route-object elements of the primary-reverse-path will contain the ingress and egress LTPs.

It is possible to configure a te-tunnel which has only a secondary-reverse-path when it is a transit segment of a multi-domain end-to-end tunnel: in this case the explicit-route-object of the primary-path and of the primary-reverse-path will be empty and the first and last explicit-route-object elements of the secondary-reverse-path will contain the ingress and egress LTPs.

It is possible to configure a te-tunnel which has only a secondary-path when it is a transit segment of a multi-domain end-to-end tunnel: in this case the explicit-route-object of the primary-path will be empty and the first and last explicit-route-object elements of the secondary-path will contain the ingress and egress LTPs.

@italobusi @sergiobelotti : update the RPC model to support path computations also in these cases