[Contents] [Prev] [Next] [Index] [Report an Error]

Configuration Steps

Before you configure VRRP, we recommend that you review the configuration examples in the earlier section How VRRP Works.

To configure VRRP parameters:

  1. (Optional) Create a VRID instance.
    host1(config-if)#ip vrrp 25
  2. (Optional) Set a VRRP advertisement interval for the same VRID.
    host1(config-if)#ip vrrp 25 advertise-interval 50
  3. Set the VRRP router priority for owner or backup router(s).

    This step is mandatory to configure priority for the owner VRID (255). This step is optional to configure priority for a backup VRID (1–254). The default value is 100.

    host1(config-if)#ip vrrp 25 priority 255
    host1(config-if)#ip vrrp 22 priority 254
  4. (Optional) Specify that the backup router can process packets with an IP destination address of the virtual address.
    host1(config-if)#ip vrrp 22 accept-data
  5. (Optional) Set the preempt option. This example creates a new VRID.
    host1(config-if)#ip vrrp 10 preempt
  6. Associate an IP address with a VRID.
    host1(config-if)#ip vrrp 25 virtual-address 194.2.1.63
  7. (Optional) Set the VRRP authentication type to either text or none.
    host1(config-if)#ip vrrp 25 authentication-type none
  8. (Optional) Configure the VRRP authentication key.
    host1(config-if)#ip vrrp 25 authentication-key dublin
  9. Enable the VRID instance.
    host1(config-if)#ip vrrp 25 enable

ip vrrp

ip vrrp accept-data

ip vrrp advertise-interval

ip vrrp authentication-key

ip vrrp authentication-type

ip vrrp enable

ip vrrp preempt

ip vrrp priority

ip vrrp virtual-address


[Contents] [Prev] [Next] [Index] [Report an Error]