blob: 54ba45bda677c13a4af5aa3dedcc4bcc10ae858a [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": "ZYXE8CAC752C-1",
21 "nasPortId": "ZYXE8CAC752C-1",
22 "circuitId": "ZYXE8CAC752C-1",
23 "remoteId": "S210Z14009247",
24 "uniTagList": [
25 {
26 "uniTagMatch": 4096,
27 "ponCTag": 4096,
28 "ponSTag": 41,
29 "technologyProfileId": 64,
30 "upstreamBandwidthProfile": "Default",
31 "downstreamBandwidthProfile": "Default",
32 "isDhcpRequired": false
33 }
34 ]
35 }
36 ]
37 },
38 "bandwidthprofile": {
39 "integration": {
40 "cache": {
41 "enabled": true,
42 "maxsize": 40,
43 "ttl": "PT1m"
44 }
45 },
46 "entries": [
47 {
48 "id": "Default",
49 "gir": 0,
50 "cbs": 30,
51 "cir": 16000,
52 "pbs": 30,
53 "pir": 32000
54 },
55 {
56 "id": "User_Bandwidth1",
57 "gir": 50000,
58 "cbs": 10000,
59 "cir": 50000,
60 "pbs": 1000,
61 "pir": 300000
62 },
63 {
64 "id": "User_Bandwidth2",
65 "gir": 100000,
66 "cbs": 5000,
67 "cir": 100000,
68 "pbs": 5000,
69 "pir": 300000
70 },
71 {
72 "id": "User_Bandwidth3",
73 "gir": 100000,
74 "cbs": 5000,
75 "cir": 100000,
76 "pbs": 5000,
77 "pir": 400000
78 }
79
80 ]
81 }
82 }
83 }
84}