Specifications

Chapter 8. Command Reference 249
IP filters defined................... no
IP address/subnet mask............... 192.168.0.101/255.255.255.0
Static Ethernet routes defined....... 1
IP address/subnet mask............. 0.0.0.0/0.0.0.0
IP gateway/metric.................. 192.168.0.252/1
Virtual Ethernet routes defined...... none
IPX External network number.......... 00000000
IPX Frame type....................... 802.2
MTU.................................. default
ETH VRRP ADD
Defines a VRRP attribute record for the VRID (virtual router ID). Attribute records must be defined for the VRID
in the master router and in each of its backup routers. For more information, see VRRP Backup, on page 107.
Note: This command takes effect immediately, but you must save the change if it is to persist after you restart the
interface or reboot the router.
After you define the VRRP attribute record, you specify the attributes with other eth vrrp commands (see
Defining VRRP Attributes, on page 109.)
vrid Virtual router ID (integer, 1-255). It is defined by an eth ip vrid command (page 246).
port# Physical Ethernet interface (port) number (0 or 1). The default is 0; the parameter may be
omitted if the router has only one port.
If the router has two ports (an Ethernet hub router), the port number (0 or 1) must be specified.
Examples:
This command defines an attribute record for VRID 7 for the default port 0.
eth vrrp add 7
This command defines an attribute record for VRID 2 for port 1.
eth vrrp add 2 1
ETH VRRP CLEAR PASSWORD
Clears the password in a VRRP attribute record for the VRID (virtual router ID). To read more about VRRP
Backup, see page 107.
Note: If the VRRP attribute record has no password, no VRRP authentication is performed.
Note: If you clear the password for one VRRP router, you must clear the password for every router for that VRID
on the LAN. For example, if VRID 7 is defined in routers A, B, and C in the LAN and you clear the password for
router A, you must clear the password for routers B and C as well.
To see the current password, use the command eth vrrp list (page 250). To set a new password, use the command
eth vrrp set password (page 252).
eth vrrp add <vrid> [<port#>]