Hello,
Could you post all of the commands that you use for configuration? Also, there are a couple of things to keep in mind.
After setting the parameters with uci, another command is necessary to enter uci commit. This command writes changes of the given configuration file, or, if none is given, all configuration files, to the filesystem. All “uci set”, “uci add”, “uci rename” and “uci delete” commands are staged into a temporary location and written to flash only once “uci commit” is entered.
Next you need to either reboot the router or operctl service, in order for the new configuration to be used. This can be done with command reload_config at the end of all configurations.
Bet regards,
Žygimantas