David K. Bainbridge | 4ecc126 | 2019-07-01 13:39:11 -0700 | [diff] [blame] | 1 | { |
| 2 | "devices": { |
| 3 | "of:0000aabbccddeeff": { |
| 4 | "basic": { |
| 5 | "driver": "voltha" |
| 6 | } |
| 7 | } |
| 8 | }, |
| 9 | "apps": { |
| 10 | "org.opencord.aaa": { |
| 11 | "AAA": { |
| 12 | "radiusIp": "10.1.5.3", |
| 13 | "nasIp": "10.1.5.3", |
| 14 | "radiusServerPort": "1812", |
| 15 | "radiusSecret": "SECRET" |
| 16 | } |
| 17 | }, |
| 18 | "org.opencord.sadis": { |
| 19 | "sadis": { |
| 20 | "integration": { |
| 21 | "cache": { |
| 22 | "enabled": false, |
| 23 | "maxsize": 50, |
| 24 | "ttl": "PT0m" |
| 25 | } |
| 26 | }, |
| 27 | "entries": [ |
| 28 | { |
| 29 | "id": "PSMO12345678", |
| 30 | "cTag": 111, |
| 31 | "sTag": 222, |
| 32 | "nasPortId": "", |
| 33 | "circuitId": "", |
| 34 | "remoteId": "" |
| 35 | }, |
| 36 | { |
| 37 | "id": "10.1.4.4:50060", |
| 38 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 39 | "ipAddress": "10.233.111.16", |
| 40 | "nasId": "10.1.4.4:50060", |
| 41 | "uplinkPort": 2 |
| 42 | } |
| 43 | ] |
| 44 | } |
| 45 | }, |
| 46 | "org.opencord.dhcpl2relay": { |
| 47 | "dhcpl2relay" : { |
| 48 | "dhcpServerConnectPoints" : [ "of:0000000000000001/1" ], |
| 49 | "useOltUplinkForServerPktInOut" : false |
| 50 | } |
| 51 | } |
| 52 | } |
| 53 | } |