diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json b/platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json new file mode 100644 index 00000000..6dce14c9 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json @@ -0,0 +1,51 @@ +{ + "ietf-te:te": { + "tunnels": { + "tunnel": [ + { + "name": ${otn-tunnel-name-src-domain}, + "source": ${src-node-id}, + "destination": ${dst-node-id}, + "dst-tunnel-tp-id": ${dst-ttp-id}, + "te-bandwidth": { + "ietf-otn-tunnel:otn": { + "ietf-otn-tunnel:odu-type": "ietf-layer1-types:ODUflex", + "ietf-otn-tunnel:gfp-n": ${gfp-n} + } + }, + "encoding": "ietf-te-types:lsp-encoding-oduk", + "switching-type": "ietf-te-types:switching-otn", + "protection": { + "enable": "true", + "hold-off-time": "0", + "protection-reversion-disable": "true", + "protection-type": "ietf-te-types:lsp-protection-unprotected", + "wait-to-revert": "0" + }, + "admin-state": "ietf-te-types:tunnel-admin-state-up", + "primary-paths":{ + "primary-path" :[ + { + "name":"primary", + "path-out-segment":{ + "label-restrictions":{ + "label-restriction":[ + { + "index" :1, + "label-start":{ + "te-label":{ + "ietf-otn-tunnel:otn-tpn": ${dst-tpn-id} + } + } + } + ] + } + } + } + ] + } + } + ] + } + } +} |