hellt / netdevops.me_gitment_comments

0 stars 0 forks source link

Nokia (Alcatel-Lucent) BGP configuration tutorial. Part 1 - basic eBGP, iBGP #56

Open hellt opened 4 years ago

hellt commented 4 years ago

https://netdevops.me/2015/08/alcatel-lucent-bgp-configuration-tutorial-part-1-basic-ebgp-ibgp/

There is no way I would leave you without covering configuration steps for one of the most versatile, scalable and robust internet protocols also known as BGP. And here it is - BGP configuration guide for Nokia (Alcatel-Lucent) Service Routers.

As with the OSPF configuration tutorial I will cover the configuration process for various BGP scenarios along with the verification and troubleshooting steps bundled with colorful figures, detailed code snippets and useful remarks.

BGP is so huge that I had no other option but to write about it in several parts:

Part 1 - basic eBGP and iBGP configuration Part 2 - BGP policies. Community

Part 1 is dedicated to basic eBGP/iBGP configuration. We will practice with common BGP configuration procedures at first, then learn how to export routes into BGP process and prevent unnecessary route reflection by means of split-horizon over eBGP links.

Next we go over iBGP configuration to spread the eBGP learned routes across the Autonomous Systems. I will explain the necessity of having a full-mesh iBGP topology and the use of the next-hop-self command for iBGP peers.

It’s a perfect time to configure some BGP, right?

basondole commented 4 years ago

Hi Great post, currently exploring the SROS myself. What tool do you use to make network diagrams, they are very decent.

hellt commented 4 years ago

@basondole Hi Great post, currently exploring the SROS myself. What tool do you use to make network diagrams, they are very decent.

Hi, its just MS Visio

basondole commented 4 years ago

If you don't mind sharing, what icon set is it? If possible, please share a download link. Do you have extensive understanding of SROS, I need help a lil bit understanding a certain MPLS behavior in SROS. What is the best way to communicate?

Thanks