blob: 10b846d9d6d069ede17873030395f4fdedc02205 [file] [log] [blame]
Suchitra Vemuri7addcda2020-01-10 15:38:22 -08001{
2 "devices": {
3 "of:000080a235856103": {
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": "ISKT71e82118-1",
22 "cTag": 222,
23 "sTag": 111,
24 "nasPortId": "ISKT71e82118-1",
25 "circuitId": "ISKT71e82118-1",
26 "remoteId": "EC1917000121",
27 "technologyProfileId": 64,
28 "upstreamBandwidthProfile": "User_Bandwidth3",
29 "downstreamBandwidthProfile": "User_Bandwidth2"
30 },
31 {
32 "id": "EC1917000121",
33 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
Hema7be05b92020-02-12 19:01:07 +053034 "ipAddress": "192.168.10.29",
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080035 "nasId": "3",
36 "uplinkPort": 1048576
37 }
38 ]
39 },
40 "bandwidthprofile":{
41 "integration":{
42 "cache":{
43 "enabled":true,
44 "maxsize":40,
45 "ttl":"PT1m"
46 }
47 },
48 "entries":[
49 {
50 "id": "Default",
51 "air": 100000,
52 "cbs": 30,
Hema7be05b92020-02-12 19:01:07 +053053 "cir": 16000,
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080054 "ebs": 30,
Hema7be05b92020-02-12 19:01:07 +053055 "eir": 16000
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080056 },
57 {
58 "id": "User_Bandwidth1",
59 "air": 100000,
60 "cbs": 10000,
61 "cir": 30000,
62 "ebs": 1000,
63 "eir": 20000
64 },
65 {
66 "id": "User_Bandwidth2",
67 "air": 100000,
68 "cbs": 5000,
69 "cir": 100000,
70 "ebs": 5000,
71 "eir": 100000
72 },
73 {
74 "id": "User_Bandwidth3",
75 "air": 100000,
76 "cbs": 5000,
77 "cir": 1000000,
78 "ebs": 5000,
79 "eir": 1000000
80 }
81
82 ]
83 }
84 }
85 }
86}