Hello, thankyou for your answer!
Yes, the configuration is invalid, I understand that is a general rule that different subinterfaces are unable to match the same tag. The question for me is how to avoid that, I mean, my customer use always vlan 814, in the CPE at the home. So I have MPLS L2VC all with the same VLAN but coming from different location, so different MPLS circuits. I need to retag the 814 from my customer in order to accomodate them in a different subinterface. So I need to take the 814 retag in order to avoid the conflict.
I'm doing a migration from a Cisco device where I do something like this:
!
interface TenGigE0/0/2/1.2 l2transport
encapsulation dot1q 157
rewrite ingress tag translate 1-to-1 dot1q 814 symmetric
!
as you see I remove the 814 and insert the 157 so I can have many subinterfaces. I know that this is a l2 interface, but this is an example.