Specifications
Chapter 8. Command Reference 219
system delHTTPFilter 192.168.1.5 192.168.1.12
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 191).
For more information, see Virtual Routing Tables, on page 78.
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
SYSTEM DELSERVER
Deletes an entry created by the system addServer command (page 209).
action One of the following command actions:
ipaddr Selects the host with this IP address as server (4 decimals separated by periods).
discard Discards the incoming server request.
me Sends the incoming server request to the local router, regardless of its IP address.
protocol Protocol used by the selected server.
protocolid Numeric protocol ID.
tcp TCP only.
udp UDP only.
all All protocols.
first port First or only port as seen by the remote end. Port used by the selected server
portid Numeric value between 0 and 65,535. A numeric value of 0 matches any port.
ftp FTP port.
telnet Telnet port.
smtp SMTP port.
sntp SNTP port.
system delIPRoutingTable ALL | <first ip addr> [<last ip addr>] <tablename>
system delServer <action> <protocol> <first port> [<last port> [<first private port>]]