Suchitra Vemuri | 7addcda | 2020-01-10 15:38:22 -0800 | [diff] [blame] | 1 | { |
| 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", |
| 34 | "ipAddress": "192.168.10.2", |
| 35 | "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, |
| 53 | "cir": 10000, |
| 54 | "ebs": 30, |
| 55 | "eir": 10000 |
| 56 | }, |
| 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 | } |