blob: 6192cdac3b7018b83c8a84655ceb8305b1545e3d [file] [log] [blame]
Andrea Campanella7525acd2020-11-09 14:38:34 +01001{
2 "devices": {
3 "of:000000000a80645a": {
4 "basic": {
5 "driver": "voltha"
6 }
7 }
8 },
9 "apps": {
10 "org.opencord.sadis": {
11 "sadis": {
12 "integration": {
13 "cache": {
14 "enabled": false,
15 "maxsize": 50,
16 "ttl": "PT0m"
17 }
18 },
19 "entries": [
20 {
21 "id": "ISKT71e80080-1",
22 "nasPortId": "ISKT71e80080-1",
23 "circuitId": "",
24 "remoteId": "",
25 "uniTagList": [{
26 "uniTagMatch": 4096,
27 "ponCTag": 4096,
28 "ponSTag": 11,
29 "technologyProfileId": 64,
30 "downstreamBandwidthProfile": "Default",
31 "upstreamBandwidthProfile": "Default",
32 "isDhcpRequired": false
33 }]
34 },
35 {
36 "id": "ALPHe3d1cf9d-1",
37 "nasPortId": "ALPHe3d1cf9d-1",
38 "circuitId": "",
39 "remoteId": "",
40 "uniTagList": [{
41 "uniTagMatch": 4096,
42 "ponCTag": 4096,
43 "ponSTag": 22,
44 "technologyProfileId": 64,
45 "downstreamBandwidthProfile": "User_Bandwidth2",
46 "upstreamBandwidthProfile": "User_Bandwidth1",
47 "isDhcpRequired": false
48 }]
49 },
50 {
51 "id": "ALPHe3d1ced5-1",
52 "nasPortId": "ALPHe3d1ced5-1",
53 "circuitId": "",
54 "remoteId": "",
55 "uniTagList": [{
56 "uniTagMatch": 4096,
57 "ponCTag": 4096,
58 "ponSTag": 33,
59 "technologyProfileId": 64,
60 "downstreamBandwidthProfile": "User_Bandwidth3",
61 "upstreamBandwidthProfile": "User_Bandwidth3",
62 "isDhcpRequired": false
63 }]
64 },
65 {
Girish Gowdra6d08df52021-11-22 14:52:48 -080066 "id": "EC1721000216",
Andrea Campanella7525acd2020-11-09 14:38:34 +010067 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
68 "ipAddress": "10.192.20.206",
Girish Gowdra6d08df52021-11-22 14:52:48 -080069 "nasId": "EC1721000216",
Girish Gowdrad2d6f8d2021-10-22 10:44:29 -070070 "uplinkPort": 16777216
Andrea Campanella7525acd2020-11-09 14:38:34 +010071 }
72 ]
73 },
74 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -070075 "integration":{
76 "cache":{
77 "enabled":true,
78 "maxsize":40,
79 "ttl":"PT1m"
80 }
81 },
82 "entries":[
83 {
84 "id": "Default",
85 "gir": 0,
86 "cbs": 30,
87 "cir": 16000,
88 "pbs": 30,
89 "pir": 32000
Andrea Campanella7525acd2020-11-09 14:38:34 +010090 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -070091 {
92 "id": "User_Bandwidth1",
93 "gir": 50000,
94 "cbs": 10000,
95 "cir": 50000,
96 "pbs": 1000,
97 "pir": 300000
98 },
99 {
100 "id": "User_Bandwidth2",
101 "gir": 100000,
102 "cbs": 5000,
103 "cir": 100000,
104 "pbs": 5000,
105 "pir": 300000
106 },
107 {
108 "id": "User_Bandwidth3",
109 "gir": 100000,
110 "cbs": 5000,
111 "cir": 100000,
112 "pbs": 5000,
113 "pir": 400000
114 }
Andrea Campanella7525acd2020-11-09 14:38:34 +0100115
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700116 ]
Andrea Campanella7525acd2020-11-09 14:38:34 +0100117 }
118 }
119 }
120}