Upon quick review the MT is not correct and perhaps there are more errors on the switch??
Assuming the switch is on trunk port 6
You have ONLY two vlans going to the switch vlans 99 (management) and 100.
IT IS NOT IDENTICAL to etherports 9,10 which include ALL vlans.
I noted you stated: "Ether6 is setup equal to ether9/10 that connect to the APs. "
I took this to mean the same vlans need to traverse ether6 as ether9,10 as of course they are not equal otherwise, as ether9,10 are hybrid ports and ether6 is a trunk port.
So suggest from this:
/interface bridge vlan
add bridge=BR1 tagged=BR1,ether6 untagged=ether2,ether9,ether10 vlan-ids=99
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=30
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=31
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=32
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=50
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=33
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=40
add bridge=BR1 tagged=BR1,ether6 vlan-ids=100
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=41
TO:
/interface bridge vlan
add bridge=BR1 tagged=BR1,ether6 untagged=ether2,ether9,ether10 vlan-ids=99
add bridge=BR1 tagged=ether6,ether9,ether10,BR1 vlan-ids=30,31,32,33,40,41,50
add bridge=BR1 tagged=BR1**,ether6** vlan-ids=100
IF NOT and only 99,100 are supposed to go. then this is fine.
/interface bridge vlan
add bridge=BR1 tagged=BR1,ether6 untagged=ether2,ether9,ether10 vlan-ids=99
add bridge=BR1 tagged=ether9,ether10,BR1 vlan-ids=30,31,32,33,40,41,50
add bridge=BR1 tagged=BR1,ether6 vlan-ids=100
Can you confirm that the switch gets an IP address on the vlan99 subnet as well?