User guide
Chapter 5. Command Line Interface Reference 159
SYSTEM DELHTTPFILTER
Deletes an IP address range created by the system addHTTPFilter command.
SYSTEM DELIPROUTINGTABLE
Deletes a range of addresses that reference a virtual routing table or deletes the entire virtual routing table.
To list the virtual routing tables, use the iproutes command (page 139).
For more information, see Virtual Routing Tables, on page 77.
ALL Deletes the virtual routing table. Both the table definition and all routes in the table are deleted.
first ip addr First IP address of the range to be deleted (4 decimals separated by periods).
last ip addr Last IP address of the range to be deleted (4 decimals separated by periods). This parameter
may be omitted if the range contains only one IP address.
tablename Name of the virtual routing table (character string).
Examples:
Deletes two IP addresses from the address range that references routing table ROSA:
system delIPRoutingTable 192.168.1.5 192.168.1.6 ROSA
Deletes the virtual routing table ROSA:
system delIPRoutingTable all ROSA
Þ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
Þrst 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 delHTTPFilter 192.168.1.5 192.168.1.12
system delIPRoutingTable ALL | <first ip addr> [<last ip addr>] <tablename>