blob: 1b9e2992ff0c29ed0c67bcac26a65c25c5eeb251 [file] [log] [blame]
Andrea Campanella0a04e5f2022-05-10 23:33:02 +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": "S210Z14009247",
15 "hardwareIdentifier": "4c:c5:3e:9a:ed:9c",
16 "nasId": "S210Z14009247",
17 "uplinkPort": 16777216
18 },
19 {
20 "id": "SCOM00001C90-1",
21 "nasPortId": "SCOM00001C90-1",
22 "circuitId": "SCOM00001C90-1",
23 "remoteId": "S210Z14009247",
24 "uniTagList": [
25 {
26 "uniTagMatch": 4096,
27 "ponCTag": 4096,
28 "ponSTag": 42,
29 "technologyProfileId": 64,
30 "upstreamBandwidthProfile": "User_Bandwidth1",
31 "downstreamBandwidthProfile": "User_Bandwidth2",
32 "isDhcpRequired": false
33 }
34 ]
35 },
36 {
37 "id": "SCOMA030600F-1",
38 "nasPortId": "SCOMA030600F-1",
39 "circuitId": "SCOMA030600F-1",
40 "remoteId": "S210Z14009247",
41 "uniTagList": [
42 {
43 "uniTagMatch": 4096,
44 "ponCTag": 4096,
45 "ponSTag": 43,
46 "technologyProfileId": 64,
47 "upstreamBandwidthProfile": "Default",
48 "downstreamBandwidthProfile": "Default",
49 "isDhcpRequired": false
50 }
51 ]
52 }
53 ]
54 },
55 "bandwidthprofile": {
56 "integration": {
57 "cache": {
58 "enabled": true,
59 "maxsize": 40,
60 "ttl": "PT1m"
61 }
62 },
63 "entries": [
64 {
65 "id": "Default",
66 "gir": 0,
67 "cbs": 30,
68 "cir": 16000,
69 "pbs": 30,
70 "pir": 32000
71 },
72 {
73 "id": "User_Bandwidth1",
74 "gir": 50000,
75 "cbs": 10000,
76 "cir": 50000,
77 "pbs": 1000,
78 "pir": 300000
79 },
80 {
81 "id": "User_Bandwidth2",
82 "gir": 100000,
83 "cbs": 5000,
84 "cir": 100000,
85 "pbs": 5000,
86 "pir": 300000
87 },
88 {
89 "id": "User_Bandwidth3",
90 "gir": 100000,
91 "cbs": 5000,
92 "cir": 100000,
93 "pbs": 5000,
94 "pir": 400000
95 }
96
97 ]
98 }
99 }
100 }
101}