blob: ae0e9a140c2e56f992f29552a78364444f45aabd [file] [log] [blame]
Suchitra Vemuria91ba3d2020-11-18 11:11:57 -08001{
2 "devices": {
3 "of:000000000ac014ce": {
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": "ALPHe3d1cfa7-1",
22 "nasPortId": "ALPHe3d1cfa7-1",
23 "circuitId": "ALPHe3d1cfa7-1",
24 "remoteId": "EC1838000853",
25 "uniTagList": [{
26 "ponCTag": 901,
27 "ponSTag": 111,
28 "technologyProfileId": 64,
29 "upstreamBandwidthProfile": "User_Bandwidth3",
30 "downstreamBandwidthProfile": "User_Bandwidth3",
31 "isDhcpRequired": true
32 }]
33 },
34 {
35 "id": "ALPHe3d1cea3-1",
36 "nasPortId": "ALPHe3d1cea3-1",
37 "circuitId": "ALPHe3d1cea3-1",
38 "remoteId": "EC1838000853",
39 "uniTagList": [{
40 "ponCTag": 801,
41 "ponSTag": 111,
42 "technologyProfileId": 64,
43 "upstreamBandwidthProfile": "User_Bandwidth1",
44 "downstreamBandwidthProfile": "User_Bandwidth2",
45 "isDhcpRequired": true
46 }]
47 },
48 {
49 "id": "ALPHe3d1ceb7-1",
50 "nasPortId": "ALPHe3d1ceb7-1",
51 "circuitId": "ALPHe3d1ceb7-1",
52 "remoteId": "EC1838000853",
53 "uniTagList": [{
54 "ponCTag": 101,
55 "ponSTag": 222,
56 "technologyProfileId": 64,
57 "upstreamBandwidthProfile": "Default",
58 "downstreamBandwidthProfile": "Default",
59 "isDhcpRequired": true
60 }]
61 },
62 {
63 "id": "EC1838000853",
64 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
65 "ipAddress": "10.192.20.206",
66 "nasId": "EC1838000853",
67 "uplinkPort": 1048576
68 }
69 ]
70 },
71 "bandwidthprofile":{
72 "integration":{
73 "cache":{
74 "enabled":true,
75 "maxsize":40,
76 "ttl":"PT1m"
77 }
78 },
79 "entries":[
80 {
81 "id": "Default",
82 "air": 100000,
83 "cbs": 30,
84 "cir": 16000,
85 "ebs": 30,
86 "eir": 16000
87 },
88 {
89 "id": "User_Bandwidth1",
90 "air": 100000,
91 "cbs": 10000,
92 "cir": 30000,
93 "ebs": 1000,
94 "eir": 20000
95 },
96 {
97 "id": "User_Bandwidth2",
98 "air": 100000,
99 "cbs": 5000,
100 "cir": 100000,
101 "ebs": 5000,
102 "eir": 100000
103 },
104 {
105 "id": "User_Bandwidth3",
106 "air": 100000,
107 "cbs": 5000,
Girish Gowdra486338c2021-05-19 17:27:48 -0700108 "cir": 100000,
Suchitra Vemuria91ba3d2020-11-18 11:11:57 -0800109 "ebs": 5000,
Girish Gowdra486338c2021-05-19 17:27:48 -0700110 "eir": 100000
Suchitra Vemuria91ba3d2020-11-18 11:11:57 -0800111 }
112
113 ]
114 }
115 }
116 }
117}