BGP

BGP

Border Gateway Protocol, the path-vector protocol that holds the internet together and increasingly runs inside enterprise data centers. Articles tagged BGP cover fundamentals, neighbor states, path attributes, best-path selection, traffic engineering, and Cisco IOS XE configuration.

Latest

BGP Next-Hop-Self: When and Why You Need It - PingLabz BGP article title card
BGP · 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 - PingLabz BGP article title card
BGP ·

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.

How to Configure eBGP Neighbors on Cisco IOS XE - PingLabz BGP article title card
BGP · 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.

BGP Session Authentication: MD5 and TCP-AO - PingLabz BGP article title card
BGP ·

BGP Session Authentication: MD5 and TCP-AO

An unauthenticated BGP session is vulnerable to TCP-based attacks and spoofed RSTs. MD5 has been the standard for decades; TCP-AO is the modern replacement. A practical guide to BGP session authentication.

Originating a Default Route in BGP - PingLabz BGP article title card
BGP ·

Originating a Default Route in BGP

A BGP default route tells a peer to send anything it does not have a more specific path for. Different injection methods, default-originate, network, redistribute, have different behaviors and failure modes. Pick carefully.

BGP Route Aggregation and Summarization - PingLabz BGP article title card
BGP ·

BGP Route Aggregation and Summarization

The IPv4 BGP table has over 950,000 prefixes and growing. Route aggregation lets you advertise a summary instead of many specifics, reducing the routing table burden on your peers and the internet. Configuration and gotchas.