BGP Protocol Fundamentals: Architecture, States, and Path Selection
Routes are generally categorized into two types:
Directly Connected Routes: These routes have a default preference value of 0, representing the highest priority.
Non-Directly Connected Routes: These are further divided into static routes (default preference 60) and dynamic routes. Dynamic routing protocols fall into two categories:
IGP (Interi ...
Posted on Sat, 27 Jun 2026 17:16:57 +0000 by myshoala
BGP Extended Knowledge Summary
1. BGP Route Advertisement Considerations
In BGP, there are two primary methods for route advertisement:
Advertise directly connected routes on each BGP-speaking device
Advertise routes learned through IGP from non-BGP devices within the AS (most common scenario)
When BGP advertises routes from the local routing table, it carries the local IG ...
Posted on Sat, 23 May 2026 19:29:21 +0000 by jahstarr