RTL960x/Docs/2.5Gb.md

43 lines
3.0 KiB
Markdown
Raw Normal View History

2022-04-19 19:16:04 +00:00
# 2.5Gb Compatibility
2022-04-19 19:43:38 +00:00
In this list, help you to find and build 2.5Gbps ONU for your 1Gbps+ Fiber Subscription.
Main goal is to reduce bufferbloat due to flooding 1GbE Port.
2022-04-19 19:16:04 +00:00
Also useful for 2.5Gbps Subscriber who to want to replace stock ONU
2022-04-19 19:43:38 +00:00
## 2.5Gb Stick
2022-04-29 13:33:03 +00:00
| Stick | SoC | Note |
|-------|------|------|
| [V2801F](https://www.baudcom.com.cn/epon-gpon-onu-stick-sfp-module-with-mac-inside.html) | `RTL9601CI` | [`V2801F_V1.9.0-220425.tar`](../Firmware/V2801F/README.md) firmware |
| [TWCGPON657](https://item.taobao.com/item.htm?spm=a1z09.2.0.0.c0552e8d7UBYLF&id=597031866488) | `RTL9601CI` | |
| [UFiber Instant](https://store.ui.com/collections/operator-ufiber/products/uf-instant) | `RTL9601CI` | ⚠️ missing `2500Base-X` kernel support |
| [DFP-34X-2C2](https://www.aliexpress.com/item/1005003515662920.html) | `RTL9601D` | recommended |
2022-04-19 19:43:38 +00:00
2022-04-19 19:16:04 +00:00
## 2.5Gb Mode
RTL960x has 3 different 2.5Gb Mode:
2022-04-29 16:47:21 +00:00
| Command | Medium | Info |
|----------------------------|-------------|---------------------|
| `flash set LAN_SDS_MODE 4` | HiSGMII PHY | Layer 1 Transceiver |
| `flash set LAN_SDS_MODE 5` | HiSGMII MAC | Layer 2 Transceiver |
| `flash set LAN_SDS_MODE 6` | 2500Base-X | Fiber Transceiver |
2022-04-19 19:39:12 +00:00
2022-04-19 19:16:04 +00:00
## Device List
2022-10-29 03:12:06 +00:00
| Brand | Type | Model | 2.5Gb | Quirks |
2022-04-24 14:44:43 +00:00
|----------|--------|---------------------------|------------|--------|
2022-04-29 16:47:21 +00:00
| Mikrotik | Router | RB4011iGS+RM | ❌ | NEVER |
| Mikrotik | Router | RB5009UG+S+IN | ✔ | Since ROS [v7.7beta4](https://forum.mikrotik.com/viewtopic.php?t=190351#p964617), Disable Auto Nego, Fast Sync! |
2022-04-29 13:54:52 +00:00
| MIkrotik | Router | CCR2004-1G-12S+2XS | ✔ | `98PX1012`, [follow @stich86 tweaks](https://github.com/Anime4000/RTL960x/issues/17#issuecomment-1101435506)|
| Mikrotik | Switch | CRS305-1G-4S+IN | ✔ | [`98PX1012`](https://forum.mikrotik.com/viewtopic.php?t=185066#p929130), [follow @stich86 tweaks](https://github.com/Anime4000/RTL960x/issues/17#issuecomment-1101435506) |
| Marvell | Router | MACCHIATObin | ✔ | `flash set LAN_SDS_MODE 6` |
| TP-Link | Router | TL-XDR5480 | ✔ | ODI DFP-34X-2C2 as `220304` firmware |
| Dell | PCIe | BCM57810S 0Y40PH Y40PH | ✔ | Patched NVRAM, `4(HiSGMII PHY)` |
2022-08-18 08:37:17 +00:00
| Generic | Converter | [Realtek 2.5Gb Media Converter](https://www.aliexpress.com/item/1005004340369253.html) | ✔ | No tweak needed, [plug and play](https://github.com/Anime4000/RTL960x/blob/main/Docs/Images/2.5G%20Media%20Converter.png) <sup>found by @SantiagoSP</sup> |
2022-08-24 02:55:10 +00:00
| TP-Link | VPN Router | ER2260T | ✔ | [`flash set LAN_SDS_MODE 4`](https://github.com/Anime4000/RTL960x/issues/17#issuecomment-1225109484), <sup>found by [@randolphling](https://github.com/randolphling)</sup> |
2022-04-19 19:16:04 +00:00
# Contribute
If you have tried or experiment Stick on other device that support or not, please tell us so we can update [Device List](#device-list)
You can reply [this thread](https://github.com/Anime4000/RTL960x/issues/17) or open new issue
Thank You!