Hi,
We run an isc-dhcp-server for providing addresses for our access-points.
The configuration looks something like this:
option space cisco;
option cisco.server-address code 241 = array of ip-address;
class "2700" {
<lots of omitted config>
option cisco.server-address 192.168.247.5; }
}
My assumption is that 'server-address' is a Cisco specific attribute, that is understood by the access-point?
Other vendors would call this something else. True?