Richard Jankowski | 1b29992 | 2019-03-05 15:49:24 -0500 | [diff] [blame] | 1 | { |
| 2 | "apps": { |
| 3 | "org.opencord.aaa" : { |
| 4 | "AAA": { |
| 5 | "nasIp": "onos.voltha.svc.cluster.local", |
| 6 | "nasMac": "BA:6D:26:25:44:AA", |
| 7 | "radiusSecret": "SECRET", |
| 8 | "radiusIp": "freeradius.voltha.svc.cluster.local", |
| 9 | "radiusServerPort": "1812", |
| 10 | "radiusConnectionType": "socket", |
| 11 | "packetCustomizer": "sample" |
| 12 | } |
| 13 | }, |
| 14 | "org.opencord.sadis" : { |
| 15 | "sadis" : { |
| 16 | "integration" : { |
| 17 | "cache" : { |
| 18 | "enabled" : true, |
| 19 | "maxsize" : 50, |
| 20 | "ttl" : "PT1m" |
| 21 | } |
| 22 | }, |
| 23 | "entries" : [ { |
| 24 | "id" : "PSMO12345678", |
| 25 | "cTag" : 2, |
| 26 | "sTag" : 2, |
| 27 | "nasPortId" : "uni-128" |
| 28 | },{ |
| 29 | "id" : "uni-129", |
| 30 | "cTag" : 2, |
| 31 | "sTag" : 2, |
| 32 | "nasPortId" : "uni-129" |
| 33 | },{ |
| 34 | "id" : "uni-130", |
| 35 | "cTag" : 2, |
| 36 | "sTag" : 2, |
| 37 | "nasPortId" : "uni-130" |
| 38 | },{ |
| 39 | "id" : "uni-131", |
| 40 | "cTag" : 2, |
| 41 | "sTag" : 2, |
| 42 | "nasPortId" : "uni-131" |
| 43 | }, { |
| 44 | "id" : "olt:50060", |
| 45 | "hardwareIdentifier" : "aa:bb:cc:dd:ee:ff", |
| 46 | "uplinkPort" : 65536 |
| 47 | } ] |
| 48 | } |
| 49 | }, |
| 50 | "org.opencord.dhcpl2relay" : { |
| 51 | "dhcpl2relay" : { |
| 52 | "dhcpServerConnectPoints" : [ "of:0000aabbccddeeff/65536" ], |
| 53 | "useOltUplinkForServerPktInOut" : true |
| 54 | } |
| 55 | } |
| 56 | }, |
| 57 | "devices": { |
| 58 | "of:0000aabbccddeeff": { |
| 59 | "basic": { |
| 60 | "driver": "pmc-olt" |
| 61 | }, |
| 62 | "accessDevice": { |
| 63 | "uplink": "0", |
| 64 | "vlan": "2" |
| 65 | } |
| 66 | } |
| 67 | }, |
| 68 | "ports" : { |
| 69 | } |
| 70 | } |