blob: 6d4db3b7744f471e2e89a14b7e6ed5f5f3002b6c [file] [log] [blame]
Suchitra Vemuric50f5332019-08-28 15:59:37 -07001{
2 "devices": {
3 "of:000000000ac014ce": {
4 "basic": {
5 "driver": "voltha"
6 }
Suchitra Vemuric50f5332019-08-28 15:59:37 -07007 }
8 },
9 "apps": {
Suchitra Vemuric50f5332019-08-28 15:59:37 -070010 "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": "ALPHe3d1cfa7-1",
22 "cTag": 901,
23 "sTag": 111,
24 "nasPortId": "",
25 "circuitId": "",
26 "remoteId": "",
27 "technologyProfileId": 64,
Suchitra Vemuri92f8d3b2019-09-26 16:29:00 -070028 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default"
Suchitra Vemuric50f5332019-08-28 15:59:37 -070030 },
31 {
32 "id": "ALPHe3d1cfa7-2",
33 "cTag": 902,
34 "sTag": 111,
35 "nasPortId": "",
36 "circuitId": "",
37 "remoteId": "",
38 "technologyProfileId": 64,
Suchitra Vemuri92f8d3b2019-09-26 16:29:00 -070039 "upstreamBandwidthProfile": "Default",
40 "downstreamBandwidthProfile": "Default"
Suchitra Vemuric50f5332019-08-28 15:59:37 -070041 },
42 {
43 "id": "ALPHe3d1cfa7-3",
44 "cTag": 903,
45 "sTag": 111,
46 "nasPortId": "",
47 "circuitId": "",
48 "remoteId": "",
49 "technologyProfileId": 64,
Suchitra Vemuri92f8d3b2019-09-26 16:29:00 -070050 "upstreamBandwidthProfile": "Default",
51 "downstreamBandwidthProfile": "Default"
Suchitra Vemuric50f5332019-08-28 15:59:37 -070052 },
53 {
54 "id": "ALPHe3d1cfa7-4",
55 "cTag": 904,
56 "sTag": 111,
57 "nasPortId": "",
58 "circuitId": "",
59 "remoteId": "",
60 "technologyProfileId": 64,
Suchitra Vemuri92f8d3b2019-09-26 16:29:00 -070061 "upstreamBandwidthProfile": "Default",
62 "downstreamBandwidthProfile": "Default"
Suchitra Vemuric50f5332019-08-28 15:59:37 -070063 },
64 {
65 "id": "ALPHe3d1cfa7-5",
66 "cTag": 905,
67 "sTag": 111,
68 "nasPortId": "",
69 "circuitId": "",
70 "remoteId": "",
71 "technologyProfileId": 64,
Suchitra Vemuri92f8d3b2019-09-26 16:29:00 -070072 "upstreamBandwidthProfile": "Default",
73 "downstreamBandwidthProfile": "Default"
Suchitra Vemuric50f5332019-08-28 15:59:37 -070074 },
75 {
76 "id": "EC1838000853",
77 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
78 "ipAddress": "10.192.20.206",
79 "nasId": "EC1838000853",
80 "uplinkPort": 65536
81 }
82 ]
83 },
84 "bandwidthprofile":{
85 "integration":{
86 "cache":{
87 "enabled":true,
88 "maxsize":40,
89 "ttl":"PT1m"
90 }
91 },
92 "entries":[
93 {
94 "id": "Default",
95 "air": 100000,
96 "cbs": 30,
97 "cir": 600,
98 "ebs": 30,
99 "eir": 400
Suchitra Vemurie5272712019-09-20 14:01:36 -0700100 },
101 {
102 "id": "User_Bandwidth1",
103 "air": 100000,
104 "cbs": 10000,
105 "cir": 5000,
106 "ebs": 1000,
107 "eir": 5000
Suchitra Vemuric50f5332019-08-28 15:59:37 -0700108 }
Suchitra Vemurie5272712019-09-20 14:01:36 -0700109
Suchitra Vemuric50f5332019-08-28 15:59:37 -0700110 ]
111 }
112 }
113 }
114}