blob: 6b25725b6af2cf9320b9ce1f4b9c45456580d6cf [file] [log] [blame]
Andrea Campanella2de49912020-04-02 15:19:40 +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": "EC1912001814",
15 "hardwareIdentifier": "80:a2:35:4d:24:c0",
16 "nasId": "EC1912001814",
17 "uplinkPort": 1048576
18 },
19 {
20 "id": "SCOM00001c82-1",
21 "nasPortId": "SCOM00001c82-1",
22 "circuitId": "SCOM00001c82-1",
23 "remoteId": "EC1912001814",
24 "uniTagList": [{
25 "uniTagMatch": 4096,
26 "ponCTag": 4096,
27 "ponSTag": 31,
28 "technologyProfileId": 64,
29 "upstreamBandwidthProfile": "Default",
30 "downstreamBandwidthProfile": "Default",
Andrea Campanella28bfb382020-04-09 11:14:14 +020031 "isDhcpRequired": false
Andrea Campanella2de49912020-04-02 15:19:40 +020032 }]
33 },
34 {
35 "id": "SCOM00001c89-1",
36 "nasPortId": "SCOM00001c89-1",
37 "circuitId": "SCOM00001c89-1",
38 "remoteId": "EC1912001814",
39 "uniTagList": [
40 {
41 "uniTagMatch": 4096,
42 "ponCTag": 4096,
43 "ponSTag": 32,
44 "technologyProfileId": 64,
Andy Bavierd4b92e32020-05-13 11:15:41 -070045 "upstreamBandwidthProfile": "User_Bandwidth1",
46 "downstreamBandwidthProfile": "User_Bandwidth2",
Andrea Campanella28bfb382020-04-09 11:14:14 +020047 "isDhcpRequired": false
Andrea Campanella2de49912020-04-02 15:19:40 +020048 }]
49 },
50 {
51 "id": "SCOM00001c96-1",
52 "nasPortId": "SCOM00001c96-1",
53 "circuitId": "SCOM00001c96-1",
54 "remoteId": "EC1912001814",
55 "uniTagList": [
56 {
57 "uniTagMatch": 4096,
58 "ponCTag": 4096,
59 "ponSTag": 33,
60 "technologyProfileId": 64,
Andy Bavierd4b92e32020-05-13 11:15:41 -070061 "upstreamBandwidthProfile": "User_Bandwidth3",
62 "downstreamBandwidthProfile": "User_Bandwidth3",
Andrea Campanella28bfb382020-04-09 11:14:14 +020063 "isDhcpRequired": false
Andrea Campanella2de49912020-04-02 15:19:40 +020064 }]
Andrea Campanella85b0a8d2020-05-14 12:56:47 +020065 },
66 {
67 "id": "SCOM00001c0b-1",
68 "nasPortId": "SCOM00001c0b-1",
69 "circuitId": "SCOM00001c0b-1",
70 "remoteId": "EC1912001814",
71 "uniTagList": [
72 {
73 "uniTagMatch": 4096,
74 "ponCTag": 4096,
75 "ponSTag": 34,
76 "technologyProfileId": 64,
77 "upstreamBandwidthProfile": "User_Bandwidth1",
78 "downstreamBandwidthProfile": "User_Bandwidth2",
79 "isDhcpRequired": false
80 }]
Andrea Campanella1eeb2fc2021-11-15 18:38:54 -080081 },
82 {
83 "id": "SCOMa0305f84-1",
84 "nasPortId": "SCOMa0305f84-1",
85 "circuitId": "SCOMa0305f84-1",
86 "remoteId": "EC1912001814",
87 "uniTagList": [
88 {
89 "uniTagMatch": 4096,
90 "ponCTag": 4096,
91 "ponSTag": 39,
92 "technologyProfileId": 64,
93 "upstreamBandwidthProfile": "User_Bandwidth1",
94 "downstreamBandwidthProfile": "User_Bandwidth2",
95 "isDhcpRequired": false
96 }]
97 }
98 ]
Andrea Campanella2de49912020-04-02 15:19:40 +020099 },
100 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700101 "integration":{
102 "cache":{
103 "enabled":true,
104 "maxsize":40,
105 "ttl":"PT1m"
106 }
107 },
108 "entries":[
109 {
110 "id": "Default",
111 "gir": 0,
112 "cbs": 30,
113 "cir": 16000,
114 "pbs": 30,
115 "pir": 32000
Andrea Campanella2de49912020-04-02 15:19:40 +0200116 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700117 {
118 "id": "User_Bandwidth1",
119 "gir": 50000,
120 "cbs": 10000,
121 "cir": 50000,
122 "pbs": 1000,
123 "pir": 300000
124 },
125 {
126 "id": "User_Bandwidth2",
127 "gir": 100000,
128 "cbs": 5000,
129 "cir": 100000,
130 "pbs": 5000,
131 "pir": 300000
132 },
133 {
134 "id": "User_Bandwidth3",
135 "gir": 100000,
136 "cbs": 5000,
137 "cir": 100000,
138 "pbs": 5000,
139 "pir": 400000
140 }
Andrea Campanella2de49912020-04-02 15:19:40 +0200141
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700142 ]
Andrea Campanella2de49912020-04-02 15:19:40 +0200143 }
144 }
145 }
146}