What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Asus RT-BE88U MTU 1508

PeterParker

New Around Here
Hi guys,

I bought an Asus RT-BE88U, I really like this router, and I was wondering if the new BE routers from Asus can do MTU 1508 over PPPOE with baby jumbo frames? My ISP is Telus, but last mile carrier is Bell and they are using PPPOE with VLAN 40. So I was wondering if I could achieve that with the new routers. I had an RT-AX86U and I didn't support that.

Thanks a lot!
 
You could try 1508 as the setting is there but, along with fragmentation, what are you going to gain over 1492?
 
Thank you for the link, but my internet does not appears to be throttled. Also OP talks about the RT-AX88U, but I have the RT-BE88U.
Since his last mile carrier/implementation appeared to be the same, maybe read his other threads or contact him for insights.
 
Hi,

I have a good news, i just tested the Asus RT-BE88U and I manually enabled baby jumbo frame and it is working.

I previously tested with the AX88U and the driver won't allowed any MTU higher than 1500 which is required for baby jumbo frame (we must set the wan to 1508).


Here the config that you need to manually set using SSH to enable baby jumbo frame on the Asus RT-BE88U

Code:
nvram set wan0_pppoe_mru=1500
nvram set wan0_pppoe_mtu=1500
nvram set wan1_pppoe_mru=1500
nvram set wan1_pppoe_mtu=1500
nvram set wan_pppoe_mru=1500
nvram set wan_pppoe_mtu=1500
nvram set wan_mtu=1508
nvram set wan0_mtu=1508

# Save the changes
nvram commit

# Reboot the router to apply changes
reboot

After that you are on using 1500 MTU on pppoe link

on Bell 3 gbps I get around 50 mbps more speed



Here is the config after restart :

1740579851546.png


@RMerlin do you think the range MTU, MRU and the WAN MTU range can be updated / changed to allow higher settings (Note that I only tested with BE88U other router probably doesnt work)


Best,
 
Here is my final result, I can now ping without fragmentation with a packet size of 1472 (which is an MTU of 1500)
1740580433955.png
 
Hi,

I have a good news, i just tested the Asus RT-BE88U and I manually enabled baby jumbo frame and it is working.

I previously tested with the AX88U and the driver won't allowed any MTU higher than 1500 which is required for baby jumbo frame (we must set the wan to 1508).


Here the config that you need to manually set using SSH to enable baby jumbo frame on the Asus RT-BE88U

Code:
nvram set wan0_pppoe_mru=1500
nvram set wan0_pppoe_mtu=1500
nvram set wan1_pppoe_mru=1500
nvram set wan1_pppoe_mtu=1500
nvram set wan_pppoe_mru=1500
nvram set wan_pppoe_mtu=1500
nvram set wan_mtu=1508
nvram set wan0_mtu=1508

# Save the changes
nvram commit

# Reboot the router to apply changes
reboot

After that you are on using 1500 MTU on pppoe link

on Bell 3 gbps I get around 50 mbps more speed



Here is the config after restart :

View attachment 64112

@RMerlin do you think the range MTU, MRU and the WAN MTU range can be updated / changed to allow higher settings (Note that I only tested with BE88U other router probably doesnt work)


Best,
This works for me as well. Thank you!
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top