blob: 4953482165f4fe518e43c781437ad7fdf40706c0 [file] [log] [blame]
Matt Jeanneret891cc832019-08-20 09:51:12 -04001{
2 "devices": {
3 "of:00000000ac110001": {
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.17.0.1",
22 "radiusServerPort": "1812",
23 "radiusSecret": "SECRET",
24 "nasIp": "172.17.0.1",
25 "radiusConnectionType": "socket"
26 }
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 {
39 "id": "BBSIMOLT000",
40 "uplinkPort": 65536,
41 "hardwareIdentifier": "00:00:ac:11:00:01",
42 "ipAddress": "172.17.0.1",
43 "nasId": "BBSIMOLT000"
44 },
45 {
46 "id": "BBSM00000001-1",
47 "cTag": 900,
48 "sTag": 900,
49 "nasPortId": "BBSM00000001-1",
50 "circuitId": "BBSM00000001-1",
51 "remoteId": "BBSIMOLT000"
52 },
53 {
54 "id": "BBSM00000002-1",
55 "cTag": 901,
56 "sTag": 901,
57 "nasPortId": "BBSM00000002-1",
58 "circuitId": "BBSM00000002-1",
59 "remoteId": "BBSIMOLT000"
60 }
61 ]
62 }
63 }
64 }
65}