blob: 8e0baf3e2e78eb4cbba9a6d6258442ead0b69596 [file] [log] [blame]
Matt Jeanneret352fb7d2019-08-01 08:48:57 -04001{
2 "devices" : {
3 "of:000000000a000001" : {
4 "accessDevice" : {
5 "uplink" : "65536",
6 "vlan" : "1"
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" : "BBSIMOLT000",
40 "uplinkPort" : 65536,
41 "hardwareIdentifier" : "00:00:0a:00:00:01",
42 "ipAddress" : "10.0.0.1",
43 "nasId" : "ATLEDGEVOLT1"
44 }, {
45 "id" : "BBSM00000001-1",
46 "cTag" : 900,
47 "sTag" : 900,
48 "nasPortId" : "BBSM00000001-1",
49 "circuitId" : "BBSM00000001-1",
50 "remoteId" : "ATLEDGEVOLT1-RID"
51 }, {
52 "id" : "BBSM00000002-1",
53 "cTag" : 901,
54 "sTag" : 901,
55 "nasPortId" : "BBSM00000002-1",
56 "circuitId" : "BBSM00000002-1",
57 "remoteId" : "ATLEDGEVOLT1-RID"
58 }]
59 }
60 }
61 }
62}