I have the Turris 2.5G SFP module but can’t change auto nego as 2500 is not in the supported and advertised lists
Settings for eth2:
Supported ports: [ TP ]
Supported link modes: 10baseT/Full
100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Full
100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 2500Mb/s
Duplex: Full
Port: MII
PHYAD: 22
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: d
Wake-on: d
Link detected: yes
Please bear with me, if I missed the relevant post, but how can I attach a TO or MOX to a SFP±port, for example a Intel 82599 or a Mikrotik CRS309 (so using fibre modules+cabling)?
are there any tested 2,5GBE-modules available (not stated in official wiki)?
which DAC (active or passive) could be used?
If buying a RTROM01-RTSF-10G (so using copper instead of fibre) one would
pay ~80€ + need to buy an additional S+RJ10 at ~60€ compared to ~20-40€ for a DAC-cable
As reported by @einstein in this thread, the following AON-module is working (ISP Stadtwerke Ludwigsburg, VLAN-ID 7) with Turris Omnia v6.0.3:
Generic Compatible 1000BASE-BX BiDi SFP 1310nm-TX/1490nm-RX 10km DOM Simplex LC SMF Transceiver Module
hint: the attributes are the very same as for Deutsche Glasfaser, I will test a respective internet connection later this year with this module and update this post and the wiki accordingly.
Have been running this SFP in a MOX D as wan uplink to a local switch since TOS 5x without issues.
Stable as a rock and not much heat (as compared to some copper variants I tested)
I also had a “no name” single mode aon sfp from “https://www.direktronik[.]se/” working directly on the fiber (no isp cpe). (probably not supported by the ISP though)
Will se If I can find it.
Would you please add it to the community wiki, so it is only in one place? It will help users to know which SFP module is confirmed to be working by the community instead of searching for it in multiple places.
Hi Guys, could you please remove the green checkbox next to TOS 4.0 and 5.0 for the Allnet ALL4781-VDSL2-SFP
There are numerous reports on the forum that this SFP modules is unstable in the newer TOS versions.
Please check: Allnet ALL4781-VDSL2-SFP
Hey has anyone tried this GPON ONU stick from FS.com yet? https://www.fs.com/products/133619.html I’m thinking of trying it to replace the Huawei EchoLife HG8010H ONT from my ISP. (In Ireland, it was installed by OpenEir and originally connected to Eir. I’m now subscribed to Digiweb and they didn’t change anything about the ONT. But Eir was a straight ethernet connection with VLAN 10, Digiweb is PPPoE on VLAN 10.)
No issues really. I thought I read somewhere on the Huawei website that this ONT has reached End of Service but I can’t find that link any more. Also the FS com SFP would support 2.5Gbit downlink, and this ONT is 1Gbit only. I guess I’m just looking for an excuse to tinker with the SFP port.
Yes, I’m using that one with a German ISP (PYUR) that does mere MAC-address-based allow-listing + IPv4-only DHCP.
Here’s the gist of what I did:
# on Turris, switch from PHY to SFP
ln -sf armada-385-turris-omnia-sfp.dtb /boot/dtb
# reset with
#ln -sf armada-385-turris-omnia-phy.dtb /boot/dtb
# needs reboot to take effect
reboot
# check everything works
ethtool -m eth2
# Create interface with static IP 192.168.1.100/24 on eth2
# next, login to ONU SFP's OpenWrt
# the password is hardcoded and the key alg is not considered secure by Fedora
sshpass -p '7sp!lwUBz1' ssh -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa ONTUSER@192.168.1.10
# set your Turris as gateway
root@SFP:/home/ONTUSER# fw_setenv gatewayip 192.168.1.100
# show ONT serial_number
root@SFP:/home/ONTUSER# onu gtcsng
# errorcode=0 serial_number=PMACXXXXXXXX
# show ONT pw
root@SFP:/home/ONTUSER# onu gtcpg
#errorcode=0 password=0000000000
# show ONT state (should be 5)
root@SFP:/home/ONTUSER# onu ploamsg
#errorcode=0 curr_state=5