Hello, everyone!
Enable Layer 2 interworking using the VLAN service profile.
vlan service-profile profile-id 1 /// Configure a VLAN service profile.user-bridging enable /// Enable Layer 2 interworking.
commit /// Confirm and execute.Bind the VLAN to be configured for the port to the VLAN service profile.
vlan bind service-profile 100 profile-id 1Configure port data.
service-port vlan 100 eth 0/1/1 multi-service user-vlan untagged rx-cttr 6 tx-cttr 6
Thank you.


