blob: 89f137ac9c1b927ec10ebfaadc6b8adb6fa250cf [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 {
Andrea Campanelladd72adc2020-07-29 14:26:20 +020036 "id": "SCOM00001c7f-1",
37 "nasPortId": "SCOM00001c7f-1",
38 "circuitId": "",
39 "remoteId": "",
40 "uniTagList": [{
41 "uniTagMatch": 4096,
42 "ponCTag": 4096,
43 "ponSTag": 33,
44 "technologyProfileId": 64,
45 "downstreamBandwidthProfile": "User_Bandwidth3",
46 "upstreamBandwidthProfile": "User_Bandwidth3",
47 "isDhcpRequired": false
48 }]
49 },
50 {
51 "id": "EC1912001818",
52 "hardwareIdentifier": "80:a2:35:4d:28:c0",
53 "ipAddress": "10.90.0.115",
54 "nasId": "EC1912001818",
55 "uplinkPort": 1048576
56 }
57 ]
58 },
59 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -070060 "integration":{
61 "cache":{
62 "enabled":true,
63 "maxsize":40,
64 "ttl":"PT1m"
65 }
66 },
67 "entries":[
68 {
69 "id": "Default",
70 "gir": 0,
71 "cbs": 30,
72 "cir": 16000,
73 "pbs": 30,
74 "pir": 32000
Andrea Campanelladd72adc2020-07-29 14:26:20 +020075 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -070076 {
77 "id": "User_Bandwidth1",
78 "gir": 50000,
79 "cbs": 10000,
80 "cir": 50000,
81 "pbs": 1000,
82 "pir": 300000
83 },
84 {
85 "id": "User_Bandwidth2",
86 "gir": 100000,
87 "cbs": 5000,
88 "cir": 100000,
89 "pbs": 5000,
90 "pir": 300000
91 },
92 {
93 "id": "User_Bandwidth3",
94 "gir": 100000,
95 "cbs": 5000,
96 "cir": 100000,
97 "pbs": 5000,
98 "pir": 400000
99 }
Andrea Campanelladd72adc2020-07-29 14:26:20 +0200100
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700101 ]
Andrea Campanelladd72adc2020-07-29 14:26:20 +0200102 }
103 }
104 }
105}