MT1300 WAN port not connecting

The WAN port on my MT1300 is not showing a link when I connect to a Meraki MS2010-48LP or the Ethernet port of a TDS Telecom fiber NID. I verified that the WAN port does work by connecting my laptop to it. I discovered that if use a Netgear GS308P to connect the MT1300 and the fiber NID, that works. This is not ideal, but at least I've got it working. Output of "logread -e link" shows "Interface 'wan' has link connectivity loss". Looks like the MT1300 has some sort of hardware handshake issue with my two devices. Are there any configuration changes I can make?

Firmware v4.3.19
Architecture: MediaTek MT7621 ver:1 eco:3
OpenWrt 22.03.4 r20123-38ccc47687
Kernel Version: 5.10.176

Try these commands in the SSH:

#Check the WAN interface name
ifconfig
#If the WAN is eth1 (Subject to actual conditions), and fixed to 100Mbps
​ethtool -s eth1 speed 100 duplex full

The WAN link is connected at 1Gbps when I have it in the Netgear switch. The WAN interface device is "wan" so I set it using:

ethtool -s wan speed 1000 duplex full

I verified this still works when in the Netgear switch. I then connected the WAN port directly to the fiber Internet and it doesn't link up. The ifconfig shows:

ifconfig

br-lan Link encap:Ethernet HWaddr 94:83:C4:16:7E:21
inet addr:192.168.8.1 Bcast:192.168.8.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:154282 errors:0 dropped:0 overruns:0 frame:0
TX packets:146996 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:39572539 (37.7 MiB) TX bytes:281472733 (268.4 MiB)

eth0 Link encap:Ethernet HWaddr 94:83:C4:16:7E:21
inet6 addr: fe80::9683:c4ff:fe16:7e21/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1504 Metric:1
RX packets:650420 errors:510 dropped:0 overruns:0 frame:0
TX packets:543944 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:359216652 (342.5 MiB) TX bytes:340376305 (324.6 MiB)
Interrupt:23

lan1 Link encap:Ethernet HWaddr 94:83:C4:16:7E:21
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lan2 Link encap:Ethernet HWaddr 94:83:C4:16:7E:21
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:166930 errors:0 dropped:43 overruns:0 frame:0
TX packets:146028 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:40078827 (38.2 MiB) TX bytes:281429918 (268.3 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1456 errors:0 dropped:0 overruns:0 frame:0
TX packets:1456 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:136120 (132.9 KiB) TX bytes:136120 (132.9 KiB)

wan Link encap:Ethernet HWaddr 94:83:C4:16:7E:20
inet addr:xx.xxx.xxx.254 Bcast:xx.xxx.xxx.255 Mask:255.255.255.252
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:483490 errors:0 dropped:0 overruns:0 frame:0
TX packets:272852 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:307430265 (293.1 MiB) TX bytes:45901553 (43.7 MiB)

wlan0 Link encap:Ethernet HWaddr 94:83:C4:16:7E:22
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:40139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:3943296 (3.7 MiB)

wlan1 Link encap:Ethernet HWaddr 94:83:C4:16:7E:23
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:40139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:3943296 (3.7 MiB)

How about the to fix 100 for the interface 'wan'?

And please export the syslog and PM me if the wan of MT1300 does not work with the fiber device.