This video is one of the best I've seen on the subject. You seem to have scripted the narrative so it does not ramble, is precise and to the point which I really like. It delivers both detail and clarity which is typically difficult to achieve simultaneously. From your Linkedin your time as a trainer helps to explain the above. I really hope you'll do more videos on SDN.
Your tutorials are nice, it has balanced switching of slides and hands-on screen, you have great voice, diagrams are helping to identify the things easily.
Hi David, Thanks for these videos on open flow and intro to SDN. I am really excited about this new era of networking. Your videos are very well understood.
Openflow concept well explained. It is about controlling the switches by utilizing flow tables and their entries. If no entry is matched in the switch, controller is then utilized to make new entry. Also, some wireshark example how to understand the openflow 'packets'
Sanjeev Shrivastava I think good sources of information are www.coursera.org/course/sdn (great online SDN course) the links from there: An attempt to motivate and clarify Software-Defined Networking (SDN) , and How SDN will Shape Networking - Nick McKeown Also lot's of more detail on the ONS (Open Networking Summit) RUclips page: ruclips.net/channel/UCHo2uqQqpmE_Cg5b4qiUpUg
this video is without any subtitles, it's little difficult to understand, may i know if u have the video with subtitiles? my E-mail address is 1557862201@qq.com, many thanks!
FYI on my last video "Introduction to Git" I added subtitles, I will be doing that from now on, thanks for the feedback - I made a process change to incorporate going forward.
hi, I want to know if the buffer ID in the video has a value, but when OVS creates the bridge, n_buffer=0, which means the buffer is turned off. I would like to ask how it is turned on here.
Excellent video David! Cleared up a lot of my doubts. Just one question at 3:20 When the initial SYN packet arrives at the switch, how does the switch know which controller to send it to. As OpenFlow controllers could be implemented by different people, how does an intermediary switch identify which controller to talk to for a particular packet?
Honestly, it is indeed painful for not having more videos from you on SDN. So many years have passed and I am still waiting if you come up with a new video on networking 😪😪
Hi David, Thanks for this and other great videos. Do you have any video on using the ODL APIs to re-actively modify the routes? I am interested in service chaining using SDN and looking for a tutorial or video that explains how an application on top of SDN controller can manipulate routes on the fly.
Rich and to the point! thanx! one question: would you recommend the approach to implement link aggregation on the packet level with multiple links of different characteristics (latency, badwitdh, loss) using openflow with openv-switch?
Great video and very helpful - I am taking the SDN class on Coursera and thought this was a good video to help get a head start. One question - do you know of any other good technical videos that might give a good/quick overview of network basics (without being overly simple)?
Hello Brian, I haven't looked at more than a few of the videos from them but the course at Stanford online looks like it might be really good. f12.class2go.stanford.edu/networking/Fall2012 You have to register for the links to work.... Thanks for the comments! Dave
Hi... Its very simple to understand.. Thank you... I have a small clarification... Please clarify... How the controller know that a particular host is connected to this specific port in the open flow switch?-- inorder to push the flow with action.. Thanks in advance...
Hi Andrew - well the first packet from a host is sent to the controller in a packet-in message from the ingress switch, so it is then 'aware' of the host
Andrew Niteesh Ah - up to the implementation of the different controllers and how they are programmed. But for example they can do flooding unknown unicast destination and learning the same way a traditional switch does (learn from source MAC/Port of a frame) or say if there is an orchestration platform involved that already knows where VMs are (because it put them there) stuff can be pre-populated.... Hope that helps....
I know this was 6 years ago, but something doesn't make sense. Back in the early days of networking, we had bridges which performed frame switching via software. This was a bit slow so frame switching was performed via the ASIC (ASIC - application-specific intergraded circuit). This allows frames to be processed at wire speed. Now we're back to a software implementation of switching. Don't get me wrong I fully understand the benefits, but how has switching via software improved with respect to speed vs switching via ASIC
Emphasis on the 6 years ago, I'm not working with OpenFlow anymore - but programable ASICs - e.g. sites.google.com/view/iu-whitebox-project/home/programmable-asics-and-p4
Thanks for these videos. But can u please explain how to understand the packet flow path followed like h1->S1->S2->h2 in a tree topology without s3 used up to send packets. How to understand the dump-flows result if using controller.java to set switch flows.
Can i create a sdn topology without using mininet (i have a reason for that) ? Perhaps there is a way to add openflow protocol to a switch or a linux machine? Can you help?
Hey David , great videos. Im wondering as I saw your linkedIn profile and the great amount of experience you have in networking especially on Cisco. I just started working at the IT department of a company and we are currently building the network infrastructure for two buildings that are going to be interconnected (24 story building-79 condos, 33 story-130 condos). This infrastructure should support video, voice, data, BAS, etc. We are trying to decide what vendor product should purchase, we have proposals for Alcaltel Lucent, Cisco and Avaya. What input can you give me on this? Thanks in advance.
could you please make a tutorial about interacting with ovs without the command line?(I mean like adding and removing flow entries without using ovs-ofctl)
Hi David, I am working on an SDN project in which I use a physical router Linksys WRT54gl and burned an openWRT OS with openFlow 1.0 from the pantou project. I tried to connect two routers to some controller (openmul, floodlight) as following: r1->r2->c1 . I am having a problem in configuring the ports to allow traffic from hosts connected to r1 to hosts connected to r2. I'm having some issues when trying capture traffic on wireshark, so I was wondering if you could supply me some information about my problem. I was wondering if when r1 gets a tcp packet and encapsulate it with openFlow, and forward it to r2, does r2 encapsulate it as well or does it recognizes that it is an openFlow packet and just forward it as is to the controller? would appreciate any help on the matter, Thanks
Hello David Mahler Thanks alot for this video which clearly explains the basics. But my doubt is- Open Flow sits on top of TCP and controller listens on tcp port 6653 for switches which would like to connect. Now here how the switch to controller channel is established??? Controller listens on port 6653 but switch doesn't have any port ( L2 or L3 ). How is this network channel established then??? Is it like any other switch to host connection using the MAC address, in that case why would a controller listen to switch on the specified port??? Please David help me as soon as possible. I just cant go forward without this basic clarity. Thanks in advance
This post by Ivan Peplnjak will probably help: blog.ipspace.net/2013/12/control-plane-in-openflow-networks.html Easiest way is that the control network is 'out of band' and doesn't intermingle with the network it is controlling...the link has more detail and other links to dive into
David Mahler Thanks for a quick response. I checked the blog and went through all the related posts, but my main doubt is how a switch connects to a controller???? Switch doesn't have transport layer in it, so how a normal tcp connection is established between a switch and a controller?? Any kind of help will be appreciated, thank you
David Mahler It seems to me that the openflow switch is a multi layer switch, for the proper connection establishment between switch and the controller. Is that so???
Guduri Prathyusha OK - I THINK you may be getting hung up on the data plane versus the control plane and management plane. I'd suggest reading more about that concept. You are focusing on the data plane - how network nodes handle packets passing through them. However this packet handling behavior originates in the control plane using protocols like BGP, OSPF, MPLS and now OpenFlow. It's the control plane that handles a connection to a controller this is a separate 'plane' or construct from the data plane that I think you are focusing on. Also when you said there is no "transport layer" in a switch - how do you SSH into one - that uses TCP - when you do that you are connecting into the "management plane" I have a intro to SDN video coming up that may enlighten on this concept.
Great video for understanding fundamental principle , i want to ask one thing , i am doing mini project in my college in domain of computer networks , i want to implement open flow network simulation using ns3.Can you advice me how to start or anything worth knowing related to this or which sites to refer , please help
Hi Gabriel. I know there are different Vendors with solutions. For example : h17007.www1.hp.com/us/en/networking/products/network-management/Network_Protector_SDN_Application_Series/index.aspx and www.inmon.com/products/sFlow-RT.php and www.radware.com/Solutions/SDN/ There are some in startup/stealth mode focused on this as well. I don't know what's out there for Open Source specific to integrating say an SDN controller application for IDS. Hope that's at least some good jumping off points.
It's been a little since I set this up - but IIRC, its from the ARP request and reply which came before the TCP 3 way handshake. Those are punted to the controller which records (learns) IP, MAC and port mappings that way.
Ratna teja I guess because the SDN Controller differinciates between Protocols. You can see in this example, that even for a new HTTP session the SDN Controller would have given out a new rule. But I think you could generalize those rules. (I am still new to SDN)
I m undergraduate student and new to sdn. I hav a question How to do port mirroring functionality in openflow? As you said about group table.Will it be helpful in doing port mirroring?
Try docs.openvswitch.org/en/latest/faq/configuration/ there is a section "How do I configure a port as a SPAN port, that is, enable mirroring of all traffic to that port?"
Right the video is about the TCP SYN and TCP SYN ACK. This was a question about the functionality of Openflow mod packets and ARP. ARP was not shown in the video but I replicated it in my lab and just wanted to understand how Openflow handles ARP broadcasts.
Well it's not how "OpenFlow" handles broadcasts, it's what a controller decides to do with them and pushes down in the form of flow entries. For example, in OpenStack you can enable a feature so that broadcasts only go to where they are needed instead of flooding the whole l2 domain. On the switch itself this is seen as flow entries directing broadcasts only out via certain tunnels. I did this video a while ago but I assume a flow modification is pushed down here just to treat it like a normal l2 switch broadcast (everywhere out but the input port). The default on OVS is just to act like a normal switch which would mean normal broadcast (if there are no specific OpenFlow entries to override that behavior that came from a controller, etc.) Hope that helps?
I think I understand now, the default OVSSwitch doesn't need a flow entry from the controller on to handle broadcast traffic, that behavior is already built in the switch by default?
it's 2020 and you still have the best tutorials about this topic in the web. thank you so much David Mahler!
Thank you!
This video is one of the best I've seen on the subject.
You seem to have scripted the narrative so it does not ramble, is precise and to the point which I really like.
It delivers both detail and clarity which is typically difficult to achieve simultaneously.
From your Linkedin your time as a trainer helps to explain the above.
I really hope you'll do more videos on SDN.
Thanks so much for that detailed feedback. That was my goal so very happy to hear this.
Just absolutely outstanding!!! Thank you for investing the time and effort into producing a great video. The content is crystal clear.
+Garfield Dunn Thanks! Thanks for ack'ing the time too ;-).
Very good quality videos. I like the compact style, no waste of time and packed w/ well constructed content. Thank you very much.
Thank you for the feedback!
Exactly the information I was looking for. Any network admin wondering what OpenFlow is about should watch this.
FinboySlick That's a nice comment, thanks!
Your tutorials are nice, it has balanced switching of slides and hands-on screen, you have great voice, diagrams are helping to identify the things easily.
+Partha Dutta Thanks Partha, I try to present the videos how I would learn best.
These videos are great. Thank you for making them!
My pleasure!
Excellent series of videos David. I'm now on the SDN bandwagon thanks to you.
Thanks Bernard, glad to hear it!
Hi David,
Thanks for these videos on open flow and intro to SDN. I am really excited about this new era of networking. Your videos are very well understood.
Azhar Inamdar Thanks!
Openflow concept well explained. It is about controlling the switches by utilizing flow tables and their entries. If no entry is matched in the switch, controller is then utilized to make new entry. Also, some wireshark example how to understand the openflow 'packets'
Thanks for the comment!
Super descriptive, detailed and understandable. Thank you!
Георги Алипиев - You're welcome! I'm glad you thought that.
Thank you!!
Your introduction videos are great, easy to follow and understand.
EngTHUNDER Thanks for those comments, I'm glad you like them
Thanks for a splendid video on OpenFlow.
You are welcome!
Excellent video! clear and precise info I was looking for as a beginner in SDN/OpenFlow.
santosh sridhar Thanks!
thank you so much, it' help me a lot to explain my presentation well tomorrow
Great!
Thank you very much for this, as well as your other videos David.
You are very welcome!
Loved the explanation ! Just to the point
Glad it helped!
Very clearly explained, thanks !
Pekka Jaske You're welcome Pekka!
Nice to see some OpenFlow details. Great video, thanks!
Very well explained David, this was very helpful
Deepak Sharma Great!
Sanjeev Shrivastava I think good sources of information are www.coursera.org/course/sdn (great online SDN course) the links from there: An attempt to motivate and clarify Software-Defined Networking (SDN) , and How SDN will Shape Networking - Nick McKeown Also lot's of more detail on the ONS (Open Networking Summit) RUclips page: ruclips.net/channel/UCHo2uqQqpmE_Cg5b4qiUpUg
this video is without any subtitles, it's little difficult to understand, may i know if u have the video with subtitiles?
my E-mail address is 1557862201@qq.com, many thanks!
FYI on my last video "Introduction to Git" I added subtitles, I will be doing that from now on, thanks for the feedback - I made a process change to incorporate going forward.
for the first time i got the feel of openflow.... if i will write my blog the first link about how to learn openflow will be this.... thanks again
Thanks for that sir!
such worthful videos to watch,thank you so much for sharing them
Thanks!
Great video with key missing details on packet flows...
Thanks
Thanks for the feedback Rohit
I cant thank you enough for this very informative video! Helped me out a lot
Thanks Eric!
This is wonderful. I thank you very much this explanation.
🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
You're most welcome
hi, I want to know if the buffer ID in the video has a value, but when OVS creates the bridge, n_buffer=0, which means the buffer is turned off. I would like to ask how it is turned on here.
Hey David, great video.
Hey Annony thanks!
Great explanation, thanks David
Anytime!
Very informative tuto as an introduction I highly encourge you !
Thanks for the comment!
Pretty informative, thank you David Mahler.
You're welcome!
Very nicely explained thanks David
Thanks Ahmed and You're welcome!
Excellent video David! Cleared up a lot of my doubts.
Just one question at 3:20 When the initial SYN packet arrives at the switch, how does the switch know which controller to send it to.
As OpenFlow controllers could be implemented by different people, how does an intermediary switch identify which controller to talk to for a particular packet?
Thanks for the Amazing Video.
Glad you liked it!
Really nice video... Very helpful for starters...
Thanks Adnan!
Very useful video for the beginners... thank you.
You're welcome!
Well Explained. Thanks David
Muhammed Roshan You're welcome!
Just what I needed!!
+Leonard Nonde Great!
Thanks David for providing information on openflow. Could you please inform on how openflow would add value to what is available right now ?
Nice and informative video. Thanks!!!
Rinku Shah You're weolcome!
Thanks again davis.....,
Reza Mashayekhi Thanks for the comment!
you draw very well
This was extremely helpful!
Great, thanks for the comment Curtis!
Great videos, big thanks
you're welcome Alexis!
Excellent video!! Thanks!!
You're welcome!
Thank you so much this is resourceful
Thanks!
Honestly, it is indeed painful for not having more videos from you on SDN. So many years have passed and I am still waiting if you come up with a new video on networking 😪😪
Thanks a lot! I am thinking of starting them up again!
Very excellent video. Thank you
+Sugan Shakya You're welcome! Thanks for the comment!
Very good explanation, thank you.
worzelhund Anytime worzelhund!
David Mahler would you mind doing some segment on NFV?
worzelhund I do have that on my list of topics I'd like to cover, but honestly its behind a few others - so might not be anytime soon.
Thank you very much! Really great video!
you're welcome!
you come where the week that is to come
Hi David,
Thanks for this and other great videos.
Do you have any video on using the ODL APIs to re-actively modify the routes?
I am interested in service chaining using SDN and looking for a tutorial or video that explains how an application on top of SDN controller can manipulate routes on the fly.
+Elittttt2545 Hi - no I don't have any ODL video at the moment. My next ones are OpenStack ones and perhaps containers after that....
Thanks David
yw!
Great tutorial for a beginner like me.
Thanks Chetan!
Really clear. Thanks.
You're welcome!
Thanks a lot Clécio!
Rich and to the point! thanx! one question: would you recommend the approach to implement link aggregation on the packet level with multiple links of different characteristics (latency, badwitdh, loss) using openflow with openv-switch?
Thanks Alex! Sorry, no specific recommendation.
Really great tutorial. Thank you very much!!!
You're welcome Florian!
Outstanding video, thanks a lot!
You're quite welcome!
excellent video !
dmn1n Thanks!
Excellent vid!
Thanks a lot David...appreciated very nicely explain what is openflow? how http openflow trace in wireshark.
You're welcome Amul! Thanks for commenting!
Thanks Mauro
Great video and very helpful - I am taking the SDN class on Coursera and thought this was a good video to help get a head start. One question - do you know of any other good technical videos that might give a good/quick overview of network basics (without being overly simple)?
Hello Brian,
I haven't looked at more than a few of the videos from them but the course at Stanford online looks like it might be really good.
f12.class2go.stanford.edu/networking/Fall2012
You have to register for the links to work....
Thanks for the comments!
Dave
Great video!
+John Connor777 Thanks!
how did you created these figures ? and on which software you designed this presentations ?
Hi... Its very simple to understand.. Thank you...
I have a small clarification...
Please clarify...
How the controller know that a particular host is connected to this specific port in the open flow switch?-- inorder to push the flow with action..
Thanks in advance...
Hi Andrew - well the first packet from a host is sent to the controller in a packet-in message from the ingress switch, so it is then 'aware' of the host
David Mahler Thank you...
Okay... then how controller will identify the outgoing port (where the destination host is connected)?
Andrew Niteesh
Ah - up to the implementation of the different controllers and how they are programmed. But for example they can do flooding unknown unicast destination and learning the same way a traditional switch does (learn from source MAC/Port of a frame) or say if there is an orchestration platform involved that already knows where VMs are (because it put them there) stuff can be pre-populated....
Hope that helps....
I know this was 6 years ago, but something doesn't make sense. Back in the early days of networking, we had bridges which performed frame switching via software. This was a bit slow so frame switching was performed via the ASIC (ASIC - application-specific intergraded circuit). This allows frames to be processed at wire speed. Now we're back to a software implementation of switching. Don't get me wrong I fully understand the benefits, but how has switching via software improved with respect to speed vs switching via ASIC
Emphasis on the 6 years ago, I'm not working with OpenFlow anymore - but programable ASICs - e.g. sites.google.com/view/iu-whitebox-project/home/programmable-asics-and-p4
thanks. just what i was looking for.
Thanks for these videos. But can u please explain how to understand the packet flow path followed like h1->S1->S2->h2 in a tree topology without s3 used up to send packets. How to understand the dump-flows result if using controller.java to set switch flows.
Can i create a sdn topology without using mininet (i have a reason for that) ? Perhaps there is a way to add openflow protocol to a switch or a linux machine? Can you help?
Is it possible to modify the timeout and the priority?? If it's yes how to do it??
really excellent. Thanks a lot.
so what message does the controller actually send to the switch??
whether it is a packet out message or flow modification message??
Hey David , great videos. Im wondering as I saw your linkedIn profile and the great amount of experience you have in networking especially on Cisco. I just started working at the IT department of a company and we are currently building the network infrastructure for two buildings that are going to be interconnected (24 story building-79 condos, 33 story-130 condos). This infrastructure should support video, voice, data, BAS, etc. We are trying to decide what vendor product should purchase, we have proposals for Alcaltel Lucent, Cisco and Avaya. What input can you give me on this? Thanks in advance.
+Diego Gallegos Hi Diego, like you said I'm working for Cisco ;-)
Very informative.
+Bharathi Athinarayanan Thanks again!
What fields does the open flow table have ? only inport and out port or anything else ?
Very good... thanks for video!!!
could you please make a tutorial about interacting with ovs without the command line?(I mean like adding and removing flow entries without using ovs-ofctl)
Hello how can I use bitmask to match only the appropriate bits on eth_src?
Very helpful
TY
Hi David,
I am working on an SDN project in which I use a physical router Linksys WRT54gl and burned an openWRT OS with openFlow 1.0 from the pantou project. I tried to connect two routers to some controller (openmul, floodlight) as following: r1->r2->c1 .
I am having a problem in configuring the ports to allow traffic from hosts connected to r1 to hosts connected to r2. I'm having some issues when trying capture traffic on wireshark, so I was wondering if you could supply me some information about my problem. I was wondering if when r1 gets a tcp packet and encapsulate it with openFlow, and forward it to r2, does r2 encapsulate it as well or does it recognizes that it is an openFlow packet and just forward it as is to the controller?
would appreciate any help on the matter,
Thanks
Great video, very helpful! please, how to create diagrams like in the video ? thanks
Thanks! Visio.
Hey, maybe is stupid question but, Can you capture mininet traffic from wireshark outside the VM?
I think you could set up a SPAN port in open vswitch to mirror traffic to a port the host can see....
Thanks for your share!
bing zhang You're welcome!
How can I capture traffic on wireshark, if I have done native installation of mininet?
press the button capture (should help :))
Hello David Mahler
Thanks alot for this video which clearly explains the basics. But my doubt is- Open Flow sits on top of TCP and controller listens on tcp port 6653 for switches which would like to connect. Now here how the switch to controller channel is established??? Controller listens on port 6653 but switch doesn't have any port ( L2 or L3 ). How is this network channel established then??? Is it like any other switch to host connection using the MAC address, in that case why would a controller listen to switch on the specified port??? Please David help me as soon as possible. I just cant go forward without this basic clarity. Thanks in advance
This post by Ivan Peplnjak will probably help: blog.ipspace.net/2013/12/control-plane-in-openflow-networks.html
Easiest way is that the control network is 'out of band' and doesn't intermingle with the network it is controlling...the link has more detail and other links to dive into
David Mahler
Thanks for a quick response. I checked the blog and went through all the related posts, but my main doubt is how a switch connects to a controller???? Switch doesn't have transport layer in it, so how a normal tcp connection is established between a switch and a controller?? Any kind of help will be appreciated, thank you
David Mahler It seems to me that the openflow switch is a multi layer switch, for the proper connection establishment between switch and the controller. Is that so???
Guduri Prathyusha OK - I THINK you may be getting hung up on the data plane versus the control plane and management plane. I'd suggest reading more about that concept. You are focusing on the data plane - how network nodes handle packets passing through them. However this packet handling behavior originates in the control plane using protocols like BGP, OSPF, MPLS and now OpenFlow. It's the control plane that handles a connection to a controller this is a separate 'plane' or construct from the data plane that I think you are focusing on. Also when you said there is no "transport layer" in a switch - how do you SSH into one - that uses TCP - when you do that you are connecting into the "management plane" I have a intro to SDN video coming up that may enlighten on this concept.
ruclips.net/video/-OGvr0bjEkU/видео.html. U will have better understanding urself at 1:00:25 I think.
Great video, Thanx...
You're welcome Aravind! Thanks!
Great video for understanding fundamental principle , i want to ask one thing , i am doing mini project in my college in domain of computer networks , i want to implement open flow network simulation using ns3.Can you advice me how to start or anything worth knowing related to this or which sites to refer , please help
Hi Pavan - sorry I don't have any information about that, although looking a bit - let me know what you come up with.
Best of Best lecture .thank you sir.....
sir, my FLOW modification packet does not show out port number .it is showing 0.what is the problem
hi ....can you tell me how do u capture OFP in wireshark???? in my wireshark it does not showing OFP packets?
Hi David, I'd like to know if there's a framework to make a conection between the SDN and an IDS (Snort)?
Hi Gabriel. I know there are different Vendors with solutions. For example : h17007.www1.hp.com/us/en/networking/products/network-management/Network_Protector_SDN_Application_Series/index.aspx and www.inmon.com/products/sFlow-RT.php and www.radware.com/Solutions/SDN/ There are some in startup/stealth mode focused on this as well. I don't know what's out there for Open Source specific to integrating say an SDN controller application for IDS. Hope that's at least some good jumping off points.
I wonder how controller know that h4 is connected to switcH ON PORT 4, since that are no packet out of h4 yet in the first place?
I also have the same question from David Mahler
It's been a little since I set this up - but IIRC, its from the ARP request and reply which came before the TCP 3 way handshake. Those are punted to the controller which records (learns) IP, MAC and port mappings that way.
Why didn't the switch had an entry if there was an ARP packet sent out?
Ratna teja I guess because the SDN Controller differinciates between Protocols. You can see in this example, that even for a new HTTP session the SDN Controller would have given out a new rule.
But I think you could generalize those rules. (I am still new to SDN)
I m undergraduate student and new to sdn.
I hav a question
How to do port mirroring functionality in openflow? As you said about group table.Will it be helpful in doing port mirroring?
Try docs.openvswitch.org/en/latest/faq/configuration/ there is a section "How do I configure a port as a SPAN port, that is, enable mirroring of all traffic to that port?"
Do you have a playlist where I can get all the videos of OVS and OpenFlow?
+Pritesh Chandaliya Not at the moment - but I only have 13 videos so far :-)
Question - when h1 sent a ARP BROADCAST to ff:ff:ff:ff:ff:ff there was no flow_mod packet. Why is there no flow modification for ARP broadcasts?
It's been a while so I don't remember the context - maybe I just skipped ARP process to focus on core points if I recall correctly....
Right the video is about the TCP SYN and TCP SYN ACK. This was a question about the functionality of Openflow mod packets and ARP. ARP was not shown in the video but I replicated it in my lab and just wanted to understand how Openflow handles ARP broadcasts.
Well it's not how "OpenFlow" handles broadcasts, it's what a controller decides to do with them and pushes down in the form of flow entries. For example, in OpenStack you can enable a feature so that broadcasts only go to where they are needed instead of flooding the whole l2 domain. On the switch itself this is seen as flow entries directing broadcasts only out via certain tunnels. I did this video a while ago but I assume a flow modification is pushed down here just to treat it like a normal l2 switch broadcast (everywhere out but the input port). The default on OVS is just to act like a normal switch which would mean normal broadcast (if there are no specific OpenFlow entries to override that behavior that came from a controller, etc.) Hope that helps?
I think I understand now, the default OVSSwitch doesn't need a flow entry from the controller on to handle broadcast traffic, that behavior is already built in the switch by default?
Excellent.
Thanks Beto
I've tried this but there were no OpenFlow packets being captured why ??
Same
nice video thanks!
Thank you too
thank you
thanks again!