blob: 033071bcf1e0eb6520ec20d78f35fa04be60797e [file] [log] [blame]
Matt Jeanneret42d4b782019-03-23 10:43:11 -04001{
2 "devices" : {
3 "of:0000aabbccddeeff" : {
4 "accessDevice" : {
5 "uplink" : "65536",
6 "vlan" : "12"
7 },
8 "basic" : {
9 "driver" : "voltha"
10 }
11 }
12 },
13 "apps" : {
14 "org.opencord.dhcpl2relay" : {
15 "dhcpl2relay" : {
16 "useOltUplinkForServerPktInOut" : true
17 }
18 },
19 "org.opencord.aaa" : {
20 "AAA" : {
21 "radiusIp" : "172.16.0.1",
22 "radiusServerPort" : "1645",
23 "radiusSecret" : "secret",
24 "nasIp" : "172.16.0.10",
25 "radiusConnectionType" : "socket",
26 "packetCustomizer" : "att"
27 }
28 },
29 "org.opencord.sadis" : {
30 "sadis" : {
31 "integration" : {
32 "cache" : {
33 "enabled" : true,
34 "maxsize" : 50,
35 "ttl" : "PT1m"
36 }
37 },
38 "entries" : [ {
39 "id" : "EC1829000886",
40 "uplinkPort" : 65536,
41 "hardwareIdentifier" : "3c:2c:99:f7:c6:82",
42 "ipAddress" : "10.64.1.207",
43 "nasId" : "ATLEDGEVOLT1"
44 }, {
45 "id" : "BRCM33333333",
46 "cTag" : 21,
47 "sTag" : 12,
48 "nasPortId" : "PON 1/1/3/1:4.1.1",
49 "circuitId" : "PON 1/1/3/1:4.1.1-CID",
50 "remoteId" : "ATLEDGEVOLT1-RID"
51 }]
52 }
53 }
54 }
55}