blob: 803adab235ae7c82bb486a71134ddc0a6009e31d [file] [log] [blame]
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -07001{
2 "ports" : { },
3 "devices" : { },
4 "hosts" : { },
5 "apps" : {
6 "org.onosproject.provider.lldp" : {
7 "suppression" : {
8 "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ],
9 "annotation" : "{\"no-lldp\":null}"
10 }
11 },
12 "org.opencord.kafka" : { },
13 "org.onosproject.core" : {
14 "multicast" : {
15 "ingressVlan" : 550,
16 "egressVlan" : 550,
17 "egressInnerVlan" : 55
18 }
19 },
20 "org.opencord.sadis" : {
21 "bandwidthprofile" : {
22 "integration" : {
23 "cache" : {
24 "enabled" : true,
25 "maxsize" : 40,
26 "ttl" : "PT1m"
27 }
28 },
29 "entries" : [ {
30 "id" : "High-Speed-Internet",
31 "cir" : 500000,
32 "cbs" : 10000,
33 "eir" : 500000,
34 "ebs" : 10000,
35 "air" : 100000
36 }, {
37 "id" : "VOIP",
38 "cir" : 400000,
39 "cbs" : 10000,
40 "eir" : 400000,
41 "ebs" : 10000,
42 "air" : 100000
43 }, {
44 "id" : "User1-Specific",
45 "cir" : 60000,
46 "cbs" : 10000,
47 "eir" : 40000,
48 "ebs" : 10000
49 }, {
50 "id" : "User1-Specific2",
51 "cir" : 500000,
52 "cbs" : 10000,
53 "eir" : 300000,
54 "ebs" : 10000
55 } ]
56 },
57 "sadis" : {
58 "integration" : {
59 "cache" : {
60 "enabled" : true,
61 "maxsize" : 50,
62 "ttl" : "PT1m"
63 }
64 },
65 "entries" : [ {
66 "id" : "ALPHe3d1cfa7-1",
67 "nasPortId" : "ALPHe3d1cfa7-1",
68 "uniTagList" : [ {
69 "uniTagMatch" : 35,
70 "ponCTag" : 901,
71 "ponSTag" : 111,
72 "usPonCTagPriority" : 0,
73 "usPonSTagPriority" : 0,
74 "dsPonCTagPriority" : 0,
75 "dsPonSTagPriority" : 0,
76 "technologyProfileId" : 64,
77 "downstreamBandwidthProfile" : "High-Speed-Internet",
78 "upstreamBandwidthProfile" : "User1-Specific",
79 "serviceName" : "HSIA"
80 }, {
81 "uniTagMatch" : 65,
82 "ponCTag" : 444,
83 "ponSTag" : 333,
84 "usPonCTagPriority" : 7,
85 "usPonSTagPriority" : 7,
86 "dsPonCTagPriority" : 7,
87 "dsPonSTagPriority" : 7,
88 "technologyProfileId" : 65,
89 "downstreamBandwidthProfile" : "VOIP",
90 "upstreamBandwidthProfile" : "User1-Specific2",
91 "isDhcpRequired" : "true",
Girish Gowdra824d7672020-07-10 18:56:21 -070092 "configuredMacAddress" : "b4:96:91:0c:4f:e5",
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -070093 "serviceName" : "VOIP"
94 }, {
95 "uniTagMatch" : 55,
96 "ponCTag" : 55,
97 "ponSTag" : 555,
98 "usPonCTagPriority" : 5,
99 "usPonSTagPriority" : 5,
100 "dsPonCTagPriority" : 5,
101 "dsPonSTagPriority" : 5,
102 "technologyProfileId" : 66,
103 "downstreamBandwidthProfile" : "High-Speed-Internet",
104 "upstreamBandwidthProfile" : "User1-Specific",
Girish Gowdrab3fda372020-07-23 10:41:20 -0700105 "configuredMacAddress" : "b4:96:91:0c:4f:e5",
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -0700106 "serviceName" : "VOD",
107 "isDhcpRequired" : "true",
108 "isIgmpRequired" : "true"
109 }, {
110 "ponCTag" : 55,
111 "ponSTag" : 550,
112 "dsPonCTagPriority" : 5,
113 "dsPonSTagPriority" : 5,
114 "technologyProfileId" : 66,
115 "serviceName" : "MC"
116 } ]
117 }, {
118 "id" : "ALPHe3d1cea3-1",
119 "nasPortId" : "ALPHe3d1cea3-1",
120 "uniTagList" : [ {
121 "uniTagMatch" : 35,
122 "ponCTag" : 801,
123 "ponSTag" : 111,
124 "usPonCTagPriority" : 0,
125 "usPonSTagPriority" : 0,
126 "dsPonCTagPriority" : 0,
127 "dsPonSTagPriority" : 0,
128 "technologyProfileId" : 64,
129 "downstreamBandwidthProfile" : "High-Speed-Internet",
130 "upstreamBandwidthProfile" : "User1-Specific",
131 "serviceName" : "HSIA"
132 }, {
133 "uniTagMatch" : 65,
134 "ponCTag" : 444,
135 "ponSTag" : 333,
136 "usPonCTagPriority" : 7,
137 "usPonSTagPriority" : 7,
138 "dsPonCTagPriority" : 7,
139 "dsPonSTagPriority" : 7,
140 "technologyProfileId" : 65,
141 "downstreamBandwidthProfile" : "VOIP",
142 "upstreamBandwidthProfile" : "User1-Specific2",
143 "isDhcpRequired" : "true",
Girish Gowdra824d7672020-07-10 18:56:21 -0700144 "configuredMacAddress" : "b4:96:91:0c:4f:e4",
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -0700145 "serviceName" : "VOIP"
146 }, {
147 "uniTagMatch" : 55,
148 "ponCTag" : 55,
149 "ponSTag" : 555,
150 "usPonCTagPriority" : 5,
151 "usPonSTagPriority" : 5,
152 "dsPonCTagPriority" : 5,
153 "dsPonSTagPriority" : 5,
154 "technologyProfileId" : 66,
155 "downstreamBandwidthProfile" : "High-Speed-Internet",
156 "upstreamBandwidthProfile" : "User1-Specific",
Girish Gowdrab3fda372020-07-23 10:41:20 -0700157 "configuredMacAddress" : "b4:96:91:0c:4f:e4",
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -0700158 "serviceName" : "VOD",
159 "isDhcpRequired" : "true",
160 "isIgmpRequired" : "true"
161 }, {
162 "ponCTag" : 55,
163 "ponSTag" : 550,
164 "dsPonCTagPriority" : 5,
165 "dsPonSTagPriority" : 5,
166 "technologyProfileId" : 66,
167 "serviceName" : "MC"
168 } ]
169 }, {
170 "id" : "ALPHe3d1ceb7-1",
171 "nasPortId" : "ALPHe3d1ceb7-1",
172 "uniTagList" : [ {
173 "uniTagMatch" : 35,
174 "ponCTag" : 101,
Suchitra Vemuria9fabd32020-07-10 16:21:11 -0700175 "ponSTag" : 222,
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -0700176 "usPonCTagPriority" : 0,
177 "usPonSTagPriority" : 0,
178 "dsPonCTagPriority" : 0,
179 "dsPonSTagPriority" : 0,
180 "technologyProfileId" : 64,
181 "downstreamBandwidthProfile" : "High-Speed-Internet",
182 "upstreamBandwidthProfile" : "User1-Specific",
183 "serviceName" : "HSIA"
184 }, {
185 "uniTagMatch" : 65,
186 "ponCTag" : 444,
187 "ponSTag" : 333,
188 "usPonCTagPriority" : 7,
189 "usPonSTagPriority" : 7,
190 "dsPonCTagPriority" : 7,
191 "dsPonSTagPriority" : 7,
192 "technologyProfileId" : 65,
193 "downstreamBandwidthProfile" : "VOIP",
194 "upstreamBandwidthProfile" : "User1-Specific2",
195 "isDhcpRequired" : "true",
Girish Gowdra824d7672020-07-10 18:56:21 -0700196 "configuredMacAddress" : "b4:96:91:0c:4f:c9",
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -0700197 "serviceName" : "VOIP"
198 }, {
199 "uniTagMatch" : 55,
200 "ponCTag" : 55,
201 "ponSTag" : 555,
202 "usPonCTagPriority" : 5,
203 "usPonSTagPriority" : 5,
204 "dsPonCTagPriority" : 5,
205 "dsPonSTagPriority" : 5,
206 "technologyProfileId" : 66,
207 "downstreamBandwidthProfile" : "High-Speed-Internet",
208 "upstreamBandwidthProfile" : "User1-Specific",
Girish Gowdrab3fda372020-07-23 10:41:20 -0700209 "configuredMacAddress" : "b4:96:91:0c:4f:c9",
Suchitra Vemuri934b0cf2020-06-10 18:31:35 -0700210 "serviceName" : "VOD",
211 "isDhcpRequired" : "true",
212 "isIgmpRequired" : "true"
213 }, {
214 "ponCTag" : 55,
215 "ponSTag" : 550,
216 "dsPonCTagPriority" : 5,
217 "dsPonSTagPriority" : 5,
218 "technologyProfileId" : 66,
219 "serviceName" : "MC"
220 } ]
221 }, {
222 "id" : "EC1838000853",
223 "hardwareIdentifier" : "00:00:00:00:00:01",
224 "ipAddress" : "10.192.20.206",
225 "uplinkPort" : "1048576"
226 } ]
227 }
228 },
229 "org.opencord.igmpproxy" : {
230 "igmpproxy":{
231 "FastLeave":"true",
232 "LastQueryInterval":1,
233 "MaxResp":1,
234 "enableIgmpProvisioning":"false",
235 "globalConnectPointMode":"true",
236 "globalConnectPoint" : "of:0000000000000001/3",
237 "sourceDeviceAndPort":"of:0000000000000001/3",
238 "outgoingIgmpVlanId":550,
239 "outgoingIgmpInnerVlanId":55,
240 "outgoingIgmpWithV3":"true",
241 "IgmpCos":5,
242 "IgmpUniCos":5,
243 "PeriodicQuery":"true",
244 "KeepAliveInterval":60,
245 "KeepAliveCount":5,
246 "requestDsIgmpPackets":false
247 }
248 }
249 },
250 "regions" : { },
251 "links" : { },
252 "layouts" : { }
253}
254