Specifications
Chapter 8. Command Reference 235
If the router has two physical Ethernet interfaces (an Ethernet hub router), the port number
(0 or 1) must be specified.
To specify a logical interface other than logical interface 0, specify both the port number
and the logical interface number (<port #>:<logical #>, for example, 0:1).
Example:
eth ip delHostMapping 192.168.207.40 192.168.207.49 10.0.20.11 1
ETH IP DELROUTE
Removes a route from the default routing table that was added using the eth ip addroute command.
The route to be deleted is identified by its IP address and mask and its Ethernet interface. To see the remaining
routes, use the iproutes command (page 191).
Note: This command requires a save and reboot before it takes effect.
ipaddr Ethernet LAN IP address (4 decimals separated by periods).
ipnetmask IP network mask (4 decimals separated by periods).
interface Ethernet interface. This parameter may be omitted if the router has only one Ethernet interface.
If the router has two physical Ethernet interfaces (an Ethernet hub router), the port number (0 or
1) must be specified.
To specify a logical interface other than logical interface 0, specify both the port number and the
logical interface number (<port #>:<logical #>, for example, 0:1).
Examples:
The following command deletes the route for IP address 10.9.2.0/255.255.255.0 for the default Ethernet
interface (0:0).
eth ip delRoute 10.9.2.0 255.255.255.0
The following command deletes the route for IP address 10.1.3.0/255.255.255.0 for the Ethernet interface 0:1.
eth ip delRoute 10.1.3.0 255.255.255.0 0:1
ETH IP DELSERVER
Deletes an entry created by the eth ip addServer command (page 232).
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.
eth ip delRoute <ipaddr> <ipnetmask> [<interface>]
eth ip delServer <action> <protocol> <first port> [<last port> [<first private port>]] <interface>