09-19-2013 07:33 AM - last edited on 04-13-2023 10:42 PM by Translator
Hi,
guys I have a question here. I saw BGP always needs another protocol like OSPF or EIGRP etc. to propegate routes. Why this is so? Also the same route propegation can be done with BGP
Network
command?
Solved! Go to Solution.
09-19-2013 02:51 PM
Hi Sugata,
This is mostly the case with iBGP, which is generally configured using the router loopback interface address rather than the directly connected interface address. This is very useful as the BGP session will not go down if the physical interface goes down as long as there is a backup path to the peer router loopback address. The IGP is used to establish the BGP session (TCP session) and to resolve the BGP next hop.
eBGP, on the other hand, is generally configured using the directly connected interface address.
Regards
09-19-2013 02:51 PM
Hi Sugata,
This is mostly the case with iBGP, which is generally configured using the router loopback interface address rather than the directly connected interface address. This is very useful as the BGP session will not go down if the physical interface goes down as long as there is a backup path to the peer router loopback address. The IGP is used to establish the BGP session (TCP session) and to resolve the BGP next hop.
eBGP, on the other hand, is generally configured using the directly connected interface address.
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide