You configure this under "access address-assignment". Example-config:
jh@fw# show access address-assignment pool int-guest
family inet {
network 192.168.0.0/24;
range scope {
low 192.168.0.30;
high 192.168.0.99;
}
dhcp-attributes {
grace-period 86400;
name-server {
8.8.8.8
}
router {
192.168.0.1;
}
}
host static-host {
hardware-address 11:11:11:11:11:11;
ip-address 192.168.0.123;
}
}