09 - Exploring EBGP Flashcards
External BGP provides ___ between ___.
inter-domain routing, autonomous systems
BGP uses TCP ___.
179
What are the three main characteristics of BGP?
- Reliable – periodic TCP keepalives, incremental, triggered updates
- Scalable – 600k+ internet routes, TCP sliding window ACKs
- Stable – Batched updates, slower convergence
BGP is a ___ protocol
path vector (modified distance vector)
What does BGP advertise?
- a path of autonomous systems
* networks at the end of the path
What are the BGP data structures?
- BGP neighbour table – list of BGP peers
- BGP table – list of all BGP learned routes
- IP routing table – list of best path routes
External BGP routes (routes from an external AS) have an AD of __.
20
Internal BGP routes (routes on the same AS) have an AD of ___.
200
What are the BGP message types?
- Open
- Keepalive
- Update
- Notification
A router that runs BGP is known as a BGP ___.
speaker
A BGP ___ is when a BGP speaker is configured to form a neighbour relationship with another BGP speaker
peer
What are the requirements for establishing an EBGP neighbour relationship?
- Different AS number
- Defined neighbours
- Reachability
BGP chooses a single best path based upon __, not link characteristics like bandwidth or delay.
policy
BGP is not designed for _____.
load balancing
What is the BGP route selection process?
Route selection process, routing policy is based on factors called attributes:
- Prefer highest WEIGHT attribute (local to router)
- Prefer highest LOCAL PREFERENCE attribute (global with AS)
- Prefer route ORIGINATED by local router (next hop = 0.0.0.0)
- Prefer shorted AS path (least number of AS in AS-path attribute)
- Prefer lowest ORIGIN attribute (IGP < EGP < incomplete)
- Prefer lowest MED attribute (exchanged between autonomous systems)
- Prefer an EBGP PATH over an IBGP path
- (IBGP route) prefer PATH through closest IGP neighbour
- (EBGP route) prefer oldest EBGP PATH (neighbour with longest uptime)
- Prefer path with lowest neighbour BGP ROUTER ID
- Prefer path with lowest neighbour IP address