Add new AP to dhcpd.conf

Issues related to configuring your network
Post Reply
vinmansbrew
Posts: 28
Joined: 2016/10/06 20:12:33

Add new AP to dhcpd.conf

Post by vinmansbrew » 2017/06/27 21:02:19

I need to add a cisco 1815w to my dhcpd.conf file
Now, what I should be adding should look similar to this, if I am correct.
class "Cisco AP c1700" {
match if option vendor-class-identifier = "Cisco AP c1700";
option vendor-class-identifier "Cisco AP c1700";
vendor-option-space Cisco_LWAPP_AP;
option Cisco_LWAPP_AP.server-address xxx.xxx.xxx.xxx; }

But this ap uses option 43 for dhcp:

"The Cisco Aironet 1815w access point uses the type-length-value (TLV) format
for DHCP Option 43. DHCP servers must be programmed to return the option
based on the access point's DHCP Vendor Class Identifier
(VCI) string (DHCP Option 43). The VCI string for the Cisco Aironet 1815w
access point is:
Cisco AP c1810
The format of the TLV block is listed below:

Type: 0xf1 (decimal 241)

Length: Number of controller IP addresses * 4

Value: List of WLC management interfaces"

If someone knows, about how should this look, and where in the dhcpd.conf file should it go? I have been looking at man dhcp, but I am probably just confusing myself with it.

vinmansbrew
Posts: 28
Joined: 2016/10/06 20:12:33

Re: Add new AP to dhcpd.conf

Post by vinmansbrew » 2017/06/28 20:55:04

Nevermind, got it.

Post Reply