blob: f2c0e6b226e50beaebf2eb065c88c479943c35c7 [file] [log] [blame]
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -07001{
2 "apps": {
3 "org.opencord.sadis": {
4 "sadis": {
5 "integration": {
Suchitra Vemurie2ca77f2021-02-04 21:42:14 -08006 "url" : "http://bbsim-sadis-server.voltha.svc:58080/subscribers/%s",
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -07007 "cache": {
8 "enabled": false,
9 "maxsize": 50,
10 "ttl": "PT0m"
11 }
12 },
13 "entries": [
14 {
15 "id": "ALPHe3d1cf8e-1",
16 "nasPortId": "ALPHe3d1cf8e-1",
17 "circuitId": "",
18 "remoteId": "",
19 "uniTagList": [{
20 "uniTagMatch": 4096,
21 "ponCTag": 4096,
22 "ponSTag": 222,
23 "technologyProfileId": 64,
24 "downstreamBandwidthProfile": "User_Bandwidth2",
25 "upstreamBandwidthProfile": "User_Bandwidth1",
26 "isDhcpRequired": false
27 }]
28 },
29 {
30 "id": "ALPHe3d1cfe3-1",
31 "nasPortId": "ALPHe3d1cfe3-1",
32 "circuitId": "",
33 "remoteId": "",
34 "uniTagList": [{
35 "uniTagMatch": 4096,
36 "ponCTag": 4096,
37 "ponSTag": 111,
38 "technologyProfileId": 64,
39 "downstreamBandwidthProfile": "Default",
40 "upstreamBandwidthProfile": "Default",
41 "isDhcpRequired": false
42 }]
43 },
44 {
45 "id": "EC1721000208",
46 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
47 "ipAddress": "10.192.20.206",
48 "nasId": "EC1721000208",
49 "uplinkPort": 1048576
50 }
51 ]
52 },
53 "bandwidthprofile":{
54 "integration":{
Suchitra Vemurie2ca77f2021-02-04 21:42:14 -080055 "url" : "http://bbsim-sadis-server.voltha.svc:58080/profiles/%s",
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070056 "cache":{
57 "enabled":true,
58 "maxsize":40,
59 "ttl":"PT1m"
60 }
61 },
62 "entries":[
63 {
64 "id": "Default",
65 "air": 100000,
66 "cbs": 30,
67 "cir": 16000,
68 "ebs": 30,
69 "eir": 16000
70 },
71 {
72 "id": "User_Bandwidth1",
73 "air": 100000,
74 "cbs": 10000,
75 "cir": 30000,
76 "ebs": 1000,
77 "eir": 20000
78 },
79 {
80 "id": "User_Bandwidth2",
81 "air": 100000,
82 "cbs": 5000,
83 "cir": 100000,
84 "ebs": 5000,
85 "eir": 100000
86 },
87 {
88 "id": "User_Bandwidth3",
89 "air": 100000,
90 "cbs": 5000,
Girish Gowdracc1095d2021-05-19 12:53:27 -070091 "cir": 100000,
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070092 "ebs": 5000,
Girish Gowdracc1095d2021-05-19 12:53:27 -070093 "eir": 100000
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070094 }
95
96 ]
97 }
98 }
99 }
100}