Hi Guys,
Attempting to setup a Cisco 1200 to give out private DHCP addresses to its clients. I have added the following statements, however the AP isn't giving out any addresses.
I'm missing something here?, the AP has a static ip assigned from my internal DHCP (statically assingned).
Thanks in advance.
Attempting to setup a Cisco 1200 to give out private DHCP addresses to its clients. I have added the following statements, however the AP isn't giving out any addresses.
Code:
!
service dhcp
!
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.50.1 192.168.50.5
!
ip dhcp pool AP
import all
network 192.168.50.0 255.255.255.0
default-router 192.168.50.1
dns-server 206.53.48.23 206.53.60.10 4.2.2.2
lease 8
update arp
!
AP#
I'm missing something here?, the AP has a static ip assigned from my internal DHCP (statically assingned).
Thanks in advance.