HP Comware 5 Debug Manual Vol 3
// VRRP group 1 transitioned from Backup to Master when it received no advertisement within 3 times
the advertisement sending interval.
# Enable IPv6 VRRP state debugging. (VRRP operates in load balancing mode.)
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging vrrp ipv6 state
# Specify the load balancing mode for IPv6 VRRP.
<Sysname> system-view
[Sysname] vrrp mode load-balance
# Create IPv6 VRRP group 1 on interface Ethernet 1/1, and assign virtual IPv6 address FE80::10 to the
VRRP group.
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] vrrp ipv6 vrid 1 virtual-ip fe80::10 link-local
*Oct 15 13:40:40:125 2008 Sysname VRRP/7/DebugState:
IPv6 Ethernet1/1 | Virtual Router 1 : Created --> Initialize
// VRRP group 1 transitioned from Created to Initialize.
*Oct 15 13:40:40:141 2008 Sysname VRRP/7/DebugState:
IPv6 Ethernet1/1 | Virtual Router 1 : Initialize --> Backup
// VRRP group 1 transitioned from Initialize to Backup.
*Oct 15 13:40:42:375 2008 Sysname VRRP/7/DebugState:
IPv6 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.
*Oct 15 13:40:42:375 2008 Sysname VRRP/7/DebugState:
IPv6 Ethernet1/1 | Forwarder 1.1 : Initialize --> Active reason: Self-allocated
// The master in VRRP group 1 assigned a virtual MAC address to itself and created VF 1. The VF
transitioned from Initialize to Active.
532