blob: 06ebf44ab5f84ba3259dce63878f2655b615d093 [file] [log] [blame]
Matt Jeanneret891cc832019-08-20 09:51:12 -04001{
Matt Jeanneret891cc832019-08-20 09:51:12 -04002 "apps": {
3 "org.opencord.dhcpl2relay": {
4 "dhcpl2relay": {
5 "useOltUplinkForServerPktInOut": true
6 }
7 },
Matt Jeanneret38995f22019-08-02 14:22:40 -04008 "org.opencord.kafka": {
9 "kafka": {
10 "bootstrapServers": "172.17.0.1:9092"
11 }
12 },
Matt Jeanneret891cc832019-08-20 09:51:12 -040013 "org.opencord.aaa": {
14 "AAA": {
15 "radiusIp": "172.17.0.1",
16 "radiusServerPort": "1812",
17 "radiusSecret": "SECRET",
18 "nasIp": "172.17.0.1",
19 "radiusConnectionType": "socket"
20 }
21 },
22 "org.opencord.sadis": {
23 "sadis": {
24 "integration": {
25 "cache": {
26 "enabled": true,
27 "maxsize": 50,
28 "ttl": "PT1m"
29 }
30 },
31 "entries": [
32 {
Matt Jeanneret9e501122020-02-16 16:09:18 -050033 "id": "EC1829000885",
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050034 "uplinkPort": 1048576,
Matt Jeanneret9e501122020-02-16 16:09:18 -050035 "hardwareIdentifier": "00:00:0a:40:01:d0",
36 "ipAddress": "10.64.1.208",
37 "nasId": "ATLEDGEVOLT1"
Matt Jeanneret891cc832019-08-20 09:51:12 -040038 },
39 {
Matt Jeanneret9e501122020-02-16 16:09:18 -050040 "id": "ALCLfa5b91ba-1",
41 "nasPortId": "PON 1/1/3/1:4.1.1",
42 "circuitId": "PON 1/1/3/1:4.1.1-CID",
43 "remoteId": "ATLEDGEVOLT1-RID",
44 "uniTagList": [
45 {
46 "ponCTag": 20,
47 "ponSTag": 13,
48 "technologyProfileId": 64,
49 "downstreamBandwidthProfile": "Bronze_Download",
50 "upstreamBandwidthProfile": "Bronze_Upload",
51 "isDhcpRequired": true
52 }
53 ]
Matt Jeanneret891cc832019-08-20 09:51:12 -040054 },
55 {
Matt Jeanneret9e501122020-02-16 16:09:18 -050056 "id": "ALPHe32e82df-1",
57 "nasPortId": "PON 1/1/3/1:10.1.1",
58 "circuitId": "PON 1/1/3/1:10.1.1-CID",
59 "remoteId": "ATLEDGEVOLT1-RID",
60 "uniTagList": [
61 {
62 "ponCTag": 25,
63 "ponSTag": 13,
64 "technologyProfileId": 64,
65 "downstreamBandwidthProfile": "Silver_Download",
66 "upstreamBandwidthProfile": "Silver_Upload",
67 "isDhcpRequired": true
68 }
69 ]
Matt Jeanneret38995f22019-08-02 14:22:40 -040070 },
71 {
Matt Jeanneret9e501122020-02-16 16:09:18 -050072 "id": "ALCLfa5b91c3-1",
73 "nasPortId": "PON 1/1/3/1:11.1.1",
74 "circuitId": "PON 1/1/3/1:11.1.1-CID",
75 "remoteId": "ATLEDGEVOLT1-RID",
76 "uniTagList": [
77 {
78 "ponCTag": 26,
79 "ponSTag": 13,
80 "technologyProfileId": 64,
81 "downstreamBandwidthProfile": "Gold_Download",
82 "upstreamBandwidthProfile": "Gold_Upload",
83 "isDhcpRequired": true
84 }
85 ]
Matt Jeanneret38995f22019-08-02 14:22:40 -040086 }
87 ]
88 },
89 "bandwidthprofile": {
90 "integration": {
91 "cache": {
92 "enabled": true,
93 "maxsize": 40,
94 "ttl": "PT1m"
95 }
96 },
97 "entries": [
98 {
99 "id": "Default",
Matt Jeanneretda0b0712019-11-05 15:28:03 -0500100 "air": 10000000,
Matt Jeanneret9e501122020-02-16 16:09:18 -0500101 "cbs": 1000,
102 "cir": 10000,
103 "ebs": 1000,
104 "eir": 20000
105 },
106 {
107 "id": "Bronze_Upload",
108 "air": 10000000,
109 "cbs": 2000,
110 "cir": 10000,
111 "ebs": 2000,
112 "eir": 20000
113 },
114 {
115 "id": "Bronze_Download",
116 "air": 10000000,
117 "cbs": 2000,
118 "cir": 75000,
119 "ebs": 2000,
120 "eir": 100000
121 },
122 {
123 "id": "Silver_Upload",
124 "air": 10000000,
125 "cbs": 3000,
126 "cir": 75000,
127 "ebs": 3000,
128 "eir": 100000
129 },
130 {
131 "id": "Silver_Download",
132 "air": 10000000,
133 "cbs": 3000,
134 "cir": 100000,
135 "ebs": 3000,
136 "eir": 200000
137 },
138 {
139 "id": "Gold_Upload",
140 "air": 10000000,
141 "cbs": 4000,
Matt Jeanneretda0b0712019-11-05 15:28:03 -0500142 "cir": 750000,
Matt Jeanneret9e501122020-02-16 16:09:18 -0500143 "ebs": 4000,
144 "eir": 1000000
145 },
146 {
147 "id": "Gold_Download",
148 "air": 10000000,
149 "cbs": 4000,
150 "cir": 750000,
151 "ebs": 4000,
Matt Jeanneretda0b0712019-11-05 15:28:03 -0500152 "eir": 1000000
Matt Jeanneret891cc832019-08-20 09:51:12 -0400153 }
154 ]
155 }
156 }
157 }
158}