Cisco AP's with Option 43

MONTFORD, AUSTIN AMONTFOR at uscb.edu
Mon May 18 13:47:05 UTC 2009


Thanks Randy and Alan, that did it.

For the F1:04:0A:01:03:02 string I was able to find how the code 241 is
F1 in hex and the server adds the 04 and converts ip to hex so I
understand that.  I still have one more question though.  Are the vendor
encapsulated options always 43?

Also I submitted a request on the cisco site for them to update the
webpage for isc dhcp.  I imagine someone else has asked them to do this
before, but it's worth a try.

Thanks again,
Austin


Date: Fri, 15 May 2009 14:24:00 -0400
From: Randall C Grimshaw <rgrimsha at syr.edu>
Subject: RE: Cisco AP's with Option 43
To: "dhcp-users at lists.isc.org" <dhcp-users at lists.isc.org>
Message-ID:
	
<D1ED659D5D76664389FB55EE3E3EE506204FC8C3 at suex07-mbx-01.ad.syr.edu>
Content-Type: text/plain; charset="us-ascii"

We do not make subnet distinctions as you are attempting, my config
(sans actual address) is below. You might try placing the subclass in
subnet definitions leaving the class outside.

option space LWAPP;
option LWAPP.controller code 241 = ip-address;
class "LWAPP" {
  match option vendor-class-identifier;
}

subclass "LWAPP" "Cisco AP c1130"
{
  vendor-option-space LWAPP;
  option LWAPP.controller 10.20.30.40;
}
subclass "LWAPP" "Cisco AP c1200"
{
  vendor-option-space LWAPP;
  option LWAPP.controller 10.20.30.40;
}
subclass "LWAPP" "Cisco AP c1240"
{
  vendor-option-space LWAPP;
  option LWAPP.controller 10.20.30.40;
}
subclass "LWAPP" "Cisco AP c1241"
{
  vendor-option-space LWAPP;
  option LWAPP.controller 10.20.30.40;
}
subclass "LWAPP" "Cisco AP c1140"
{
  vendor-option-space LWAPP;
  option LWAPP.controller 10.20.30.40;
}
subclass "LWAPP" "ArubaAP"
{
  vendor-option-space LWAPP;
  option LWAPP.controller 10.20.30.40;
}

Randy



More information about the dhcp-users mailing list