简体   繁体   中英

how to directly connect the hosts with the controller in Mininet

is it possible to directly connect a host with the controller in Mininet? Say, we have created a SDN network with Mininet and it contains host H1 and controller C1. Now, I want to send msgs between C1 and H1. How can I do it?

Also, the communication "link" between C1 and H1 is not necessary to belong to the SDN network. The link can belong to a separate network.

Many thanks!

Whenever the host ( H1 in this case) sends a message which matches no OpenFlow rules in the switch, it will automatically be send to the controller, as the switch does not know what to do with it. This is the default behavior of OpenFlow/Mininet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM