blob: 0a0ff14fe443eed19fabac477c29ebcf69a6a7fd [file] [log] [blame]
Andrea Campanelladd72adc2020-07-29 14:26:20 +02001{
2 "devices": {
3 "of:000080a2354d28c0": {
4 "basic": {
5 "driver": "voltha"
6 }
7 }
8 },
9 "apps": {
10 "org.opencord.sadis": {
11 "sadis": {
12 "integration": {
13 "cache": {
14 "enabled": false,
15 "maxsize": 50,
16 "ttl": "PT0m"
17 }
18 },
19 "entries": [
20 {
Girish Gowdra711ef5d2020-12-03 14:28:17 -080021 "id": "SCOM00001ca7-1",
22 "nasPortId": "SCOM00001ca7-1",
Andrea Campanelladd72adc2020-07-29 14:26:20 +020023 "circuitId": "",
24 "remoteId": "",
25 "uniTagList": [{
26 "uniTagMatch": 4096,
27 "ponCTag": 4096,
28 "ponSTag": 31,
29 "technologyProfileId": 64,
30 "downstreamBandwidthProfile": "Default",
31 "upstreamBandwidthProfile": "Default",
32 "isDhcpRequired": false
33 }]
34 },
35 {
36 "id": "SCOM00001c8d-1",
37 "nasPortId": "SCOM00001c8d-1",
38 "circuitId": "",
39 "remoteId": "",
40 "uniTagList": [{
41 "uniTagMatch": 4096,
42 "ponCTag": 4096,
43 "ponSTag": 32,
44 "technologyProfileId": 64,
45 "downstreamBandwidthProfile": "User_Bandwidth2",
46 "upstreamBandwidthProfile": "User_Bandwidth1",
47 "isDhcpRequired": false
48 }]
49 },
50 {
51 "id": "SCOM00001c7f-1",
52 "nasPortId": "SCOM00001c7f-1",
53 "circuitId": "",
54 "remoteId": "",
55 "uniTagList": [{
56 "uniTagMatch": 4096,
57 "ponCTag": 4096,
58 "ponSTag": 33,
59 "technologyProfileId": 64,
60 "downstreamBandwidthProfile": "User_Bandwidth3",
61 "upstreamBandwidthProfile": "User_Bandwidth3",
62 "isDhcpRequired": false
63 }]
64 },
65 {
66 "id": "EC1912001818",
67 "hardwareIdentifier": "80:a2:35:4d:28:c0",
68 "ipAddress": "10.90.0.115",
69 "nasId": "EC1912001818",
70 "uplinkPort": 1048576
71 }
72 ]
73 },
74 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -070075 "integration":{
76 "cache":{
77 "enabled":true,
78 "maxsize":40,
79 "ttl":"PT1m"
80 }
81 },
82 "entries":[
83 {
84 "id": "Default",
85 "gir": 0,
86 "cbs": 30,
87 "cir": 16000,
88 "pbs": 30,
89 "pir": 32000
Andrea Campanelladd72adc2020-07-29 14:26:20 +020090 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -070091 {
92 "id": "User_Bandwidth1",
93 "gir": 50000,
94 "cbs": 10000,
95 "cir": 50000,
96 "pbs": 1000,
97 "pir": 300000
98 },
99 {
100 "id": "User_Bandwidth2",
101 "gir": 100000,
102 "cbs": 5000,
103 "cir": 100000,
104 "pbs": 5000,
105 "pir": 300000
106 },
107 {
108 "id": "User_Bandwidth3",
109 "gir": 100000,
110 "cbs": 5000,
111 "cir": 100000,
112 "pbs": 5000,
113 "pir": 400000
114 }
Andrea Campanelladd72adc2020-07-29 14:26:20 +0200115
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700116 ]
Andrea Campanelladd72adc2020-07-29 14:26:20 +0200117 }
118 }
119 }
120}