blob: 847a08b4ccb65908d46f504db9cc06969273e425 [file] [log] [blame]
TorstenThieme00fe8262022-01-19 10:43:07 +00001---
2
Joey Armstrong9fadcbe2024-01-17 19:00:37 -05003# Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
TorstenThieme00fe8262022-01-19 10:43:07 +00004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Automated deployment configuration for systems running BBSim
18
19# Change default values in tests
20workflow: TT
21has_dataplane: false
22external_libs: false
23teardown_device: true
24ONOS_REST_PORT: 8181
25ONOS_SSH_PORT: 8101
26OLT_PORT: 50060
27
28nodes:
29 -
30 ip: '127.0.0.1'
31
32olts:
33 -
34 ip: bbsim0.voltha.svc
35 serial: BBSIM_OLT_10
36 -
37 ip: bbsim1.voltha.svc
38 serial: BBSIM_OLT_11
39
40hosts:
41 src:
42 - onu: 'BBSM000a0001'
43 olt: 'BBSIM_OLT_10'
44 c_tag: '900'
45 s_tag: '900'
46 service_type: 'hsia'
47 uni_id: 1
48 tp_id: '64'
49 - onu: 'BBSM000a0001'
50 olt: 'BBSIM_OLT_10'
51 c_tag: '444'
52 s_tag: '333'
53 uni_id: 1
54 service_type: 'voip'
55 tp_id: '65'
56 - onu: 'BBSM000a0001'
57 olt: 'BBSIM_OLT_10'
58 c_tag: '55'
59 s_tag: '555'
60 service_type: 'vod'
61 uni_id: 1
62 tp_id: '66'
63 - onu: 'BBSM000a0001'
64 olt: 'BBSIM_OLT_10'
65 c_tag: '55'
66 s_tag: '550'
67 service_type: 'mcast'
68 uni_id: 1
69 tp_id: '66'
70 - onu: 'BBSM000a0001'
71 olt: 'BBSIM_OLT_10'
72 c_tag: '901'
73 s_tag: '900'
74 service_type: 'hsia'
75 uni_id: 2
76 tp_id: '64'
77 - onu: 'BBSM000a0001'
78 olt: 'BBSIM_OLT_10'
79 c_tag: '444'
80 s_tag: '333'
81 uni_id: 2
82 service_type: 'voip'
83 tp_id: '65'
84 - onu: 'BBSM000a0001'
85 olt: 'BBSIM_OLT_10'
86 c_tag: '55'
87 s_tag: '555'
88 service_type: 'vod'
89 uni_id: 2
90 tp_id: '66'
91 - onu: 'BBSM000a0001'
92 olt: 'BBSIM_OLT_10'
93 c_tag: '55'
94 s_tag: '550'
95 service_type: 'mcast'
96 uni_id: 2
97 tp_id: '66'
98 - onu: 'BBSM000a0001'
99 olt: 'BBSIM_OLT_10'
100 c_tag: '902'
101 s_tag: '900'
102 service_type: 'hsia'
103 uni_id: 3
104 tp_id: '64'
105 - onu: 'BBSM000a0001'
106 olt: 'BBSIM_OLT_10'
107 c_tag: '444'
108 s_tag: '333'
109 uni_id: 3
110 service_type: 'voip'
111 tp_id: '65'
112 - onu: 'BBSM000a0001'
113 olt: 'BBSIM_OLT_10'
114 c_tag: '55'
115 s_tag: '555'
116 service_type: 'vod'
117 uni_id: 3
118 tp_id: '66'
119 - onu: 'BBSM000a0001'
120 olt: 'BBSIM_OLT_10'
121 c_tag: '55'
122 s_tag: '550'
123 service_type: 'mcast'
124 uni_id: 3
125 tp_id: '66'
126 - onu: 'BBSM000a0001'
127 olt: 'BBSIM_OLT_10'
128 c_tag: '903'
129 s_tag: '900'
130 service_type: 'hsia'
131 uni_id: 4
132 tp_id: '64'
133 - onu: 'BBSM000a0001'
134 olt: 'BBSIM_OLT_10'
135 c_tag: '444'
136 s_tag: '333'
137 uni_id: 4
138 service_type: 'voip'
139 tp_id: '65'
140 - onu: 'BBSM000a0001'
141 olt: 'BBSIM_OLT_10'
142 c_tag: '55'
143 s_tag: '555'
144 service_type: 'vod'
145 uni_id: 4
146 tp_id: '66'
147 - onu: 'BBSM000a0001'
148 olt: 'BBSIM_OLT_10'
149 c_tag: '55'
150 s_tag: '550'
151 service_type: 'mcast'
152 uni_id: 4
153 tp_id: '66'
154 - onu: 'BBSM000a0002'
155 olt: 'BBSIM_OLT_10'
156 c_tag: '904'
157 s_tag: '900'
158 service_type: 'hsia'
159 uni_id: 1
160 tp_id: '64'
161 - onu: 'BBSM000a0002'
162 olt: 'BBSIM_OLT_10'
163 c_tag: '444'
164 s_tag: '333'
165 uni_id: 1
166 service_type: 'voip'
167 tp_id: '65'
168 - onu: 'BBSM000a0002'
169 olt: 'BBSIM_OLT_10'
170 c_tag: '55'
171 s_tag: '555'
172 service_type: 'vod'
173 uni_id: 1
174 tp_id: '66'
175 - onu: 'BBSM000a0002'
176 olt: 'BBSIM_OLT_10'
177 c_tag: '55'
178 s_tag: '550'
179 service_type: 'mcast'
180 uni_id: 1
181 tp_id: '66'
182 - onu: 'BBSM000a0002'
183 olt: 'BBSIM_OLT_10'
184 c_tag: '905'
185 s_tag: '900'
186 service_type: 'hsia'
187 uni_id: 2
188 tp_id: '64'
189 - onu: 'BBSM000a0002'
190 olt: 'BBSIM_OLT_10'
191 c_tag: '444'
192 s_tag: '333'
193 uni_id: 2
194 service_type: 'voip'
195 tp_id: '65'
196 - onu: 'BBSM000a0002'
197 olt: 'BBSIM_OLT_10'
198 c_tag: '55'
199 s_tag: '555'
200 service_type: 'vod'
201 uni_id: 2
202 tp_id: '66'
203 - onu: 'BBSM000a0002'
204 olt: 'BBSIM_OLT_10'
205 c_tag: '55'
206 s_tag: '550'
207 service_type: 'mcast'
208 uni_id: 2
209 tp_id: '66'
210 - onu: 'BBSM000a0002'
211 olt: 'BBSIM_OLT_10'
212 c_tag: '906'
213 s_tag: '900'
214 service_type: 'hsia'
215 uni_id: 3
216 tp_id: '64'
217 - onu: 'BBSM000a0002'
218 olt: 'BBSIM_OLT_10'
219 c_tag: '444'
220 s_tag: '333'
221 uni_id: 3
222 service_type: 'voip'
223 tp_id: '65'
224 - onu: 'BBSM000a0002'
225 olt: 'BBSIM_OLT_10'
226 c_tag: '55'
227 s_tag: '555'
228 service_type: 'vod'
229 uni_id: 3
230 tp_id: '66'
231 - onu: 'BBSM000a0002'
232 olt: 'BBSIM_OLT_10'
233 c_tag: '55'
234 s_tag: '550'
235 service_type: 'mcast'
236 uni_id: 3
237 tp_id: '66'
238 - onu: 'BBSM000a0002'
239 olt: 'BBSIM_OLT_10'
240 c_tag: '907'
241 s_tag: '900'
242 service_type: 'hsia'
243 uni_id: 4
244 tp_id: '64'
245 - onu: 'BBSM000a0002'
246 olt: 'BBSIM_OLT_10'
247 c_tag: '444'
248 s_tag: '333'
249 uni_id: 4
250 service_type: 'voip'
251 tp_id: '65'
252 - onu: 'BBSM000a0002'
253 olt: 'BBSIM_OLT_10'
254 c_tag: '55'
255 s_tag: '555'
256 service_type: 'vod'
257 uni_id: 4
258 tp_id: '66'
259 - onu: 'BBSM000a0002'
260 olt: 'BBSIM_OLT_10'
261 c_tag: '55'
262 s_tag: '550'
263 service_type: 'mcast'
264 uni_id: 4
265 tp_id: '66'
266 - onu: 'BBSM000a0101'
267 olt: 'BBSIM_OLT_10'
268 c_tag: '908'
269 s_tag: '900'
270 service_type: 'hsia'
271 uni_id: 1
272 tp_id: '64'
273 - onu: 'BBSM000a0101'
274 olt: 'BBSIM_OLT_10'
275 c_tag: '444'
276 s_tag: '333'
277 uni_id: 1
278 service_type: 'voip'
279 tp_id: '65'
280 - onu: 'BBSM000a0101'
281 olt: 'BBSIM_OLT_10'
282 c_tag: '55'
283 s_tag: '555'
284 service_type: 'vod'
285 uni_id: 1
286 tp_id: '66'
287 - onu: 'BBSM000a0101'
288 olt: 'BBSIM_OLT_10'
289 c_tag: '55'
290 s_tag: '550'
291 service_type: 'mcast'
292 uni_id: 1
293 tp_id: '66'
294 - onu: 'BBSM000a0101'
295 olt: 'BBSIM_OLT_10'
296 c_tag: '909'
297 s_tag: '900'
298 service_type: 'hsia'
299 uni_id: 2
300 tp_id: '64'
301 - onu: 'BBSM000a0101'
302 olt: 'BBSIM_OLT_10'
303 c_tag: '444'
304 s_tag: '333'
305 uni_id: 2
306 service_type: 'voip'
307 tp_id: '65'
308 - onu: 'BBSM000a0101'
309 olt: 'BBSIM_OLT_10'
310 c_tag: '55'
311 s_tag: '555'
312 service_type: 'vod'
313 uni_id: 2
314 tp_id: '66'
315 - onu: 'BBSM000a0101'
316 olt: 'BBSIM_OLT_10'
317 c_tag: '55'
318 s_tag: '550'
319 service_type: 'mcast'
320 uni_id: 2
321 tp_id: '66'
322 - onu: 'BBSM000a0101'
323 olt: 'BBSIM_OLT_10'
324 c_tag: '910'
325 s_tag: '900'
326 service_type: 'hsia'
327 uni_id: 3
328 tp_id: '64'
329 - onu: 'BBSM000a0101'
330 olt: 'BBSIM_OLT_10'
331 c_tag: '444'
332 s_tag: '333'
333 uni_id: 3
334 service_type: 'voip'
335 tp_id: '65'
336 - onu: 'BBSM000a0101'
337 olt: 'BBSIM_OLT_10'
338 c_tag: '55'
339 s_tag: '555'
340 service_type: 'vod'
341 uni_id: 3
342 tp_id: '66'
343 - onu: 'BBSM000a0101'
344 olt: 'BBSIM_OLT_10'
345 c_tag: '55'
346 s_tag: '550'
347 service_type: 'mcast'
348 uni_id: 3
349 tp_id: '66'
350 - onu: 'BBSM000a0101'
351 olt: 'BBSIM_OLT_10'
352 c_tag: '911'
353 s_tag: '900'
354 service_type: 'hsia'
355 uni_id: 4
356 tp_id: '64'
357 - onu: 'BBSM000a0101'
358 olt: 'BBSIM_OLT_10'
359 c_tag: '444'
360 s_tag: '333'
361 uni_id: 4
362 service_type: 'voip'
363 tp_id: '65'
364 - onu: 'BBSM000a0101'
365 olt: 'BBSIM_OLT_10'
366 c_tag: '55'
367 s_tag: '555'
368 service_type: 'vod'
369 uni_id: 4
370 tp_id: '66'
371 - onu: 'BBSM000a0101'
372 olt: 'BBSIM_OLT_10'
373 c_tag: '55'
374 s_tag: '550'
375 service_type: 'mcast'
376 uni_id: 4
377 tp_id: '66'
378 - onu: 'BBSM000a0102'
379 olt: 'BBSIM_OLT_10'
380 c_tag: '912'
381 s_tag: '900'
382 service_type: 'hsia'
383 uni_id: 1
384 tp_id: '64'
385 - onu: 'BBSM000a0102'
386 olt: 'BBSIM_OLT_10'
387 c_tag: '444'
388 s_tag: '333'
389 uni_id: 1
390 service_type: 'voip'
391 tp_id: '65'
392 - onu: 'BBSM000a0102'
393 olt: 'BBSIM_OLT_10'
394 c_tag: '55'
395 s_tag: '555'
396 service_type: 'vod'
397 uni_id: 1
398 tp_id: '66'
399 - onu: 'BBSM000a0102'
400 olt: 'BBSIM_OLT_10'
401 c_tag: '55'
402 s_tag: '550'
403 service_type: 'mcast'
404 uni_id: 1
405 tp_id: '66'
406 - onu: 'BBSM000a0102'
407 olt: 'BBSIM_OLT_10'
408 c_tag: '913'
409 s_tag: '900'
410 service_type: 'hsia'
411 uni_id: 2
412 tp_id: '64'
413 - onu: 'BBSM000a0102'
414 olt: 'BBSIM_OLT_10'
415 c_tag: '444'
416 s_tag: '333'
417 uni_id: 2
418 service_type: 'voip'
419 tp_id: '65'
420 - onu: 'BBSM000a0102'
421 olt: 'BBSIM_OLT_10'
422 c_tag: '55'
423 s_tag: '555'
424 service_type: 'vod'
425 uni_id: 2
426 tp_id: '66'
427 - onu: 'BBSM000a0102'
428 olt: 'BBSIM_OLT_10'
429 c_tag: '55'
430 s_tag: '550'
431 service_type: 'mcast'
432 uni_id: 2
433 tp_id: '66'
434 - onu: 'BBSM000a0102'
435 olt: 'BBSIM_OLT_10'
436 c_tag: '914'
437 s_tag: '900'
438 service_type: 'hsia'
439 uni_id: 3
440 tp_id: '64'
441 - onu: 'BBSM000a0102'
442 olt: 'BBSIM_OLT_10'
443 c_tag: '444'
444 s_tag: '333'
445 uni_id: 3
446 service_type: 'voip'
447 tp_id: '65'
448 - onu: 'BBSM000a0102'
449 olt: 'BBSIM_OLT_10'
450 c_tag: '55'
451 s_tag: '555'
452 service_type: 'vod'
453 uni_id: 3
454 tp_id: '66'
455 - onu: 'BBSM000a0102'
456 olt: 'BBSIM_OLT_10'
457 c_tag: '55'
458 s_tag: '550'
459 service_type: 'mcast'
460 uni_id: 3
461 tp_id: '66'
462 - onu: 'BBSM000a0102'
463 olt: 'BBSIM_OLT_10'
464 c_tag: '915'
465 s_tag: '900'
466 service_type: 'hsia'
467 uni_id: 4
468 tp_id: '64'
469 - onu: 'BBSM000a0102'
470 olt: 'BBSIM_OLT_10'
471 c_tag: '444'
472 s_tag: '333'
473 uni_id: 4
474 service_type: 'voip'
475 tp_id: '65'
476 - onu: 'BBSM000a0102'
477 olt: 'BBSIM_OLT_10'
478 c_tag: '55'
479 s_tag: '555'
480 service_type: 'vod'
481 uni_id: 4
482 tp_id: '66'
483 - onu: 'BBSM000a0102'
484 olt: 'BBSIM_OLT_10'
485 c_tag: '55'
486 s_tag: '550'
487 service_type: 'mcast'
488 uni_id: 4
489 tp_id: '66'
490 - onu: 'BBSM000b0001'
491 olt: 'BBSIM_OLT_11'
492 c_tag: '900'
493 s_tag: '901'
494 service_type: 'hsia'
495 uni_id: 1
496 tp_id: '64'
497 - onu: 'BBSM000b0001'
498 olt: 'BBSIM_OLT_11'
499 c_tag: '444'
500 s_tag: '333'
501 uni_id: 1
502 service_type: 'voip'
503 tp_id: '65'
504 - onu: 'BBSM000b0001'
505 olt: 'BBSIM_OLT_11'
506 c_tag: '55'
507 s_tag: '555'
508 service_type: 'vod'
509 uni_id: 1
510 tp_id: '66'
511 - onu: 'BBSM000b0001'
512 olt: 'BBSIM_OLT_11'
513 c_tag: '55'
514 s_tag: '550'
515 service_type: 'mcast'
516 uni_id: 1
517 tp_id: '66'
518 - onu: 'BBSM000b0001'
519 olt: 'BBSIM_OLT_11'
520 c_tag: '901'
521 s_tag: '901'
522 service_type: 'hsia'
523 uni_id: 2
524 tp_id: '64'
525 - onu: 'BBSM000b0001'
526 olt: 'BBSIM_OLT_11'
527 c_tag: '444'
528 s_tag: '333'
529 uni_id: 2
530 service_type: 'voip'
531 tp_id: '65'
532 - onu: 'BBSM000b0001'
533 olt: 'BBSIM_OLT_11'
534 c_tag: '55'
535 s_tag: '555'
536 service_type: 'vod'
537 uni_id: 2
538 tp_id: '66'
539 - onu: 'BBSM000b0001'
540 olt: 'BBSIM_OLT_11'
541 c_tag: '55'
542 s_tag: '550'
543 service_type: 'mcast'
544 uni_id: 2
545 tp_id: '66'
546 - onu: 'BBSM000b0001'
547 olt: 'BBSIM_OLT_11'
548 c_tag: '902'
549 s_tag: '901'
550 service_type: 'hsia'
551 uni_id: 3
552 tp_id: '64'
553 - onu: 'BBSM000b0001'
554 olt: 'BBSIM_OLT_11'
555 c_tag: '444'
556 s_tag: '333'
557 uni_id: 3
558 service_type: 'voip'
559 tp_id: '65'
560 - onu: 'BBSM000b0001'
561 olt: 'BBSIM_OLT_11'
562 c_tag: '55'
563 s_tag: '555'
564 service_type: 'vod'
565 uni_id: 3
566 tp_id: '66'
567 - onu: 'BBSM000b0001'
568 olt: 'BBSIM_OLT_11'
569 c_tag: '55'
570 s_tag: '550'
571 service_type: 'mcast'
572 uni_id: 3
573 tp_id: '66'
574 - onu: 'BBSM000b0001'
575 olt: 'BBSIM_OLT_11'
576 c_tag: '903'
577 s_tag: '901'
578 service_type: 'hsia'
579 uni_id: 4
580 tp_id: '64'
581 - onu: 'BBSM000b0001'
582 olt: 'BBSIM_OLT_11'
583 c_tag: '444'
584 s_tag: '333'
585 uni_id: 4
586 service_type: 'voip'
587 tp_id: '65'
588 - onu: 'BBSM000b0001'
589 olt: 'BBSIM_OLT_11'
590 c_tag: '55'
591 s_tag: '555'
592 service_type: 'vod'
593 uni_id: 4
594 tp_id: '66'
595 - onu: 'BBSM000b0001'
596 olt: 'BBSIM_OLT_11'
597 c_tag: '55'
598 s_tag: '550'
599 service_type: 'mcast'
600 uni_id: 4
601 tp_id: '66'
602 - onu: 'BBSM000b0002'
603 olt: 'BBSIM_OLT_11'
604 c_tag: '904'
605 s_tag: '901'
606 service_type: 'hsia'
607 uni_id: 1
608 tp_id: '64'
609 - onu: 'BBSM000b0002'
610 olt: 'BBSIM_OLT_11'
611 c_tag: '444'
612 s_tag: '333'
613 uni_id: 1
614 service_type: 'voip'
615 tp_id: '65'
616 - onu: 'BBSM000b0002'
617 olt: 'BBSIM_OLT_11'
618 c_tag: '55'
619 s_tag: '555'
620 service_type: 'vod'
621 uni_id: 1
622 tp_id: '66'
623 - onu: 'BBSM000b0002'
624 olt: 'BBSIM_OLT_11'
625 c_tag: '55'
626 s_tag: '550'
627 service_type: 'mcast'
628 uni_id: 1
629 tp_id: '66'
630 - onu: 'BBSM000b0002'
631 olt: 'BBSIM_OLT_11'
632 c_tag: '905'
633 s_tag: '901'
634 service_type: 'hsia'
635 uni_id: 2
636 tp_id: '64'
637 - onu: 'BBSM000b0002'
638 olt: 'BBSIM_OLT_11'
639 c_tag: '444'
640 s_tag: '333'
641 uni_id: 2
642 service_type: 'voip'
643 tp_id: '65'
644 - onu: 'BBSM000b0002'
645 olt: 'BBSIM_OLT_11'
646 c_tag: '55'
647 s_tag: '555'
648 service_type: 'vod'
649 uni_id: 2
650 tp_id: '66'
651 - onu: 'BBSM000b0002'
652 olt: 'BBSIM_OLT_11'
653 c_tag: '55'
654 s_tag: '550'
655 service_type: 'mcast'
656 uni_id: 2
657 tp_id: '66'
658 - onu: 'BBSM000b0002'
659 olt: 'BBSIM_OLT_11'
660 c_tag: '906'
661 s_tag: '901'
662 service_type: 'hsia'
663 uni_id: 3
664 tp_id: '64'
665 - onu: 'BBSM000b0002'
666 olt: 'BBSIM_OLT_11'
667 c_tag: '444'
668 s_tag: '333'
669 uni_id: 3
670 service_type: 'voip'
671 tp_id: '65'
672 - onu: 'BBSM000b0002'
673 olt: 'BBSIM_OLT_11'
674 c_tag: '55'
675 s_tag: '555'
676 service_type: 'vod'
677 uni_id: 3
678 tp_id: '66'
679 - onu: 'BBSM000b0002'
680 olt: 'BBSIM_OLT_11'
681 c_tag: '55'
682 s_tag: '550'
683 service_type: 'mcast'
684 uni_id: 3
685 tp_id: '66'
686 - onu: 'BBSM000b0002'
687 olt: 'BBSIM_OLT_11'
688 c_tag: '907'
689 s_tag: '901'
690 service_type: 'hsia'
691 uni_id: 4
692 tp_id: '64'
693 - onu: 'BBSM000b0002'
694 olt: 'BBSIM_OLT_11'
695 c_tag: '444'
696 s_tag: '333'
697 uni_id: 4
698 service_type: 'voip'
699 tp_id: '65'
700 - onu: 'BBSM000b0002'
701 olt: 'BBSIM_OLT_11'
702 c_tag: '55'
703 s_tag: '555'
704 service_type: 'vod'
705 uni_id: 4
706 tp_id: '66'
707 - onu: 'BBSM000b0002'
708 olt: 'BBSIM_OLT_11'
709 c_tag: '55'
710 s_tag: '550'
711 service_type: 'mcast'
712 uni_id: 4
713 tp_id: '66'
714 - onu: 'BBSM000b0101'
715 olt: 'BBSIM_OLT_11'
716 c_tag: '908'
717 s_tag: '901'
718 service_type: 'hsia'
719 uni_id: 1
720 tp_id: '64'
721 - onu: 'BBSM000b0101'
722 olt: 'BBSIM_OLT_11'
723 c_tag: '444'
724 s_tag: '333'
725 uni_id: 1
726 service_type: 'voip'
727 tp_id: '65'
728 - onu: 'BBSM000b0101'
729 olt: 'BBSIM_OLT_11'
730 c_tag: '55'
731 s_tag: '555'
732 service_type: 'vod'
733 uni_id: 1
734 tp_id: '66'
735 - onu: 'BBSM000b0101'
736 olt: 'BBSIM_OLT_11'
737 c_tag: '55'
738 s_tag: '550'
739 service_type: 'mcast'
740 uni_id: 1
741 tp_id: '66'
742 - onu: 'BBSM000b0101'
743 olt: 'BBSIM_OLT_11'
744 c_tag: '909'
745 s_tag: '901'
746 service_type: 'hsia'
747 uni_id: 2
748 tp_id: '64'
749 - onu: 'BBSM000b0101'
750 olt: 'BBSIM_OLT_11'
751 c_tag: '444'
752 s_tag: '333'
753 uni_id: 2
754 service_type: 'voip'
755 tp_id: '65'
756 - onu: 'BBSM000b0101'
757 olt: 'BBSIM_OLT_11'
758 c_tag: '55'
759 s_tag: '555'
760 service_type: 'vod'
761 uni_id: 2
762 tp_id: '66'
763 - onu: 'BBSM000b0101'
764 olt: 'BBSIM_OLT_11'
765 c_tag: '55'
766 s_tag: '550'
767 service_type: 'mcast'
768 uni_id: 2
769 tp_id: '66'
770 - onu: 'BBSM000b0101'
771 olt: 'BBSIM_OLT_11'
772 c_tag: '910'
773 s_tag: '901'
774 service_type: 'hsia'
775 uni_id: 3
776 tp_id: '64'
777 - onu: 'BBSM000b0101'
778 olt: 'BBSIM_OLT_11'
779 c_tag: '444'
780 s_tag: '333'
781 uni_id: 3
782 service_type: 'voip'
783 tp_id: '65'
784 - onu: 'BBSM000b0101'
785 olt: 'BBSIM_OLT_11'
786 c_tag: '55'
787 s_tag: '555'
788 service_type: 'vod'
789 uni_id: 3
790 tp_id: '66'
791 - onu: 'BBSM000b0101'
792 olt: 'BBSIM_OLT_11'
793 c_tag: '55'
794 s_tag: '550'
795 service_type: 'mcast'
796 uni_id: 3
797 tp_id: '66'
798 - onu: 'BBSM000b0101'
799 olt: 'BBSIM_OLT_11'
800 c_tag: '911'
801 s_tag: '901'
802 service_type: 'hsia'
803 uni_id: 4
804 tp_id: '64'
805 - onu: 'BBSM000b0101'
806 olt: 'BBSIM_OLT_11'
807 c_tag: '444'
808 s_tag: '333'
809 uni_id: 4
810 service_type: 'voip'
811 tp_id: '65'
812 - onu: 'BBSM000b0101'
813 olt: 'BBSIM_OLT_11'
814 c_tag: '55'
815 s_tag: '555'
816 service_type: 'vod'
817 uni_id: 4
818 tp_id: '66'
819 - onu: 'BBSM000b0101'
820 olt: 'BBSIM_OLT_11'
821 c_tag: '55'
822 s_tag: '550'
823 service_type: 'mcast'
824 uni_id: 4
825 tp_id: '66'
826 - onu: 'BBSM000b0102'
827 olt: 'BBSIM_OLT_11'
828 c_tag: '912'
829 s_tag: '901'
830 service_type: 'hsia'
831 uni_id: 1
832 tp_id: '64'
833 - onu: 'BBSM000b0102'
834 olt: 'BBSIM_OLT_11'
835 c_tag: '444'
836 s_tag: '333'
837 uni_id: 1
838 service_type: 'voip'
839 tp_id: '65'
840 - onu: 'BBSM000b0102'
841 olt: 'BBSIM_OLT_11'
842 c_tag: '55'
843 s_tag: '555'
844 service_type: 'vod'
845 uni_id: 1
846 tp_id: '66'
847 - onu: 'BBSM000b0102'
848 olt: 'BBSIM_OLT_11'
849 c_tag: '55'
850 s_tag: '550'
851 service_type: 'mcast'
852 uni_id: 1
853 tp_id: '66'
854 - onu: 'BBSM000b0102'
855 olt: 'BBSIM_OLT_11'
856 c_tag: '913'
857 s_tag: '901'
858 service_type: 'hsia'
859 uni_id: 2
860 tp_id: '64'
861 - onu: 'BBSM000b0102'
862 olt: 'BBSIM_OLT_11'
863 c_tag: '444'
864 s_tag: '333'
865 uni_id: 2
866 service_type: 'voip'
867 tp_id: '65'
868 - onu: 'BBSM000b0102'
869 olt: 'BBSIM_OLT_11'
870 c_tag: '55'
871 s_tag: '555'
872 service_type: 'vod'
873 uni_id: 2
874 tp_id: '66'
875 - onu: 'BBSM000b0102'
876 olt: 'BBSIM_OLT_11'
877 c_tag: '55'
878 s_tag: '550'
879 service_type: 'mcast'
880 uni_id: 2
881 tp_id: '66'
882 - onu: 'BBSM000b0102'
883 olt: 'BBSIM_OLT_11'
884 c_tag: '914'
885 s_tag: '901'
886 service_type: 'hsia'
887 uni_id: 3
888 tp_id: '64'
889 - onu: 'BBSM000b0102'
890 olt: 'BBSIM_OLT_11'
891 c_tag: '444'
892 s_tag: '333'
893 uni_id: 3
894 service_type: 'voip'
895 tp_id: '65'
896 - onu: 'BBSM000b0102'
897 olt: 'BBSIM_OLT_11'
898 c_tag: '55'
899 s_tag: '555'
900 service_type: 'vod'
901 uni_id: 3
902 tp_id: '66'
903 - onu: 'BBSM000b0102'
904 olt: 'BBSIM_OLT_11'
905 c_tag: '55'
906 s_tag: '550'
907 service_type: 'mcast'
908 uni_id: 3
909 tp_id: '66'
910 - onu: 'BBSM000b0102'
911 olt: 'BBSIM_OLT_11'
912 c_tag: '915'
913 s_tag: '901'
914 service_type: 'hsia'
915 uni_id: 4
916 tp_id: '64'
917 - onu: 'BBSM000b0102'
918 olt: 'BBSIM_OLT_11'
919 c_tag: '444'
920 s_tag: '333'
921 uni_id: 4
922 service_type: 'voip'
923 tp_id: '65'
924 - onu: 'BBSM000b0102'
925 olt: 'BBSIM_OLT_11'
926 c_tag: '55'
927 s_tag: '555'
928 service_type: 'vod'
929 uni_id: 4
930 tp_id: '66'
931 - onu: 'BBSM000b0102'
932 olt: 'BBSIM_OLT_11'
933 c_tag: '55'
934 s_tag: '550'
935 service_type: 'mcast'
936 uni_id: 4
937 tp_id: '66'
938
939 dst:
940 - ip: null
941 - ip: null
942 - ip: null
943 - ip: null
944 - ip: null
945 - ip: null
946 - ip: null
947 - ip: null
948 - ip: null
949 - ip: null
950 - ip: null
951 - ip: null
952 - ip: null
953 - ip: null
954 - ip: null
955 - ip: null
956 - ip: null
957 - ip: null
958 - ip: null
959 - ip: null
960 - ip: null
961 - ip: null
962 - ip: null
963 - ip: null
964 - ip: null
965 - ip: null
966 - ip: null
967 - ip: null
968 - ip: null
969 - ip: null
970 - ip: null
971 - ip: null
972 - ip: null
973 - ip: null
974 - ip: null
975 - ip: null
976 - ip: null
977 - ip: null
978 - ip: null
979 - ip: null
980 - ip: null
981 - ip: null
982 - ip: null
983 - ip: null
984 - ip: null
985 - ip: null
986 - ip: null
987 - ip: null
988 - ip: null
989 - ip: null
990 - ip: null
991 - ip: null
992 - ip: null
993 - ip: null
994 - ip: null
995 - ip: null
996 - ip: null
997 - ip: null
998 - ip: null
999 - ip: null
1000 - ip: null
1001 - ip: null
1002 - ip: null
1003 - ip: null
1004 - ip: null
1005 - ip: null
1006 - ip: null
1007 - ip: null
1008 - ip: null
1009 - ip: null
1010 - ip: null
1011 - ip: null
1012 - ip: null
1013 - ip: null
1014 - ip: null
1015 - ip: null
1016 - ip: null
1017 - ip: null
1018 - ip: null
1019 - ip: null
1020 - ip: null
1021 - ip: null
1022 - ip: null
1023 - ip: null
1024 - ip: null
1025 - ip: null
1026 - ip: null
1027 - ip: null
1028 - ip: null
1029 - ip: null
1030 - ip: null
1031 - ip: null
1032 - ip: null
1033 - ip: null
1034 - ip: null
1035 - ip: null
1036 - ip: null
1037 - ip: null
1038 - ip: null
1039 - ip: null
1040 - ip: null
1041 - ip: null
1042 - ip: null
1043 - ip: null
1044 - ip: null
1045 - ip: null
1046 - ip: null
1047 - ip: null
1048 - ip: null
1049 - ip: null
1050 - ip: null
1051 - ip: null
1052 - ip: null
1053 - ip: null
1054 - ip: null
1055 - ip: null
1056 - ip: null
1057 - ip: null
1058 - ip: null
1059 - ip: null
1060 - ip: null
1061 - ip: null
1062 - ip: null
1063 - ip: null
1064 - ip: null
1065 - ip: null
1066 - ip: null
1067 - ip: null