Matt Jeanneret | 891cc83 | 2019-08-20 09:51:12 -0400 | [diff] [blame] | 1 | { |
Matt Jeanneret | 891cc83 | 2019-08-20 09:51:12 -0400 | [diff] [blame] | 2 | "apps": { |
| 3 | "org.opencord.dhcpl2relay": { |
| 4 | "dhcpl2relay": { |
| 5 | "useOltUplinkForServerPktInOut": true |
| 6 | } |
| 7 | }, |
Matt Jeanneret | 38995f2 | 2019-08-02 14:22:40 -0400 | [diff] [blame] | 8 | "org.opencord.kafka": { |
| 9 | "kafka": { |
| 10 | "bootstrapServers": "172.17.0.1:9092" |
| 11 | } |
| 12 | }, |
Matt Jeanneret | 891cc83 | 2019-08-20 09:51:12 -0400 | [diff] [blame] | 13 | "org.opencord.aaa": { |
| 14 | "AAA": { |
| 15 | "radiusIp": "172.17.0.1", |
| 16 | "radiusServerPort": "1812", |
| 17 | "radiusSecret": "SECRET", |
| 18 | "nasIp": "172.17.0.1", |
| 19 | "radiusConnectionType": "socket" |
| 20 | } |
| 21 | }, |
| 22 | "org.opencord.sadis": { |
| 23 | "sadis": { |
| 24 | "integration": { |
| 25 | "cache": { |
| 26 | "enabled": true, |
| 27 | "maxsize": 50, |
| 28 | "ttl": "PT1m" |
| 29 | } |
| 30 | }, |
| 31 | "entries": [ |
| 32 | { |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 33 | "id": "EC1829000885", |
Matt Jeanneret | 16fe1af | 2019-11-28 13:39:37 -0500 | [diff] [blame] | 34 | "uplinkPort": 1048576, |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 35 | "hardwareIdentifier": "00:00:0a:40:01:d0", |
| 36 | "ipAddress": "10.64.1.208", |
| 37 | "nasId": "ATLEDGEVOLT1" |
Matt Jeanneret | 891cc83 | 2019-08-20 09:51:12 -0400 | [diff] [blame] | 38 | }, |
| 39 | { |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 40 | "id": "ALCLfa5b91ba-1", |
| 41 | "nasPortId": "PON 1/1/3/1:4.1.1", |
| 42 | "circuitId": "PON 1/1/3/1:4.1.1-CID", |
| 43 | "remoteId": "ATLEDGEVOLT1-RID", |
| 44 | "uniTagList": [ |
| 45 | { |
| 46 | "ponCTag": 20, |
| 47 | "ponSTag": 13, |
| 48 | "technologyProfileId": 64, |
| 49 | "downstreamBandwidthProfile": "Bronze_Download", |
| 50 | "upstreamBandwidthProfile": "Bronze_Upload", |
| 51 | "isDhcpRequired": true |
| 52 | } |
| 53 | ] |
Matt Jeanneret | 891cc83 | 2019-08-20 09:51:12 -0400 | [diff] [blame] | 54 | }, |
| 55 | { |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 56 | "id": "ALPHe32e82df-1", |
| 57 | "nasPortId": "PON 1/1/3/1:10.1.1", |
| 58 | "circuitId": "PON 1/1/3/1:10.1.1-CID", |
| 59 | "remoteId": "ATLEDGEVOLT1-RID", |
| 60 | "uniTagList": [ |
| 61 | { |
| 62 | "ponCTag": 25, |
| 63 | "ponSTag": 13, |
| 64 | "technologyProfileId": 64, |
| 65 | "downstreamBandwidthProfile": "Silver_Download", |
| 66 | "upstreamBandwidthProfile": "Silver_Upload", |
| 67 | "isDhcpRequired": true |
| 68 | } |
| 69 | ] |
Matt Jeanneret | 38995f2 | 2019-08-02 14:22:40 -0400 | [diff] [blame] | 70 | }, |
| 71 | { |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 72 | "id": "ALCLfa5b91c3-1", |
| 73 | "nasPortId": "PON 1/1/3/1:11.1.1", |
| 74 | "circuitId": "PON 1/1/3/1:11.1.1-CID", |
| 75 | "remoteId": "ATLEDGEVOLT1-RID", |
| 76 | "uniTagList": [ |
| 77 | { |
| 78 | "ponCTag": 26, |
| 79 | "ponSTag": 13, |
| 80 | "technologyProfileId": 64, |
| 81 | "downstreamBandwidthProfile": "Gold_Download", |
| 82 | "upstreamBandwidthProfile": "Gold_Upload", |
| 83 | "isDhcpRequired": true |
| 84 | } |
| 85 | ] |
Matt Jeanneret | 38995f2 | 2019-08-02 14:22:40 -0400 | [diff] [blame] | 86 | } |
| 87 | ] |
| 88 | }, |
| 89 | "bandwidthprofile": { |
| 90 | "integration": { |
| 91 | "cache": { |
| 92 | "enabled": true, |
| 93 | "maxsize": 40, |
| 94 | "ttl": "PT1m" |
| 95 | } |
| 96 | }, |
| 97 | "entries": [ |
| 98 | { |
| 99 | "id": "Default", |
Matt Jeanneret | da0b071 | 2019-11-05 15:28:03 -0500 | [diff] [blame] | 100 | "air": 10000000, |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 101 | "cbs": 1000, |
| 102 | "cir": 10000, |
| 103 | "ebs": 1000, |
| 104 | "eir": 20000 |
| 105 | }, |
| 106 | { |
| 107 | "id": "Bronze_Upload", |
| 108 | "air": 10000000, |
| 109 | "cbs": 2000, |
| 110 | "cir": 10000, |
| 111 | "ebs": 2000, |
| 112 | "eir": 20000 |
| 113 | }, |
| 114 | { |
| 115 | "id": "Bronze_Download", |
| 116 | "air": 10000000, |
| 117 | "cbs": 2000, |
| 118 | "cir": 75000, |
| 119 | "ebs": 2000, |
| 120 | "eir": 100000 |
| 121 | }, |
| 122 | { |
| 123 | "id": "Silver_Upload", |
| 124 | "air": 10000000, |
| 125 | "cbs": 3000, |
| 126 | "cir": 75000, |
| 127 | "ebs": 3000, |
| 128 | "eir": 100000 |
| 129 | }, |
| 130 | { |
| 131 | "id": "Silver_Download", |
| 132 | "air": 10000000, |
| 133 | "cbs": 3000, |
| 134 | "cir": 100000, |
| 135 | "ebs": 3000, |
| 136 | "eir": 200000 |
| 137 | }, |
| 138 | { |
| 139 | "id": "Gold_Upload", |
| 140 | "air": 10000000, |
| 141 | "cbs": 4000, |
Matt Jeanneret | da0b071 | 2019-11-05 15:28:03 -0500 | [diff] [blame] | 142 | "cir": 750000, |
Matt Jeanneret | 9e50112 | 2020-02-16 16:09:18 -0500 | [diff] [blame] | 143 | "ebs": 4000, |
| 144 | "eir": 1000000 |
| 145 | }, |
| 146 | { |
| 147 | "id": "Gold_Download", |
| 148 | "air": 10000000, |
| 149 | "cbs": 4000, |
| 150 | "cir": 750000, |
| 151 | "ebs": 4000, |
Matt Jeanneret | da0b071 | 2019-11-05 15:28:03 -0500 | [diff] [blame] | 152 | "eir": 1000000 |
Matt Jeanneret | 891cc83 | 2019-08-20 09:51:12 -0400 | [diff] [blame] | 153 | } |
| 154 | ] |
| 155 | } |
| 156 | } |
| 157 | } |
| 158 | } |