blob: 3ebcabfe792efd5963e2bb15c204fb1b7f4e5364 [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,
81 "upstreamBandwidthProfile": "Default",
82 "downstreamBandwidthProfile": "Default",
83 "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,
96 "upstreamBandwidthProfile": "Default",
97 "downstreamBandwidthProfile": "Default",
98 "isDhcpRequired": true
99 }]
100 }]
101 },
102 "bandwidthprofile":{
103 "integration":{
104 "cache":{
105 "enabled":true,
106 "maxsize":40,
107 "ttl":"PT1m"
108 }
109 },
110 "entries":[
111 {
112 "id": "Default",
113 "air": 100000,
114 "cbs": 30,
115 "cir": 16000,
116 "ebs": 30,
117 "eir": 16000
118 },
119 {
120 "id": "User_Bandwidth1",
121 "air": 100000,
122 "cbs": 10000,
123 "cir": 30000,
124 "ebs": 1000,
125 "eir": 20000
126 },
127 {
128 "id": "User_Bandwidth2",
129 "air": 100000,
130 "cbs": 5000,
131 "cir": 100000,
132 "ebs": 5000,
133 "eir": 100000
134 },
135 {
136 "id": "User_Bandwidth3",
137 "air": 100000,
138 "cbs": 5000,
139 "cir": 1000000,
140 "ebs": 5000,
141 "eir": 1000000
142 }
143
144 ]
145 }
146 }
147 }
148}