Elia Battiston | a966654 | 2022-03-17 15:45:45 +0100 | [diff] [blame] | 1 | # Contains a description of the services that needs to be created for each UNI and the corresponding tagging scheme |
| 2 | |
| 3 | # The service names used in this file are mandatory |
| 4 | # for FTTB to work correctly. |
| 5 | # DPU_MGMT_TRAFFIC is used in bbsim to detect when the sTag |
| 6 | # must be used for DHCP packets instead of the cTag, and the |
| 7 | # Olt app has custom behavior that is triggered by each of |
| 8 | # these names. |
| 9 | |
| 10 | # DT FTTB |
| 11 | workflow: dt-fttb |
| 12 | services: |
| 13 | - name: FTTB_SUBSCRIBER_TRAFFIC |
| 14 | c_tag: 101 |
| 15 | c_tag_allocation: unique |
| 16 | s_tag: 3101 |
| 17 | s_tag_allocation: unique |
| 18 | tp_id: 64 |
| 19 | - name: DPU_ANCP_TRAFFIC |
| 20 | c_tag: 4 |
| 21 | c_tag_allocation: shared |
| 22 | s_tag: 40 |
| 23 | s_tag_allocation: shared |
| 24 | us_pon_s_tag_priority: 7 |
| 25 | tp_id: 64 |
| 26 | - name: DPU_MGMT_TRAFFIC |
| 27 | c_tag: 6 |
| 28 | c_tag_allocation: shared |
| 29 | s_tag: 60 |
| 30 | s_tag_allocation: shared |
| 31 | us_pon_c_tag_priority: 3 |
| 32 | us_pon_s_tag_priority: 7 |
| 33 | tp_id: 64 |
| 34 | enable_mac_learning: true |
| 35 | needs_dhcp: true |