We are running DHCP 3.1.3.
Our environment requires different SLP Directory Agents for hosts
defined in different groups within the same subnet. Our config file
looks like the following:
subnet 10.1.1.0 {
...
}
group {
option slp-directory-agent true 10.1.1.8;
host a.test.com {
...
}
}
group {
option slp-directory-agent true 10.1.1.9;
host c.test.com {
...
}
}
When DHCP clients send DHCP Inform to request for the slp-directory-
agent option, DHCP server sends back DHCP ACK without any slp-
directory-agent information.
Is there a way to make this to work? Any help is greatly appreciated.
Raymond
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20100127/1449485c/attachment.html>