title: flokinet-011 - basic BGP |
author: Nicholas Morrison nick@nanocat.net |
draft: false |
tags: [network, workshop, arista] |
categories: [workshop] |
noindex: true |
"It is proposed to establish a standard for Gateway to Gateway procedures
that allow the Gateways to be mutually suspicious."
"1 INTRODUCTION
The DARPA Catenet is expected to be a continuously expanding
system, with more and more hosts on more and more networks
participating in it. Of course, this will require more and more
gateways. In the past, such expansion has taken place in a
relatively unstructured manner. New gateways, often containing
radically different software than the existing gateways, would be
added and would immediately begin participating in the common
routing algorithm via the GGP protocol. However, as the internet
grows larger and larger, this simple method of expansion becomes
less and less feasible."
!
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