Specifications
Chapter 8. Command Reference 245
eth ip start 0:1
ETH IP STOP
Stops a logical Ethernet interface. To read about logical Ethernet interfaces, see page 77.
Note: To keep certain configuration changes, you must enter a save command before stopping the logical
interface.
The stopped interface is disabled until it is started again. To start a logical Ethernet interface, use the command
eth ip start (page 244). To stop and immediately restart a logical Ethernet interface, use the command eth ip
restart (page 244).
interface Logical Ethernet interface. Specify both the port number and the logical interface number using
the format <port #>:<logical #> (for example, 0:1).
Example:
The following command stops logical Ethernet interface 0:1.
eth ip stop 0:1
ETH IP TRANSLATE
This command is used to control Network Address Translation on a per-interface basis. It allows several PCs to
share a single IP address to the Internet. To read more about Network Address Translation (NAT), see page 91.
on | off Indicates whether Network Address Translation is on or off for this Ethernet interface.
interface 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:
This command enables Network Address Translation for port 0.
eth ip translate on 0
This command disables Network Address Translation for logical interface 0:1
eth ip translate off 0:1
eth ip stop <interface>
eth ip translate on | off <interface>