oscyp
New Around Here
OK folks, here is the last thing that you can check and was not described here.
Log in using SSH to your Asus router and hit the command:
You'll see two variables related to Spanning Tree Protocol (STP) set to 1.
Some guys said HERE that changing the option Spanning-Tree Protocol to "Disable" on the LAN - Switch Control tab will set lan_stp=0 and the other variable is some kind of a left-over not used by the firmware. Well... on my stock firmware 3.0.0.4.385_20632 there is no such option. But there is a way to change it via terminal:
I am not sure if the router restart is needed but I did it. Anyway, it changed... nothing. My max transfer was still caped to ~150mbps. So as a last resort I changed also the second variable to 0 and... TADAM! I got max speed provided by my ISP which is 300mbps. I hope this post would be helpful![Wink ;) ;)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f609.png)
Log in using SSH to your Asus router and hit the command:
Bash:
# nvram show | grep stp
size: 56434 bytes (9102 left)
lan_stp=1
lan1_stp=1
You'll see two variables related to Spanning Tree Protocol (STP) set to 1.
Some guys said HERE that changing the option Spanning-Tree Protocol to "Disable" on the LAN - Switch Control tab will set lan_stp=0 and the other variable is some kind of a left-over not used by the firmware. Well... on my stock firmware 3.0.0.4.385_20632 there is no such option. But there is a way to change it via terminal:
Bash:
# nvram set lan_stp=0
# nvram commit
# nvram show | grep stp
size: 20283 bytes (41157 left)
lan_stp=0
lan1_stp=1
I am not sure if the router restart is needed but I did it. Anyway, it changed... nothing. My max transfer was still caped to ~150mbps. So as a last resort I changed also the second variable to 0 and... TADAM! I got max speed provided by my ISP which is 300mbps. I hope this post would be helpful
![Wink ;) ;)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f609.png)