blob: 1ccd56b5d96e915c69c6d0474608c8b18077ce58 [file] [log] [blame]
Matt Jeanneret42d4b782019-03-23 10:43:11 -04001{
2 "devices" : {
Matt Jeanneretcfbe21a2019-05-07 14:55:26 -04003 "of:000000000a4001cf" : {
Matt Jeanneret42d4b782019-03-23 10:43:11 -04004 "accessDevice" : {
5 "uplink" : "65536",
Matt Jeanneretcfbe21a2019-05-07 14:55:26 -04006 "vlan" : "1"
Matt Jeanneret42d4b782019-03-23 10:43:11 -04007 },
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 }, {
Matt Jeanneretcfbe21a2019-05-07 14:55:26 -040045 "id" : "BRCM33333333-1",
46 "cTag" : 22,
47 "sTag" : 13,
48 "nasPortId" : "PON 1/1/3/1:3.1.1",
49 "circuitId" : "PON 1/1/3/1:3.1.1-CID",
50 "remoteId" : "ATLEDGEVOLT1-RID"
51 }, {
52 "id" : "BRCM33333333-2",
53 "cTag" : 23,
54 "sTag" : 13,
Matt Jeanneret42d4b782019-03-23 10:43:11 -040055 "nasPortId" : "PON 1/1/3/1:4.1.1",
56 "circuitId" : "PON 1/1/3/1:4.1.1-CID",
57 "remoteId" : "ATLEDGEVOLT1-RID"
Matt Jeanneretcfbe21a2019-05-07 14:55:26 -040058 }, {
59 "id" : "BRCM33333333-3",
60 "cTag" : 24,
61 "sTag" : 13,
62 "nasPortId" : "PON 1/1/3/1:5.1.1",
63 "circuitId" : "PON 1/1/3/1:5.1.1-CID",
64 "remoteId" : "ATLEDGEVOLT1-RID"
Matt Jeanneret42d4b782019-03-23 10:43:11 -040065 }]
66 }
67 }
68 }
69}