blob: a7d207ef5947026798df4ac6e16b0bd1d95cc2df [file] [log] [blame]
Andrea Campanella971071a2021-04-28 10:04:56 +02001{
Girish Gowdrae24ff662021-05-09 23:00:16 -07002 "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":"SCOM00001c7f-1",
20 "nasPortId":"SCOM00001c7f-1",
21 "circuitId":"SCOM00001c7f-1",
22 "remoteId":"SCOM00001c7f",
23 "uniTagList":[
24 {
25 "uniTagMatch":4096,
26 "ponCTag":4096,
27 "ponSTag":11,
28 "technologyProfileId":64,
Matteo Scandolo4b5c5692021-05-12 16:48:39 -070029 "upstreamBandwidthProfile":"User_Bandwidth1",
30 "downstreamBandwidthProfile":"User_Bandwidth2",
31 "isDhcpRequired":false
32 }
33 ]
34 },
35 {
36 "id":"SCOM00001c8d-1",
37 "nasPortId":"SCOM00001c8d-1",
38 "circuitId":"SCOM00001c8d-1",
39 "remoteId":"SCOM00001c8d",
40 "uniTagList":[
41 {
42 "uniTagMatch":4096,
43 "ponCTag":4096,
44 "ponSTag":22,
45 "technologyProfileId":64,
46 "upstreamBandwidthProfile":"User_Bandwidth2",
47 "downstreamBandwidthProfile":"User_Bandwidth3",
Girish Gowdrae24ff662021-05-09 23:00:16 -070048 "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":425000,
92 "ebs":5000,
93 "eir":425000
94 }
95 ]
96 }
Andrea Campanella971071a2021-04-28 10:04:56 +020097 }
Girish Gowdrae24ff662021-05-09 23:00:16 -070098 }
99}