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", |
Matteo Scandolo | 4b3fc7e | 2019-09-17 16:49:54 -0700 | [diff] [blame] | 14 | "cTag": 900, |
| 15 | "sTag": 900, |
Matteo Scandolo | c559ef1 | 2019-08-20 13:24:21 -0700 | [diff] [blame] | 16 | "nasPortId": "BBSM00000001", |
| 17 | "technologyProfileId": 64, |
| 18 | "upstreamBandwidthProfile": "High-Speed-Internet", |
| 19 | "downstreamBandwidthProfile": "User1-Specific" |
| 20 | }, |
| 21 | { |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 22 | "id": "BBSM00000002", |
Matteo Scandolo | 4b3fc7e | 2019-09-17 16:49:54 -0700 | [diff] [blame] | 23 | "cTag": 901, |
| 24 | "sTag": 900, |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 25 | "nasPortId": "BBSM00000002", |
| 26 | "technologyProfileId": 64, |
| 27 | "upstreamBandwidthProfile": "High-Speed-Internet", |
| 28 | "downstreamBandwidthProfile": "User1-Specific" |
| 29 | }, |
| 30 | { |
| 31 | "id": "BBSM00000101", |
Matteo Scandolo | 4b3fc7e | 2019-09-17 16:49:54 -0700 | [diff] [blame] | 32 | "cTag": 902, |
| 33 | "sTag": 900, |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 34 | "nasPortId": "BBSM00000101", |
| 35 | "technologyProfileId": 64, |
| 36 | "upstreamBandwidthProfile": "High-Speed-Internet", |
| 37 | "downstreamBandwidthProfile": "User1-Specific" |
| 38 | }, |
| 39 | { |
| 40 | "id": "BBSM00000102", |
Matteo Scandolo | 4b3fc7e | 2019-09-17 16:49:54 -0700 | [diff] [blame] | 41 | "cTag": 903, |
| 42 | "sTag": 900, |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 43 | "nasPortId": "BBSM00000102", |
| 44 | "technologyProfileId": 64, |
| 45 | "upstreamBandwidthProfile": "High-Speed-Internet", |
| 46 | "downstreamBandwidthProfile": "User1-Specific" |
| 47 | }, |
| 48 | { |
Matteo Scandolo | c559ef1 | 2019-08-20 13:24:21 -0700 | [diff] [blame] | 49 | "id": "BBSIM_OLT_0", |
| 50 | "hardwareIdentifier": "00:1b:22:00:b1:78", |
| 51 | "ipAddress": "192.168.1.252", |
| 52 | "uplinkPort": 65536, |
| 53 | "nasId": "BBSIM_OLT_0" |
| 54 | } |
| 55 | ] |
| 56 | }, |
| 57 | "bandwidthprofile": { |
| 58 | "integration": { |
| 59 | "cache": { |
| 60 | "enabled": true, |
| 61 | "maxsize": 40, |
| 62 | "ttl": "PT1m" |
| 63 | } |
| 64 | }, |
| 65 | "entries": [ |
| 66 | { |
| 67 | "id": "High-Speed-Internet", |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 68 | "cir": 600, |
| 69 | "cbs": 2000, |
| 70 | "eir": 5000, |
| 71 | "ebs": 2000, |
| 72 | "air": 100000 |
| 73 | }, { |
Matteo Scandolo | c559ef1 | 2019-08-20 13:24:21 -0700 | [diff] [blame] | 74 | "id": "User1-Specific", |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 75 | "cir": 600, |
| 76 | "cbs": 3000, |
| 77 | "eir": 3000, |
| 78 | "ebs": 4000, |
| 79 | "air": 100000 |
| 80 | }, { |
Matteo Scandolo | c559ef1 | 2019-08-20 13:24:21 -0700 | [diff] [blame] | 81 | "id": "Default", |
Matteo Scandolo | 3bc7374 | 2019-08-20 14:04:04 -0700 | [diff] [blame] | 82 | "cir": 600, |
| 83 | "cbs": 30, |
| 84 | "eir": 400, |
| 85 | "ebs": 30, |
| 86 | "air": 100000 |
Matteo Scandolo | c559ef1 | 2019-08-20 13:24:21 -0700 | [diff] [blame] | 87 | } |
| 88 | ] |
| 89 | } |
| 90 | } |
| 91 | } |