Anyone else tested AP-Array?
For me with firmware 1.01 and AP-Array enabled between one master and one slave, the slave gets multissid disabled, and all inactive default dlink ssids gets enabled.
doing a diff on xml config before and after the AP array have transferred the config i see that the <state> settings have been replaced with an empty value
@@ -1015,10 +1015,10 @@
<txmit_last>300</txmit_last>
<vlan_id>40</vlan_id>
<multi>
- <state>1</state>
+ <state></state>
<pri_by_ssid></pri_by_ssid>
<index id="1">
- <state>1</state>
+ <state></state>
<ssid>sec. ssid</ssid>
<auth>5</auth>
<cipher>3</cipher>
@@ -1065,7 +1065,7 @@
<passphraseformat>1</passphraseformat>
</index>
<index id="2">
- <state>0</state>
+ <state></state>
<ssid>dlink2</ssid>
<auth>0</auth>
<cipher>0</cipher>
And yes i will contact D-Link by phone about this issue, just wanted to get it out there if someone else is seeing similar issues.