June 2017
Intermediate to advanced
446 pages
10h 10m
English
In this chapter, we will continue to use the same http://sdnhub.org/ all-in-one virtual machine from the last chapter. The Ryu install on the VM was a few releases behind the current one, so it was fine for a start, but we want to use the latest BGP speaker library and examples for this chapter. The latest version also supports OpenFlow 1.5 if you would like to experiment with it. Therefore, let's download the latest version and install from source:
$ mkdir ryu_latest $ cd ryu_latest/ $ git clone https://github.com/osrg/ryu.git $ cd ryu/ $ sudo python setup.py install # Verification: $ ls /usr/local/bin/ryu* /usr/local/bin/ryu* /usr/local/bin/ryu-manager* $ ryu-manager --version ryu-manager 4.13
Read now
Unlock full access