Matteo Scandolo | c559ef1 | 2019-08-20 13:24:21 -0700 | [diff] [blame] | 1 | { |
| 2 | "org.opencord.sadis": { |
| 3 | "sadis": { |
| 4 | "integration": { |
| 5 | "cache": { |
| 6 | "enabled": true, |
| 7 | "maxsize": 50, |
| 8 | "ttl": "PT1m" |
| 9 | } |
| 10 | }, |
| 11 | "entries": [ |
| 12 | { |
| 13 | "id": "BBSM00000001", |
| 14 | "cTag": 83, |
| 15 | "sTag": 99, |
| 16 | "nasPortId": "BBSM00000001", |
| 17 | "technologyProfileId": 64, |
| 18 | "upstreamBandwidthProfile": "High-Speed-Internet", |
| 19 | "downstreamBandwidthProfile": "User1-Specific" |
| 20 | }, |
| 21 | { |
| 22 | "id": "BBSIM_OLT_0", |
| 23 | "hardwareIdentifier": "00:1b:22:00:b1:78", |
| 24 | "ipAddress": "192.168.1.252", |
| 25 | "uplinkPort": 65536, |
| 26 | "nasId": "BBSIM_OLT_0" |
| 27 | } |
| 28 | ] |
| 29 | }, |
| 30 | "bandwidthprofile": { |
| 31 | "integration": { |
| 32 | "cache": { |
| 33 | "enabled": true, |
| 34 | "maxsize": 40, |
| 35 | "ttl": "PT1m" |
| 36 | } |
| 37 | }, |
| 38 | "entries": [ |
| 39 | { |
| 40 | "id": "High-Speed-Internet", |
| 41 | "cir": 200000000, |
| 42 | "cbs": 348000, |
| 43 | "eir": 10000000, |
| 44 | "ebs": 348000, |
| 45 | "air": 10000000 |
| 46 | }, |
| 47 | { |
| 48 | "id": "User1-Specific", |
| 49 | "cir": 300000000, |
| 50 | "cbs": 348000, |
| 51 | "eir": 20000000, |
| 52 | "ebs": 348000, |
| 53 | "air": 30000000 |
| 54 | }, |
| 55 | { |
| 56 | "id": "Default", |
| 57 | "cir": 300000000, |
| 58 | "cbs": 348000, |
| 59 | "eir": 20000000, |
| 60 | "ebs": 348000, |
| 61 | "air": 30000000 |
| 62 | } |
| 63 | ] |
| 64 | } |
| 65 | } |
| 66 | } |