blob: fe21d4e61999ed3e3f3833bd3c538e238631f919 [file] [log] [blame]
Matt Jeanneret352fb7d2019-08-01 08:48:57 -04001{
2 "devices" : {
Matt Jeanneret604196b2019-08-03 11:39:51 -04003 "of:00000000ac110001" : {
Matt Jeanneret352fb7d2019-08-01 08:48:57 -04004 "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" : {
Matt Jeanneret604196b2019-08-03 11:39:51 -040021 "radiusIp" : "172.17.0.1",
22 "radiusServerPort" : "1812",
23 "radiusSecret" : "SECRET",
24 "nasIp" : "172.17.0.1",
25 "radiusConnectionType" : "socket"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040026 }
27 },
28 "org.opencord.sadis" : {
29 "sadis" : {
30 "integration" : {
31 "cache" : {
32 "enabled" : true,
33 "maxsize" : 50,
34 "ttl" : "PT1m"
35 }
36 },
37 "entries" : [ {
38 "id" : "BBSIMOLT000",
39 "uplinkPort" : 65536,
Matt Jeanneret604196b2019-08-03 11:39:51 -040040 "hardwareIdentifier" : "00:00:ac:11:00:01",
41 "ipAddress" : "172.17.0.1",
42 "nasId" : "BBSIMOLT000"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040043 }, {
44 "id" : "BBSM00000001-1",
45 "cTag" : 900,
46 "sTag" : 900,
47 "nasPortId" : "BBSM00000001-1",
48 "circuitId" : "BBSM00000001-1",
Matt Jeanneret604196b2019-08-03 11:39:51 -040049 "remoteId" : "BBSIMOLT000"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040050 }, {
51 "id" : "BBSM00000002-1",
52 "cTag" : 901,
53 "sTag" : 901,
54 "nasPortId" : "BBSM00000002-1",
55 "circuitId" : "BBSM00000002-1",
Matt Jeanneret604196b2019-08-03 11:39:51 -040056 "remoteId" : "BBSIMOLT000"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040057 }]
58 }
59 }
60 }
61}