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", |
Andy Bavier | 6796745 | 2019-11-26 15:22:50 -0700 | [diff] [blame] | 17 | "uplinkPort": 1048576 |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 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" |
Andy Bavier | 507d53f | 2019-12-06 17:00:23 -0700 | [diff] [blame] | 29 | }, |
| 30 | { |
| 31 | "id": "ISKT71e801a0-1", |
| 32 | "cTag": 12, |
| 33 | "sTag": 11, |
| 34 | "nasPortId": "ISKT71e801a0-1", |
| 35 | "circuitId": "ISKT71e801a0-1", |
| 36 | "remoteId": "ISKT71e801a0", |
| 37 | "technologyProfileId": 64, |
| 38 | "upstreamBandwidthProfile": "User_Bandwidth2", |
| 39 | "downstreamBandwidthProfile": "User_Bandwidth2" |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 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, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 56 | "cir": 10000, |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 57 | "ebs": 30, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 58 | "eir": 10000 |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 59 | }, |
| 60 | { |
| 61 | "id": "User_Bandwidth1", |
| 62 | "air": 100000, |
| 63 | "cbs": 10000, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 64 | "cir": 30000, |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 65 | "ebs": 1000, |
Andy Bavier | 2dc931c | 2019-11-06 15:03:09 -0700 | [diff] [blame] | 66 | "eir": 20000 |
Andy Bavier | 7cee6f4 | 2019-11-05 16:49:47 -0700 | [diff] [blame] | 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, |
| 80 | "cir": 1000000, |
| 81 | "ebs": 5000, |
| 82 | "eir": 1000000 |
| 83 | } |
| 84 | |
| 85 | ] |
| 86 | } |
| 87 | } |
| 88 | } |
| 89 | } |