cancel
Showing results for 
Search instead for 
Did you mean: 

QoS Settings not persisting across reboots

Rucky860
New Contributor II

The other day I ran the following commands on my R650s with Unleashed 200.14.6.1.203:

enable
ap-mode
set qos igmp_query v2 enable
set qos igmp_query v3 enable
set qos mld_query v1 enable
set qos mld_query v2 enable
set qos eth0 mld enable
set qos eth1 mld enable
set qos eth0 directed multicast disable
set qos eth1 directed multicast disable
set qos directedRA disable
set qos directedDHCP disable
set qos forward_querier enable
quit

After both APs are rebooted, the following settings are NOT persisted:

get qos:

IGMP General Query V2/V3: Disabled/Disabled
MLD General Query V1/N2: Disabled/Disabled

get qos eth0/eth1:

Directed Multicast: Enabled

MID Snooping Mode: Disabled

1 ACCEPTED SOLUTION

Hi @Rucky860 

I found the reason, the config changes which you are making is from the "ap-mode" which is not exactly the Master CLI mode but the AP CLI mode. 
After making the changes, it will hold the config, but in fact it will saved as AP config and not in Master config. To save the config in the Master the settings as to be from the "Config" mode rather than the "Ap-mode".

So once the AP reboots, the AP config will override based on the Master config. Which is why the settings made from the ap-mode prompt is not saving.

View solution in original post

17 REPLIES 17

@sanjay_kumar  @syamantakomer Unless I am doing this wrong, Once in the config mode on the Master (not ap-mode), then 'set' is not a valid command.

 

Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> enable
ruckus# config
You have all rights in this mode.
ruckus(config)# set qos eth0 mld enable
The command is either unrecognized or incomplete. To view a list of commands that you can run  from this context, type '?' or 'help'.
ruckus(config)#

 

 

Hi @vesalius 
This is a WLAN mode command, try the command as below:

Please login: admin
Password:
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> en
ruckus# config
You have all rights in this mode.
ruckus(config)# wlan testing
The WLAN service 'testing' has been loaded. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)# qos mld-snooping
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)#

Ok thanks. That changes the values for the Wlan, how about eth0/1?

Hi @vesalius 

For ethernet port, it has to be entered in the ap-group level. Below is an example

ruckus(config)# ap-group "System Default"
ruckus(config-apgrp)# model h510 port-setting
ruckus(config-apgrp)# show
ruckus(config-apgrp)# lan 2 qos mld-snooping

This is what I have used on prior firmware versions, but no longer works for r650 and/or r750. Seems like the h510 is one of the few that still does in either 200.14 or 200.15.

 

ruckus(config)# ap-group "System Default"
ruckus(config-apgrp)# model r650 port-setting
ap_name: r650
The model could not be configured in unleashed.
ruckus(config-apgrp)# model r750 port-setting
ap_name: r750
The model could not be configured in unleashed.
ruckus(config-apgrp)#