3Com Switch 8800 Advanced Software V5 Configuration Guide
784 CHAPTER 54: VRRP CONFIGURATION
Configuration procedure
1 Configure Switch A
# Configure VLAN 2.
<SysnameA> system-view
[SysnameA] ipv6
[SysnameA] vlan 2
[SysnameA-vlan2] port ethernet 2/1/6
[SysnameA-vlan2] quit
[SysnameA] interface vlan-interface 2
[SysnameA-Vlan-interface2] ipv6 address fe80::1 link-local
[SysnameA-Vlan-interface2] ipv6 address 1::1 64
# Create a 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
# Set Switch A to work in preemption mode.
[SysnameA-Vlan-interface2] vrrp ipv6 vrid 1 preempt-mode
# Enable Switch A to send RA messages.
[SysnameA-Vlan-interface2] undo ipv6 nd ra halt
[SysnameA-Vlan-interface2] return
2 Configure Switch B
# Configure VLAN 2.
<SysnameB> system-view
[SysnameB] ipv6
[SysnameB] vlan 2
[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 a 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
# Enable Switch B to send RA messages.
[SysnameB-Vlan-interface2] undo ipv6 nd ra halt
[SysnameB-Vlan-interface2] return
3 Verify the configuration
After the configuration, Host B can be pinged through on Host A. You can use the
display vrrp ipv6 command to verify the configuration.