Tried setting up a DHCP relay service on an SRX 3400 cluster as per this documentation:
http://www.juniper.net/techpubs/en_US/junos9.3/topics/example/dhcp-subscriber-access-dhcp-relay-multiple-client-configuration.htmldhcp-relay {
traceoptions {
file dhcp.log size 10k files 2 world-readable;
flag all;
}
overrides {
layer2-unicast-replies;
}
server-group {
Intern {
10.80.2.41;
10.80.2.42;
}
Sikret {
10.80.4.41;
10.80.4.42;
}
Elev {
10.80.6.41;
10.80.6.42;
}
}
group Intern {
active-server-group Intern;
interface reth1.32;
}
group IKT {
active-server-group Intern;
interface reth1.9;
}
group Sikret {
active-server-group Sikret;
interface reth1.56;
}
group Elev {
active-server-group Elev;
interface reth1.16;
}
}
DHCP refused to work on the clients, tracing the activity on the SRX revealed messages like these:
Jun 22 08:04:48 07:12:42.1018227:CID-01:FPC-05:PIC-00:THREAD_ID-15:RT: packet dropped, packet dropped: for self but not interested.
We then confirmed our growing suspicion that the service was not even running:
{primary:node0}
root@raradh-fw-02> show system services dhcp relay-statistics
node0:
--------------------------------------------------------------------------
warning: dhcp subsystem not running - not needed by configuration.
{primary:node0}
root@raradh-fw-02> restart dhcp
warning: dhcp subsystem not running - not needed by configuration.