Example - Motorola 2200 Administrator's Handbook

Motorola gateways administrator's handbook
Hide thumbs Also See for 2200:
Table of Contents

Advertisement

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 start-address 192.168.1.33
set dhcp end-address 192.168.1.63
set dhcp lease-time 01:00:00:00
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-pool 192.168.6.100
set dhcp filterset name "settopbox" rule 1 absent-pool 0.0.0.0
Netopia-3000/9450000 (dhcp)>>
set dhcp assigned-filterset " string "
Assigns the filterset named string created above to the DHCP configuration.
253

Advertisement

Table of Contents
loading

Table of Contents