Hi Madeline,
Thanks for the detailed response. I didn't know if we could configure the AP int Ge interface with switchport commands.
In my case I'd have to configure the following:
AP Ge Interface:
switchport mode trunk
switchport trunk native vlan 10
no switchport trunk native tagged
switchport trunk allowed vlan 10,20
interface vlan 10
ip address dhcp
ip address zeroconf secondary
ip dhcp client request options all
Switchport Config (Where AP is connected)
interface gi1/0/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20
The Switch Config:
interface vlan 10
ip address 192.168.10.1 255.255.255.0
ip helper-address
interface vlan 20
ip address 192.168.20.1 255.255.255.0
ip helper-address
Does it make any sense?