blob: 4b19ae34033ca2f7b032cd4c564f4ac441ae1184 [file] [log] [blame]
Elia Battistona1333642022-07-27 12:17:24 +00001<!--
2~ Copyright 2022-present Open Networking Foundation
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
16
17<!-- Provisions the ATT HSIA service defined in the default deployment of BBSIM -->
18
19<vlan-translation-profiles xmlns="urn:bbf:yang:bbf-l2-access-attributes">
20 <vlan-translation-profile>
21 <name>BBSM000a0001-1-hsia</name>
22 <ingress-rewrite>
23 <push-outer-tag>
24 <vlan-id>900</vlan-id>
25 </push-outer-tag>
26 <push-second-tag>
27 <vlan-id>900</vlan-id>
28 </push-second-tag>
29 </ingress-rewrite>
30 </vlan-translation-profile>
31</vlan-translation-profiles>
32<service-profiles xmlns="urn:bbf:yang:bbf-nt-service-profile">
33 <service-profile>
34 <name>BBSM000a0001-1-hsia</name>
35 <ports>
36 <port>
37 <name>BBSM000a0001-1</name>
38 <port-vlans>
39 <port-vlan>
40 <name>BBSM000a0001-1-hsia</name>
41 </port-vlan>
42 </port-vlans>
43 <technology-profile-id xmlns="urn:bbf:yang:bbf-nt-service-profile-voltha">64</technology-profile-id>
44 </port>
45 </ports>
46 </service-profile>
47</service-profiles>