User guide
Chapter 5. Command Line Interface Reference 171
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 139).
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 DIRECTEDBCAST
Enables or disables the forwarding of packets sent to the network prefix-directed broadcast address of an interface.
A network prefix-directed broadcast address is the broadcast address for a particular network. For example, a
networkÕs IP address is 192.168.254.0 and its mask is 255.255.255.0. Its network prefix-directed broadcast
address is 192.168.254.255.
ipaddr Ethernet LAN IP address (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).
Example:
eth ip defgateway 192.168.1.1
eth ip delRoute <ipaddr> <ipnetmask> [<interface>]