DES-7200 Configuration Guide Chapter 1 VRRP Configuration
1-24
vrrp ipv6 1 timers advertise 3
# Configure the Accept_Mode of IPv6 VRRP
vrrp ipv6 1 accept_mode
!
# Create a VRRP group 2 and set its virtual IPv6 address to FE80::100 and
2000::100
vrrp 2 ipv6 FE80::100
vrrp 2 ipv6 2000::100
!
# Configure the priority of Switch A in VRRP group as 100
vrrp ipv6 2 priority 100
! # Adjust the advertisement interval of VRRP group to 3s
vrrp ipv6 2 timers advertise 3
# Configure the Accept_Mode of IPv6 VRRP
vrrp ipv6 2 accept_mode
Configure Switch B:
!
!
interface FastEthernet 0/0
no switchport
ipv6 address 2000::3/64
!
# Create a VRRP group 1 and set its virtual IPv6 address to FE80::1 and 2000::1
interface FastEthernet 0/0
vrrp 1 ipv6 FE80::1
vrrp 1 ipv6 2000::1
# Configure the priority of Switch B in VRRP group as 100
vrrp ipv6 1 priority 100
!
# Adjust the advertisement interval of VRRP group to 3s
vrrp ipv6 1 timers advertise 3
# Configure the Accept_Mode of IPv6 VRRP
vrrp ipv6 1 accept_mode
!
!
# Create a VRRP group 2 and set its virtual IPv6 address to FE80::100 and
2000::100
vrrp 2 ipv6 FE80::100
vrrp 2 ipv6 2000::100
!
# Configure the priority of Switch B in VRRP group as 120
vrrp ipv6 2 priority 120
! # Adjust the advertisement interval of VRRP group to 3s
vrrp ipv6 2 timers advertise 3
!