blob: 038c4d7db06b8978057e3d36a00e4ab085677e9e [file] [log] [blame]
Matt Jeanneret42d4b782019-03-23 10:43:11 -04001{
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -04002 "devices": {
3 "of:000000000a4001d0": {
4 "accessDevice": {
5 "uplink": "65536",
6 "vlan": "1"
Matt Jeanneret42d4b782019-03-23 10:43:11 -04007 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -04008 "basic": {
9 "driver": "voltha"
Matt Jeanneret42d4b782019-03-23 10:43:11 -040010 }
11 }
12 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040013 "apps": {
14 "org.opencord.dhcpl2relay": {
15 "dhcpl2relay": {
16 "useOltUplinkForServerPktInOut": true
Matt Jeanneret42d4b782019-03-23 10:43:11 -040017 }
18 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040019 "org.opencord.kafka": {
20 "kafka": {
21 "bootstrapServers": "172.17.0.1:9092"
Matt Jeanneret42d4b782019-03-23 10:43:11 -040022 }
23 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040024 "org.opencord.aaa": {
25 "AAA": {
26 "radiusIp": "172.17.0.1",
27 "radiusServerPort": "1812",
28 "radiusSecret": "SECRET",
29 "nasIp": "172.17.0.1",
30 "radiusConnectionType": "socket"
31 }
32 },
33 "org.opencord.sadis": {
34 "sadis": {
35 "integration": {
36 "cache": {
37 "enabled": true,
38 "maxsize": 50,
39 "ttl": "PT1m"
Matt Jeanneret42d4b782019-03-23 10:43:11 -040040 }
41 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040042 "entries": [
43 {
44 "id": "EC1829000885",
45 "uplinkPort": 65536,
46 "hardwareIdentifier": "3c:2c:99:f7:c6:82",
47 "ipAddress": "10.64.1.207",
48 "nasId": "ATLEDGEVOLT1"
49 },
50 {
51 "id": "ALPHe3d1cf57-1",
52 "cTag": 21,
53 "sTag": 13,
54 "nasPortId": "PON 1/1/3/1:2.1.1",
55 "circuitId": "PON 1/1/3/1:2.1.1-CID",
56 "remoteId": "ATLEDGEVOLT1-RID",
57 "technologyProfileId": 64,
58 "upstreamBandwidthProfile": "Default",
59 "downstreamBandwidthProfile": "Default"
60 },
61 {
62 "id": "ALPHe3d1cf57-2",
63 "cTag": 21,
64 "sTag": 13,
65 "nasPortId": "PON 1/1/3/1:2.1.1",
66 "circuitId": "PON 1/1/3/1:2.1.1-CID",
67 "remoteId": "ATLEDGEVOLT1-RID",
68 "technologyProfileId": 64,
69 "upstreamBandwidthProfile": "Default",
70 "downstreamBandwidthProfile": "Default"
71 },
72 {
73 "id": "ALPHe3d1cf57-3",
74 "cTag": 21,
75 "sTag": 13,
76 "nasPortId": "PON 1/1/3/1:2.1.1",
77 "circuitId": "PON 1/1/3/1:2.1.1-CID",
78 "remoteId": "ATLEDGEVOLT1-RID",
79 "technologyProfileId": 64,
80 "upstreamBandwidthProfile": "Default",
81 "downstreamBandwidthProfile": "Default"
82 },
83 {
84 "id": "ALPHe3d1cf57-4",
85 "cTag": 21,
86 "sTag": 13,
87 "nasPortId": "PON 1/1/3/1:2.1.1",
88 "circuitId": "PON 1/1/3/1:2.1.1-CID",
89 "remoteId": "ATLEDGEVOLT1-RID",
90 "technologyProfileId": 64,
91 "upstreamBandwidthProfile": "Default",
92 "downstreamBandwidthProfile": "Default"
93 },
94 {
95 "id": "ALPHe3d1cf57-5",
96 "cTag": 21,
97 "sTag": 13,
98 "nasPortId": "PON 1/1/3/1:2.1.1",
99 "circuitId": "PON 1/1/3/1:2.1.1-CID",
100 "remoteId": "ATLEDGEVOLT1-RID",
101 "technologyProfileId": 64,
102 "upstreamBandwidthProfile": "Default",
103 "downstreamBandwidthProfile": "Default"
104 }
105 ]
106 },
107 "bandwidthprofile": {
108 "integration": {
109 "cache": {
110 "enabled": true,
111 "maxsize": 40,
112 "ttl": "PT1m"
113 }
114 },
115 "entries": [
116 {
117 "id": "Default",
118 "cir": 1000000,
119 "cbs": 1001,
120 "eir": 1002,
121 "ebs": 1003,
122 "air": 1004
123 }
124 ]
Matt Jeanneret42d4b782019-03-23 10:43:11 -0400125 }
126 }
127 }
128}