Benutzer-Werkzeuge

Webseiten-Werkzeuge


ne:sdn:ryu

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ne:sdn:ryu [2018/03/02 08:04] – [Topology Discovery] adminne:sdn:ryu [2019/08/29 07:49] (aktuell) – [Tutorials:] admin
Zeile 1: Zeile 1:
 ====== RYU ====== ====== RYU ======
  
 +==== Installation: ====
  
 +[[ne:sdn:ryu:ryu_install|Install]]
  
-==== Install ====+==== Tutorials: ====
  
-   pip install ryu +  * http://sdnhub.org/tutorials/ryu
 +  * https://thenewstack.io/sdn-series-part-iv-ryu-a-rich-featured-open-source-sdn-controller-supported-by-ntt-labs/
  
-oder 
- 
-   git clone git://github.com/osrg/ryu.git 
-   cd ryu; python ./setup.py install 
- 
-wenn er wegen Oslo meckert: 
- 
-   sudo pip install oslo.config --upgrade 
- 
-  * http://ryu.readthedocs.io/en/latest/getting_started.html 
-  * https://gist.github.com/olegslavkin/e01ccc1835396402dc2f 
 ==== Run with Mininet ==== ==== Run with Mininet ====
  
   * https://stackoverflow.com/questions/37998065/understanding-ryu-openflow-controller-mininet-wireshark-and-tcpdump   * https://stackoverflow.com/questions/37998065/understanding-ryu-openflow-controller-mininet-wireshark-and-tcpdump
- +  * https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial 
 +  * https://dokuwiki.alu4u.com/doku.php?id=einstieg-in-sdn-mit-mininet-vm-und-ryu-controller 
 +  * https://www.grotto-networking.com/SDNfun.html
 ==== First App Tutorial ==== ==== First App Tutorial ====
    * http://ryu.readthedocs.io/en/latest/writing_ryu_app.html    * http://ryu.readthedocs.io/en/latest/writing_ryu_app.html
 +   * https://inside-openflow.com/2016/07/21/ryu-api-dissecting-simple-switch/
 ==== Topology Discovery ==== ==== Topology Discovery ====
  
Zeile 31: Zeile 24:
    * https://sdn-lab.com/2014/12/31/topology-discovery-with-ryu/    * https://sdn-lab.com/2014/12/31/topology-discovery-with-ryu/
    * https://sdn-lab.com/2014/12/25/shortest-path-forwarding-with-openflow-on-ryu/    * https://sdn-lab.com/2014/12/25/shortest-path-forwarding-with-openflow-on-ryu/
 +   * http://forums.northboundnetworks.com/index.php?topic=322.0
    * http://ryu.readthedocs.io/en/latest/gui.html    * http://ryu.readthedocs.io/en/latest/gui.html
  
Zeile 39: Zeile 33:
 > ryu-manager --observe-links RyuApps/topo_learner_nx.py > ryu-manager --observe-links RyuApps/topo_learner_nx.py
 </code> </code>
 +
 +=== Latency aware routing ===
 +   * https://de.slideshare.net/KnightBaron/designing-of-sdnassisted-bandwidth-and-latency-aware-route-allocation
 ==== Paket Library ==== ==== Paket Library ====
-   * http://ryu.readthedocs.io/en/latest/library_packet.html+  * http://ryu.readthedocs.io/en/latest/library_packet.html 
 + 
 +==== Testing / Benchmarking ==== 
 +  * https://sourceforge.net/p/ryu/mailman/message/35802984/ 
 +==== Ryu als IPv6 ND Proxy ==== 
 +   * [[https://www.hindawi.com/journals/scn/2017/5838657/|Paper: An SDN-Based Authentication Mechanism for Securing Neighbor Discovery Protocol in IPv6 ]] 
 + 
 +   * https://osrg.github.io/ryu-book/en/html/traffic_monitor.html 
 +   * https://osrg.github.io/ryu-book/en/html/switching_hub.html#implementation-of-switching-hub-using-ryu 
 +   * https://stackoverflow.com/questions/40485109/matching-tcp-flows-based-on-tcp-ports-ryu-controller 
 + 
 +Matching 
 +   * http://www.openvswitch.org//support/dist-docs/ovs-fields.7.pdf 
 +   * https://stackoverflow.com/questions/40485109/matching-tcp-flows-based-on-tcp-ports-ryu-controller 
 + 
 +Scapy: 
 +   * http://linton.tw/2015/01/26/saving-captured-packets-in-ryu-controller/ 
 +   * https://www.sdnlab.com/17993.html 
 +   * http://scapy.readthedocs.io/en/latest/extending.html
 ==== REST API ==== ==== REST API ====
  
Zeile 66: Zeile 81:
  
 Noch ausprobieren: https://inside-openflow.com/2016/06/23/interactive-ryu-with-postman/ Noch ausprobieren: https://inside-openflow.com/2016/06/23/interactive-ryu-with-postman/
- 
ne/sdn/ryu.1519977852.txt.gz · Zuletzt geändert: 2018/03/02 08:04 von admin