06-28-2017
09:11 AM
- last edited on
07-05-2021
07:15 AM
by
cc_security_lab
I am trying to get the Cisco 1852AP to receive a DHCP address and as well as talk to the controller but unsuccessful:
I currently have a DHCP Server, WLC and the Cisco 1852AP all connected to my 3750 switch. The DHCP server is in Vlan 210 and the WLC is in vlan 101. I've tried everything from making both the Server and AP interfaces access and trunk ports but keep reciving the following error when consoled into the AP:
"waiting for uplink IP address and reachable default gateway"
I can successfully ping the DHCP server from my Controller
interface GigabitEthernet1/0/1
description WLC
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 101,210
switchport mode trunk
!
interface FastEthernet1/0/4
description Server
switchport access vlan 210
switchport mode access
!
interface FastEthernet1/0/5
description Access Point
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 101,210
switchport mode trunk
no logging event link-status
interface Vlan101
ip address 172.10.108.65 255.255.255.192
ip helper-address 172.10.100.151
no ip redirects
no ip unreachables
no ip proxy-arp
!
interface Vlan210
ip address 172.10.100.1 255.255.255.0
ip helper-address 172.10.100.151
no ip redirects
no ip unreachables
no ip proxy-arp
06-28-2017 10:33 AM
Since your AP is on a trunk port, you need to specify the native vlan for that port to vlan 101. If the AP will tunnel back to the controller you don't need a trunk port just define an access vlan 101.
-Scott
*** Please rate helpful posts ***
06-28-2017 12:33 PM
I've tried putting it with the native vlan to no avail. I statically assigned an IP and was able to connect to the controller so does that tell me that the DHCP server may be configured without option 43 or is that truly needed.
06-28-2017 03:42 PM
DHCP Option 43 is mandatory because this is where the AP is able to extract the information needed to know the exact IP address of the WLC.
06-28-2017 10:52 PM
Hi,
paste the output of these commands:
sh sysinfo from wlc
sh version from AP
please also paste the boot-up process from AP console.
Info: If AP and WLC are not in same subnet then use option 43 method to discover WLC.
Regards
Dont forget to rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide