cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
288
Views
2
Helpful
4
Replies

WLC with AP's and Layer 3 switch acting as a dhcp pool/server(?)

Consolacion
Level 1
Level 1

so as the title suggests, ive been trying many times and configuring to make the wlc work without an external dhcp server. 

image below is the topology of what ive been working on

Consolacion_0-1730868062135.png

so i have 4 vlans for each switches, the layer 3 switch on the left serves as the dhcp pool/server, and the other is relay. and after all that's done, computer and ap's can get ip addresses, but the problem is when i go in the gui of wlc and go to wireless, there are no ap's listed on it

4 Replies 4

marce1000
VIP
VIP

 

            - FYI : Community group for Packet Tracer project questions

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

@Consolacion 

   Attach your project here. 

If the AP is getting IP address but not join the WLC, it might be connectivity issue.

@Flavio Miranda here is the pkt

@Consolacion 

When creating DHCP scope in cisco devices, always use excluded-address to avoid conflict

 

ip dhcp excluded-address 192.168.0.1 192.168.0.15

ip dhcp excluded-address 192.168.4.1 192.168.4.15

ip dhcp excluded-address 192.168.8.1 192.168.8.15

ip dhcp excluded-address 192.168.12.1 192.168.12.15

 

In order to the AP to discovery the WLC being in a different vlan, you need to add the option 43 to the DHCP scope of that vlan. Repeat the below configuration to other vlan you want to put APs.

!

 

ip dhcp pool VLAN30

network 192.168.8.0 255.255.252.0

default-router 192.168.8.1

option 43 ip 192.168.0.3

Review Cisco Networking for a $25 gift card