<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Getting started with openflow in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/getting-started-with-openflow/m-p/6877432#M954</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Hello everyone, i need your help,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;As part of my internship, I just discovered the notion of &lt;STRONG&gt;OpenFlow and SDN&lt;/STRONG&gt;. &lt;/SPAN&gt;&lt;SPAN&gt;I understand some concepts about how OpenFlow works. And &lt;/SPAN&gt;&lt;SPAN&gt;I want to know if the ideas I aqcuired are correct.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-SDN is a network, where we can use &lt;STRONG&gt;programmable devices&lt;/STRONG&gt;, so we can deploy a dynamic network architecture.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-OpenFlow is a protocol that allows communication between an&lt;STRONG&gt; OpenFlow switch and an SDN controller.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-In SDN networks, all of the switches control plan will be housed in an external controller.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-In an SDN using OpenFlow, the switch keeps only the packet forwarding function on ports and following &lt;STRONG&gt;the actions defined by the controller.&lt;/STRONG&gt;&lt;BR /&gt;- T&lt;/SPAN&gt;&lt;SPAN&gt;he controller set the packet switching policy, and connects the switch to execute the actions corresponding to the packet.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;To test this, I have&lt;STRONG&gt; two HP-2920 switche&lt;/STRONG&gt;s that support OpenFlow 1.3. But i I have no HP SDN controller.&lt;BR /&gt;My questions:&lt;BR /&gt;-Can i operate a computer in such a way that it can play the role of an HP SDN controller? (the POX?)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;BR /&gt;-Did i have to&amp;nbsp; define OpenFlow VLAN (which will communicate traffic between OpenFlow switches and endpoint) and a non-openflow vlan used to communicate with the SDN controller ?&lt;BR /&gt;-Can you help me understand how can i test a controller&amp;nbsp; that set the Flow tables of a switch?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I know that i need to configure the switch somehow like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;openflow
   controller-id 1 ip 192.168.56.7 controller-interface vlan 1
   egress-only-ports
   instance "test01"
      listen-port
      member vlan 10
      controller-id 1
      version 1.3
      enable
      exit
   enable
   exit&lt;/PRE&gt;&lt;P&gt;but i don't really understand how it gonna work with a SD HP controller.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2016 10:51:23 GMT</pubDate>
    <dc:creator>HP2920-key</dc:creator>
    <dc:date>2016-07-12T10:51:23Z</dc:date>
    <item>
      <title>Getting started with openflow</title>
      <link>https://community.hpe.com/t5/software-defined-networking/getting-started-with-openflow/m-p/6877432#M954</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello everyone, i need your help,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;As part of my internship, I just discovered the notion of &lt;STRONG&gt;OpenFlow and SDN&lt;/STRONG&gt;. &lt;/SPAN&gt;&lt;SPAN&gt;I understand some concepts about how OpenFlow works. And &lt;/SPAN&gt;&lt;SPAN&gt;I want to know if the ideas I aqcuired are correct.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-SDN is a network, where we can use &lt;STRONG&gt;programmable devices&lt;/STRONG&gt;, so we can deploy a dynamic network architecture.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-OpenFlow is a protocol that allows communication between an&lt;STRONG&gt; OpenFlow switch and an SDN controller.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-In SDN networks, all of the switches control plan will be housed in an external controller.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-In an SDN using OpenFlow, the switch keeps only the packet forwarding function on ports and following &lt;STRONG&gt;the actions defined by the controller.&lt;/STRONG&gt;&lt;BR /&gt;- T&lt;/SPAN&gt;&lt;SPAN&gt;he controller set the packet switching policy, and connects the switch to execute the actions corresponding to the packet.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;To test this, I have&lt;STRONG&gt; two HP-2920 switche&lt;/STRONG&gt;s that support OpenFlow 1.3. But i I have no HP SDN controller.&lt;BR /&gt;My questions:&lt;BR /&gt;-Can i operate a computer in such a way that it can play the role of an HP SDN controller? (the POX?)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;BR /&gt;-Did i have to&amp;nbsp; define OpenFlow VLAN (which will communicate traffic between OpenFlow switches and endpoint) and a non-openflow vlan used to communicate with the SDN controller ?&lt;BR /&gt;-Can you help me understand how can i test a controller&amp;nbsp; that set the Flow tables of a switch?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I know that i need to configure the switch somehow like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;openflow
   controller-id 1 ip 192.168.56.7 controller-interface vlan 1
   egress-only-ports
   instance "test01"
      listen-port
      member vlan 10
      controller-id 1
      version 1.3
      enable
      exit
   enable
   exit&lt;/PRE&gt;&lt;P&gt;but i don't really understand how it gonna work with a SD HP controller.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 10:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/getting-started-with-openflow/m-p/6877432#M954</guid>
      <dc:creator>HP2920-key</dc:creator>
      <dc:date>2016-07-12T10:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started with openflow</title>
      <link>https://community.hpe.com/t5/software-defined-networking/getting-started-with-openflow/m-p/6878860#M957</link>
      <description>&lt;P&gt;You should be able to download a trial version of the HPE VAN SDN controller from the HPE SDN app store:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OVA (virtual machine):&amp;nbsp;&lt;A href="https://saas.hpe.com/marketplace/sdn/hpe-van-sdn-controller-ova-free-trial" target="_blank"&gt;https://saas.hpe.com/marketplace/sdn/hpe-van-sdn-controller-ova-free-trial&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Debian (physical/virtual machine):&amp;nbsp;&lt;A href="https://saas.hpe.com/marketplace/sdn/sdn-controller-free-trial" target="_blank"&gt;https://saas.hpe.com/marketplace/sdn/sdn-controller-free-trial&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Once the VAN SDN controller is deployed, you just need to connect it to vlan 1 (shown in your switch config) and it will be able to control the 2920 switches. According to your configuration, you've set up vlan 1 to be the control-plane (OpenFlow communication), and vlan 10 to be the data-plane (where OpenFlow rules are enforced).&lt;/P&gt;&lt;P&gt;I'm not sure you'd need the "egress-only-ports" configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 20:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/getting-started-with-openflow/m-p/6878860#M957</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2016-07-15T20:13:24Z</dc:date>
    </item>
  </channel>
</rss>

