I've got several MR46 APs, for which I've configured trunk ports on Cisco switches similar to this:
!
interface GigabitEthernet2/0/48
description Meraki AP 1
switchport trunk native vlan 555
switchport trunk allowed vlan 555,556,557
switchport mode trunk
!
For the IP assignment I'm using a pair of Microsoft DHCP servers, while the SVI is configured as follows:
interface Vlan555
description WiFi MGMT
no shutdown
no ip redirects
ip address 192.168.117.28/27
no ipv6 redirects
ip ospf passive-interface
ip router ospf 1 area 0.0.0.0
hsrp version 2
hsrp 555
preempt
priority 110
192.168.117.30
ip dhcp relay address 192.168.10.55
ip dhcp relay address 192.168.20.55
- The issue that I have is that while most of the APs work without issues, pick up an IP address and connect to the dashboard, a few of them don't.
- The same APs that are not able to get an IP address from the Microsoft DHCP server, are able to pick one and connect to the dashboard, if the DHCP is set on the switches.
- The same issue occurs when using non-Cisco devices too as switches (same trunk config, DHCP relay configuration, some APs pick IPs, some don't)
I tried reset and also tried after getting them upgraded (MR 28.7.1)
Any ideas?