Specifications

Chapter 8. Command Reference 221
SYSTEM DELSYSLOGSERVER
Removes an address from the list of Syslog servers. To see the server addresses, use the command system list. To
specify a new Syslog server address, use the command system addSyslogServer (page 211).
Note: This command does not require a reboot; it takes effect immediately.
ipaddr IP address to be removed from the Syslog server address list.
Example:
system delSyslogServer 192.168.1.5
SYSTEM DELTELNETFILTER
Deletes the client range previously defined by the command system addTelnetFilter.
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 logged in with read and write
permission (be sure to log in with password).
SYSTEM DELUDPRELAY
Deletes the port range that was previously enabled by the command system addUDPrelay.
system delSyslogServer <ipaddr>
system delTelnetFilter <first ip addr> [<last ip addr>] | LAN
Þrst ip addr First IP address in the client range.
last ip addr Last IP address in the client range; may be omitted if the range contains only one IP address.
LAN Local Ethernet LAN.
Example:
system deltelnetfilter 192.168.1.5 192.168.1.12
system delUDPrelay <ipaddr> <first port>| all [<last port>]
ipaddr IP address of the server.
Þrst port First port in the UDP port range to be deleted.
all Deletes all existing UDP ports.
last port Last port in the UDP port range to be deleted.
Example:
system delUDPrelay 192.168.1.5 all