blob: 44708e0518b51bd60ba49aed85d90362d01bfeb3 [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 Campanella2de49912020-04-02 15:19:40 +020081 }]
82 },
83 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -070084 "integration":{
85 "cache":{
86 "enabled":true,
87 "maxsize":40,
88 "ttl":"PT1m"
89 }
90 },
91 "entries":[
92 {
93 "id": "Default",
94 "gir": 0,
95 "cbs": 30,
96 "cir": 16000,
97 "pbs": 30,
98 "pir": 32000
Andrea Campanella2de49912020-04-02 15:19:40 +020099 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700100 {
101 "id": "User_Bandwidth1",
102 "gir": 50000,
103 "cbs": 10000,
104 "cir": 50000,
105 "pbs": 1000,
106 "pir": 300000
107 },
108 {
109 "id": "User_Bandwidth2",
110 "gir": 100000,
111 "cbs": 5000,
112 "cir": 100000,
113 "pbs": 5000,
114 "pir": 300000
115 },
116 {
117 "id": "User_Bandwidth3",
118 "gir": 100000,
119 "cbs": 5000,
120 "cir": 100000,
121 "pbs": 5000,
122 "pir": 400000
123 }
Andrea Campanella2de49912020-04-02 15:19:40 +0200124
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700125 ]
Andrea Campanella2de49912020-04-02 15:19:40 +0200126 }
127 }
128 }
129}