R3303-HP HSR6800 Routers Layer 3 - IP Routing Configuration Guide
224
For example, as shown in Figure 70, Router A and Router B establish an EBGP neighbor relationship, and
Router B and Router C establish an IBGP neighbor relationship. When Router B advertises a network
learned from Router A to Router C, if Router C has no route to IP address 1.1.1.1/24, you need to configure
Router B to set itself as the next hop (3.1.1.1/24) for the route to be sent to Router C.
Figure 70 Next hop attribute configuration
If a BGP router has two peers on a common broadcast network, it does not set itself as the next hop for
routes sent to an EBGP peer by default. As shown in Figure 71, R
outer A and Router B establish an EBGP
neighbor relationship, and Router B and Router C establish an IBGP neighbor relationship. They are on
t h e s a m e b ro a d c a s t n e t w o r k 1.1.1. 0 / 24 . W h e n R o u t e r B sends EBGP routes to Router A, it does not set
itself as the next hop by default. However, you can configure Router B to set it as the next hop (1.1.1.2/24)
for routes sent to Router A by using the peer next-hop-local command as needed.
Figure 71 Next hop attribute configuration
IMPORTANT:
If you have configured BGP load balancing, the router sets itself as the next hop for routes sent to an IBGP
peer or peer group regardless of whether the peer next-hop-local command is configured.
To configure the NEXT_HOP attribute:
Step Command Remarks
1. Enter system view.
system-view N/A
2. Enter BGP view or BGP-VPN
instance view.
• Enter BGP view:
bgp as-number
• Enter BGP-VPN instance view:
a. bgp as-number
b. ipv4-family vpn-instance
vpn-instance-name
Use either method.
3. Specify the router as the next
hop of routes sent to a peer or
peer group.
peer { group-name | ip-address }
next-hop-local
Optional.
By default, the router sets it as the
next hop for routes sent to an EBGP
peer or peer group, but does not
set it as the next hop for routes sent
to an IBGP peer or peer group.