blob: ab67d38c5c6067459dbe077bbb4b42945c26437f [file] [log] [blame]
Joey Armstrong2ff3a762024-04-16 18:03:56 -04001---
Elia Battistona9666542022-03-17 15:45:45 +01002
Joey Armstrong2ff3a762024-04-16 18:03:56 -04003# Contains a description of the services that needs to be
4# created for each UNI and the corresponding tagging scheme
5#
Elia Battistona9666542022-03-17 15:45:45 +01006# 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 Armstrong2ff3a762024-04-16 18:03:56 -040012#
Elia Battistona9666542022-03-17 15:45:45 +010013# DT FTTB
14workflow: dt-fttb
Joey Armstrong2ff3a762024-04-16 18:03:56 -040015services:
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# -----------------------------------------------------------------------