HP Comware 5 Debug Manual Vol 3

Field
Description
IPv4 interface-name | Forwarder vrid.vfid :
state1 --> state2 reason: reason
VF vfid in IPv4 VRRP group vrid on interface interface-name
transitioned from state1 to state2 due to reason.
VF states:
Initialize.
Listening.
Active.
State transition reasons:
Weight changed.
Adding virtual MAC address failed.
ConcededThe AVF dropped the forwarding capability
by sending a packet with priority 0.
Learnt from Advertisement.
Reply received.
Release received.
Active timer expired.
Time-out timer expired.
Self-allocatedThe master assigned a virtual MAC
address to itself.
VRRP down.
Take over
The LVF became the AVF when it received no
advertisement within 3 times the advertisement sending
interval.
Examples
# Enable IPv4 VRRP state debugging. (VRRP operates in standard mode.)
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging vrrp state
# Create IPv4 VRRP group 1 on interface Ethernet 1/1, and assign virtual IP address 3.1.1.3 to the VRRP
group.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] vrrp vrid 1 virtual-ip 3.1.1.3
*Oct 15 11:26:36:891 2008 Sysname VRRP/7/DebugState:
IPv4 Ethernet1/1 | Virtual Router 1 : Created --> Initialize
// VRRP group 1 transitioned from Created to Initialize.
*Oct 15 11:26:36:891 2008 Sysname VRRP/7/DebugState:
IPv4 Ethernet1/1 | Virtual Router 1 : Initialize --> Backup
// VRRP group 1 transitioned from Initialize to Backup.
*Oct 15 11:26:39:156 2008 Sysname VRRP/7/DebugState:
IPv4 Ethernet1/1 | Virtual Router 1 : Backup --> Master reason: Timer expired
// VRRP group 1 transitioned from Backup to Master when it received no advertisement within 3 times
the advertisement sending interval.
522