Hi!
Transparent transmission of protocol packets in a VLAN
A company has multiple subsidiary companies. When the parent company communicates with a subsidiary company through the core switch, the core switch processes the packets before forwarding them. If multiple subsidiary companies communicate with the parent company simultaneously, processing capabilities of the core switch deteriorate. As a result, the communication efficiency is lowered and communication costs increases. Transparent transmission of protocol packets in a VLAN can be configured on the core switch to solve this problem.
As shown in the following figure, after transparent transmission of protocol packets in a VLAN is enabled, the Switch forwards data from the specified VLAN without sending the data to its CPU. This improves the processing efficiency, reduces communication costs, and minimizes the probability of malicious attacks on the Switch.

https://support.huawei.com/enterprise/en/doc/EDOC1000178168/63777a08/example-for-configuring-transparent-transmission-of-protocol-packets-in-a-vlan
VLAN Translation - Mapping
Two Layer 2 user networks in the same VLAN can be connected through a backbone network. To ensure Layer 2 connectivity between users, and to uniformly deploy Layer 2 protocols, the two user networks need to interwork seamlessly. However, the backbone network cannot directly transmit VLAN packets from the user networks, because the VLAN plans on the backbone and user networks are different.
To solve this problem, configure VLAN mapping. When VLAN packets from a user network enter the backbone network, an edge device on the backbone network changes the customer VLAN (C-VLAN) ID to the service VLAN (S-VLAN ID). After the packets are transmitted, the edge device reverts the VLAN ID change. This ensures seamless interworking between the two user networks. The other method is to configure a Layer 2 tunneling technology such as QinQ or VPLS to encapsulate VLAN packets into packets on the backbone network so that VLAN packets are transparently transmitted. However, this method increases extra cost because packets are encapsulated. In addition, Layer 2 tunneling technology may not support transparent transmission of packets of some protocol packets. The other method is to configure VLAN mapping. When VLAN packets from a user network enter the backbone network, an edge device on the backbone network changes the C-VLAN ID to the S-VLAN ID. After the packets are transmitted to the other side, the edge device changes the S-VLAN ID to the C-VLAN ID. This method implements seamless interworking between two user networks.
Configuring VLAN mapping on the switch connecting the two user networks allows a user to manage the two networks as a single Layer 2 network, despite the differing VLAN plans of the user networks.
Here you can consult some application scenarios for VLAN Mapping:
https://support.huawei.com/enterprise/en/doc/EDOC1000178168/ab608d15/application-scenarios-for-vlan-mapping.
Hope this helps you!