blob: 24cef3303b44b799b262550f386d9a38d069f045 [file] [log] [blame]
Matteo Scandoloff8a1862019-10-23 11:43:28 -07001{
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 {
Suchitra Vemuri2d045902020-06-08 18:32:19 -070021 "id": "ISKT71e80080-1",
22 "nasPortId": "ISKT71e80080-1",
Matteo Scandoloff8a1862019-10-23 11:43:28 -070023 "circuitId": "",
24 "remoteId": "",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080025 "uniTagList": [{
26 "ponCTag": 11,
27 "ponSTag": 99,
28 "technologyProfileId": 64,
29 "downstreamBandwidthProfile": "Default",
30 "upstreamBandwidthProfile": "Default",
31 "isDhcpRequired": true
32 }]
Matteo Scandoloff8a1862019-10-23 11:43:28 -070033 },
34 {
35 "id": "ALPHe3d1cf9d-1",
Suchitra Vemuri0b6e8002019-10-29 12:50:26 -070036 "nasPortId": "ALPHe3d1cf9d-1",
37 "circuitId": "",
38 "remoteId": "",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080039 "uniTagList": [{
40 "ponCTag": 22,
41 "ponSTag": 99,
42 "technologyProfileId": 64,
43 "downstreamBandwidthProfile": "Default",
44 "upstreamBandwidthProfile": "Default",
45 "isDhcpRequired": true
46 }]
Suchitra Vemuri0b6e8002019-10-29 12:50:26 -070047 },
48 {
49 "id": "ALPHe3d1ced5-1",
Suchitra Vemuri0b6e8002019-10-29 12:50:26 -070050 "nasPortId": "ALPHe3d1ced5-1",
Matteo Scandoloff8a1862019-10-23 11:43:28 -070051 "circuitId": "",
52 "remoteId": "",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080053 "uniTagList": [{
54 "ponCTag": 33,
55 "ponSTag": 99,
56 "technologyProfileId": 64,
Andy Bavierd4b92e32020-05-13 11:15:41 -070057 "downstreamBandwidthProfile": "User_Bandwidth2",
58 "upstreamBandwidthProfile": "User_Bandwidth1",
Suchitra Vemurid3bf85c2020-02-14 14:15:39 -080059 "isDhcpRequired": true
60 }]
Matteo Scandoloff8a1862019-10-23 11:43:28 -070061 },
62 {
Girish Gowdra6d08df52021-11-22 14:52:48 -080063 "id": "EC1721000216",
Matteo Scandoloff8a1862019-10-23 11:43:28 -070064 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
65 "ipAddress": "10.192.20.206",
Girish Gowdra6d08df52021-11-22 14:52:48 -080066 "nasId": "EC1721000216",
Girish Gowdrad2d6f8d2021-10-22 10:44:29 -070067 "uplinkPort": 16777216
Matteo Scandoloff8a1862019-10-23 11:43:28 -070068 }
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,
Suchitra Vemuri410759c2020-01-28 17:24:04 -080084 "cir": 16000,
Matteo Scandoloff8a1862019-10-23 11:43:28 -070085 "ebs": 30,
Suchitra Vemuri410759c2020-01-28 17:24:04 -080086 "eir": 16000
Matteo Scandoloff8a1862019-10-23 11:43:28 -070087 },
88 {
89 "id": "User_Bandwidth1",
90 "air": 100000,
91 "cbs": 10000,
Suchitra Vemuri904bf652019-11-01 17:59:57 -070092 "cir": 30000,
Matteo Scandoloff8a1862019-10-23 11:43:28 -070093 "ebs": 1000,
Suchitra Vemuri904bf652019-11-01 17:59:57 -070094 "eir": 20000
Suchitra Vemuri84186e32019-10-31 14:47:07 -070095 },
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,
Andrea Campanella03ca1e82020-09-03 11:20:37 +0200108 "cir": 475000,
Suchitra Vemuri84186e32019-10-31 14:47:07 -0700109 "ebs": 5000,
Andrea Campanella03ca1e82020-09-03 11:20:37 +0200110 "eir": 475000
Matteo Scandoloff8a1862019-10-23 11:43:28 -0700111 }
112
113 ]
114 }
115 }
116 }
117}