blob: 24cef3303b44b799b262550f386d9a38d069f045 [file] [log] [blame]
Girish Gowdra4e3d59f2020-11-16 12:48:24 -08001{
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": "ISKT71e80080-1",
22 "nasPortId": "ISKT71e80080-1",
23 "circuitId": "",
24 "remoteId": "",
25 "uniTagList": [{
26 "ponCTag": 11,
27 "ponSTag": 99,
28 "technologyProfileId": 64,
29 "downstreamBandwidthProfile": "Default",
30 "upstreamBandwidthProfile": "Default",
31 "isDhcpRequired": true
32 }]
33 },
34 {
35 "id": "ALPHe3d1cf9d-1",
36 "nasPortId": "ALPHe3d1cf9d-1",
37 "circuitId": "",
38 "remoteId": "",
39 "uniTagList": [{
40 "ponCTag": 22,
41 "ponSTag": 99,
42 "technologyProfileId": 64,
43 "downstreamBandwidthProfile": "Default",
44 "upstreamBandwidthProfile": "Default",
45 "isDhcpRequired": true
46 }]
47 },
48 {
49 "id": "ALPHe3d1ced5-1",
50 "nasPortId": "ALPHe3d1ced5-1",
51 "circuitId": "",
52 "remoteId": "",
53 "uniTagList": [{
54 "ponCTag": 33,
55 "ponSTag": 99,
56 "technologyProfileId": 64,
57 "downstreamBandwidthProfile": "User_Bandwidth2",
58 "upstreamBandwidthProfile": "User_Bandwidth1",
59 "isDhcpRequired": true
60 }]
61 },
62 {
Girish Gowdra6d08df52021-11-22 14:52:48 -080063 "id": "EC1721000216",
Girish Gowdra4e3d59f2020-11-16 12:48:24 -080064 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
65 "ipAddress": "10.192.20.206",
Girish Gowdra6d08df52021-11-22 14:52:48 -080066 "nasId": "EC1721000216",
Girish Gowdrad2d6f8d2021-10-22 10:44:29 -070067 "uplinkPort": 16777216
Girish Gowdra4e3d59f2020-11-16 12:48:24 -080068 }
69 ]
70 },
71 "bandwidthprofile":{
72 "integration":{
73 "cache":{
74 "enabled":true,
75 "maxsize":40,
76 "ttl":"PT1m"
77 }
78 },
79 "entries":[
80 {
81 "id": "Default",
82 "air": 100000,
83 "cbs": 30,
84 "cir": 16000,
85 "ebs": 30,
86 "eir": 16000
87 },
88 {
89 "id": "User_Bandwidth1",
90 "air": 100000,
91 "cbs": 10000,
92 "cir": 30000,
93 "ebs": 1000,
94 "eir": 20000
95 },
96 {
97 "id": "User_Bandwidth2",
98 "air": 100000,
99 "cbs": 5000,
100 "cir": 100000,
101 "ebs": 5000,
102 "eir": 100000
103 },
104 {
105 "id": "User_Bandwidth3",
106 "air": 100000,
107 "cbs": 5000,
108 "cir": 475000,
109 "ebs": 5000,
110 "eir": 475000
111 }
112
113 ]
114 }
115 }
116 }
117}