Joey Armstrong | 2ff3a76 | 2024-04-16 18:03:56 -0400 | [diff] [blame^] | 1 | --- |
Elia Battiston | a966654 | 2022-03-17 15:45:45 +0100 | [diff] [blame] | 2 | |
Joey Armstrong | 2ff3a76 | 2024-04-16 18:03:56 -0400 | [diff] [blame^] | 3 | # Contains a description of the services that needs to be |
| 4 | # created for each UNI and the corresponding tagging scheme |
| 5 | # |
Elia Battiston | a966654 | 2022-03-17 15:45:45 +0100 | [diff] [blame] | 6 | # The service names used in this file are mandatory |
| 7 | # for FTTB to work correctly. |
| 8 | # DPU_MGMT_TRAFFIC is used in bbsim to detect when the sTag |
| 9 | # must be used for DHCP packets instead of the cTag, and the |
| 10 | # Olt app has custom behavior that is triggered by each of |
| 11 | # these names. |
Joey Armstrong | 2ff3a76 | 2024-04-16 18:03:56 -0400 | [diff] [blame^] | 12 | # |
Elia Battiston | a966654 | 2022-03-17 15:45:45 +0100 | [diff] [blame] | 13 | # DT FTTB |
| 14 | workflow: dt-fttb |
Joey Armstrong | 2ff3a76 | 2024-04-16 18:03:56 -0400 | [diff] [blame^] | 15 | services: |
| 16 | - name: FTTB_SUBSCRIBER_TRAFFIC |
| 17 | c_tag: 101 |
| 18 | c_tag_allocation: unique |
| 19 | s_tag: 3101 |
| 20 | s_tag_allocation: unique |
| 21 | tp_id: 64 |
| 22 | - name: DPU_ANCP_TRAFFIC |
| 23 | c_tag: 4 |
| 24 | c_tag_allocation: shared |
| 25 | s_tag: 40 |
| 26 | s_tag_allocation: shared |
| 27 | us_pon_s_tag_priority: 7 |
| 28 | tp_id: 64 |
| 29 | - name: DPU_MGMT_TRAFFIC |
| 30 | c_tag: 6 |
| 31 | c_tag_allocation: shared |
| 32 | s_tag: 60 |
| 33 | s_tag_allocation: shared |
| 34 | us_pon_c_tag_priority: 3 |
| 35 | us_pon_s_tag_priority: 7 |
| 36 | tp_id: 64 |
| 37 | enable_mac_learning: true |
| 38 | needs_dhcp: true |
| 39 | |
| 40 | # ----------------------------------------------------------------------- |
| 41 | # Copyright 2022-2024 Open Networking Foundation Contributors |
| 42 | # |
| 43 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 44 | # you may not use this file except in compliance with the License. |
| 45 | # You may obtain a copy of the License at |
| 46 | # |
| 47 | # http:#www.apache.org/licenses/LICENSE-2.0 |
| 48 | # |
| 49 | # Unless required by applicable law or agreed to in writing, software |
| 50 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 51 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 52 | # See the License for the specific language governing permissions and |
| 53 | # limitations under the License. |
| 54 | # ----------------------------------------------------------------------- |
| 55 | # SPDX-FileCopyrightText: 2022-2024 Open Networking Foundation Contributors |
| 56 | # SPDX-License-Identifier: Apache-2.0 |
| 57 | # ----------------------------------------------------------------------- |