Andrea Campanella | dd72adc | 2020-07-29 14:26:20 +0200 | [diff] [blame] | 1 | { |
| 2 | "devices": { |
| 3 | "of:000080a2354d28c0": { |
| 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 | { |
Girish Gowdra | 711ef5d | 2020-12-03 14:28:17 -0800 | [diff] [blame] | 21 | "id": "SCOM00001ca7-1", |
| 22 | "nasPortId": "SCOM00001ca7-1", |
Andrea Campanella | dd72adc | 2020-07-29 14:26:20 +0200 | [diff] [blame] | 23 | "circuitId": "", |
| 24 | "remoteId": "", |
| 25 | "uniTagList": [{ |
| 26 | "uniTagMatch": 4096, |
| 27 | "ponCTag": 4096, |
| 28 | "ponSTag": 31, |
| 29 | "technologyProfileId": 64, |
| 30 | "downstreamBandwidthProfile": "Default", |
| 31 | "upstreamBandwidthProfile": "Default", |
| 32 | "isDhcpRequired": false |
| 33 | }] |
| 34 | }, |
| 35 | { |
| 36 | "id": "SCOM00001c8d-1", |
| 37 | "nasPortId": "SCOM00001c8d-1", |
| 38 | "circuitId": "", |
| 39 | "remoteId": "", |
| 40 | "uniTagList": [{ |
| 41 | "uniTagMatch": 4096, |
| 42 | "ponCTag": 4096, |
| 43 | "ponSTag": 32, |
| 44 | "technologyProfileId": 64, |
| 45 | "downstreamBandwidthProfile": "User_Bandwidth2", |
| 46 | "upstreamBandwidthProfile": "User_Bandwidth1", |
| 47 | "isDhcpRequired": false |
| 48 | }] |
| 49 | }, |
| 50 | { |
| 51 | "id": "SCOM00001c7f-1", |
| 52 | "nasPortId": "SCOM00001c7f-1", |
| 53 | "circuitId": "", |
| 54 | "remoteId": "", |
| 55 | "uniTagList": [{ |
| 56 | "uniTagMatch": 4096, |
| 57 | "ponCTag": 4096, |
| 58 | "ponSTag": 33, |
| 59 | "technologyProfileId": 64, |
| 60 | "downstreamBandwidthProfile": "User_Bandwidth3", |
| 61 | "upstreamBandwidthProfile": "User_Bandwidth3", |
| 62 | "isDhcpRequired": false |
| 63 | }] |
| 64 | }, |
| 65 | { |
| 66 | "id": "EC1912001818", |
| 67 | "hardwareIdentifier": "80:a2:35:4d:28:c0", |
| 68 | "ipAddress": "10.90.0.115", |
| 69 | "nasId": "EC1912001818", |
| 70 | "uplinkPort": 1048576 |
| 71 | } |
| 72 | ] |
| 73 | }, |
| 74 | "bandwidthprofile":{ |
| 75 | "integration":{ |
| 76 | "cache":{ |
| 77 | "enabled":true, |
| 78 | "maxsize":40, |
| 79 | "ttl":"PT1m" |
| 80 | } |
| 81 | }, |
| 82 | "entries":[ |
| 83 | { |
| 84 | "id": "Default", |
| 85 | "air": 100000, |
| 86 | "cbs": 30, |
| 87 | "cir": 16000, |
| 88 | "ebs": 30, |
| 89 | "eir": 16000 |
| 90 | }, |
| 91 | { |
| 92 | "id": "User_Bandwidth1", |
| 93 | "air": 100000, |
| 94 | "cbs": 10000, |
| 95 | "cir": 30000, |
| 96 | "ebs": 1000, |
| 97 | "eir": 20000 |
| 98 | }, |
| 99 | { |
| 100 | "id": "User_Bandwidth2", |
| 101 | "air": 100000, |
| 102 | "cbs": 5000, |
| 103 | "cir": 100000, |
| 104 | "ebs": 5000, |
| 105 | "eir": 100000 |
| 106 | }, |
| 107 | { |
| 108 | "id": "User_Bandwidth3", |
| 109 | "air": 100000, |
| 110 | "cbs": 5000, |
Andrea Campanella | 03ca1e8 | 2020-09-03 11:20:37 +0200 | [diff] [blame] | 111 | "cir": 475000, |
Andrea Campanella | dd72adc | 2020-07-29 14:26:20 +0200 | [diff] [blame] | 112 | "ebs": 5000, |
Andrea Campanella | 03ca1e8 | 2020-09-03 11:20:37 +0200 | [diff] [blame] | 113 | "eir": 475000 |
Andrea Campanella | dd72adc | 2020-07-29 14:26:20 +0200 | [diff] [blame] | 114 | } |
| 115 | |
| 116 | ] |
| 117 | } |
| 118 | } |
| 119 | } |
| 120 | } |