blob: 6e390ce5e937b233281da93344809d4ef1f933b1 [file] [log] [blame]
Suchitra Vemuri7addcda2020-01-10 15:38:22 -08001{
2 "devices": {
Hema27761562020-06-03 11:01:58 +05303 "of:000080a2358560a0": {
Suchitra Vemuri7addcda2020-01-10 15:38:22 -08004 "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",
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080022 "nasPortId": "ISKT71e82118-1",
23 "circuitId": "ISKT71e82118-1",
Hema27761562020-06-03 11:01:58 +053024 "remoteId": "EC1917000123",
Hemab962d922020-02-20 15:24:56 +053025 "uniTagList": [{
26 "ponCTag": 222,
27 "ponSTag": 111,
28 "technologyProfileId": 64,
Hema634f9792020-09-08 18:24:40 +053029 "upstreamBandwidthProfile": "Default",
30 "downstreamBandwidthProfile": "Default",
Hemab962d922020-02-20 15:24:56 +053031 "isDhcpRequired": true
32 }]
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080033 },
34 {
Hema27761562020-06-03 11:01:58 +053035 "id": "EC1917000123",
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080036 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
Hema27761562020-06-03 11:01:58 +053037 "ipAddress": "192.168.10.75",
38 "nasId": "EC1917000123",
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080039 "uplinkPort": 1048576
40 }
41 ]
42 },
43 "bandwidthprofile":{
44 "integration":{
45 "cache":{
46 "enabled":true,
47 "maxsize":40,
48 "ttl":"PT1m"
49 }
50 },
51 "entries":[
52 {
53 "id": "Default",
54 "air": 100000,
55 "cbs": 30,
Hema7be05b92020-02-12 19:01:07 +053056 "cir": 16000,
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080057 "ebs": 30,
Hema7be05b92020-02-12 19:01:07 +053058 "eir": 16000
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080059 },
60 {
61 "id": "User_Bandwidth1",
62 "air": 100000,
63 "cbs": 10000,
64 "cir": 30000,
65 "ebs": 1000,
66 "eir": 20000
67 },
68 {
69 "id": "User_Bandwidth2",
70 "air": 100000,
71 "cbs": 5000,
72 "cir": 100000,
73 "ebs": 5000,
74 "eir": 100000
75 },
76 {
77 "id": "User_Bandwidth3",
78 "air": 100000,
79 "cbs": 5000,
Girish Gowdra486338c2021-05-19 17:27:48 -070080 "cir": 100000,
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080081 "ebs": 5000,
Girish Gowdra486338c2021-05-19 17:27:48 -070082 "eir": 100000
Suchitra Vemuri7addcda2020-01-10 15:38:22 -080083 }
84
85 ]
86 }
87 }
88 }
89}