blob: ff81c76ce7ad85955a1f2a3bcf941f1b22656a16 [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",
Matteo Scandolo3a0ee622019-10-23 15:57:16 -070022 "cTag": 11,
23 "sTag": 99,
Suchitra Vemuri0b6e8002019-10-29 12:50:26 -070024 "nasPortId": "BRCM22222222-1",
Matteo Scandoloff8a1862019-10-23 11:43:28 -070025 "circuitId": "",
26 "remoteId": "",
27 "technologyProfileId": 64,
28 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default"
30 },
31 {
32 "id": "ALPHe3d1cf9d-1",
Matteo Scandolo3a0ee622019-10-23 15:57:16 -070033 "cTag": 22,
34 "sTag": 99,
Suchitra Vemuri0b6e8002019-10-29 12:50:26 -070035 "nasPortId": "ALPHe3d1cf9d-1",
36 "circuitId": "",
37 "remoteId": "",
38 "technologyProfileId": 64,
39 "upstreamBandwidthProfile": "Default",
40 "downstreamBandwidthProfile": "Default"
41 },
42 {
43 "id": "ALPHe3d1ced5-1",
44 "cTag": 33,
45 "sTag": 99,
46 "nasPortId": "ALPHe3d1ced5-1",
Matteo Scandoloff8a1862019-10-23 11:43:28 -070047 "circuitId": "",
48 "remoteId": "",
49 "technologyProfileId": 64,
50 "upstreamBandwidthProfile": "Default",
51 "downstreamBandwidthProfile": "Default"
52 },
53 {
54 "id": "EC1904000654",
55 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
56 "ipAddress": "10.192.20.206",
57 "nasId": "EC1904000654",
58 "uplinkPort": 65536
59 }
60 ]
61 },
62 "bandwidthprofile":{
63 "integration":{
64 "cache":{
65 "enabled":true,
66 "maxsize":40,
67 "ttl":"PT1m"
68 }
69 },
70 "entries":[
71 {
72 "id": "Default",
73 "air": 100000,
74 "cbs": 30,
75 "cir": 600,
76 "ebs": 30,
77 "eir": 400
78 },
79 {
80 "id": "User_Bandwidth1",
81 "air": 100000,
82 "cbs": 10000,
83 "cir": 5000,
84 "ebs": 1000,
85 "eir": 5000
86 }
87
88 ]
89 }
90 }
91 }
92}