Matteo Scandolo | 4a03626 | 2020-08-17 15:56:13 -0700 | [diff] [blame] | 1 | # Contains a description of the services that needs to be created for each UNI and the corresponding tagging scheme |
2 | |||||
3 | # TT | ||||
4 | workflow: tt | ||||
5 | services: | ||||
6 | - name: hsia | ||||
7 | uni_tag_match: 35 | ||||
8 | c_tag: 900 | ||||
9 | c_tag_allocation: unique | ||||
10 | s_tag: 900 | ||||
11 | s_tag_allocation: shared | ||||
12 | tp_id: 64 | ||||
13 | - name: voip | ||||
14 | uni_tag_match: 65 | ||||
15 | c_tag: 444 | ||||
16 | c_tag_allocation: shared | ||||
17 | s_tag: 333 | ||||
18 | s_tag_allocation: shared | ||||
19 | needs_dhcp: true | ||||
20 | tp_id: 65 | ||||
21 | configure_mac_address: true | ||||
22 | us_pon_c_tag_priority: 7 | ||||
23 | us_pon_s_tag_priority: 7 | ||||
24 | ds_pon_c_tag_priority: 7 | ||||
25 | ds_pon_s_tag_priority: 7 | ||||
26 | - name: vod | ||||
27 | uni_tag_match: 55 | ||||
28 | c_tag: 55 | ||||
29 | c_tag_allocation: shared | ||||
30 | s_tag: 555 | ||||
31 | s_tag_allocation: shared | ||||
32 | needs_dhcp: true | ||||
33 | needs_igmp: true | ||||
34 | tp_id: 66 | ||||
35 | configure_mac_address: true | ||||
36 | us_pon_c_tag_priority: 5 | ||||
37 | us_pon_s_tag_priority: 5 | ||||
38 | ds_pon_c_tag_priority: 5 | ||||
39 | ds_pon_s_tag_priority: 5 | ||||
40 | # NOTE: the multicast service must be called MC unless you set multicastServiceName to something else in org.opencord.olt.impl.Olt | ||||
41 | - name: MC | ||||
42 | c_tag: 55 | ||||
43 | c_tag_allocation: shared | ||||
44 | s_tag: 555 | ||||
45 | s_tag_allocation: shared | ||||
46 | tp_id: 66 | ||||
47 | ds_pon_c_tag_priority: 5 | ||||
48 | ds_pon_s_tag_priority: 5 |