set dhcp filterset name "string" rule n match-pool ip_address
Specifies the start IP address of the range within a DHCP pool where that range will be used to allocate an address if the wildcard matches.
The value 0.0.0.0 means regular processing; 255.255.255.255 means discard.
set dhcp filterset name "string" rule n absent-pool ip_address
Specifies the start IP address of the range within a DHCP pool where that range will be used to allocate an address if the option in the DHCP packet is not present.
The value 0.0.0.0 means regular processing; 255.255.255.255 means discard.
Example
Netopia-3000/9450000 (dhcp)>> sc set dhcp option server
set dhcp
set dhcp filterset name "settopbox" rule 1
set dhcp filterset name "settopbox" rule 1
set dhcp assigned-filterset "string"
Assigns the filterset named string created above to the DHCP configuration.