Option 43 for Cisco LWAP

Brendan Forsyth bff at pvhs.org
Mon Oct 20 18:56:58 UTC 2008


Here is my problem.  When I use the Cisco DHCP server and add option 43 for telling the access points about where the WiSM controller is, everything works fine.  However from DHCP ISC v3.0.5, it doesn't.  Here are the two configs:
 
Cisco:
ip dhcp pool auto-pool
   network 172.17.112.0 255.255.255.0
   domain-name pvh.org
   option 43 hex f104.ac11.fe29
   option 60 ascii "Cisco AP c1200"
   default-router 172.17.112.1 
A wire shark dump of the ACK shows this:
Option: (t=43, l=6) Vendor-Specific Information
   Option:  (43) Vendor-Specific Information
   Length:  6
   Value: F104AC11FE29
 
The packet dump shows 2b 06 f1 04 ac 11 fe 29
 
ISC DHCP
 
option space Cisco_LWAPP_AP;
option Cisco_LWAPP_AP.server-address code 43 = string;
        class "Cisco AP c1200" {
                match if option vendor-class-identifier = "Cisco AP c1200";
                option dhcp-parameter-request-list 43;
                option vendor-class-identifier "Cisco AP c1200";
                vendor-option-space Cisco_LWAPP_AP;
                option Cisco_LWAPP_AP.server-address f1:04:ac:11:fe:29;
        }
Option: (t=43, l=8) Vendor-Specific Information
   Option:  (43) Vendor-Specific Information
   Length:  8
   Value: F104AC11FE29
 
The packet dump shows 2b 08 2b 06 f1 04 ac 11 fe 29
 
Note the two extra octets in the DHCP dump.  Also the class definition was obtained from Cisco's site about configuring ISC DHCP for option 43 functionality.
 
Any advice is appreciated.
 
Thanks,
 
 
 
Brendan Forsyth
Senior System Administrator
Poudre Valley Health Care
3702 Automation Way
Fort Collins CO 80525
bff at pvhs.org 
(970) 495-7731 office


CONFIDENTIALITY NOTICE:  The information contained in this e-mail is privileged and confidential, and is intended only for the use of the individual or entity named above.  If you are not the intended recipient, you are notified that any disclosure, copying, distribution, electronic storage or use of this communication is prohibited.  If you received this communication in error, please notify us immediately by e-mail, attaching the original message, and delete the original message from your computer and any network to which your computer is connected.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20081020/df93bd59/attachment.html>


More information about the dhcp-users mailing list