blob: f8310bde2198df521f8449a9507692ce389c4ddb [file] [log] [blame]
Matteo Scandolo35449412021-08-11 10:05:24 -07001{
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":"722033738988",
15 "nasId":"722033738988",
16 "hardwareIdentifier": "28:12:02:15:31:31",
17 "uplinkPort":1048576
18 },
19 {
20 "id":"SCOM00001c8d-1",
21 "nasPortId":"SCOM00001c8d-1",
22 "circuitId":"SCOM00001c8d-1",
23 "remoteId":"SCOM00001c8d",
24 "uniTagList":[
25 {
26 "uniTagMatch":4096,
27 "ponCTag":4096,
28 "ponSTag":22,
29 "technologyProfileId":64,
30 "upstreamBandwidthProfile": "User_Bandwidth1",
31 "downstreamBandwidthProfile": "User_Bandwidth3",
32 "isDhcpRequired":false
33 }
34 ]
35 },
36 {
37 "id":"SCOM00019ab7-1",
38 "nasPortId":"SCOM00019ab7-1",
39 "circuitId":"SCOM00019ab7-1",
40 "remoteId":"SCOM00019ab7",
41 "uniTagList":[
42 {
43 "uniTagMatch":4096,
44 "ponCTag":4096,
45 "ponSTag":33,
46 "technologyProfileId":64,
47 "upstreamBandwidthProfile": "User_Bandwidth2",
48 "downstreamBandwidthProfile": "User_Bandwidth1",
49 "isDhcpRequired":false
50 }
51 ]
Girish Gowdrafbc19602021-09-09 13:44:53 -070052 },
53 {
54 "id":"SCOMa0301e8d-1",
55 "nasPortId":"SCOMa0301e8d-1",
56 "circuitId":"SCOMa0301e8d-1",
57 "remoteId":"SCOMa0301e8d",
58 "uniTagList":[
59 {
60 "uniTagMatch":4096,
61 "ponCTag":4096,
62 "ponSTag":44,
63 "technologyProfileId":64,
64 "upstreamBandwidthProfile": "User_Bandwidth2",
65 "downstreamBandwidthProfile": "User_Bandwidth1",
66 "isDhcpRequired":false
67 }
68 ]
Matteo Scandolo35449412021-08-11 10:05:24 -070069 }
Girish Gowdrafbc19602021-09-09 13:44:53 -070070
Matteo Scandolo35449412021-08-11 10:05:24 -070071 ]
72 },
73 "bandwidthprofile":{
74 "integration":{
75 "cache":{
76 "enabled":true,
77 "maxsize":40,
78 "ttl":"PT1m"
79 }
80 },
81 "entries":[
82 {
83 "id": "Default",
84 "gir": 0,
85 "cbs": 30,
86 "cir": 16000,
87 "pbs": 30,
88 "pir": 32000
89 },
90 {
91 "id": "User_Bandwidth1",
92 "gir": 50000,
93 "cbs": 10000,
94 "cir": 50000,
95 "pbs": 1000,
96 "pir": 300000
97 },
98 {
99 "id": "User_Bandwidth2",
100 "gir": 100000,
101 "cbs": 5000,
102 "cir": 100000,
103 "pbs": 5000,
104 "pir": 300000
105 },
106 {
107 "id": "User_Bandwidth3",
108 "gir": 100000,
109 "cbs": 5000,
110 "cir": 100000,
111 "pbs": 5000,
112 "pir": 400000
113 }
114
115 ]
116 }
117 }
118 }
119}