blob: 4a9933c6b9ba8c4833cd4be3cc2b31ca98c565f8 [file] [log] [blame]
Andrea Campanellabea02762020-04-23 10:59:08 +02001{
2 "apps": {
3 "org.opencord.sadis": {
4 "sadis": {
5 "integration": {
6 "cache": {
7 "enabled": false,
8 "maxsize": 50,
9 "ttl": "PT0m"
10 }
11 },
12 "entries": [
13 {
14 "id": "EC1912001814",
15 "hardwareIdentifier": "80:a2:35:4d:24:c0",
16 "nasId": "EC1912001814",
17 "uplinkPort": 1048576
18 },
19 {
20 "id": "EC1729003539",
21 "hardwareIdentifier": "a8:2b:b5:6d:1a:95",
22 "nasId": "EC1729003539",
23 "uplinkPort": 1048576
24 },
25 {
26 "id": "SCOM00001c82-1",
27 "nasPortId": "SCOM00001c82-1",
28 "circuitId": "SCOM00001c82-1",
29 "remoteId": "EC1912001814",
30 "uniTagList": [{
31 "uniTagMatch": 4096,
32 "ponCTag": 4096,
33 "ponSTag": 31,
34 "technologyProfileId": 64,
35 "upstreamBandwidthProfile": "Default",
36 "downstreamBandwidthProfile": "Default",
37 "isDhcpRequired": false
38 }]
39 },
40 {
41 "id": "SCOM00001c89-1",
42 "nasPortId": "SCOM00001c89-1",
43 "circuitId": "SCOM00001c89-1",
44 "remoteId": "EC1912001814",
45 "uniTagList": [
46 {
47 "uniTagMatch": 4096,
48 "ponCTag": 4096,
49 "ponSTag": 32,
50 "technologyProfileId": 64,
51 "upstreamBandwidthProfile": "Default",
52 "downstreamBandwidthProfile": "Default",
53 "isDhcpRequired": false
54 }]
55 },
56 {
57 "id": "SCOM00001c96-1",
58 "nasPortId": "SCOM00001c96-1",
59 "circuitId": "SCOM00001c96-1",
60 "remoteId": "EC1912001814",
61 "uniTagList": [
62 {
63 "uniTagMatch": 4096,
64 "ponCTag": 4096,
65 "ponSTag": 33,
66 "technologyProfileId": 64,
67 "upstreamBandwidthProfile": "Default",
68 "downstreamBandwidthProfile": "Default",
69 "isDhcpRequired": false
70 }]
71 },
72 {
73 "id": "ALPHe3d1cf5c-1",
74 "nasPortId": "ALPHe3d1cf5c-1",
75 "circuitId": "ALPHe3d1cf5c-1",
76 "remoteId": "EC1729003539",
Suchitra Vemuriedca4df2020-11-18 17:54:39 -080077 "uniTagList": [
78 {
79 "uniTagMatch": 4096,
80 "ponCTag": 4096,
81 "ponSTag": 11,
82 "technologyProfileId": 64,
83 "upstreamBandwidthProfile": "User_Bandwidth1",
84 "downstreamBandwidthProfile": "User_Bandwidth2",
85 "isDhcpRequired": false
Andrea Campanellabea02762020-04-23 10:59:08 +020086 }]
87 },
88 {
89 "id": "ALPHe3a69d03-1",
90 "nasPortId": "ALPHe3a69d03-1",
91 "circuitId": "ALPHe3a69d03-1",
92 "remoteId": "EC1729003539",
93 "uniTagList": [
94 {
Suchitra Vemuriedca4df2020-11-18 17:54:39 -080095 "uniTagMatch": 4096,
96 "ponCTag": 4096,
Andrea Campanellabea02762020-04-23 10:59:08 +020097 "ponSTag": 11,
98 "technologyProfileId": 64,
Andy Bavierd4b92e32020-05-13 11:15:41 -070099 "upstreamBandwidthProfile": "User_Bandwidth3",
100 "downstreamBandwidthProfile": "User_Bandwidth3",
Suchitra Vemuriedca4df2020-11-18 17:54:39 -0800101 "isDhcpRequired": false
Andrea Campanellabea02762020-04-23 10:59:08 +0200102 }]
Andrea Campanella85b0a8d2020-05-14 12:56:47 +0200103 },
104 {
105 "id": "SCOM00001c0b-1",
106 "nasPortId": "SCOM00001c0b-1",
107 "circuitId": "SCOM00001c0b-1",
108 "remoteId": "EC1912001814",
109 "uniTagList": [
110 {
111 "uniTagMatch": 4096,
112 "ponCTag": 4096,
113 "ponSTag": 34,
114 "technologyProfileId": 64,
115 "upstreamBandwidthProfile": "User_Bandwidth1",
116 "downstreamBandwidthProfile": "User_Bandwidth2",
117 "isDhcpRequired": false
118 }]
Andrea Campanellabea02762020-04-23 10:59:08 +0200119 }]
120 },
121 "bandwidthprofile":{
122 "integration":{
123 "cache":{
124 "enabled":true,
125 "maxsize":40,
126 "ttl":"PT1m"
127 }
128 },
129 "entries":[
130 {
131 "id": "Default",
132 "air": 100000,
133 "cbs": 30,
134 "cir": 16000,
135 "ebs": 30,
136 "eir": 16000
137 },
138 {
139 "id": "User_Bandwidth1",
140 "air": 100000,
141 "cbs": 10000,
142 "cir": 30000,
143 "ebs": 1000,
144 "eir": 20000
145 },
146 {
147 "id": "User_Bandwidth2",
148 "air": 100000,
149 "cbs": 5000,
150 "cir": 100000,
151 "ebs": 5000,
152 "eir": 100000
153 },
154 {
155 "id": "User_Bandwidth3",
156 "air": 100000,
157 "cbs": 5000,
Andrea Campanella63a73852020-11-10 10:19:52 +0100158 "cir": 425000,
Andrea Campanellabea02762020-04-23 10:59:08 +0200159 "ebs": 5000,
Andrea Campanella63a73852020-11-10 10:19:52 +0100160 "eir": 425000
Andrea Campanellabea02762020-04-23 10:59:08 +0200161 }
162
163 ]
164 }
165 }
166 }
167}