1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"ietf-te:te": {
"tunnels":{
"tunnel":[
{
"destination": ${oof.vpn.access-node-id},
"source": ${otn-domain.node-id},
"src-ttp-id": ${otn-domain.ttp-id},
"ietf-otn-tunnel:src-tpn": ${otn-domain.tpn},
"name": "otntunnel-22",
"te-topology-identifier": {
"client-id": ${otn-domain.client-id},
"provider-id": ${otn-domain.provider-id},
"topology-id": ${otn-domain.te-topo-id}
}
},
{
"destination": ${oof.vpn.access-node-id},
"source": ${otn-domain.node-id},
"src-ttp-id": ${otn-domain.ttp-id},
"ietf-otn-tunnel:src-tpn": ${otn-domain.tpn},
"name": "tptunnel-22",
"dependency-tunnels": {
"dependency-tunnel": [
"name": "tptunnel-22"
]
},
"te-topology-identifier": {
"client-id": ${otn-domain.client-id},
"provider-id": ${otn-domain.provider-id},
"topology-id": ${otn-domain.te-topo-id}
}
}
]
}
}
}
|