blob: cb4b9ec0eaea45581d269d5160ae21041c6c734d [file] [log] [blame]
Suchitra Vemuria8e7bb22019-10-22 15:50:05 -07001{
2 "devices": {
3 "of:000000000a5a0072": {
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": "ALPHe3d1cfde-1",
22 "cTag": 112,
23 "sTag": 111,
Suchitra Vemuri60d5f462019-10-25 16:13:15 -070024 "nasPortId": "",
25 "circuitId": "",
Suchitra Vemuria8e7bb22019-10-22 15:50:05 -070026 "remoteId": "",
27 "technologyProfileId": 64,
28 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default"
30 },
31 {
32 "id": "ALPHe3d1cfde-2",
33 "cTag": 902,
34 "sTag": 111,
35 "nasPortId": "",
36 "circuitId": "",
37 "remoteId": "",
38 "technologyProfileId": 64,
39 "upstreamBandwidthProfile": "Default",
40 "downstreamBandwidthProfile": "Default"
41 },
42 {
43 "id": "ALPHe3d1cfde-3",
44 "cTag": 903,
45 "sTag": 111,
46 "nasPortId": "",
47 "circuitId": "",
48 "remoteId": "",
49 "technologyProfileId": 64,
50 "upstreamBandwidthProfile": "Default",
51 "downstreamBandwidthProfile": "Default"
52 },
53 {
54 "id": "ALPHe3d1cfde-4",
55 "cTag": 904,
56 "sTag": 111,
57 "nasPortId": "",
58 "circuitId": "",
59 "remoteId": "",
60 "technologyProfileId": 64,
61 "upstreamBandwidthProfile": "Default",
62 "downstreamBandwidthProfile": "Default"
63 },
64 {
65 "id": "ALPHe3d1cfde-5",
66 "cTag": 905,
67 "sTag": 111,
68 "nasPortId": "",
69 "circuitId": "",
70 "remoteId": "",
71 "technologyProfileId": 64,
72 "upstreamBandwidthProfile": "Default",
73 "downstreamBandwidthProfile": "Default"
74 },
75 {
Suchitra Vemuri60d5f462019-10-25 16:13:15 -070076 "id": "EC1838000853",
Suchitra Vemuria8e7bb22019-10-22 15:50:05 -070077 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
Suchitra Vemuri60d5f462019-10-25 16:13:15 -070078 "ipAddress": "10.192.20.206",
79 "nasId": "EC1838000853",
Andy Bavier67967452019-11-26 15:22:50 -070080 "uplinkPort": 1048576
Suchitra Vemuria8e7bb22019-10-22 15:50:05 -070081 }
82 ]
83 },
84 "bandwidthprofile":{
85 "integration":{
86 "cache":{
87 "enabled":true,
88 "maxsize":40,
89 "ttl":"PT1m"
90 }
91 },
92 "entries":[
93 {
94 "id": "Default",
95 "air": 100000,
Suchitra Vemuri60d5f462019-10-25 16:13:15 -070096 "cbs": 30,
97 "cir": 600,
98 "ebs": 30,
99 "eir": 400
Suchitra Vemuria8e7bb22019-10-22 15:50:05 -0700100 },
101 {
102 "id": "User_Bandwidth1",
103 "air": 100000,
104 "cbs": 10000,
105 "cir": 5000,
106 "ebs": 1000,
107 "eir": 5000
108 }
109
110 ]
111 }
112 }
113 }
114}