Hi
We have to let CAPsMAN running on a dedicated VLAN (5), but the AP’s are not listed under “Remote CAP”.
The port where the AP is connected is an access port on VLAN 5, it gets an IP from the DHCP server and it is reachable from the firewall in the same subnet. So layer 3 looks fine all over.
To realize it, we defined the VLAN 5 as a new interface, gave them an IP and that interface to cap and capsman:
/interface vlan add comment="capsman vlan" interface=bridge1 name=vlan5 vlan-id=5
/ip address add address=192.168.52.66 comment="capsman ip" interface=vlan5 network=192.168.52.66
/interface wifi cap set caps-man-addresses=192.168.52.66 discovery-interfaces=vlan5 enabled=yes
/interface wifi capsman set ca-certificate=auto certificate=auto enabled=yes interfaces=vlan5
Now, the AP can ping the assigned IP.
The AP is connected to a switche on the floor, the CAPsMAN is running on the core switch.
I can see the discovery packets on the core switch:
520.488 qsfpplus1-1 192.168.52.70:48397 192.168.52.66:5246 udp 66 0
520.488 bridge1 192.168.52.70:48397 192.168.52.66:5246 udp 66 0
520.488 vlan5 192.168.52.70:48397 192.168.52.66:5246 udp 62 0
520.488 qsfpplus1-1 192.168.52.70:48397 255.255.255.255:5246 udp 66 0
520.488 bridge1 192.168.52.70:48397 255.255.255.255:5246 udp 66 0
520.488 vlan5 192.168.52.70:48397 255.255.255.255:5246 udp 62 0
523.823 lo 192.168.52.66:34204 192.168.52.66:5246 tcp 109 0
523.823 lo 192.168.52.66:34204 192.168.52.66:5246 tcp 109 0
523.825 lo 192.168.52.66:5246 192.168.52.66:34204 tcp 109 0
523.825 lo 192.168.52.66:5246 192.168.52.66:34204 tcp 109 0
523.825 lo 192.168.52.66:34204 192.168.52.66:5246 tcp 66 0
523.825 lo 192.168.52.66:34204 192.168.52.66:5246 tcp 66 0
527.977 qsfpplus1-1 192.168.52.70:55432 192.168.52.66:5246 udp 66 0
527.977 bridge1 192.168.52.70:55432 192.168.52.66:5246 udp 66 0
527.977 vlan5 192.168.52.70:55432 192.168.52.66:5246 udp 62 0
527.978 qsfpplus1-1 192.168.52.70:55432 255.255.255.255:5246 udp 66 0
527.978 bridge1 192.168.52.70:55432 255.255.255.255:5246 udp 66 0
527.978 vlan5 192.168.52.70:55432 255.255.255.255:5246 udp 62 0
533.826 lo 192.168.52.66:34204 192.168.52.66:5246 tcp 66 0
535.818 vlan5 192.168.52.70:38928 255.255.255.255:5246 udp 62 0
192.168.52.70 is the AP.
What we have to configure wrong or as additionally?
Thanks a lot for any hint.
Ivo