This message was posted by a user wishing to remain anonymous
Hello,
I'm having some issues getting a DHCP server setup for my VLANs. I keep receiving the following error: " 'dhcp'
Incompatible with 'set system services dhcp-local-server'."
Here is my config:
[edit access]
address-assignment {
pool dhcp-pool1 {
family inet {
network 192.168.99.0/24;
dhcp-attributes {
name-server {
8.8.8.8;
8.8.4.4;
}
router {
192.168.99.1;
}
}
}
}
[edit system services dhcp-local-server]
group internal-dhcp {
interface vlan.100;
}
Is anyone more versed in the juniper world able to spot anything that could be causing this error? Or is this just an unsupported feature on my switch? I'm using juniper ex4200.
Side Note:
I also want to setup DHCP server for two different VLANs that I plan to have put in a virtual-router routing instance; I assume I'd do that under the [edit routing-instances { instance } access address-assignment] hierarchies.
Thanks