Next Hop Address of a Route Imported by BGP from Another Protocol

Nahid
Nahid  Diamond  (1)
7 years 10 months ago  View: 1213  Reply: 4
1F
After BGP imports a route of another protocol, the next hop of the route becomes 0.0.0.0. The route must exist on the local node because the route can be imported by BGP. That is, the route is not a newly added one, and only the reference count of the route increases.

The route is not preferred by RM. Therefore, the next hop of the route does not matter. When sending the route to its IBGP or EBGP peers, BGP changes the next hop of the route to a proper one based on the rules defined in RFC 4271. Generally, it is recommended that the next hop of the route should be changed to the local address used to set up a connection.
akther
akther  Gold 
7 years 10 months ago
2F
useful doc
nasir007
nasir007  Gold 
7 years 10 months ago
3F
helpful doc
nazmun021
nazmun021  Gold 
7 years 10 months ago
4F
thanks for the doc
ashrafulhakim
ashrafulhakim  Silver 
7 years 10 months ago
5F
good to know