PPPOE not connecting on RB2011

Firstly, apologies if this has been asked many times before, but I can’t seem to find a resolution to this
I’ve just received a RB2011 running RouterOS 5.14 and am trying to connect to my ISP via PPPOE

So, I configured the pppoe interface as follows

/interface pppoe-client 
  add name=pppoe-plusnet user=<username>@plusdsl.net password=<passwd> interface=ether10-plusnet \
  service-name="" disabled=no profile=default use-peer-dns=yes add-default-route=yes dial-on-demand=no

And I can see the following in the logs:

00:59:20 pppoe,ppp,info pppoe-plusnet: initializing...
00:59:20 pppoe,ppp,info pppoe-plusnet: dialing...
00:59:20 pppoe,debug,packet ether10-plusnet: sent PADI to FF:FF:FF:FF:FF:FF
00:59:20 pppoe,debug,packet     session-id=0x0000
00:59:20 pppoe,debug,packet     host-uniq=0x157
00:59:20 pppoe,debug,packet     service-name=
00:59:20 pppoe,debug,packet ether10-plusnet: sent PADI to FF:FF:FF:FF:FF:FF
00:59:20 pppoe,debug,packet     session-id=0x0000
00:59:20 pppoe,debug,packet     host-uniq=0x157
00:59:20 pppoe,debug,packet     service-name=
00:59:21 pppoe,debug,packet ether10-plusnet: sent PADI to FF:FF:FF:FF:FF:FF
00:59:21 pppoe,debug,packet     session-id=0x0000
00:59:21 pppoe,debug,packet     host-uniq=0x157
00:59:21 pppoe,debug,packet     service-name=
00:59:22 pppoe,ppp,info pppoe-plusnet: terminating... - disconnected
00:59:22 pppoe,ppp,debug pppoe-plusnet: LCP lowerdown
00:59:22 pppoe,ppp,debug pppoe-plusnet: LCP down event in initial state
00:59:22 pppoe,ppp,info pppoe-plusnet: disconnected

This was working a few days ago connecting via pfsense, so everything past the firewall should be working fine.

Does anyone have any suggestions on how to fix this?

Ignore this, I managed to fix it.
If anyone is interested, it was failing as there was previous switch / bridge configuration on there, fix was simply:


/interface ethernet set 9 master-port=none