Hello together, I have a RB5009 configured as a router and CAPsMAN with a port trunked carrying over VLANS 100 and 10 at the moment.
VLAN 100 is management, 10 is for clients
I am trying to set up the hAP AX3 to run as a CAP and a switch to provide me access to various VLANs (currently for setup and simplification its just the VLAN 10) through WiFi and LAN ports.
Its uplink is the Port 1, which gets a trunked VLAN connection from RB5009, port 5 and "bridgeLocal" are part of the default setup, only used to access the router temporairly, these will be removed and port 5 will become part of the "bridge"
I have set it up based on my understanding and other posts here, yet I do not seem to have success reaching the RB5009 with this setup.
Could someone please have a look over my VLAN config to help me understand, why the devices are unreachable?
CAP/Switch full setup, trunk is the port ether1:
/interface bridge
add name=bridge pvid=100 vlan-filtering=yes
add admin-mac=48:A9:8A:0D:3C:06 auto-mac=no comment=defconf name=bridgeLocal
/interface vlan
add interface=bridge name=VLAN10_LAN vlan-id=10
add interface=bridge name=VLAN100_MGMT vlan-id=100
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifi
no connection to CAPsMAN
add configuration.manager=capsman datapath=capdp radio-mac=48:A9:8A:0D:3C:0B
no connection to CAPsMAN
add configuration.manager=capsman datapath=capdp radio-mac=48:A9:8A:0D:3C:0C
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether5
add bridge=bridge interface=ether1 pvid=100
add bridge=bridge interface=ether2 pvid=10
add bridge=bridge interface=ether3 pvid=10
add bridge=bridge interface=ether4 pvid=10
/interface bridge vlan
add bridge=bridge tagged=ether1,bridge untagged=ether2,ether3,ether4 vlan-ids=
10
add bridge=bridge tagged=ether1,bridge vlan-ids=100
/interface wifi cap
set caps-man-addresses=10.100.100.1 certificate=request discovery-interfaces=
VLAN100_MGMT enabled=yes
/ip address
add address=10.100.100.10/24 interface=VLAN100_MGMT network=10.100.100.0
/system note
set show-at-login=no
RB5009 Bridge setup, the hap ax3 is on the port ether1:
/interface bridge
add name=bridge pvid=100 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] comment="CAP1 AX3" poe-lldp-enabled=yes
/interface vlan
add interface=bridge name=VLAN10_LAN vlan-id=10
add interface=bridge name=VLAN100_MGMT vlan-id=100
/interface bridge port
add bridge=bridge interface=ether5 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether6 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether7 internal-path-cost=10 path-cost=10 pvid=10
add bridge=bridge interface=ether1 internal-path-cost=10 path-cost=10 pvid=100
add bridge=bridge interface=ether3 internal-path-cost=10 path-cost=10 pvid=10
add bridge=bridge interface=ether2 internal-path-cost=10 path-cost=10 pvid=15
/interface bridge vlan
add bridge=bridge tagged=bridge,ether1 vlan-ids=100
add bridge=bridge tagged=bridge,ether1 untagged=ether3,ether7,ether4 vlan-ids=10
add bridge=bridge tagged=bridge,ether1 untagged=ether2 vlan-ids=15
/ip address
add address=10.100.100.1/24 comment=VLAN100_MGMT interface=VLAN100_MGMT network=10.100.100.0
add address=10.100.10.1/24 comment=VLAN10_LAN interface=VLAN10_LAN network=10.100.10.0