Connect new PPPOE with VLAN provided by ISP

My current physical VyOS Helium 1.1.5 have 3 PPPOE for Internet load balancing. ISP – VYOS – Firewall – Internal Network.
My ISP provider just given me new PPPOE with login credential and VLAN id 189. I try to hook my Ubuntu laptop and PPPOE connect to ISP succeed with that information. But it not work on Vyos box.
On my VyOS box I configure ethernet interface eth5 with these command

set interfaces ethernet eth5 vif 189 pppoe 4 user-id myuser_id set interfaces ethernet eth5 vif 189 pppoe 4 password my_password set interfaces ethernet eth5 vif 189 pppoe 4 name-server auto set interfaces ethernet eth5 vif 189 pppoe 4 mtu 1492 set interfaces ethernet eth5 vif 189 pppoe 4 default-route auto commit

With show interface command, it seam already up

eth5 - u/u eth5.189 - u/u

connect interface pppoe4 Interface pppoe4: Connection is being established.

show interfaces pppoe pppoe4: Coming up

I don’t know why it always comming up but never up, it can not get any IP address from my ISP (DHCP).
Is there any way to troubleshooting it? Do I need to do anything further to make it work?