blob: 5d2d972771dfa27b17f23c9ed343020e293dd918 [file] [log] [blame]
Matteo Scandoloff8a1862019-10-23 11:43:28 -07001{
2 "devices": {
3 "of:000000000a80645a": {
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 {
21 "id": "BRCM22222222-1",
22 "cTag": 99,
23 "sTag": 11,
24 "nasPortId": "",
25 "circuitId": "",
26 "remoteId": "",
27 "technologyProfileId": 64,
28 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default"
30 },
31 {
32 "id": "ALPHe3d1cf9d-1",
33 "cTag": 99,
34 "sTag": 22,
35 "nasPortId": "",
36 "circuitId": "",
37 "remoteId": "",
38 "technologyProfileId": 64,
39 "upstreamBandwidthProfile": "Default",
40 "downstreamBandwidthProfile": "Default"
41 },
42 {
43 "id": "EC1904000654",
44 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
45 "ipAddress": "10.192.20.206",
46 "nasId": "EC1904000654",
47 "uplinkPort": 65536
48 }
49 ]
50 },
51 "bandwidthprofile":{
52 "integration":{
53 "cache":{
54 "enabled":true,
55 "maxsize":40,
56 "ttl":"PT1m"
57 }
58 },
59 "entries":[
60 {
61 "id": "Default",
62 "air": 100000,
63 "cbs": 30,
64 "cir": 600,
65 "ebs": 30,
66 "eir": 400
67 },
68 {
69 "id": "User_Bandwidth1",
70 "air": 100000,
71 "cbs": 10000,
72 "cir": 5000,
73 "ebs": 1000,
74 "eir": 5000
75 }
76
77 ]
78 }
79 }
80 }
81}