Bgp Gr Configuration Example - HP 5500 EI series Configuration Manual

Hide thumbs Also See for 5500 EI series:
Table of Contents
# Define ACL 2000 to permit the route 1.0.0.0/8 on Router C.
[RouterC] acl number 2000
[RouterC-acl-basic-2000] rule permit source 1.0.0.0 0.255.255.255
[RouterC-acl-basic-2000] quit
# Define routing policy localpref on Router C to set the local preference of route 1.0.0.0/8 to
200 (the default is 100).
[RouterC] route-policy localpref permit node 10
[RouterC-route-policy-localpref-10] if-match ip address acl 2000
[RouterC-route-policy-localpref-10] apply local-preference 200
[RouterC-route-policy-localpref-10] quit
# Apply the routing policy localpref to the route from the peer 193.1.1.1 on Router C.
[RouterC] bgp 200
[RouterC-bgp] address-family ipv4 unicast
[RouterC-bgp-ipv4] peer 193.1.1.1 route-policy localpref import
[RouterC-bgp-ipv4] quit
[RouterC-bgp] quit
# Display the BGP routing table on Router D.
[RouterD] display bgp routing-table ipv4
Total number of routes: 2
BGP local router ID is 195.1.1.1
Status codes: * - valid, > - best, d - dampened, h - history,
* >i 1.0.0.0
*
The route 1.0.0.0/8 learned from Router C is the optimal route.

BGP GR configuration example

Network requirements
As shown in
Router C. Configure BGP GR so that the communication between Router A and Router C is not affected
when an active/standby switchover occurs on Router B.
Figure 70 Network diagram
Eth1/1
8.1.1.1/8
Router A
(GR helper)
s - suppressed, S - stale, i - internal, e - external
Origin: i - IGP, e - EGP, ? - incomplete
Network
i
Figure
70, run EBGP between Router A and Router B, and run IBGP between Router B and
AS 65008
AS 65009
Eth1/2
200.1.1.2/24
200.1.1.1/24
NextHop
MED
193.1.1.1
192.1.1.1
Eth1/1
Eth1/2
9.1.1.1/24
Router B
(GR Restarter)
274
LocPrf
PrefVal Path/Ogn
200
0
100
0
Eth1/1
9.1.1.2/24
Router C
(GR helper)
100i
100i
Table of Contents
loading

This manual is also suitable for:

5500 si series

Table of Contents