Tákže rychlej dump toho co jsem dělal na T-Fiber. Sám provozuju nyní ten jejich hezkej EchoLife HG8145V5. K připojení stačí mikrotik s SFP šachtou ( stačí gigabit, já provozuju 10G a kolega se stejnou implementací RB4K)
Kolega šel cestou, kdy si koupil někde na bazaru transceiver ONU Huawei ma5671a. Nahlásil parametry a ty si TMCZ vložili do systému a instantně se to přihlásilo do sítě po zadání PPOE clienta na vlaně 2510
Konfigurace na MKT jednoduchá - Na interface vytvořit VLAN s id 2510 kde bude zapíchnutej ten transceiver, vytvořit PPOE (PPP=>Interface=>NEW) PPPOE client na interface VLAN2510
Víceméně vše v defaultu, kromě loginu a hesla a keepalive timeout 10.
Pokud dohodneš ID ONU z toho transceiveru s TMCZ (myslím že chtějí tyto parametry: 0: vendor name 1: vendor part number 2: vendor revision 3: serial number
7: vendor id of ONU-G OMCI ME )
Tak vlastně tímto jsi skončil a mělo by fungovat. PPPoe nahodí IP adresu z clienta. Stačí nastavit jen default routu / nebo si nastavit aby auto.
############## postup s vlastním transceiverem
Já jsem šel trošku složitější cestou - ma5671a má stejná střeva jako tento ONU
https://www.fs.com/products/133619.html.
GPON ONU Stick with MAC SFP 1310nm-TX/1490nm-RX 1.244G-TX/2.488G-RX Class B+ 20km DOM Simplex SC/APC SMF Optical Transceiver Module (Industrial)
a v recenzích jsem našel tento postup:
Works nicely even though a bit hot for my comfort(57-60C after operating for 2 days inside Mikrotik RB5009, without any cooling, during summer).
Replaced my ISP Huawei HG8247H router. Some instructions for Mikrotik RB5009(would recommend to setup the firewall first by connecting to one of the ISP router ethernet ports and then decide to put it directly on the internet):
1. Connect the module into SFP+ socket + connect ISP Fiber into the module(important), then do on Mikrotik:
1.1. IP -> Addresses -> Add. Address: 192.168.1.15/24, Network: 192.168.1.0, Interface: sfp-sfpplus1
1.2. Tools -> Telnet -> SSH. See SSH user/password here( if link down, try user: ONTUSER, pass: 7sp!lwUBz1 ) :
https://hack-gpon.org/ont-fs-com-gpon-o ... -with-mac/
2. Program the GPON stick(your serial number and MAC can usually be found on a label, on the ISP device - don't copy the ones in this Example):
set_serial_number HWTC956EABBA
uci set network.host.macaddr=98:3F:60:00:AB:BA
uci commit network.host.macaddr=98:3F:60:00:AB:BA
sfp_i2c -i 0 -s "HUAWEI"
sfp_i2c -i 1 -s "HG8247H"
sfp_i2c -i 2 -s "0001"
sfp_i2c -i 3 -s "48575443956EABBA"
sfp_i2c -i 7 -s "HWTC"
fw_setenv sgmii_mode
uci commit
reboot
3. Get an IP from the ISP. In my case, due to ISP offering VoIP services through VLAN separation, I had to get the Internet VLAN ID from the Huawei device(see WAN settings), which in my case was 35:
3.1. Add VLAN: Interfaces -> VLAN -> Add. Name: isp-vlan35, VLAN ID: 35, Interface: sfp-sfpplus1
3.2. Setup the DHCP Client, to get an IP from the ISP: IP -> DHCP Client -> Add(or change). Interface: isp-vlan35 or
#######################################################
Long story short - připoj do portu, na kterém máš L3 interface v 192.168.1.0/24,
ssh ONTUSER@192.168.1.10
změn parametry zmíněné výše - je dobré hodit si SFP_I2C -h (help) abys viděl co vlastně měníš
A ještě jedna věc - budeš muset přepočítat část SN 48575443 na HWTC a zbytek dolepit jako serial number a commandem správně poslat set_serial_number HWTC.....
If your former modem S/N is 16 numbers ( it is Hex format), then convert first 8 number to ASCII code, for example, your former HUAWEI modem S/N is 48575443********, then you need change 48575443 to HWTC (ASCII format), you will get O5 status.
Udělej interface VLAN 2510
vytoc ppoe clienta
uzivej funkcniho reseni, kde se tvuj ONU tvari jako jejich huawei
Jinak dobrý je změnit heslo k tomu ONTUSERovi

, takže podle návodu výše se můj transceiver ONU tváří jako ten huawei HG8145V5.
Ještě jedna rada, TURRIS se nemá rád s tímhle ONU transceiverem. Takže pokud je doma turris tak spíše hledat jiné řešení.