blob: 5dc6c90154d0780d2e56a0328f3b35530e6a37b2 [file] [log] [blame]
Hardik Windlassc33ea2f2021-08-17 05:08:56 +00001{
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 "hardwareIdentifier": "28:b9:d9:e3:6c:06",
17 "uplinkPort":1048576
18 },
19 {
20 "id":"SCOM00001c7f-1",
21 "nasPortId":"SCOM00001c7f-1",
22 "circuitId":"SCOM00001c7f-1",
23 "remoteId":"SCOM00001c7f",
24 "uniTagList":[
25 {
26 "uniTagMatch":4096,
27 "ponCTag":4096,
28 "ponSTag":11,
29 "technologyProfileId":64,
30 "upstreamBandwidthProfile": "User_Bandwidth1",
31 "downstreamBandwidthProfile": "User_Bandwidth2",
32 "isDhcpRequired":false
33 }
34 ]
35 },
36 {
37 "id":"SCOMa0108af9-1",
38 "nasPortId":"SCOMa0108af9-1",
39 "circuitId":"SCOMa0108af9-1",
40 "remoteId":"SCOMa0108af9",
41 "uniTagList":[
42 {
43 "uniTagMatch":4096,
44 "ponCTag":4096,
45 "ponSTag":54,
46 "technologyProfileId":64,
47 "upstreamBandwidthProfile": "User_Bandwidth1",
48 "downstreamBandwidthProfile": "User_Bandwidth3",
49 "isDhcpRequired":false
50 }
51 ]
52 },
53 {
54 "id":"SCOMa0108aea-1",
55 "nasPortId":"SCOMa0108aea-1",
56 "circuitId":"SCOMa0108aea-1",
57 "remoteId":"SCOMa0108aea",
58 "uniTagList":[
59 {
60 "uniTagMatch":4096,
61 "ponCTag":4096,
62 "ponSTag":55,
63 "technologyProfileId":64,
64 "upstreamBandwidthProfile": "User_Bandwidth2",
65 "downstreamBandwidthProfile": "User_Bandwidth3",
66 "isDhcpRequired":false
67 }
68 ]
69 }
70 ]
71 },
72 "bandwidthprofile":{
73 "integration":{
74 "cache":{
75 "enabled":true,
76 "maxsize":40,
77 "ttl":"PT1m"
78 }
79 },
80 "entries":[
81 {
82 "id": "Default",
83 "gir": 0,
84 "cbs": 30,
85 "cir": 16000,
86 "pbs": 30,
87 "pir": 32000
88 },
89 {
90 "id": "User_Bandwidth1",
91 "gir": 50000,
92 "cbs": 10000,
93 "cir": 50000,
94 "pbs": 1000,
95 "pir": 300000
96 },
97 {
98 "id": "User_Bandwidth2",
99 "gir": 100000,
100 "cbs": 5000,
101 "cir": 100000,
102 "pbs": 5000,
103 "pir": 300000
104 },
105 {
106 "id": "User_Bandwidth3",
107 "gir": 100000,
108 "cbs": 5000,
109 "cir": 100000,
110 "pbs": 5000,
111 "pir": 400000
112 }
113
114 ]
115 }
116 }
117 }
118}