openskills.info
Course Preview

BGP

Border Gateway Protocol is the routing protocol that connects autonomous systems on the internet. It exchanges reachability information between networks so that traffic can find a path from any source to any destination across independently operated infrastructure.

itNetworking

BGP

The Internet is not one network. It is a network of networks, each run under its own policy. Border Gateway Protocol, or BGP, is how those networks exchange reachability information.

BGP answers a practical question: which neighboring network should receive traffic for a destination prefix? It carries possible paths and enough attributes for each network to apply its own policy. That makes BGP different from an interior routing protocol. An interior protocol usually seeks efficient paths inside one administration. BGP coordinates paths between administrations that may have different technical and business goals.

The core mental model

Think of a BGP route as a claim with context:

I can reach this IP prefix through this path, and here are attributes you can use when deciding what to do with the claim.

A BGP speaker sends that claim to a configured peer. The receiving speaker applies import policy. It rejects or accepts the route, compares accepted routes, and selects a preferred route. It may then apply export policy and advertise a route to other peers.

That flow matters more than any vendor command:

peer advertisement
      ↓
import policy
      ↓
candidate routes
      ↓
decision process
      ↓
selected route
      ↓
export policy
      ↓
advertisement to another peer

BGP does not discover peers automatically. Operators configure the neighbor relationship and the policy around it. Modern default-reject behavior requires explicit import and export policy before an external BGP session can use or advertise routes.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources

  • https://www.rfc-editor.org/rfc/rfc4271.html
  • https://www.rfc-editor.org/rfc/rfc1997.html
  • https://www.rfc-editor.org/rfc/rfc4456.html
  • https://www.rfc-editor.org/rfc/rfc6793.html
  • https://www.rfc-editor.org/rfc/rfc7454.html
  • https://www.rfc-editor.org/rfc/rfc8212.html
  • https://www.rfc-editor.org/rfc/rfc6811.html
  • https://www.rfc-editor.org/rfc/rfc9234.html