Border Gateway Protocol (BGP-4) serves as the routing foundation of the global internet and large-scale enterprise multi-homed datacenters.
1. Ingress & Egress Traffic Steering Attributes
- Local Preference (LOCAL_PREF): Highest numeric value takes precedence internally (eBGP → iBGP) for outbound egress traffic selection.
- AS-Path Prepending: Artificially lengthening the autonomous system hop count on secondary transit links to discourage external ingress traffic.
- Multi-Exit Discriminator (MED): Non-transitive metric communicated to neighboring autonomous systems to influence preferred inbound entry points.
- RPKI Validation: Cryptographically validating Route Origin Authorizations (ROAs) against RIR trust anchors to neutralize BGP route hijacking.