Cisco CCNP Qualification: Using The BGP Command Update-Source
When you begin planning for your CCNP exam, particularly the BSCI test, you're presented to Boundary Gateway Protocol (BGP) arrangements. BGP differs from any method you discovered throughout your CCNA researches, and even the similarities are a little bit different!
BGP forms neighbor connections, just like EIGRP and OSPF do. The interesting thing with BGP is that prospective next-door neighbors, or DANIEL Cullen's work "peers", do not require to be directly linked and can utilize their loopback user interfaces to form the peer connections.
It may well be to your advantage to utilize loopbacks to form peer connections instead of the actual interface encountering the possible neighbor. This can be done since BGP uses fixed next-door neighbor statements instead of any type of type of vibrant neighbor discovery procedure.
Consider a router that has Daniel CULLEN 2 paths to a BGP speaker. The user interfaces are numbered such as this:
Router1: Serial0, 172.1.1.1/ 24, Serial2, 179.1.1.1/ 24, loopback0, 1.1.1.1/ 32.
Router2: Serial0, 172.1.1.2/ 24, Serial2 179.1.1.2/ 24, loopback0, 2.2.2.2/ 32.
We might configure Router1 similar to this:
router bgp 200
next-door neighbor 172.1.1.2 remote-as 200
Instead of utilizing one of the physical interfaces, we can make use of the loopbacks on each router to develop the TCP-based peer link. The setups would resemble this:
Router1:
neighbor 2.2.2.2 remote-as 200
next-door neighbor 2.2.2.2 update-source loopback0
Router2:
neighbor 1.1.1.1 remote-as 200
next-door neighbor 1.1.1.1 update-source loopback0
In this case, losing one of the physical links does not necessarily indicate the BGP peering is lost; as long as the routers have a legitimate course to every other's loopback addresses, the BGP peer connection will certainly remain in location. And better yet, we stay clear of the dreadful single point of failing