8 years old... and still the best video I managed to find on this! Great job, thanks!
@vuttham63 жыл бұрын
11 yrs old video, but still it's the best to video to all the network engineers who just lost their basics and also the best video to all the novice network engineers. Great Job Keith.
@vuttham63 жыл бұрын
Can anyone guide me on the below: Is it worth taking CCIE course at the moment where evryone are moving towards Cloud Tech
@KeithBarker11 жыл бұрын
You are very welcome. Thanks for your kind words. Best wishes, Keith Barker
@mpls_link4 ай бұрын
12 years later this is still the best video on this topic I can find on KZbin 👏
@Angelwt262 ай бұрын
Finally a simple video to understand how BGP works, thank you so much
@muhamj11 жыл бұрын
Keith Barker always makes things easy to understand. I really enjoy his style.
@fieldzee0911 ай бұрын
This is the best video I've seen to explain how this works. I am a visual learner, so this works for me.
@KeithBarker11 жыл бұрын
Hello- Great question. If all the items up to and including the AS hops are equal, the following would be used, in this order: lowest ORIGIN type (IGP, EGP then Incomplete, in that order) if that is a tie then lowest MED if that is a tie then eBGP over iBGP learned path if that is a tie then lowest IGP metric to the next hop and there are a few more if those are tied as well. Before the AS hops, there are a few checks it also does. Hope that helps, Keith
@anonymous-uo6ub2 ай бұрын
tysm!
@SkynetWanoG6th Жыл бұрын
I Love Keiths teaching style he is the best
@enriquegabriel77084 жыл бұрын
These guys are the best teachers.
@xfox3603 жыл бұрын
Thanks for the easy brief introduction to BGP, still one of the best vids out there.
@dhhsncnd61079 жыл бұрын
Keith's vids are always inspiring. I wish he has more detials for BGP in his personal channel.
@francescogalli40334 жыл бұрын
Simply love this channel✌🏻 As junior networker, it's my Bible 🏅
@abrahamoz16977 жыл бұрын
Thank you very much Keith, great BGP intro video it makes a lot more clearer now... :))
@KeithBarker11 жыл бұрын
The router can recursively figure out the correct next immediate hop, to reach the BGP peer who sent the packet, based on its routing table and will forward it based on that. If MPLS is used, label switching could come into play, but that is another story altogether.
@rOnNiecHaRles167 жыл бұрын
PLEASE TEACH US MORE LIKE THESE, ONCE I GET HIGH SALARY I WILL ENROLL TO YOU CBT NUGGETS I PROMISE THAT!
@the_stoned_investor5 жыл бұрын
Are you going to yell at your new job? ;)
@newentshini12294 жыл бұрын
@@the_stoned_investor YES
@MyJonathanAlex11 жыл бұрын
Keith you are the man...thanks for putting this out there...simple and clear..you rock.
@ardentdfender41163 жыл бұрын
This is so well explained and explained by Keith. Well explained for me and impending CCNA exam. Very relevant in age of FB down earlier this week.
@ryanmyers909212 жыл бұрын
Absolutely great video, explained very well easily understood, Way better then the classroom....
@KennyBentley711 жыл бұрын
Excellent video! I'm studying for some IT certifications and have learned a lot about TCP/IP on a LAN, but I've been curious about how it works on the Internet. Thanks for sharing.
@KeithBarker11 жыл бұрын
Thanks for your post Pete! Keith
@phurbalama9865 жыл бұрын
How about other bgp path attributes?
@dossosindou75014 жыл бұрын
Hello Keith which layer of osi BGP use I am confusing please explain to me
@KeithBarker4 жыл бұрын
@@dossosindou7501 BGP is a routing protocol, that uses IP at layer 3, TCP at layer 4, and the updates and message it carries are at the application layer.
@TotemYuri2 жыл бұрын
thank you for the video, very helpful!
@dalepeterson99073 жыл бұрын
Solid explanation. I dig it...
@b1swoll273 Жыл бұрын
Lots of light bulbs went off with this video. Much appreciated
@karimaurelie112 жыл бұрын
allways simple to understand with you thanks a lot
@KeithBarker11 жыл бұрын
If one path has a MED of 2, and the other path has no MED configured, the current standard is to treat that missing MED as the highest (worst) possible value. If that was the case the MED of 2 would be considered the best.
@mariosolano6294 жыл бұрын
BEST video ever
@cbtnuggets4 жыл бұрын
Thank you Mario!
@pjtemplin11 жыл бұрын
MED is (normally) only a factor when there are multiple links from one AS to another AS, and your question only applies if the routers within one AS are running vastly different software versions so as to pick different favorites. The "incomplete" is merely an origin code, not an incomplete ASN.
@KeithBarker11 жыл бұрын
The old way, was to presume a non-configured MED was 0 (which would be less than a configured MED of 2). "Incomplete" doesn't refer to a missing AS #. "incomplete" means that BGP is not sure how the route came into BGP (network statement wasn't used). Could have be redistributed.
@djbneozen11 жыл бұрын
So when the number of AS hops are equal...what is the tie breaker? (surprised I don't see anyone asking this, nor is it mentioned in the vid)
@scottza5 жыл бұрын
In case after 6 years this question has been plaguing you here is an answer. How these 'tie-breakers' are dealt with goes down to how the AS has been set up and configured. In general, BGP routing is decided based upon a number of criteria (In order). 1. Local preference value attribute: A policy-based decision is made regardless of the shortest path. If an AS is configured to not favour an AS it will attempt to find other paths at all costs. 2. The Shortest AS-PATH is chosen: If no relevant policies to make a decision, then as demonstrated that the path with the least AS steps to the destination will be chosen. 3. Closest NEXT-HOP router: If there is no shortest AS-PATH, then instead the closest NEXT-HOP router is chosen. The closest NEXT-HOP router will be the closest router of the 'tie-breaker' within the same AS. (This is known as hot potato routing :) ) 4. Else, any other criteria that are specific to the router or AS's BGP implementation. Hopefully, that might help you with your exam ;-) - Although this is likely more relevant to your kids by this point.
@estee_tey5 жыл бұрын
@@scottza I am currently studying BGP stuff in school, your comment helped me! Thank you :D!
@scottza5 жыл бұрын
@@estee_tey Glad to have been of assistance. ;)
@ardentdfender41163 жыл бұрын
@@scottza One to two years later, this answer is extreme helpful to me in understanding and for my impending CCNA exam. Thanks a billion bytes!
@vinayrp308112 жыл бұрын
nice explaination !! but does it not consider the amount of congestion in the path ??
@hazgyb9 жыл бұрын
Thanks!
@jsuswaram8 жыл бұрын
Awesome presentation..Many thanks!
@MrBruksroy12 жыл бұрын
Very good explanation! Thanks a lot!
@jimmycheong79703 жыл бұрын
Amazing!
@MuhammedParlakci11 жыл бұрын
Thanks it was very helpful!
@djbneozen11 жыл бұрын
Thanks Keith. I do understand that. I was trying to ask what the dif was between the "old" standard and new. "Before the most recent edition of the BGP standard, if an UPDATE had no MULTI_EXIT_DISC value, several implementations created a MED with the least possible value." I was wondering if you could briefly expolain this as I bet there is tons of legacy BGP out there. Also, if BGP requires an assigned AS#, how can there ever be an "incomplete"? Do a video on tie breakers!! lol
@XSFlanger12 жыл бұрын
Good explanation as usual. Can you tell me please, since AS34 and AS56 are transits, they also have to have some sort of IGP in conjunction with EBGP, to carry external routes in the internal network between border routers right? Is it possible to carry those routes with other IGP like OSPF instead of IBGP. For example, redistribute external routes from EBGP right into OSPF and get them back on other border router to advertise to next neighbor AS, or only IBGP will do that?
@peterkim199911 жыл бұрын
So the *> best path gets populated into the routing table. Now when packet comes in and matches the "best path" it egresses to the "next hop" which is a neighbor? What I am confused about is that what if the next hop is not a directly connected neighbor? In that case, what routing method is used in the transit?
@theira04 ай бұрын
what i he using to configure the systems??
@sekarjvm10 ай бұрын
Hi i have a problem in my epgp with multi isp in mikrotik router. In a day 5 to 6 packets getting dropped from an outside network which means blackout our network users between the duration. What was the issue can you help I can't figure it out.
@kennrich21311 жыл бұрын
Nice MicroNugget. Anyone know what terminal emulator is being used in the latter part of the video?
@danielsaan197611 жыл бұрын
Folks, BGPlay really helps here.
@jakedavitt84463 жыл бұрын
What of the route was the same size on both of the paths? How does it choose which one is the better one?
@ShriramShastik_Crafts11 жыл бұрын
very nice explanation...Many thanks
@SherzTutorials11 жыл бұрын
Thank you so much!
@thilolg3 жыл бұрын
Brilliant
@An_Escaped_Mind5 жыл бұрын
What is the program that you are using to type your commands?
@moscovciucmircea90394 жыл бұрын
GNS 3
@aniruthoblah9 жыл бұрын
Hi Keith, thanks you doing this video. I have a silly question. Does the BGP not take into account the time taken between two ASNs? What if the time for the longer path is actually faster because it has Google fiber or some other fast connectivity between them?
@KeithBarker9 жыл бұрын
+Aniruth Oblah Time isn't a metric built into BGP (other than a BGP session between 2 routers could time out). Service providers can use other tools, including probes and monitors, to verify and check connectivity, including delays, and have BGP respond based on those other tools. Here is a link to an example of that: linkstate.wordpress.com/2011/07/15/ip-sla-and-object-tracking/ Cheers, and happy studies.
@RGOWAL4 жыл бұрын
Hey guys from CBT Nuggets, How did you program that explanation example you put at the end? I'm currently studying BGP and I want to include an explanation video just like that one you guys did in my presentation. Thank you
@rahulr95395 жыл бұрын
Which software was that ?
@priyankaaher11 жыл бұрын
awesome... thanks man
@kosta25011 жыл бұрын
good explanation!
@pjtemplin11 жыл бұрын
Lowest MED is (normally) only a tiebreaker if you have two links to the neighboring AS.
@lrellisderth1186 жыл бұрын
Thank you for the video. Is it only the BGP routers in each AS that participate in BGP then? And how many BGP routers do you need for an autonomous system (AS) based on the number of routers in the network?
@crza965 жыл бұрын
Correct. BGP Routers connect AS's together, so for a company it would be the edge router(s) depending on the size. So a company can use Interior Gateway Protocols, like OSPF or EIGRP to route it's own network, and then use BGP as their External Gateway Protocol to get out to the internet. Once leaving the AS, you're traveling on the internet through Internet Service Provider land, which is much bigger in scope.
@antoinenakhle95272 ай бұрын
what if the local preference attribute was not set to default (100)
@djbneozen11 жыл бұрын
"The current standard however specifies that missing MEDs are to be treated as the highest possible value. Since the current rule may cause different behavior than the vendor interpretations, BGP implementations that used the nonstandard default value have a configuration feature that allows the old or standard rule to be selected." - How about this?
@briankelley831110 жыл бұрын
Nice video Keith! Inside each AS, there could be half a dozen hops and increase latency. Does BGP have a mechanism to calculate that?
@enriquegabriel77084 жыл бұрын
No. It is not a link state protocol.
@nialldonaghy59402 жыл бұрын
If you have two peerings with another AS, and learn two routes to the same prefix from that AS, they might advertise different BGP metric (MED) values for each route. Lowest metric wins (normally). They may configure peering A's advertisement as metric = 0 and peering B's advertisement as metric = 100. Your AS will prefer lowest metric, so path A is chosen. Another way to set the metrics is automatically, by copying their IGP metric to the BGP metric. In this way, their internal path differences are reflected. This is a simple but effective mechanism. BGP is not a link state protocol. Metric is very crude and simple; latency and bandwidth are not conveyed. However, BGP communities and other NLRIs and features can and do convey additional information. You might lookup BGP DMZ link bandwidth communities for example.
@KennyBentley711 жыл бұрын
Might make the head of one who's not familiar with the mechanics of IP, but for someone who knows how IP works on a LAN, very helpful. What tool were you using? Did you have a bunch of routers that you telnetted into, or is that like a router emulator or something?
@xfox3603 жыл бұрын
maybe its gns3
@lottebirrenkoven816211 жыл бұрын
thank you.
@garymcleanuk Жыл бұрын
Makes it sound so simple but this is only the beggining. What happens when the path has equal number? When does Local Pref and Remote Pref come into effect? Then theres Tags
@SM7SM7SM72 жыл бұрын
Isn’t the shortest path an ospf thing for the first decision? Bgp first looks for the path with the highest weight, and the shortest path is the 4th decision. Just a clarification
@Anabieh11 жыл бұрын
Thanks
@guillermotijerino8 жыл бұрын
nice excellent video
@john63us2 жыл бұрын
Whay about weight, Local Pref, then shortest AS_PATH
@sunisilver7 жыл бұрын
As in show output local preference was 100, and your saying it's due to as path....
@andn97777 жыл бұрын
100 value by default
@steezey7 жыл бұрын
This is not entirely true. It does not necessarily look at just the shortest path. The BGP routers look at whether the path came from a customer, a peer, or a provider. BGP routers will avoid using providers as it costs them money to use, and will not advertise routes that came from a provider to other providers or peers. For example, a peer can take advantage of such a path and use the route though the advertiser because it will not get charged for it, causes the advertiser to get feed.
@andn97777 жыл бұрын
Yes you are right but this is how bgp algorithm is working by default...
@davidratkay92817 жыл бұрын
Also It will look at the LOCAL_PREF before the shortest path, which means it chose the route with the shortest AS path BECAUSE OF LOCAL_PREF in this case.
@Alireza-zc3kc5 жыл бұрын
Thanks #kieth_barker
@davidratkay92817 жыл бұрын
It looks like it chose the shortest as path route BECAUSE of LOCAL_PREF not because of the shortest AS path.
@mattjoe674 жыл бұрын
Hello Keith, thank you very much for clear explanation, Could you please consult Mr.Jeremy how to teach or train him how to explain It, I listened to all his nuggets audios for almost 7 months, I couldn't understand him and DOES NOT KNOW the method to explain these It subjects clearly, he always around the bush/confused not coming up with a clear explanation, he is just goofing, I am an instructor for almost 15 years, please let him know, he needs to get his act together.
@AdamDavid3 жыл бұрын
Hahaha a /12, Sure!!! LOL
@mattjoe675 жыл бұрын
Very confused, Just explain the BGP functions, don't be around the bush.