Skip to content

ivanlysogor/hse-gobgp-bgp

Repository files navigation

GoBGP Practical Activity

Task description

You have the following topology:

Network topology

GoBGP is installed and peering is configured. Configure BGP policies to ensure that link "A" has higher preference than link "B" and traffic between rt1 and rt3 passed through rt2 router.

1. Setup Vagrant

Download from https://www.vagrantup.com/downloads.html and install

2. Pull repository

git clone https://github.com/ivanlysogor/hse-gobgp-bgp

3. Setup environment

cd hse-gobgp-bgp
vagrant up

4. Configure virtual routers

Configure virtual routers:

  • configure BGP policies to change route priorities

Hints:

5. Validate

Traceroute rt3 eth3 interface IP address from rt1 eth1 interface to ensure that traffic pass through rt1/rt2 eth4 interfaces.

Test it for opposite direction traffic too.

5. Destroy VM

vagrant destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages