Difference between revisions of "JunOS BGP"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
=Prerequisites= | =Prerequisites= | ||
| − | + | To complete this tutorial, you will need: | |
| + | * A laptop running Linux or MacOS. for this tutorial I will be using a laptop running Ubuntu 16 | ||
| + | * A console cable. Since all the new laptops today don't come with a USB port, you will need a USB to Console adapter | ||
| + | * The program "Screen" | ||
| + | If you don't have "screen" install it with the command below | ||
| + | sudo apt-get install screen | ||
=The Goal= | =The Goal= | ||
[[file:bgp1.png]] | [[file:bgp1.png]] | ||
Revision as of 21:01, 1 March 2019
In this Tutorial We will be discussing how to setup an External Border Gateway Protocol (EBGP) between two routers.
Prerequisites
To complete this tutorial, you will need:
- A laptop running Linux or MacOS. for this tutorial I will be using a laptop running Ubuntu 16
- A console cable. Since all the new laptops today don't come with a USB port, you will need a USB to Console adapter
- The program "Screen"
If you don't have "screen" install it with the command below
sudo apt-get install screen