<?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 Re: HP Switch E3500yl not matching packets. in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6471186#M276</link>
    <description>&lt;P&gt;Hi sdnindia.&lt;/P&gt;&lt;P&gt;After some tests here, I decided to modificate some things on my topology, changed both interfaces to &lt;STRONG&gt;untagged&amp;nbsp;&lt;/STRONG&gt;and now it seems to be working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 May 2014 14:44:21 GMT</pubDate>
    <dc:creator>PedroH90</dc:creator>
    <dc:date>2014-05-10T14:44:21Z</dc:date>
    <item>
      <title>HP Switch E3500yl not matching packets.</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6428222#M215</link>
      <description>&lt;P&gt;Hi guys, I hope everybody are fine.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm having a problem with the HP-E3500yl switch. Basically, I'm connecting one physical host on port 9 of the HP Switch and another physical host on port 11 of the same switch.&lt;BR /&gt;Similar to this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;H1(10.0.0.100) ----- (Port 9) HP(10.0.0.5) (Port 11) ----- H2 (10.0.0.101)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In each physical host, I'm using Mininet to create a topology and I want that all the virtual hosts created by Mininet uses the network address and mask 10.0.20.0/24. After the creation, I'm "bridging" one virtual switch created by Mininet and then the virtual hosts can communicate with the rest of the network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Virtual Host1(10.0.20.10) --- Virtual Switch --- (Port 9)HP Switch(Port 11) --- Virtual Switch ---Virtual Host2 (10.0.20.11)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, I'm using the Floodlight controller, and H1can ping H2 without problem, and no flows are created in HP, I think the traffic is just passing on the default vlan (vlan 1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, now comes the problem...&lt;/P&gt;&lt;P&gt;I want that Virtual Host 1 and Virtual Host 2 belong to Vlan 2 and for this, the controller is inserting the tag with id 2 on each Virtual Switch, I mean, the packet enters the virtual switch, matches a flow and the action will be put the Vlan Tag 2 on the packet and then sends to the HP Switch. When the packet arrives on HP Switch, I don't know what HP switch is doing with it, because teorically it should occur a match, but nothing is happening (no match and no statistics increment) and the packet doesn't exit HP switch. I used wireshark and I could confirm that the packet is entering the HP Switch with Tag ID 2, but it's not exiting the switch.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Just to add, I'm inserting the flows on HP Switch statically and is indeed there, when I type the "show openflow instance floodlight flows", I can see all flows that I've created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since &amp;nbsp;I'm acessing the physical machines H1 and H2 remotely, I need to let H1 and H2 on vlan 1 and both ports connecting them should be untagged, otherwise I lose the communication between my host and them. I let all the interfaces on VLAN 2 tagged. I also can't ping my HP VLAN 2 ip address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running configuration:&lt;BR /&gt;; J9310A Configuration Editor; Created on release #K.15.13.0005&lt;BR /&gt;; Ver #05:08.6f.ff.3f.ef:4d&lt;BR /&gt;hostname "HP-E3500yl"&lt;BR /&gt;module 1 type j93xxa&lt;BR /&gt;sflow 1 destination 10.0.0.7&lt;BR /&gt;sflow 1 polling 1-24 20&lt;BR /&gt;sflow 1 sampling 1-24 50&lt;BR /&gt;ip default-gateway 10.0.0.2&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" unrestricted&lt;BR /&gt;openflow&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; enable&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; controller-id 100 ip 10.0.0.7 controller-interface vlan 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; instance "floodlight"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;listen-port&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;member vlan 2&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;controller-id 100&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;limit software-rate 10000&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enable&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;exit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;exit&lt;BR /&gt;vlan 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name "DEFAULT_VLAN"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untagged 1-24&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ip address 10.0.0.5 255.255.255.0&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan 2&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name "VLAN2"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tagged 9,11&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ip address 10.0.20.1 255.255.255.0&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your attention.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2014 00:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6428222#M215</guid>
      <dc:creator>PedroH90</dc:creator>
      <dc:date>2014-03-28T00:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP Switch E3500yl not matching packets.</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6429292#M218</link>
      <description>&lt;P&gt;Hello PedroH90,&lt;BR /&gt;&lt;BR /&gt;Thanks for your query.&lt;BR /&gt;&lt;BR /&gt;Could you please provide the following?&lt;BR /&gt;&lt;BR /&gt;1)&amp;nbsp;&amp;nbsp; &amp;nbsp;Verify whether packet counters for ports 9/11 are incremented by the traffic on VLAN 2. &amp;nbsp;&lt;BR /&gt;2)&amp;nbsp;&amp;nbsp; &amp;nbsp;Flows that are programmed in HP switch.&lt;BR /&gt;3)&amp;nbsp;&amp;nbsp; &amp;nbsp;In case of 1.0 instance, if packet doesn’t match with any flows in the switch, behavior is to send a packet-in message to controller.&lt;BR /&gt;a.&amp;nbsp;&amp;nbsp; &amp;nbsp;Does Floodlight controller receive any packet in messages? Can we get a Wireshark capture at controller side?&lt;BR /&gt;4)&amp;nbsp;&amp;nbsp; &amp;nbsp;Finally RMON/debug logs from switch side while traffic is being send.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2014 20:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6429292#M218</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-03-28T20:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: HP Switch E3500yl not matching packets.</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6471186#M276</link>
      <description>&lt;P&gt;Hi sdnindia.&lt;/P&gt;&lt;P&gt;After some tests here, I decided to modificate some things on my topology, changed both interfaces to &lt;STRONG&gt;untagged&amp;nbsp;&lt;/STRONG&gt;and now it seems to be working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2014 14:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-switch-e3500yl-not-matching-packets/m-p/6471186#M276</guid>
      <dc:creator>PedroH90</dc:creator>
      <dc:date>2014-05-10T14:44:21Z</dc:date>
    </item>
  </channel>
</rss>

