Configuring a subordinate IPv4 VRRP group to follow a master IPv4 VRRP group

About master and subordinate IPv4 VRRP groups

Each VRRP group determines the device role (master or backup) by exchanging VRRP packets among member devices, which might consume excessive bandwidth and CPU resources. To reduce the number of VRRP packets in the network, you can configure a subordinate VRRP group to follow a master VRRP group.

A master VRRP group determines the device role through exchanging VRRP packets among member devices. A VRRP group that follows a master group, called a subordinate VRRP group, does not exchange VRRP packets among its member devices. The state of the subordinate VRRP group follows the state of the master group.

Restrictions and guidelines

Procedure

  1. Enter system view.

    system-view

  2. Enter interface view.

    interface interface-type interface-number

  3. Configure an IPv4 VRRP group as a master group and assign a name to it.

    vrrp vrid virtual-router-id name name

    By default, an IPv4 VRRP group does not act as a master group.

  4. Return to system view.

    quit

  5. Enter interface view.

    interface interface-type interface-number

  6. Configure an IPv4 VRRP group to follow a master group.

    vrrp vrid virtual-router-id follow name

    By default, an IPv4 VRRP group does not follow a master VRRP group.