Motorola 2200 User Manual
Page 158
Administrator’s Handbook
158
set dhcp filterset name "
string
" rule
n
match-pool
ip_address
Specifies the star t 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 star t 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 start-address 192.168.1.33
set dhcp end-address 192.168.1.63
set dhcp lease-time 00:01:00:00
set dhcp filterset name "settopbox" rule 1 type dhcp-option
set dhcp filterset name "settopbox" rule 1 dhcp-option 60
set dhcp filterset name "settopbox" rule 1 match-str "STB*"
set dhcp filterset name "settopbox" rule 1 match-action pass
set dhcp filterset name "settopbox" rule 1 match-pool 192.168.6.100
set dhcp filterset name “settopbox” rule 1 match-option-group “og1”
set dhcp filterset name "settopbox" rule 1 absent-action pass
set dhcp filterset name "settopbox" rule 1 absent-pool 0.0.0.0
set dhcp filterset name “settopbox” rule 1 absent-option-group “og2”
Netopia-3000/9450000 (dhcp)>>
set dhcp assigned-filterset "
string
"
Assigns the filterset named
string created above to the DHCP configuration.