beautypg.com

Bgp route reflector configuration example, Network requirements, Configuration procedure – H3C Technologies H3C SR8800 User Manual

Page 266

background image

250

BGP route reflector configuration example

Network requirements

In

Figure 94

, all routers run BGP.

Between Router A and Router B is an EBGP connection, and between Router C and Router B, and
between Router C and Router D are IBGP connections.

Router C is a route reflector with clients Router B and D.

Router D can learn route 1.0.0.0/8 from Router C.

Figure 94 Network diagram

Configuration procedure

1.

Configure IP addresses for interfaces. (Details not shown)

2.

Configure BGP connections: (Details not shown)
# Configure Router A.

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.

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 Router C.

system-view

[RouterC] bgp 200

[RouterC-bgp] peer 193.1.1.2 as-number 200

[RouterC-bgp] peer 194.1.1.2 as-number 200

[RouterC-bgp] quit

# Configure Router D.

system-view