mooc-riv-labs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mooc-riv-labs [2021/09/07 15:05] – [-. Routing with FRR] samer | mooc-riv-labs [2021/09/07 22:01] (current) – samer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Lab Notes for RIV MOOC ====== | ====== Lab Notes for RIV MOOC ====== | ||
- | ===== -. SDN with ONOS ===== | + | ===== - SDN with ONOS ===== |
ONOS and mininet are the most stable solution for testing SDN in the Lab VM. | ONOS and mininet are the most stable solution for testing SDN in the Lab VM. | ||
Line 21: | Line 21: | ||
</ | </ | ||
- | * Start mininet (use OpenFlow10 | + | * Start mininet (only OpenFlow10 |
< | < | ||
- | sudo mn --topo tree,2 --mac --switch ovsk, | + | sudo mn --topo tree,2 --mac --switch ovsk, |
</ | </ | ||
Line 103: | Line 103: | ||
* Think about updating FRR to get latest Segment routing features http:// | * Think about updating FRR to get latest Segment routing features http:// | ||
</ | </ | ||
+ | |||
+ | ===== - Docker Containers | ||
+ | |||
+ | Update the apt package index and install packages to allow apt to use a repository over HTTPS: | ||
+ | |||
+ | < | ||
+ | $ sudo apt-get update | ||
+ | |||
+ | $ sudo apt-get install \ | ||
+ | apt-transport-https \ | ||
+ | ca-certificates \ | ||
+ | gnupg \ | ||
+ | lsb-release | ||
+ | </ | ||
+ | |||
+ | Add Docker’s official GPG key: | ||
+ | |||
+ | < | ||
+ | $ wget https:// | ||
+ | $ sudo gpg --dearmor -o / | ||
+ | </ | ||
+ | |||
+ | Use the following command to set up the stable repository | ||
+ | |||
+ | < | ||
+ | echo \ | ||
+ | "deb [arch=amd64 signed-by=/ | ||
+ | $(lsb_release -cs) stable" | ||
+ | </ | ||
+ | |||
+ | In order to solve the '' | ||
+ | |||
+ | < | ||
+ | deb http:// | ||
+ | </ | ||
+ | |||
+ | Update and install. | ||
+ | |||
+ | < | ||
+ | $ sudo apt-get update | ||
+ | $ sudo apt-get install containerd.io | ||
+ | $ sudo apt-get install docker-ce docker-ce-cli | ||
+ | </ | ||
mooc-riv-labs.1631019942.txt.gz · Last modified: 2021/09/07 15:05 by samer