Hi there,
I have several DAP-2553 which I would like to configure automatically with some self-made tool.
Most of the configuration options are working fine, but I'm still struggling with the schedule settings.
Let's say, the current schedule is (for simplicity, just days on which the AP is switched on): "Mon Tue Wed Thu Fri Sat"
At least, this is what is shown on the web interface and what is returned by the SNMP query:
snmpget -v 2c -c xxx -m /usr/share/mibs/DAP-2553-v112rc007.mib 192.168.20.65 "DAP-2553-v100::advance.10.2.1.1.3.1"
When changing this to "Mon" (only Mondays), I do that with
snmpset -v 2c -c yyy -m /usr/share/mibs/DAP-2553-v112rc007.mib 192.168.20.65 "DAP-2553-v100::advance.10.2.1.1.3.1" s "Mon"
The answer is also correctly shown
.... "Mon" (I don't remember the exact output now, but there's a confirmation that I only want to have Mondays...)
If I send a new snmpget to the device, I get "All Week" as return.
snmpget -v 2c -c xxx -m /usr/share/mibs/DAP-2553-v112rc007.mib 192.168.20.65 "DAP-2553-v100::advance.10.2.1.1.3.1"
--> "All Week"
Why is that?
How can I change the days on which the AP should be switched on using this already existing schedule?
Btw, changing the time window where the AP is active, seems to work fine... (e. g. change from "09:00-20:00" to "07:00-20:00")
Any ideas?
Best,
Tom