blob: 1da2613e0adf96fcc8547b4996d15e44ecf43b4d (
plain)
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
|
{
"ietf-eth-tran-service:etht-svc-instances": [
{
"etht-svc-name": ${eth-service-name},
"etht-svc-end-points": [
{
"etht-svc-end-point-name": "0",
"ingress-egress-bandwidth-profile": {
"bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp",
"CIR": ${CIR},
"EIR": "0"
}
},
{
"etht-svc-end-point-name": "1",
"ingress-egress-bandwidth-profile": {
"bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp",
"CIR": ${CIR},
"EIR": "0"
}
}
]
}
]
}
|