ACS URL

Andre Schubert andre at km3.de
Mon Mar 18 09:09:30 UTC 2013


Hi,

does this work:
option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,2b);

Best Regards,
Andre


On Fri, 8 Mar 2013 15:00:55 -0500
"David Peterson" <davidp at wirelessconnections.net> wrote:

DP> I am having difficulty sending option 43 (specifically an ACS url).  
DP> 
DP> I have defined it in two ways:
DP> 
DP> This works in 3.1.x...
DP> 
DP> subnet 10.200.200.0 netmask 255.255.255.0 {
DP>   range 10.200.200.150 10.200.200.200;
DP>   option domain-name-servers 8.8.8.8, 4.2.2.2;
DP>   option routers 10.200.200.1;
DP>   append dhcp-parameter-request-list 43;
DP>   option vendor-encapsulated-options
DP> "InternetGatewayDevice.ManagementServer.URL=http://192.168.60.140:8080/dps/T
DP> R069";
DP> }
DP> 
DP> I tried this in 4.1.1 and 4.2.6:
DP> 
DP> option space ACS;
DP> option ACS.acs_url code 1 = text;
DP> 
DP> subclass "vendor-classes" "dslforum.org" {
DP> vendor-option-space ACS;
DP> option ACS.acs_url "http://your.acs.url:8080/openacs/acs”;
DP> }
DP> 
DP> 
DP> subnet 10.200.200.0 netmask 255.255.255.0 {
DP>   range 10.200.200.150 10.200.200.200;
DP>   option domain-name-servers 8.8.8.8, 4.2.2.2;
DP>   option routers 10.200.200.1;
DP>  option dhcp-parameter-request-list = concat(option
DP> dhcp-parameter-request-list,2b);
DP> }
DP> 
DP> 
DP> 
DP> I can only seem to get this working in 3.1.1.  Any thoughts are greatly
DP> appreciated.
DP> 
DP> David
DP> 
DP> _______________________________________________
DP> dhcp-users mailing list
DP> dhcp-users at lists.isc.org
DP> https://lists.isc.org/mailman/listinfo/dhcp-users
DP> 


More information about the dhcp-users mailing list