blob: bde901abb20b8836f966d13be151c654d7e72e33 [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":"722033038194",
15 "nasId":"722033038194",
16 "hardwareIdentifier": "28:11:23:19:44:49",
Girish Gowdrad2d6f8d2021-10-22 10:44:29 -070017 "uplinkPort":16777216
Matteo Scandolo35449412021-08-11 10:05:24 -070018 },
19 {
20 "id":"SCOMa0108adf-1",
21 "nasPortId":"SCOMa0108adf-1",
22 "circuitId":"SCOMa0108adf-1",
23 "remoteId":"SCOMa0108adf",
24 "uniTagList":[
25 {
26 "uniTagMatch":4096,
27 "ponCTag":4096,
28 "ponSTag":89,
29 "technologyProfileId":64,
Hardik Windlass94052ad2021-09-27 07:35:33 +000030 "upstreamBandwidthProfile": "User_Bandwidth2",
31 "downstreamBandwidthProfile": "User_Bandwidth1",
Matteo Scandolo35449412021-08-11 10:05:24 -070032 "isDhcpRequired":false
33 }
34 ]
Girish Gowdrafbc19602021-09-09 13:44:53 -070035 },
36 {
37 "id":"SCOMa030230f-1",
38 "nasPortId":"SCOMa030230f-1",
39 "circuitId":"SCOMa030230f-1",
40 "remoteId":"SCOMa030230f",
41 "uniTagList":[
42 {
43 "uniTagMatch":4096,
44 "ponCTag":4096,
45 "ponSTag":90,
46 "technologyProfileId":64,
Hardik Windlass94052ad2021-09-27 07:35:33 +000047 "upstreamBandwidthProfile": "User_Bandwidth2",
48 "downstreamBandwidthProfile": "User_Bandwidth1",
Girish Gowdrafbc19602021-09-09 13:44:53 -070049 "isDhcpRequired":false
50 }
51 ]
52 },
53 {
54 "id":"SCOMa030216a-1",
55 "nasPortId":"SCOMa030216a-1",
56 "circuitId":"SCOMa030216a-1",
57 "remoteId":"SCOMa030216a",
58 "uniTagList":[
59 {
60 "uniTagMatch":4096,
61 "ponCTag":4096,
62 "ponSTag":91,
63 "technologyProfileId":64,
Hardik Windlass94052ad2021-09-27 07:35:33 +000064 "upstreamBandwidthProfile": "User_Bandwidth2",
65 "downstreamBandwidthProfile": "User_Bandwidth1",
Girish Gowdrafbc19602021-09-09 13:44:53 -070066 "isDhcpRequired":false
67 }
68 ]
Andrea Campanellaa5f9cdb2021-11-23 10:54:38 -080069 },
70 {
71 "id":"ZYWN67c18b52-1",
72 "nasPortId":"ZYWN67c18b52-1",
73 "circuitId":"ZYWN67c18b52-1",
74 "remoteId":"ZYWN67c18b52",
75 "uniTagList":[
76 {
77 "uniTagMatch":4096,
78 "ponCTag":4096,
79 "ponSTag":93,
80 "technologyProfileId":64,
81 "upstreamBandwidthProfile": "User_Bandwidth2",
82 "downstreamBandwidthProfile": "User_Bandwidth1",
83 "isDhcpRequired":false
84 }
85 ]
Matteo Scandolo35449412021-08-11 10:05:24 -070086 }
87 ]
88 },
89 "bandwidthprofile":{
90 "integration":{
91 "cache":{
92 "enabled":true,
93 "maxsize":40,
94 "ttl":"PT1m"
95 }
96 },
97 "entries":[
98 {
99 "id": "Default",
100 "gir": 0,
101 "cbs": 30,
102 "cir": 16000,
103 "pbs": 30,
104 "pir": 32000
105 },
106 {
107 "id": "User_Bandwidth1",
108 "gir": 50000,
109 "cbs": 10000,
110 "cir": 50000,
111 "pbs": 1000,
112 "pir": 300000
113 },
114 {
115 "id": "User_Bandwidth2",
116 "gir": 100000,
117 "cbs": 5000,
118 "cir": 100000,
119 "pbs": 5000,
120 "pir": 300000
121 },
122 {
123 "id": "User_Bandwidth3",
124 "gir": 100000,
125 "cbs": 5000,
126 "cir": 100000,
127 "pbs": 5000,
128 "pir": 400000
129 }
130
131 ]
132 }
133 }
134 }
135}