Hello,
I am trying to configure my mikrotik RB5009 with an FS.com SFP GPON module (FS ONU-34-20BI) with my ISP. I already have a configuration working using the ISP ONT connected on one of the ethernet ports.
I managed to configure the SFP module with the help of a local community forum that specialises with setting up custom router/ont setups with this particular ISP. The GPON I am using is known to work with this ISP and in fact I used to use it with another OpenWRT based router.
Now, everything seems to be up (fiber connection, ISP vlans etc) but the DHCP client can’t get an IP address and stays on “Searching…”. I can see in the logs (interface sniff below) DHCP traffic between the ISP server and the RB5009 but the packets seems to be tagged.
After some research it seems to be a CoS tag but it seems I can’t set up vlan-priority tagging directly on the SFP interface because the hardware doesn’t support it.
Anybody can give me some hints on what I could do in my case?
[admin@MikroTik] > /tool sniffer quick interface=sfp-sfpplus1
Columns: INTERFACE, TIME, NUM, DIR, SRC-MAC, DST-MAC, VLAN, SRC-ADDRESS, DST-ADDRESS
INTERFACE TIME NUM DIR SRC-MAC DST-MAC VLAN SRC-ADDRESS DST-ADDRESS
sfp-sfpplus1 1.103 1 -> 6C:61:F4:0B:76:28 FF:FF:FF:FF:FF:FF 0.0.0.0:68 (bootpc) 255.255.255.255:67 (bootps)
sfp-sfpplus1 1.175 2 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 1.175 3 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 4.607 4 -> 6C:61:F4:0B:76:28 FF:FF:FF:FF:FF:FF 0.0.0.0:68 (bootpc) 255.255.255.255:67 (bootps)
sfp-sfpplus1 4.686 5 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 4.687 6 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 7.955 7 -> 6C:61:F4:0B:76:28 FF:FF:FF:FF:FF:FF 0.0.0.0:68 (bootpc) 255.255.255.255:67 (bootps)
sfp-sfpplus1 8.014 8 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 8.021 9 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 9.487 10 -> 6C:61:F4:0B:76:28 FF:FF:FF:FF:FF:FF 0.0.0.0:68 (bootpc) 255.255.255.255:67 (bootps)
sfp-sfpplus1 9.559 11 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)
sfp-sfpplus1 9.559 12 <- 68:AB:09:76:40:01 FF:FF:FF:FF:FF:FF 0:6 93.31.207.1:67 (bootps) 255.255.255.255:68 (bootpc)