ACS URL

David Peterson davidp at wirelessconnections.net
Fri Mar 8 20:00:55 UTC 2013


I am having difficulty sending option 43 (specifically an ACS url).  

I have defined it in two ways:

This works in 3.1.x...

subnet 10.200.200.0 netmask 255.255.255.0 {
  range 10.200.200.150 10.200.200.200;
  option domain-name-servers 8.8.8.8, 4.2.2.2;
  option routers 10.200.200.1;
  append dhcp-parameter-request-list 43;
  option vendor-encapsulated-options
"InternetGatewayDevice.ManagementServer.URL=http://192.168.60.140:8080/dps/T
R069";
}

I tried this in 4.1.1 and 4.2.6:

option space ACS;
option ACS.acs_url code 1 = text;

subclass "vendor-classes" "dslforum.org" {
vendor-option-space ACS;
option ACS.acs_url "http://your.acs.url:8080/openacs/acs”;
}


subnet 10.200.200.0 netmask 255.255.255.0 {
  range 10.200.200.150 10.200.200.200;
  option domain-name-servers 8.8.8.8, 4.2.2.2;
  option routers 10.200.200.1;
 option dhcp-parameter-request-list = concat(option
dhcp-parameter-request-list,2b);
}



I can only seem to get this working in 3.1.1.  Any thoughts are greatly
appreciated.

David



More information about the dhcp-users mailing list