I want to create this simple custom topology in Mininet:
s1, s2 ,s3 are 3 OpenVSwitch. h1,h2,h3,h4 are hosts. Blue and red mark bidirectional links. c0 is a controller.
I want to make s1 behave as a SDN router and s2, s3 to behave as SDN switches and c0 being the controller for all of these.
I am trying to run rest_router.py
and simple_switch_13.py
scripts from the ryu framework in the controller but I'm unable to do so by typing this command in terminal of controller
ryu-manager --app-lists ~/ryu/ryu-master/ryu/app/rest_router.py ~/ryu/ryu-master/ryu/app/simple_switch_13.py