Hello,
as in title, I want to connect python-based Ryu controller to this switch with openflow 1.3, and it is possible because it once worked, but i don't know why.Here's what I am doing(vlan already exist, there is regular connection between machines etc. etc):
On Switch:
- openflow logical-switch vswitch mode api version 1.3.1
- openflow logical-switch vswitch controller IP:PORT
On controller:- ryu-manager ryu.app.simple_switch_13
ryu is starting ok, but there is no connection between switch and controller. I've tried to search on the internet for the answer but almost all tutorial are using mininet, not regular switch.
No comments:
Post a Comment