F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100

518
724BBGP route reflector configuration example
1533BNetwork requirements
As shown in 2705HFigure 301, all routers run BGP.
EBGP runs between Router A and Router B. IBGP runs between Firewall and Router B, and between
Firewall and Router C.
Firewall is a route reflector with clients Router B and Router C.
Router C can learn route 1.0.0.0/8 from Firewall.
Figure 301 Network diagram
1534BConfiguration procedure
1. Configure IP addresses for interfaces. (Details not shown.)
2. Configure BGP connections:
# Configure Router A.
<RouterA> system-view
[RouterA] bgp 100
[RouterA-bgp] peer 192.1.1.2 as-number 200
# Inject network 1.0.0.0/8 to the BGP routing table.
[RouterA-bgp] network 1.0.0.0
[RouterA-bgp] quit
# Configure Router B.
<RouterB> system-view
[RouterB] bgp 200
[RouterB-bgp] peer 192.1.1.1 as-number 100
[RouterB-bgp] peer 193.1.1.1 as-number 200
[RouterB-bgp] peer 193.1.1.1 next-hop-local
[RouterB-bgp] quit
# Configure Firewall.
<Firewall> system-view
[Firewall] bgp 200
[Firewall-bgp] peer 193.1.1.2 as-number 200
[Firewall-bgp] peer 194.1.1.2 as-number 200
[Firewall-bgp] quit
# Configure Router C.