CCNP ROUTE Exam Tutorial:
Using The BGP Command Update-Source
By Chris Bryant, CCIE #12933
More CCNP ROUTE Exam Tutorials! When you start preparing for your CCNP ROUTE exam, you're introduced to Border Gateway Protocol (BGP).
BGP is unlike any protocol you learned during your CCNA studies, and even the similarities are a little bit different!
A note for those of you just starting on BGP or perhaps struggling a bit with it - I ran into the exact same situation when I began studying for my CCNP. If you look at BGP as a whole, it will overwhelm you - and if you just take one little concept at a time, your knowledge will build until you've mastered the subject.
So hang in there - it gets better.
Now back to work on this command...
BGP forms neighbor relationships, much like EIGRP and OSPF do. The interesting thing with BGP is that potential neighbors, or "peers", do not need to be directly connected and can use their loopback interfaces to form the peer relationships.
It may well be to your advantage to use loopbacks to form peer relationships rather than the actual interface facing the potential neighbor. This can be done because BGP uses static neighbor statements rather than any kind of dynamic neighbor discovery process.
Consider a router that has two paths to a BGP speaker. The interfaces are numbered like this:
Router 1:
Serial0, 172.1.1.1 /24
Serial2, 179.1.1.1 /24
loopback0, 1.1.1.1 /32
Router 2:
Serial0, 172.1.1.2/24
Serial2 179.1.1.2/24
loopback0, 2.2.2.2 /32
We could configure Router1 like this:
router bgp 200
neighbor 172.1.1.2 remote-as 200
In this case, BGP would automatically use 172.1.1.1 as the source for the TCP connection that has to be set up with the neighbor before updates can be exchanged; this address is known as the best local address.
However, if the remote peer's serial0 interface is shut down or goes down for another reason, the peer relationship would be lost even though Router2 is still up.
Instead of using one of the physical interfaces, we can use the loopbacks on each router to establish the TCP-based peer connection. The configurations would look like this:
Router1:
router bgp 200
neighbor 2.2.2.2 remote-as 200
neighbor 2.2.2.2 update-source loopback0
Router2:
router bgp 200
neighbor 1.1.1.1 remote-as 200
neighbor 1.1.1.1 update-source loopback0
In this case, losing one of the physical connections does not necessarily mean the BGP peering is lost; as long as the routers have a valid path to each other's loopback addresses, the BGP peer relationship will stay in place. And better yet, we avoid the dreaded “single point of failure”!
For additional CCNP ROUTE exam tutorials and videos, just click that link - and over 400 additional CCNA and CCNP tutorials are ready for you as well!
I'm paying it forward to all CCNP candidates:
My CCNP ROUTE Bulldog Boot Camp DVD is only $97!
 
"Chris, I passed my CCNP ROUTE exam yesterday. YEAH!! Thanks for your Devil-Dog quality instruction in your videos. Each time I watched them I learned a little bit more!"
-- Jack Boyle, Raleigh, North Carolina
Save $100s, Get Over $200 Of Free Ebooks, And Receive Free Worldwide Shipping With My CCNP Video Boot Camp Bundle!
To your success,
Chris Bryant
CCIE #12933
"The Computer Certification Bulldog"
chris@thebryantadvantage.com
|