Tagged VLAN and routing on CRS125

I'm trying to have untagged and tagged VLAN traffic on the same port on a CRS125 but look like that the CRS doesn't recognize any Tagged packet here's my config, I want ether5 to have untagged on VLAN 1 and tagged on VLAN80


interface/ethernet/switch/vlan

0 1 ether2 no yes no no none
ether3
ether5
switch1-cpu
1 80 ether2 no yes no no none
ether4
ether5
switch1-cpu

interface/ethernet

NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH

0 ether1 1500 D4:CA:6D:CE:33:B2 enabled none switch1
1 RS ether2 1500 D4:CA:6D:CE:33:B3 enabled none switch1
2 S ether3 1500 D4:CA:6D:CE:33:B4 enabled ether2 switch1
3 S ether4 1500 D4:CA:6D:CE:33:B5 enabled ether2 switch1
4 RS ether5 1500 D4:CA:6D:CE:33:B6 enabled ether2 switch1

interface/ethernet/switch/ingress-vlan-translation
0 ports=ether3 service-vlan-format=any customer-vlan-format=any
customer-vid=0 new-customer-vid=1 pcp-propagation=no sa-learning=yes

1 ports=ether4 service-vlan-format=any customer-vlan-format=any
customer-vid=0 new-customer-vid=80 pcp-propagation=no sa-learning=yes

2 ports=ether5 service-vlan-format=any customer-vlan-format=any
customer-vid=0 new-customer-vid=1 pcp-propagation=no sa-learning=yes

3 D ports=ether1,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,
ether14,ether15,ether16,ether17,ether18,ether19,ether20,ether21,ether22,
ether23,ether24,sfp1
service-vlan-format=any customer-vlan-format=any new-customer-vid=4095
pcp-propagation=no sa-learning=no


interface/ethernet/switch/egress-vlan-tag

VLAN-ID TAGGED-PORTS

0 1 switch1-cpu
1 80 switch1-cpu
2 D 4095


I have a phone which is tagging is packet on VLAN 80 connected to ether5 and CRS doesn't see it in this VLAN, what am I doing wrong there?