blob: fbf08dd0d45f1dcd12e08cedf466743fc412393f [file] [log] [blame]
Suchitra Vemuric735bab2020-02-05 14:55:00 -08001{
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": "BRCM22222222-1",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080022 "cTag": 11,
23 "sTag": 99,
Suchitra Vemuric735bab2020-02-05 14:55:00 -080024 "nasPortId": "BRCM22222222-1",
25 "circuitId": "",
26 "remoteId": "",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080027 "technologyProfileId": 64,
28 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default"
Suchitra Vemuric735bab2020-02-05 14:55:00 -080030 },
31 {
32 "id": "ALPHe3d1cf9d-1",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080033 "cTag": 22,
34 "sTag": 99,
Suchitra Vemuric735bab2020-02-05 14:55:00 -080035 "nasPortId": "ALPHe3d1cf9d-1",
36 "circuitId": "",
37 "remoteId": "",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080038 "technologyProfileId": 64,
39 "upstreamBandwidthProfile": "User_Bandwidth1",
40 "downstreamBandwidthProfile": "User_Bandwidth2"
Suchitra Vemuric735bab2020-02-05 14:55:00 -080041 },
42 {
43 "id": "ALPHe3d1ced5-1",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080044 "cTag": 33,
45 "sTag": 99,
Suchitra Vemuric735bab2020-02-05 14:55:00 -080046 "nasPortId": "ALPHe3d1ced5-1",
47 "circuitId": "",
48 "remoteId": "",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080049 "technologyProfileId": 64,
50 "upstreamBandwidthProfile": "User_Bandwidth3",
51 "downstreamBandwidthProfile": "User_Bandwidth3"
Suchitra Vemuric735bab2020-02-05 14:55:00 -080052 },
53 {
54 "id": "EC1904000654",
55 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
56 "ipAddress": "10.192.20.206",
57 "nasId": "EC1904000654",
58 "uplinkPort": 1048576
59 }
60 ]
61 },
62 "bandwidthprofile":{
63 "integration":{
64 "cache":{
65 "enabled":true,
66 "maxsize":40,
67 "ttl":"PT1m"
68 }
69 },
70 "entries":[
71 {
72 "id": "Default",
73 "air": 100000,
74 "cbs": 30,
75 "cir": 16000,
76 "ebs": 30,
77 "eir": 16000
78 },
79 {
80 "id": "User_Bandwidth1",
81 "air": 100000,
82 "cbs": 10000,
83 "cir": 30000,
84 "ebs": 1000,
85 "eir": 20000
86 },
87 {
88 "id": "User_Bandwidth2",
89 "air": 100000,
90 "cbs": 5000,
91 "cir": 100000,
92 "ebs": 5000,
93 "eir": 100000
94 },
95 {
96 "id": "User_Bandwidth3",
97 "air": 100000,
98 "cbs": 5000,
99 "cir": 1000000,
100 "ebs": 5000,
101 "eir": 1000000
102 }
103
104 ]
105 }
106 }
107 }
108}