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

bnelSA
New Contributor II

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 

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

That’s the part I was missing. Thank you so much Vasanth.