What's new

Disable STP in stock

  • 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!

Does anyone know the SSH code to disable STP in the stock firmware?
 
I ran that nvram grep command and nothing happened
It works. I have the RT-AX86U with stock firmware and it works.

To see the status of STP:
nvram show | grep stp

If both lan_stp and lan1_stp are 1, it means that the Spanning Tree Protocol (STP) is on. To disable STP:
nvram set lan_stp=0
nvram commit
nvram set lan1_stp=0
nvram commit

To see the status of STP:
nvram show | grep stp

Both both lan_stp and lan1_stp should now be 0, which indicates that STP is disabled.
 
Speeds up the router a little - I think it enables another nat accel
No it doesn't. Those posts you are quoting are from years ago and refer to a completely different router with different hardware and a completely different generation of firmware.
 
No it doesn't. Those posts you are quoting are from years ago and refer to a completely different router with different hardware and a completely different generation of firmware.
Merlin confirmed himself and I’ve ran speed tests and it gives me a boost
 
That's a post from 2015!

As I said before it's discussing an issue with completely different hardware and completely different firmware. None of that is relevant to the router you have.
 

Latest threads

Sign Up For SNBForums Daily Digest

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