HP Comware 5 Debug Manual Vol 3
Field
Description
IPv4 interface-name | Forwarder vrid.vfid : state1 -->
state2 reason: reason
VF vfid in IPv6 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.
• Conceded—The 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-allocated—The 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 IPv6 VRRP state debugging. (VRRP operates in standard mode.)
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging vrrp ipv6 state
# Create IPv6 VRRP group 1 on interface Ethernet 1/1, and assign virtual IPv6 address FE80::10 to the
VRRP group.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] vrrp ipv6 vrid 1 virtual-ip fe80::10 link-local
*Oct 15 13:09:19:781 2008 Sysname VRRP/7/DebugState:
IPv6 Ethernet1/1 | Virtual Router 1 : Created --> Initialize
// VRRP group 1 transitioned from Created to Initialize.
*Oct 15 13:09:19:781 2008 Sysname VRRP/7/DebugState:
IPv6 Ethernet1/1 | Virtual Router 1 : Initialize --> Backup
// VRRP group 1 transitioned from Initialize to Backup.
*Oct 15 13:09:22:16 2008 Sysname VRRP/7/DebugState:
IPv6 Ethernet1/1 | Virtual Router 1 : Backup --> Master reason: Timer expired
531