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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
{
"ietf-te:te": {
"tunnels":{
"tunnel":[
{
"destination": ${ietf-te_te.tunnels.tunnel[0].destination},
"source": ${ietf-te_te.tunnels.tunnel[0].source},
"src-ttp-id": ${ietf-te_te.tunnels.tunnel[0].src-ttp-id},
"dst-ttp-id": ${ietf-te_te.tunnels.tunnel[0].dst-ttp-id},
"ietf-otn-tunnel:src-tpn": ${ietf-te_te.tunnels.tunnel[0].ietf-otn-tunnel_src-tpn},
"ietf-otn-tunnel:dst-tpn": ${ietf-te_te.tunnels.tunnel[0].ietf-otn-tunnel_dst-tpn},
"te-bandwidth": {
"ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODUFlex-gfp"
},
"encoding": "ietf-te-types:lsp-encoding-oduk",
"name": ${ietf-te_te.tunnels.tunnel[0].name},
"restoration": {
"enable": "false",
"hold-off-time": "0",
"restoration-reversion-disable": "true",
"restoration-type": "ietf-te-types:lsp-restoration-restore-any",
"wait-to-revert": "0"
},
"switching-type": "ietf-te-types:switching-otn",
"provisioning-state": "ietf-te-types:tunnel-state-down",
"te-topology-identifier": {
"client-id": ${ietf-te_te.tunnels.tunnel[0].te-topology-identifier.client-id},
"provider-id": ${ietf-te_te.tunnels.tunnel[0].te-topology-identifier.provider-id},
"topology-id": ${ietf-te_te.tunnels.tunnel[0].te-topology-identifier.topology-id}
}
},
{
"destination": ${ietf-te_te.tunnels.tunnel[1].destination},
"source": ${ietf-te_te.tunnels.tunnel[1].source},
"encoding": "ietf-te-types:lsp-encoding-packet",
"name": ${ietf-te_te.tunnels.tunnel[1].name},
"dependency-tunnels": {
"dependency-tunnel": [
{
"name": ${ietf-te_te.tunnels.tunnel[0].name},
"encoding": "ietf-te-types:lsp-encoding-oduk",
"switching-type": "ietf-te-types:switching-otn"
}
]
},
"switching-type": "ietf-te-types:switching-psc1",
"te-topology-identifier": {
"client-id": ${ietf-te_te.tunnels.tunnel[1].te-topology-identifier.client-id},
"provider-id": ${ietf-te_te.tunnels.tunnel[1].te-topology-identifier.provider-id},
"topology-id": ${ietf-te_te.tunnels.tunnel[1].te-topology-identifier.topology-id}
},
"provisioning-state": "ietf-te-types:tunnel-state-down"
}
]
}
}
}
|