Specifications

220 Chapter 8. Command Reference
http HTTP port.
tftp TFTP port.
all All ports.
last port Optional last port in the range of ports as seen by the remote end for the server on the LAN.
first private port If specified, this is a port remapping of the incoming request from the remote end.
Example:
system delServer 192.168.1.5 tcp smtp
SYSTEM DELSNMPFILTER
Deletes the client range previously defined by the command system addsnmpfilter.
Note 1: This command does not require a reboot and is effective immediately.
Note 2: To list the range of allowed clients, use the command system list when you are logged in with read and
write permission (be sure to log in with password).
SYSTEM DELSYSLOGFILTER
Deletes the Syslog address filter.To see the address range of the filter, use the command system list. To define a
new Syslog address filter, use the command system addSyslogFilter (page 210).
Note: This command does not require a reboot; it takes effect immediately.
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 delSyslogFilter 192.168.1.5 192.168.1.12
system delSNMPFilter <first ip addr> [<last ip addr>] | LAN
Þrst ip addr First IP address of the client range.
last ip addr Last IP address of the client range; may be omitted if the range contains only one IP address.
LAN Local Ethernet LAN.
Example:
system delsnmpfilter 192.168.1.5 192.168.1.12
system delSyslogFilter <firstipaddr> <lastipaddr> | LAN