blob: 9b776ce1bbcaba34ef9940af2a859b81287b82a6 [file] [log] [blame]
Andrea Campanella89c78532021-06-05 12:30:24 +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":"722033538840",
15 "nasId":"722033538840",
16 "uplinkPort":1048576
17 },
18 {
19 "id":"SCOMa0108af9-1",
20 "nasPortId":"SCOMa0108af9-1",
21 "circuitId":"SCOMa0108af9-1",
22 "remoteId":"SCOMa0108af9",
23 "uniTagList":[
24 {
25 "uniTagMatch":4096,
26 "ponCTag":41,
27 "ponSTag":44,
28 "technologyProfileId":64,
29 "upstreamBandwidthProfile":"User_Bandwidth1",
30 "downstreamBandwidthProfile":"User_Bandwidth2",
31 "isDhcpRequired":false
32 }
33 ]
34 },
35 {
36 "id":"SCOMa0108aea-1",
37 "nasPortId":"SCOMa0108aea-1",
38 "circuitId":"SCOMa0108aea-1",
39 "remoteId":"SCOMa0108aea",
40 "uniTagList":[
41 {
42 "uniTagMatch":4096,
43 "ponCTag":42,
44 "ponSTag":44,
45 "technologyProfileId":64,
46 "upstreamBandwidthProfile":"User_Bandwidth1",
47 "downstreamBandwidthProfile":"User_Bandwidth3",
48 "isDhcpRequired":false
49 }
50 ]
51 }
52 ]
53 },
54 "bandwidthprofile":{
55 "integration":{
56 "cache":{
57 "enabled":true,
58 "maxsize":40,
59 "ttl":"PT1m"
60 }
61 },
62 "entries":[
63 {
64 "id": "Default",
65 "air": 100000,
66 "cbs": 30,
67 "cir": 16000,
68 "ebs": 30,
69 "eir": 16000
70 },
71 {
72 "id": "User_Bandwidth1",
73 "air": 100000,
74 "cbs": 10000,
75 "cir": 30000,
76 "ebs": 1000,
77 "eir": 20000
78 },
79 {
80 "id": "User_Bandwidth2",
81 "air": 100000,
82 "cbs": 5000,
83 "cir": 100000,
84 "ebs": 5000,
85 "eir": 100000
86 },
87 {
88 "id": "User_Bandwidth3",
89 "air": 100000,
90 "cbs": 5000,
91 "cir": 475000,
92 "ebs": 5000,
93 "eir": 475000
94 }
95
96 ]
97 }
98 }
99 }
100}