cancel
Showing results for 
Search instead for 
Did you mean: 

Set MTU on Ruckus R500

bnelSA
New Contributor II

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.

 

1 ACCEPTED SOLUTION

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

View solution in original post

7 REPLIES 7

sanjay_kumar
RUCKUS Team Member

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

bnelSA
New Contributor II

Hi sanjay_kumar

Thank you. And is this done from config mode?

sanjay_kumar
RUCKUS Team Member

Hi @bnelSA 
This will be done from the normal cli mode (rkscli) which shows as below
rkscli: set mtu eth0 1200

bnelSA
New Contributor II

Thank you