Sorry for the potentially dumb question, but i'm struggling to get UFB fiber from orcon working with a mikrotik 750GL.
I understand that all that's needed is a dhcp client on vlan 10 ? I can't for the life of me get that working. It's a pretty simple setup, just eth3 going to the ONT device, and eth2 going to a mikrotik switch.
My config is
[admin@MikroTik-RT] > ip dhcp-client export
/ip dhcp-client
add disabled=no interface=vlan10
[admin@MikroTik-RT] > interface export
/interface bridge
add admin-mac=00:60:64:D8:A2:8B auto-mac=no comment="created from master port" name=lan-br protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] disabled=yes
set [ find default-name=ether2 ] name=ether2-LAN
set [ find default-name=ether3 ] name=ether3-orcon
set [ find default-name=ether4 ] disabled=yes
set [ find default-name=ether5 ] disabled=yes
/interface vlan
add interface=ether3-orcon name=vlan10 vlan-id=10
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=lan-br interface=ether4
add bridge=lan-br interface=ether5
add bridge=lan-br interface=ether2-LAN
add bridge=lan-br interface=ether1
/interface list member
add interface=lan-br list=discover
add interface=ether3-orcon list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=lan-br list=mactel
add interface=ether3-orcon list=mactel
add interface=lan-br list=mac-winbox
add interface=ether4 list=mactel
add interface=ether3-orcon list=mac-winbox
add interface=ether5 list=mactel
add interface=ether4 list=mac-winbox
add interface=ether5 list=mac-winbox
If that config is all correct, all i can think it might be is firewalling on the vlan interface maybe ? I'm assuming i'd need to allow dhcp traffic on that interface rather than the eth3 device ? I haven't tried that yet but currently i can't get it to get a dhcp address so that's all i can think of right now. I'm at work so if anyone has any other suggestions do let me know and i'll give it a go tonight. The posts i've seen saying to use vlan 10 are from 2015 so just wanted to confirm i've not fallen at the first hurdle or something.