| Matteo Scandolo | 6402d36 | 2020-08-24 12:31:06 -0700 | [diff] [blame] | 1 | --- |
| 2 | servicesConfig: | ||||
| 3 | workflow: tt | ||||
| 4 | services: | ||||
| 5 | - name: hsia | ||||
| 6 | uni_tag_match: 35 | ||||
| 7 | c_tag: 900 | ||||
| 8 | c_tag_allocation: unique | ||||
| 9 | s_tag: ":TAG:" | ||||
| 10 | s_tag_allocation: shared | ||||
| 11 | tp_id: 64 | ||||
| 12 | - name: voip | ||||
| 13 | uni_tag_match: 65 | ||||
| 14 | c_tag: 444 | ||||
| 15 | c_tag_allocation: shared | ||||
| 16 | s_tag: 333 | ||||
| 17 | s_tag_allocation: shared | ||||
| 18 | needs_dhcp: true | ||||
| 19 | tp_id: 65 | ||||
| 20 | configure_mac_address: true | ||||
| 21 | us_pon_c_tag_priority: 7 | ||||
| 22 | us_pon_s_tag_priority: 7 | ||||
| 23 | ds_pon_c_tag_priority: 7 | ||||
| 24 | ds_pon_s_tag_priority: 7 | ||||
| 25 | - name: vod | ||||
| 26 | uni_tag_match: 55 | ||||
| 27 | c_tag: 55 | ||||
| 28 | c_tag_allocation: shared | ||||
| 29 | s_tag: 555 | ||||
| 30 | s_tag_allocation: shared | ||||
| 31 | needs_dhcp: true | ||||
| 32 | needs_igmp: true | ||||
| 33 | tp_id: 66 | ||||
| 34 | configure_mac_address: true | ||||
| 35 | us_pon_c_tag_priority: 5 | ||||
| 36 | us_pon_s_tag_priority: 5 | ||||
| 37 | ds_pon_c_tag_priority: 5 | ||||
| 38 | ds_pon_s_tag_priority: 5 | ||||
| 39 | # NOTE: the multicast service must be called MC unless you set | ||||
| 40 | # 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: 550 | ||||
| 45 | s_tag_allocation: shared | ||||
| 46 | tp_id: 66 | ||||
| 47 | ds_pon_c_tag_priority: 5 | ||||
| 48 | ds_pon_s_tag_priority: 5 | ||||