Chapter 23 IPv6 VRRP Configuration
Configuration Flow
1.
Enter the interfaces on which VRRP should be enabled. Enable IPv6, and configure
IPv6 addresses.
2.
Enter VRRP configuration mode from global configuration mode, and then enter the
interfaces to configure VRRP.
3.
Configure the same VRRP group ID and virtual addresses for R1 and R2. To make R1
as the master router, set a priority for R1 higher than that for R2 in the same group, or
configure R1 as the IP address owner (if the R1 address is used as the virtual address,
R1 has a top priority of 255). The priorities (the default priority is 100) are all the same,
and the router where VRRP is enabled first to publish messages becomes the master
one in the group. This means that you can also configure related commands on R1
first to make it as the master one.
Configuration Commands
The configuration on R1 is as follows:
R1(config)#interface gei-1/1
R1(config-if-gei-1/1)#no shutdown
R1(config-if-gei-1/1)#ipv6 enable
R1(config-if-gei-1/1)#ipv6 address link-local fe80::1:1
R1(config-if-gei-1/1)#exit
R1(config)#vrrp
R1(config-vrrp)#interface gei-1/1
R1(config-vrrp-if-gei-1/1)#vrrp 1 ipv6 fe80::1:1
/*For the configuration of the IPv6 address in VRRPv3, the virtual master IP
address must be a link-local address, that is, an address beginning with FE80,
such as vrrp 1 ipv6 fe80::1. If the address configured here is a global, the
address can only be used as the virtual secondary IP address, such as
vrrp 1 ipv6 1::2 secondary.*/
R1(config-vrrp-if-gei-1/1)#end
The configuration on R2 is as follows:
R2(config)#interface gei-1/1
R2(config-if-gei-1/1)#no shutdown
R2(config-if-gei-1/1)#ipv6 enable
R2(config-if-gei-1/1)#ipv6 address link-local fe80::1:2
R2(config-if-gei-1/1)#exit
R2(config)#vrrp
R2(config-vrrp)#interface gei-1/1
R2(config-vrrp-if-gei-1/1)#vrrp 1 ipv6 fe80::1:1
R2(config-vrrp-if-gei-1/1)#end
Configuration Verification
View the VRRP information and configuration result on R1, as shown below.
23-5
SJ-20140504150128-018|2014-05-10 (R1.0)
ZTE Proprietary and Confidential
Содержание ZXR10 ZSR
Страница 12: ...This page intentionally left blank IV SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...
Страница 306: ...Figures This page intentionally left blank IV SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...
Страница 308: ...This page intentionally left blank VI SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...