Command Reference VRRP Plus Commands
5.5 vrrp load-balancing
Use this command to set the VRRP Plus load balancing policy.
Use the no form of this command to restore the default setting.
vrrp group load-balancing { host-dependent | round-robin | weighted
no vrrp group load-balancing { host-dependent | round-robin | weighted }
Specifies the VRRP group ID.
Sets the host-dependent load balancing policy, so as to use the
different virtual MACs to reply the host’s ARP request based on
different hosts.
Sets the round-robin balancing policy, so as to use the different virtual
MACs to reply the host’s ARP request in turn, which is the default
setting.
Sets the weight balancing policy, so as to perform the ARP reply
based on the device weight of the backup group.
The default is round-robin.
Interface configuration mode
The following example sets the load balancing policy of the VRRP Plus group1 on Layer 3 interface
GigabitEthernet0/0 as host-dependent.
Ruijie# config t
Ruijie(config)# interface GigabitEthernet 0/0
Ruijie(config-if-GigabitEthernet 0/0)# vrrp 1 ip 192.168.1.1
Ruijie(config-if-GigabitEthernet 0/0)# vrrp 1 balance
Ruijie(config-if-GigabitEthernet 0/0)# vrrp 1 load-balancing host-dependent
Enables the VRRP Plus function.
show vrrp balance [ brief | group ]
Displays the VRRP Plus running status.
show vrrp balance interface type number [ brief ]
Displays the VRRP Plus running status o the
specified interface.