blob: 968503d1b73a59c911a4ee827af15204fe4b0b43 [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",
77 "uniTagList": [{
78 "ponCTag": 11,
79 "ponSTag": 11,
80 "technologyProfileId": 64,
Andy Bavierd4b92e32020-05-13 11:15:41 -070081 "upstreamBandwidthProfile": "User_Bandwidth1",
82 "downstreamBandwidthProfile": "User_Bandwidth2",
Andrea Campanellabea02762020-04-23 10:59:08 +020083 "isDhcpRequired": true
84 }]
85 },
86 {
87 "id": "ALPHe3a69d03-1",
88 "nasPortId": "ALPHe3a69d03-1",
89 "circuitId": "ALPHe3a69d03-1",
90 "remoteId": "EC1729003539",
91 "uniTagList": [
92 {
93 "ponCTag": 7,
94 "ponSTag": 11,
95 "technologyProfileId": 64,
Andy Bavierd4b92e32020-05-13 11:15:41 -070096 "upstreamBandwidthProfile": "User_Bandwidth3",
97 "downstreamBandwidthProfile": "User_Bandwidth3",
Andrea Campanellabea02762020-04-23 10:59:08 +020098 "isDhcpRequired": true
99 }]
Andrea Campanella85b0a8d2020-05-14 12:56:47 +0200100 },
101 {
102 "id": "SCOM00001c0b-1",
103 "nasPortId": "SCOM00001c0b-1",
104 "circuitId": "SCOM00001c0b-1",
105 "remoteId": "EC1912001814",
106 "uniTagList": [
107 {
108 "uniTagMatch": 4096,
109 "ponCTag": 4096,
110 "ponSTag": 34,
111 "technologyProfileId": 64,
112 "upstreamBandwidthProfile": "User_Bandwidth1",
113 "downstreamBandwidthProfile": "User_Bandwidth2",
114 "isDhcpRequired": false
115 }]
Andrea Campanellabea02762020-04-23 10:59:08 +0200116 }]
117 },
118 "bandwidthprofile":{
119 "integration":{
120 "cache":{
121 "enabled":true,
122 "maxsize":40,
123 "ttl":"PT1m"
124 }
125 },
126 "entries":[
127 {
128 "id": "Default",
129 "air": 100000,
130 "cbs": 30,
131 "cir": 16000,
132 "ebs": 30,
133 "eir": 16000
134 },
135 {
136 "id": "User_Bandwidth1",
137 "air": 100000,
138 "cbs": 10000,
139 "cir": 30000,
140 "ebs": 1000,
141 "eir": 20000
142 },
143 {
144 "id": "User_Bandwidth2",
145 "air": 100000,
146 "cbs": 5000,
147 "cir": 100000,
148 "ebs": 5000,
149 "eir": 100000
150 },
151 {
152 "id": "User_Bandwidth3",
153 "air": 100000,
154 "cbs": 5000,
Andy Bavierd4b92e32020-05-13 11:15:41 -0700155 "cir": 500000,
Andrea Campanellabea02762020-04-23 10:59:08 +0200156 "ebs": 5000,
Andy Bavierd4b92e32020-05-13 11:15:41 -0700157 "eir": 500000
Andrea Campanellabea02762020-04-23 10:59:08 +0200158 }
159
160 ]
161 }
162 }
163 }
164}