Andy Bavier | 274f51e | 2020-08-13 14:21:26 -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": 1048576 |
| 18 | }, |
| 19 | { |
| 20 | "id": "ALPHe3d1ce7b-1", |
| 21 | "nasPortId": "ALPHe3d1ce7b-1", |
| 22 | "circuitId": "ALPHe3d1ce7b-1", |
| 23 | "remoteId": "ALPHe3d1ce7b", |
| 24 | "uniTagList": [{ |
| 25 | "uniTagMatch": 4096, |
| 26 | "ponCTag": 4096, |
| 27 | "ponSTag": 11, |
| 28 | "technologyProfileId": 64, |
| 29 | "upstreamBandwidthProfile": "Default", |
| 30 | "downstreamBandwidthProfile": "Default", |
| 31 | "isDhcpRequired": false |
| 32 | }] |
| 33 | }, |
| 34 | { |
| 35 | "id": "ISKT71e801a0-1", |
| 36 | "nasPortId": "ISKT71e801a0-1", |
| 37 | "circuitId": "ISKT71e801a0-1", |
| 38 | "remoteId": "ISKT71e801a0", |
| 39 | "uniTagList": [{ |
| 40 | "uniTagMatch": 4096, |
| 41 | "ponCTag": 4096, |
| 42 | "ponSTag": 22, |
| 43 | "technologyProfileId": 64, |
| 44 | "upstreamBandwidthProfile": "User_Bandwidth1", |
| 45 | "downstreamBandwidthProfile": "User_Bandwidth2", |
| 46 | "isDhcpRequired": false |
| 47 | }] |
| 48 | }, |
| 49 | { |
| 50 | "id": "ALPHe3d1cfac-1", |
| 51 | "nasPortId": "ALPHe3d1cfac-1", |
| 52 | "circuitId": "ALPHe3d1cfac-1", |
| 53 | "remoteId": "ALPHe3d1cfac", |
| 54 | "uniTagList": [{ |
| 55 | "uniTagMatch": 4096, |
| 56 | "ponCTag": 4096, |
| 57 | "ponSTag": 21, |
| 58 | "technologyProfileId": 64, |
| 59 | "upstreamBandwidthProfile": "User_Bandwidth3", |
| 60 | "downstreamBandwidthProfile": "User_Bandwidth3", |
| 61 | "isDhcpRequired": false |
| 62 | }] |
| 63 | } |
| 64 | ] |
| 65 | }, |
| 66 | "bandwidthprofile":{ |
| 67 | "integration":{ |
| 68 | "cache":{ |
| 69 | "enabled":true, |
| 70 | "maxsize":40, |
| 71 | "ttl":"PT1m" |
| 72 | } |
| 73 | }, |
| 74 | "entries":[ |
| 75 | { |
| 76 | "id": "Default", |
| 77 | "air": 100000, |
| 78 | "cbs": 30, |
| 79 | "cir": 16000, |
| 80 | "ebs": 30, |
| 81 | "eir": 16000 |
| 82 | }, |
| 83 | { |
| 84 | "id": "User_Bandwidth1", |
| 85 | "air": 100000, |
| 86 | "cbs": 1000, |
| 87 | "cir": 30000, |
| 88 | "ebs": 1000, |
| 89 | "eir": 20000 |
| 90 | }, |
| 91 | { |
| 92 | "id": "User_Bandwidth2", |
| 93 | "air": 100000, |
| 94 | "cbs": 5000, |
| 95 | "cir": 100000, |
| 96 | "ebs": 5000, |
| 97 | "eir": 100000 |
| 98 | }, |
| 99 | { |
| 100 | "id": "User_Bandwidth3", |
| 101 | "air": 100000, |
| 102 | "cbs": 5000, |
Andrea Campanella | 3fef15f | 2020-09-16 16:42:23 +0200 | [diff] [blame] | 103 | "cir": 475000, |
Andy Bavier | 274f51e | 2020-08-13 14:21:26 -0700 | [diff] [blame] | 104 | "ebs": 5000, |
Andrea Campanella | 3fef15f | 2020-09-16 16:42:23 +0200 | [diff] [blame] | 105 | "eir": 475000 |
Andy Bavier | 274f51e | 2020-08-13 14:21:26 -0700 | [diff] [blame] | 106 | } |
| 107 | |
| 108 | ] |
| 109 | } |
| 110 | } |
| 111 | } |
| 112 | } |