cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
191
Views
0
Helpful
2
Replies

dhcp server on an aironet AP

roncro
Level 3
Level 3

I want to set up a DHCP server/pool for just one client, one mac address ip address

Is there a simple example somewhere? I don't need a dynamic pool

thanks,

Ron

 

2 Replies 2

Hello,

there are two ways to create a reservation:

ip dhcp excluded-address 192.168.1.10
!
ip dhcp pool CLIENT_10
host 192.168.1.10 255.255.255.0
client-identifier 0100.3412.1b0c.19

The client-identifier option prepends a 01 (for Ethernet) to the MAC address.

or

ip dhcp excluded-address 192.168.1.10

ip dhcp pool CLIENT_10
hardware-address 0034.121b.0c19
host 192.168.1.10 255.255.255.0

roncro
Level 3
Level 3

thanks!  I wanted use that to see if the dhcp server on the router was the problem by having the AP serve the ip address.

That didn't work either.  By searching on the net,  I read things like those errors could be interference. (I can see the device become associated,  the ip is 0.0.0.0  (or some 169.b.c.d address), but no connection.

Review Cisco Networking for a $25 gift card