Jaime

Latest posts — page 46

BGP Path Attributes Explained: Well-Known vs Optional

BGP path attributes are the foundation of every traffic engineering technique: local preference, MED, AS-path prepending, communities. Understand the well-known vs optional attribute matrix before touching policy.

Featured

What Is BGP? The Protocol That Runs the Internet

Every time you load a webpage, your traffic crosses networks owned by different organizations. BGP, the Border Gateway Protocol, is what stitches 75,000+ autonomous systems into a single working internet. Here is how, and why.

BGP Route Filtering with Prefix Lists

Prefix lists are the preferred BGP filtering tool: faster than ACLs, easier to read, and built for matching networks with specific prefix lengths. Every production BGP deployment needs them on inbound and outbound.

BGP Confederations: An Alternative to Route Reflectors

BGP confederations scale iBGP by dividing the AS into sub-ASes that speak confederation eBGP internally, while appearing as a single AS to the outside world. An alternative to route reflectors with tradeoffs you need to know.

BGP Route Reflectors: Eliminating the Full Mesh

Ten routers need 45 iBGP sessions. Fifty need 1,225. Route reflectors break the iBGP split-horizon rule in a controlled way, and are the standard scaling tool for iBGP in enterprise and service provider networks.

Featured

BGP Next-Hop-Self: When and Why You Need It

One of the most common iBGP problems is routes that show up in the BGP table but never hit the routing table because the next-hop is unreachable. Here is when next-hop-self is the fix, and when it actually makes things worse.

How to Configure iBGP Neighbors and Full Mesh

iBGP has rules eBGP does not: split-horizon, full-mesh, and next-hop preservation. Ignore any of them and routes vanish silently from your network. A practical guide to configuring iBGP neighbors and full mesh.

Featured

How to Configure eBGP Neighbors on Cisco IOS XE

A single mismatch in neighbor IP, AS number, or filtering keeps a BGP session down without a helpful error. A practical Cisco IOS XE eBGP configuration walkthrough including dual-homed peering and source/TTL considerations.