D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 VRRP Configuration
1-18
!
# Configure the IPv6 address of interface in order to enable IPv6 service on
the interface
interface FastEthernet 0/1
no switchport
ipv6 address 2000::2/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 A in VRRP group as 120
vrrp ipv6 1 priority 120
# 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
!
!
!
Configure Switch B:
!
!
# Create a VRRP group 1 and set its virtual IPv6 address to FE80::1 and 2000::1
interface FastEthernet 0/1
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
!
!
!
We can see that Switch A and Switch B are in IPv6 VRRP backup group 1 pointing to
the same IPv6 address (2000::1) of virtual router and operating in VRRP preemptive
mode. Since the priority of Switch A in IPv6 VRRP backup group is 120 and the priority
of Switch B in VRRP backup group is 100 (default value), Switch A will act as the
Master router of IPv6 VRRP under normal conditions.