Introduction to Ethernet If you’ve ever plugged a cable into...
Read MoreBGP for Enterprise
BGP (Border Gateway Protocol) empowers enterprises with policy-driven control over Internet connectivity, multi-homing redundancy, traffic engineering, and secure peering with providers or partners. This pillar covers BGP essentials for corporate networks — from basic eBGP peering and route advertisement to advanced scaling with route reflectors, local preference manipulation, and integration with OSPF/EIGRP. Build resilient edge designs that optimize outbound paths, influence inbound traffic, and ensure failover without relying solely on default routes.
Multi-homed ISP redundancy & load balancing
Policy-based traffic engineering
Scalable iBGP without full mesh
Inbound/outbound path control
Introduction
Beginner Path - BGP Fundamentals
Grasp BGP Core Concepts
New to BGP in enterprise? Start here to understand peering, sessions, and why it’s different from IGPs.
- BGP Overview & Role in Enterprises (vs OSPF/EIGRP)
- Autonomous Systems (AS) & Private/Public ASNs
- eBGP vs iBGP Peering Basics
- BGP Neighbor Establishment
- Advertising Routes (network statement, redistribute)
- Basic Verification
- Default Route Origination
Intermediate Path
Control Traffic & Redundancy
Implement multi-homing and influence path selection for reliable, optimized Internet access.
- Multi-Homing Basics (Single vs Dual ISP)
- Local Preference for Outbound Path Selection
- AS-Path Prepending for Inbound Influence
- MED (Multi-Exit Discriminator) in Multi-Homed Sites
- Weight & Local Preference Manipulation
- Route Maps & Prefix Lists for Filtering
- BGP Communities (No-Export, No-Advertise)
- Conditional Default-Originate
Advanced Path
Scale & Secure Enterprise BGP
Handle large sites, avoid full-mesh issues, and add security/policy depth for global enterprises.
- Route Reflectors & Cluster Design (Scaling iBGP)
- Confederations for Large Enterprises
- BGP Peer Groups & Templates
- Maximum Prefix & Dampening
- BGP Authentication (MD5/TCP-AO)
- TTL Security & GTSM
- Route Leaking & Policy for MPLS/VPN Integration
- Advanced Convergence (BFD for BGP, Fast External Fallover)
Common Problems & Fast Fixes
Stuck in Idle/Active/Connect → Fix: Verify neighbor IP/AS, reachability (ping), TCP 179 open, no ACL/firewall blocks, matching authentication.
Not advertised → Fix: Check network statements, redistribute filters, next-hop reachable via IGP, no auto-summary issues.
Not best path → Fix: Verify next-hop reachability (recursive lookup), lower AD (eBGP=20), clear soft-reconfig if needed.
Fix: Check local preference, weight; ensure primary ISP has higher preference.
Fix: AS-path prepend on secondary, communities, or MED tweaks; verify ISP honors them.
Fix: Enable dampening, check for MTU mismatches, BFD timers, or prefix limits exceeded.
Too many peers → Fix: Deploy route reflectors or confederations.
Tools & Platforms Enterprises Use
Introduction to Spanning Tree Protocol (STP)
Switches are simple devices at heart — they forward frames...
Read MoreFrequently Asked Questions
For multi-homing redundancy, automatic failover, policy control over paths, and influencing inbound/outbound traffic.
eBGP: Between different ASes (TTL=1 default, next-hop unchanged). iBGP: Same AS (TTL=255, next-hop preserved, requires full mesh or reflectors).
Highest weight → local preference → locally originated → shortest AS-path → lowest origin → lowest MED → eBGP over iBGP → lowest IGP metric → oldest → lowest router ID.
Route reflectors reduce iBGP peering needs (no split-horizon rule inside cluster); scales large enterprises without full mesh.
Set higher local preference on routes from primary ISP via route-map on inbound.
AS-path prepend on advertisements to secondary ISP, or use BGP communities/MED if ISP supports.
Next-hop unreachable (recursive lookup fails), IGP not advertising next-hop, or policy blackholing.