Specifications

244 Chapter 8. Command Reference
ETH IP RESTART
Stops and restarts a logical Ethernet interface. To read about logical Ethernet interfaces, see page 77.
Certain configuration changes for a logical Ethernet interface become effective only after the logical interface is
restarted or the router is rebooted. Remember to save the changes before the restart or reboot.
Note: Use restart instead of reboot whenever possible. A restart does not affect other interfaces, allowing their
traffic to continue. For example, using restart, you can add an IP route without killing voice traffic.
To restart an remote interface, use remote restart (page 274).
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 restarts logical Ethernet interface 0:1.
eth ip restart 0:1
ETH IP RIPMULTICAST
Changes the multicast address for RIP-1 compatible and RIP-2 packets. The default address is 224.0.0.9.
For more information, see IP (RIP) Protocol Controls, on page 81.
ETH IP START
Starts a stopped logical Ethernet interface. To read about logical Ethernet interfaces, see page 77.
A logical Ethernet interface is stopped using the command eth ip stop (page 245). 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 starts logical Ethernet interface 0:1.
eth ip restart <interface>
eth ip ripmulticast <ipaddr>
ipaddr IP address of the remote network or station (4 decimals separated by periods).
Example:
eth ip ripmulticast 239.192.0.9
eth ip start <interface>