I am configuring an 1852i WAP with the controller image. I'm following the steps located on: https://www.cisco.com/c/en/us/td/docs/wireless/access_point/mob_exp/89/user_guide/b_ME_User_Guide_89/getg_started.html
I have my management network (VLAN 10) defined on my switch and my switchport is configured:
interface GigabitEthernet1/0/1
description Connected to Master AP
switchport trunk allowed vlan 10,12,123
switchport trunk native vlan 10
switchport mode trunk
spanning-tree portfast edge
I'm able to boot the AP and access the CiscoAirProvision SSID and get the initial configuration, and define the management IP Address, subnet, gateway (switch IP of management VLAN), Wireless settings, and the RF parameter. However, in the guide, there are many settings for the Wifi, like VLAN's, that I don't see or have a way of defining in this setup.
Once I apply the settings, the AP reboots and will not communicate in any way shape or form over the management VLAN. The wireless SSID is never broadcasted, so I cannot connect wirelessly to the AP either. I can see the device from the switch using CDP neighbors detail, which shows the AP is present on port 1, has a link local IPv6 address, no IPv4 address.
I can ping the management IP of the switch from the switch, I can ping the AP's management IP from the console CLI of the WAP, but the switch and AP will not communicate in any fashion.
What am I doing wrong here?