Matteo Scandolo | ff8a186 | 2019-10-23 11:43:28 -0700 | [diff] [blame] | 1 | { |
| 2 | "devices": { |
| 3 | "of:000000000a80645a": { |
| 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": "BRCM22222222-1", |
Matteo Scandolo | 3a0ee62 | 2019-10-23 15:57:16 -0700 | [diff] [blame] | 22 | "cTag": 11, |
| 23 | "sTag": 99, |
Matteo Scandolo | ff8a186 | 2019-10-23 11:43:28 -0700 | [diff] [blame] | 24 | "nasPortId": "", |
| 25 | "circuitId": "", |
| 26 | "remoteId": "", |
| 27 | "technologyProfileId": 64, |
| 28 | "upstreamBandwidthProfile": "Default", |
| 29 | "downstreamBandwidthProfile": "Default" |
| 30 | }, |
| 31 | { |
| 32 | "id": "ALPHe3d1cf9d-1", |
Matteo Scandolo | 3a0ee62 | 2019-10-23 15:57:16 -0700 | [diff] [blame] | 33 | "cTag": 22, |
| 34 | "sTag": 99, |
Matteo Scandolo | ff8a186 | 2019-10-23 11:43:28 -0700 | [diff] [blame] | 35 | "nasPortId": "", |
| 36 | "circuitId": "", |
| 37 | "remoteId": "", |
| 38 | "technologyProfileId": 64, |
| 39 | "upstreamBandwidthProfile": "Default", |
| 40 | "downstreamBandwidthProfile": "Default" |
| 41 | }, |
| 42 | { |
| 43 | "id": "EC1904000654", |
| 44 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 45 | "ipAddress": "10.192.20.206", |
| 46 | "nasId": "EC1904000654", |
| 47 | "uplinkPort": 65536 |
| 48 | } |
| 49 | ] |
| 50 | }, |
| 51 | "bandwidthprofile":{ |
| 52 | "integration":{ |
| 53 | "cache":{ |
| 54 | "enabled":true, |
| 55 | "maxsize":40, |
| 56 | "ttl":"PT1m" |
| 57 | } |
| 58 | }, |
| 59 | "entries":[ |
| 60 | { |
| 61 | "id": "Default", |
| 62 | "air": 100000, |
| 63 | "cbs": 30, |
| 64 | "cir": 600, |
| 65 | "ebs": 30, |
| 66 | "eir": 400 |
| 67 | }, |
| 68 | { |
| 69 | "id": "User_Bandwidth1", |
| 70 | "air": 100000, |
| 71 | "cbs": 10000, |
| 72 | "cir": 5000, |
| 73 | "ebs": 1000, |
| 74 | "eir": 5000 |
| 75 | } |
| 76 | |
| 77 | ] |
| 78 | } |
| 79 | } |
| 80 | } |
| 81 | } |