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

About master and subordinate IPv6 VRRP groups

Each IPv6 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 IPv6 VRRP group to follow a master IPv6 VRRP group.

A master IPv6 VRRP group determines the device role through exchanging VRRP packets among member devices. An IPv6 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 IPv6 VRRP group as a master group and assign a name to it.

    vrrp ipv6 vrid virtual-router-id name name

    By default, an IPv6 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 IPv6 VRRP group to follow a master group.

    vrrp ipv6 vrid virtual-router-id follow name

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