03-08-2023 06:42 PM
Hi everyone,
I hope you're all doing well.
Does anyone know how to set the MTU on the R500 AP via CLI?
I have done this before years ago but cant remember how to do it.
Solved! Go to Solution.
03-09-2023 12:57 AM
Hi @bnelSA,
If my understanding is correct you are using Unleashed in the network.
In that case, try below commands, it should work:
ruckus> en
ruckus# ap-mode
You have all rights in this mode.
ruckus(ap-mode)# set mtu eth0 1200
Regards,
Vasanth Edward
03-09-2023 12:51 AM
I tried but it doesn’t seem to work.
I keep getting command not recognised. How do I get into rkscli?
when I ssh into device, tried from there. Tried enable, config and system. Same result
03-09-2023 12:57 AM
Hi @bnelSA,
If my understanding is correct you are using Unleashed in the network.
In that case, try below commands, it should work:
ruckus> en
ruckus# ap-mode
You have all rights in this mode.
ruckus(ap-mode)# set mtu eth0 1200
Regards,
Vasanth Edward
03-09-2023 12:58 AM
That’s the part I was missing. Thank you so much Vasanth.