S1E14 - the Border Gateway Protocol

title: S1E14 - the Border Gateway Protocol
author: Nicholas Morrison
draft: false
tags: [network, workshop, arista]
categories: [workshop]
noindex: true

The Border Gateway Protocol

Illustrated

Topology: BGP-01
Topology: BGP-01

IANA

Who uses BGP?

A brief history of BGP

A brief history of BGP (cont…)

What’s special about BGP?

Basic BGP configuration

!
router bgp 64512
   router-id 10.0.0.1
   neighbor 10.0.0.2 remote-as 64838
   neighbor 10.0.0.2 description Amazing ISP GmbH
   network 192.168.0.0/24
!

r1#show ip bgp summary
r1#show ip route bgp
r1#show ip bgp neighbor 10.0.0.2 advertised-prefixes