你好,我看了一眼,这个交换机芯片用的是 AR8316, 也是千兆的。我觉得是没问题的,而且 OpenWrt 上说了这个是支持 VLAN CONFIG 的。但是我在网上没找到 datasheet, 所以不敢肯定。
然后我在网上搜了一下,看到:
The switch's vlan table can hold 4096 entries, but the driver limits it to 32 tracked entries. Using the full 4k entries makes the private data ~12kB big, and produces strange side effects like alignment errors. This might be a SLUB bug. If you need more than 32 entries, you can easily change the #define at the top of the ar8216.c.
要用上海的IPTV, 需要至少96个vlan entries. 所以可能还需要修改一下默认的驱动。总的来看,还是很有希望的。