Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 1 | { |
| 2 | "apps": { |
| 3 | "org.opencord.sadis": { |
| 4 | "sadis": { |
| 5 | "integration": { |
| 6 | "cache": { |
| 7 | "enabled": false, |
| 8 | "maxsize": 50, |
| 9 | "ttl": "PT0m" |
| 10 | } |
| 11 | }, |
| 12 | "entries": [ |
| 13 | { |
| 14 | "id": "EC1925000157", |
| 15 | "hardwareIdentifier": "0f:f1:ce:c0:ff:ee", |
| 16 | "nasId": "EC1925000157", |
| 17 | "uplinkPort": 65536 |
| 18 | }, |
| 19 | { |
| 20 | "id": "ALPHe3d1ce7b-1", |
| 21 | "cTag": 11, |
| 22 | "sTag": 11, |
| 23 | "nasPortId": "ALPHe3d1ce7b-1", |
| 24 | "circuitId": "ALPHe3d1ce7b-1", |
| 25 | "remoteId": "ALPHe3d1ce7b", |
| 26 | "technologyProfileId": 64, |
| 27 | "upstreamBandwidthProfile": "User_Bandwidth1", |
| 28 | "downstreamBandwidthProfile": "User_Bandwidth1" |
| 29 | } |
| 30 | ] |
| 31 | }, |
| 32 | "bandwidthprofile":{ |
| 33 | "integration":{ |
| 34 | "cache":{ |
| 35 | "enabled":true, |
| 36 | "maxsize":40, |
| 37 | "ttl":"PT1m" |
| 38 | } |
| 39 | }, |
| 40 | "entries":[ |
| 41 | { |
| 42 | "id": "Default", |
| 43 | "air": 100000, |
| 44 | "cbs": 30, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 45 | "cir": 10000, |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 46 | "ebs": 30, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 47 | "eir": 10000 |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 48 | }, |
| 49 | { |
| 50 | "id": "User_Bandwidth1", |
| 51 | "air": 100000, |
| 52 | "cbs": 10000, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 53 | "cir": 30000, |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 54 | "ebs": 1000, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 55 | "eir": 20000 |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 56 | }, |
| 57 | { |
| 58 | "id": "User_Bandwidth2", |
| 59 | "air": 100000, |
| 60 | "cbs": 5000, |
| 61 | "cir": 100000, |
| 62 | "ebs": 5000, |
| 63 | "eir": 100000 |
| 64 | }, |
| 65 | { |
| 66 | "id": "User_Bandwidth3", |
| 67 | "air": 100000, |
| 68 | "cbs": 5000, |
| 69 | "cir": 1000000, |
| 70 | "ebs": 5000, |
| 71 | "eir": 1000000 |
| 72 | } |
| 73 | |
| 74 | ] |
| 75 | } |
| 76 | } |
| 77 | } |
| 78 | } |