My Switch core use this config:
ip dhcp pool WIFI-AP-MERAKI
network 10.1.1.0 255.255.255.0
default-router 10.1.1.10
dns-server 8.8.8.8 208.67.220.220 208.67.220.222
!
interface Vlan8
description ## VLAN AP-MERAKI ##
ip address 10.1.1.10 255.255.255.0
!
------------------------------------------
My access-switch(AP port) use this:
interface GigabitEthernet1/0/10
storm-control broadcast level 10
storm-control multicast level 10
port security max 10
port security mode max-addresses
port security discard trap 60
spanning-tree portfast
spanning-tree bpduguard enable
switchport access vlan 8
no macro auto persistent
no macro auto smartport
My core is connected with all other switches, doing the distribution of this DHCP.
I've always used the AP without vlan and only with DHCP seted, it works fine.
Due to an error I put vlan = 8 on the AP, losing total connection...
you are suggesting that, I put the PORT as trunk for use of the native vlan?