24 or 48 Port PoE+ Switch

I see that OpenWRT now supports multiport switches with DSA, and especially the realtek switches. Looking at the targets so far, it looks like only smaller 8-10 port PoE switches are supported. https://downloads.openwrt.org/releases/21.02.0/targets/realtek/generic/

Are there a switches that have
24-48 Copper Ports
Poe+ support
Fiber uplinks, prefer 10G SFP+
AC Power supplies

See ToH filtered for Switches

1 Like

Support for the ZyXEL GS1900-24HPv2 has been merged today:

Work on rtl839x and the non-PoE ZyXEL GS1900-48 is ongoing and seems to be progressing nicely:

The GS1900-48HP is likely based on this device and probably can be supported relatively easily as well.

Likewise the aforementioned PR paves the way for rtl9300 with 10 GBit/s support in the future as well.

Adding support for the rtl838x/ rtl839x based hardware revisions of the D-Link DGS-1210 model line with PoE features should be rather straight forward as well.

2 Likes

So which of these realtek lines would be the one that has PoE+, and 10G SFP+ Fiber ports? Which model would I be looking for?

Aliexpress have a lot of Chinese switches at a good price, but obviously the lack of reputable and constantly maintained firmware is an issue. I have after a 24 port switch with 10g uplinks too. It doesn't look like openwrt officially supports any of the Chinese brands. Anyone knows of a Chinese brand unofficially supported - based on ARM Cortex A9
e.g.
http://www.poeplus.com/shop/l3-10g-24-ports-poe-switch-101001000mbps-with-4-sfp-fiber-ports/

another question if i may, i see from that generic realtek list the netgear gs108tv3 and gs110tppv1 are both supported. (i have both). daft question, but what advantage to change from the netgear firmware to openwrt? i am using openwrt on my wireless access points, but specifically in the context of these larger switches

I would say cloud control and management would be two benefits of using OpenWRT vs the stock firmware that came with these switches. Usually the stock firmware runs really old and insecure linux kernels.

Indeed, the goal would be to find one of these cheap, low cost Chinese brands, and flash openwrt on it. Perhaps you could ask the seller if its realtek based chipset?

For the link I provided, they say the chipset is BCM53346 would that make sense for 24x1G + 4x10G

True, but Realtek also makes a similar chipset too that has this same port count.

I found a similar RTL-based PoE device with 2 plain SFPs (non +) on AX.

I found this: http://www.poeplus.com/?s=S3024P-4SE for $225 which is a good deal. Our L2 smart web managed Switch is RTL based(RTL9301, PSE chip HS104PTI and HS104PBI)

I know the RTL9301 someone mentioned would be fairly easy to support, but is the PSE chip HS104PTI and HS104PBI for PoE supported in OpenWRT?

What about the 10G SFP+ cages? I saw that those weren't yet supported.

@frollic Can you provide that link?

It was Alibaba, not AX :confused:

as usual, exact chipset isn't specified, all the devices below claim to use Realtek.

https://gxcom.en.alibaba.com/product/60696663548-805446741/Realtek_1000Mbps_Network_24_Ports_Poe_Ethernet_Switch_with_2_Gigabit_Combo_48V_for_Hikvision_IP_Camera.html

https://sunsoont.en.alibaba.com/product/62553957912-819783075/Factory_24_Ports_POE_switch_Full_Gigabit_PoE_Switch_with_2_SFP_Fiber_Ports_10_100_1000mbps_for_IP_Camera_up_to_400W_power_supply.html

https://www.cudytech.com/productinfo/1068574.html

http://www.hasivo.com/productnew/708-en.html

Depends on what kind of challenge you're looking for of course, but personally I'd buy whatever extra the ZyXEL GS1900-24HPv2 is if I were in the market for something like that. Supported in master, having a pre-soldered console header accessible without opening the case, manufactured with some quality control, and available from local stores. To me, each of those things are worth a lot.

1 Like

I was only answering the question, I have no intention of going down that rabbit hole myself :wink:

I am definitely not looking for a challenge. Do most of these switches require header / console access to load the openWRT image? I was hoping to just be able to login to the default web gui, and upload a file. Are there any switches that support this method?

When you say pre-soldered console header accessible without opening the case, what do you mean by this? Like does it have a console port like you see on enterprise grade switches, or how do you access this without opening the case? I looked at the pictures, and don't see anything noticeable.

Like this:

from commit message

  • UART: 1 serial header (J41) with populated standard pin connector on
    the left edge of the PCB, angled towards the side.
    The casing has a rectangular cutout on the side that provides
    external access to these pins.
    Pinout (front to back):
    + GND
    + TX
    + RX
    + VCC

Ah I have never dealt with UART, only regular serial console cable like on a Cisco or Juniper switch. What is the primary difference?