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-08-2023 07:19 PM - edited 03-08-2023 07:20 PM
Hi @bnelSA
Below is the format for setting the MTU on the AP CLI
set mtu {<ifname>|wan|l2tp|gre} <mtu value>
Example
set mtu eth0 1200
03-08-2023 08:13 PM
Hi sanjay_kumar
Thank you. And is this done from config mode?
03-08-2023 08:21 PM
Hi @bnelSA
This will be done from the normal cli mode (rkscli) which shows as below
rkscli: set mtu eth0 1200
03-08-2023 09:14 PM
Thank you