R3303-HP HSR6800 Routers High Availability Configuration Guide

225
The default gateway of the hosts in the LAN is 192.168.0.10.
When Router A works correctly, hosts in the LAN access the external network through Router A.
When Router A detects that the uplink is down through BFD, it decreases its priority so that Router
B can preempt as the master, ensuring that the hosts in the LAN can access the external network
through Router B.
Figure 58 Network diagram
Configuration procedure
1. Configure BFD on Router A:
# Configure the source address of BFD echo packets as 10.10.10.10.
<RouterA> system-view
[RouterA] bfd echo-source-ip 10.10.10.10
2. Create the track entry to associate with the BFD session on Router A:
# Create track entry 1 for the BFD session on Router A to check whether the uplink device with the
IP address 1.1.1.2 is reachable.
[RouterA] track 1 bfd echo interface gigabitethernet 1/0/1 remote ip 1.1.1.2 local
ip 1.1.1.1
3. Configure VRRP on Router A:
# Create VRRP group 1, and configure the virtual IP address of the group as 192.168.0.10.
Configure the priority of Router A in VRRP group 1 as 110, and configure VRRP group 1 to monitor
the status of track entry 1. When the status of the track entry becomes Negative, the priority of
Router A decreases by 20.
[RouterA] interface gigabitethernet 1/0/2
[RouterA-GigabitEthernet1/0/2] vrrp vrid 1 virtual-ip 192.168.0.10
[RouterA-GigabitEthernet1/0/2] vrrp vrid 1 priority 110
[RouterA-GigabitEthernet1/0/2] vrrp vrid 1 track 1 reduced 20