Specifications
246 Chapter 8. Command Reference
ETH IP UNBINDROUTE
Removes an Ethernet route from the named IP virtual routing table.
To list the routes, use the iproutes command, page 191. To add an Ethernet route to a virtual routing table, use the
eth ip bindRoute command.
Note: A route change in an IP virtual routing table takes effect immediately. However, the change is lost if it is
not saved before the next reboot.
ipaddr Ethernet LAN IP address (4 decimals separated by periods).
tablename IP virtual routing table from which the route is removed.
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:
The following commands remove Ethernet routes from virtual routing table ROSA. The first deleted route is
for IP address 10.1.2.0 and the default Ethernet interface (0:0). The second deleted route is for IP address
10.1.3.0 and the logical Ethernet interface 0:1.
eth ip unbindRoute 10.1.2.0 ROSA
eth ip unbindRoute 10.1.3.0 ROSA 0:1
ETH IP VRID
Assigns a virtual router ID (VRID) to an Ethernet interface. The same VRID must be assigned to the master router
and its backup routers. For more information, see VRRP Backup, on page 107.
This command designates the interface as the VRRP interface for the router. You must use another logical
Ethernet interface as the management interface for the router. To create a new logical Ethernet interface, use the
command eth add (page 229) and then assign it an IP address with an eth ip addr command (page 231).
To clear the VRRP interface designation, enter the eth ip vrid command with 0 as the VRID.
Note: The assignment takes effect after you save the change and restart the interface or reboot the router.
After you assign the VRID, you specify its attributes with the eth vrrp commands (see page 249).
vrid Virtual router ID (integer, 1-255).
If you specify 0 as the VRID, the Ethernet interface is no longer the VRRP interface.
eth ip unbindRoute <ipaddr> <tablename> [<interface>]
eth ip vrid <vrid> [<interface>]