Example For Associating Bfd With Vrrp - Huawei AR2200-S Series Configuration Manual

Enterprise router
Hide thumbs Also See for AR2200-S Series:
Table of Contents

Advertisement

Huawei AR2200-S Series Enterprise Routers
Configuration Guide - Reliability
l
l

2.11.3 Example for Associating BFD with VRRP

In this example, by tracking BFD sessions, a VRRP group can use the backup device to take
over network traffic when the active interface or a link goes Down.
Networking Requirements
To improve link reliability, the user gateway is dual-homed to the upper-layer network. VRRP
is configured on the upper-layer gateway to negotiate the primary and backup links and
implement a switchover.
Issue 01 (2012-01-06)
#
interface GigabitEthernet2/0/0
ip address 10.1.1.1 255.255.255.0
vrrp vrid 1 virtual-ip 10.1.1.111
vrrp vrid 1 priority 120
vrrp vrid 2 virtual-ip 10.1.1.112
#
ospf 1
area 0.0.0.0
network 192.168.1.0 0.0.0.255
network 10.1.1.0 0.0.0.255
#
return
Configuration file of Router B
#
sysname RouterB
#
interface GigabitEthernet1/0/0
ip address 192.168.2.1 255.255.255.0
#
interface GigabitEthernet2/0/0
ip address 10.1.1.2 255.255.255.0
vrrp vrid 1 virtual-ip 10.1.1.111
vrrp vrid 2 virtual-ip 10.1.1.112
vrrp vrid 2 priority 120
#
ospf 1
area 0.0.0.0
network 192.168.2.0 0.0.0.255
network 10.1.1.0 0.0.0.255
#
return
Configuration file of Router C
#
sysname RouterC
#
interface GigabitEthernet1/0/0
ip address 192.168.1.2 255.255.255.0
#
interface GigabitEthernet2/0/0
ip address 192.168.2.2 255.255.255.0
#
interface GigabitEthernet3/0/0
ip address 20.1.1.1 255.255.255.0
#
ospf 1
area 0.0.0.0
network 192.168.1.0 0.0.0.255
network 192.168.2.0 0.0.0.255
network 20.1.1.0 0.0.0.255
#
return
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
2 VRRP Configuration
100

Advertisement

Table of Contents
loading

Table of Contents