Specifications

218 Chapter 8. Command Reference
SYSTEM DELBOOTPSERVER
Removes an address from the BootP server list. (The BootP server list is also the DHCP relay list.)
To remove all addresses from the list, use system delbootpserver all.
Addresses can also be removed from the list using the dhcp delrelay command (page 313). To add an address to
the list, use the dhcp addrelay command (page 310).
ipaddr IP address of the server (4 decimals separated by periods).
all Removes all addresses from the BootP server list.
Examples:
system delbootpServer 128.1.210.64
system delbootpServer all
SYSTEM DELHOSTMAPPING
Undoes an IP address/host translation (remapping) range that was previously established with the command
remote addHostMapping on a per-systemwide basis.
SYSTEM DELHTTPFILTER
Deletes an address filter created by the system addHTTPFilter command. To see the address range of the filter,
use the command system list.
first ip addr First IP address of the range.
last ip addr Last IP address of the range. May be omitted if the range contains only one IP address.
LAN Local Ethernet LAN.
Example:
system delbootpServer <ipaddr> | all
system delHostMapping <first private addr> <second private addr> <first public addr>
Þrst private addr First IP address in the range of IP address, in the format of 4 decimals separated by periods.
second private addr Last address in the range of IP address, in the format of 4 decimals separated by periods.
Þrst public addr DeÞnes the range of public IP addresses, in the format of 4 decimals separated by periods.
The rest of the range is computed automatically.
Example:
system delHostMapping 192.168.207.40 192.168.207.49 10.1.1.7
system delHTTPFilter <first ip addr> [<last ip addr>] | LAN