3Com Switch 8800 Advanced Software V5 Configuration Guide

790 CHAPTER 54: VRRP CONFIGURATION
# Create standby group 1 and set its virtual IP address to FE80::10.
[SysnameA-Vlan-interface2] vrrp ipv6 vrid 1 virtual-ip fe80::10 link-local
# Set the priority of Switch A in standby group 1 to 110.
[SysnameA-Vlan-interface2] vrrp ipv6 vrid 1 priority 110
# Create standby group 2 and set its virtual IP address to FE80::20.
[SysnameA-Vlan-interface2] vrrp ipv6 vrid 2 virtual-ip fe80::20 link-local
[SysnameA-Vlan-interface2] return
2 Configure Switch B
# Configure VLAN 2.
<SysnameB> system-view
[SysnameB] ipv6
[SysnameB-vlan2] port ethernet 2/1/6
[SysnameB-vlan2] quit
[SysnameB] interface vlan-interface 2
[SysnameB-Vlan-interface2] ipv6 address fe80::2 link-local
[SysnameB-Vlan-interface2] ipv6 address 1::2 64
# Create standby group 1 and set its virtual IP address to FE80::10.
[SysnameB-Vlan-interface2] vrrp ipv6 vrid 1 virtual-ip fe80::10 link-local
# Create standby group 2 and set its virtual IP address to FE80::20.
[SysnameB-Vlan-interface2] vrrp ipv6 vrid 2 virtual-ip fe80::20 link-local
# Set the priority of Switch B in standby group 2 to 110.
[SysnameB-Vlan-interface2] vrrp ipv6 vrid 2 priority 110
[SysnameB-Vlan-interface2] return
3 Verify the configuration
You can use the display vrrp ipv6 command to verify the configuration.
# Display detailed information of the standby group on Switch A.
<SysnameA> display vrrp ipv6 verbose
IPv6 Standby Information:
Run Method : VIRTUAL-MAC
Virtual IP Ping : Enable
Interface : Vlan-interface2
VRID : 1 Adver. Timer : 100
Admin Status : UP State : Master
Config Pri : 110 Run Pri : 110
Preempt Mode : YES Delay Time : 0
Auth Type : NONE
Virtual IP : FE80::10
Virtual MAC : 0000-5e00-0201
Master IP : FE80::1
Interface : Vlan-interface2