<?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 Problem with &amp;quot;interface vlan&amp;quot; on 5500EI in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/problem-with-quot-interface-vlan-quot-on-5500ei/m-p/6562108#M371</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;&lt;BR /&gt;I setup local ip interface on openflow vlan (openflow-only mode &lt;STRONG&gt;not hybrid&lt;/STRONG&gt;) on 5500EI (5.20.99 R2221P02).&lt;BR /&gt;The interface is not working and generate &lt;STRONG&gt;many openflow errors&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Partial config:&lt;/P&gt;&lt;PRE&gt;vlan 10
#
interface Vlan-interface10
 ip address 10.10.10.101 255.255.255.0
#
openflow instance 10
 controller 1 address ip 192.168.56.7
 description vlan10
 classification vlan 10
#&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interface is "visible" in openflow instance as "VLAN10" (see vlanif_ports.png).&lt;BR /&gt;There is many errors on setup and discovery (see vlanif_setup_1.png and vlanif_setup_2.png) (It should be corrected too.).&lt;BR /&gt;The main problem is &lt;STRONG&gt;simple ping&lt;/STRONG&gt; (see vlanif_ping.png):&lt;BR /&gt;&lt;BR /&gt;1) ping begins with arp request/response (host is connected on port2 and ip is 10.10.10.15, vlan10 interface on switch have ip 10.10.10.101)&lt;BR /&gt;&amp;nbsp;- 22:28:46.751 - &lt;STRONG&gt;arp request&lt;/STRONG&gt; accepted from switch (PACKET_IN)&lt;BR /&gt;&amp;nbsp;- 22:28:46.755 - flooded (PACKET_OUT)&lt;BR /&gt;&amp;nbsp;- 22:28:46.756 - &lt;STRONG&gt;arp resonse&lt;/STRONG&gt; accepted (PACKET_IN)&lt;BR /&gt;&amp;nbsp;- 22:28:46.758 - flooded (PACKET_OUT)&lt;BR /&gt;&lt;BR /&gt;2) &lt;STRONG&gt;problem A&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;- 22:28:46.844 - unexpected error for flooded packet (22:28:46.758), but the host received the packet without problem, on switch there was no debug&amp;nbsp; error message (debugging openflow error + terminal debugging).&lt;BR /&gt;&lt;BR /&gt;3) now the host has mapping ip/mac address and send icmp ping&lt;BR /&gt;&amp;nbsp;- 22:28:52.012 - icmp echo request accepted from switch (PACKET_IN)&lt;BR /&gt;&amp;nbsp;- 22:28:52.012 - flooded (PACKET_OUT)&lt;BR /&gt;&lt;BR /&gt;4) &lt;STRONG&gt;problem B&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;- 22:28:52.018 -&amp;nbsp;&amp;nbsp;unexpected error for flooded packet (22:28:52.012), packed &lt;STRONG&gt;does not continue&lt;/STRONG&gt; to destination and response (icmp echo pong) is not generated&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;1) How to interpret errors "Type: OFPET_BAD_REQUEST (1)/Code: &lt;STRONG&gt;OFPBRC_EPERM&lt;/STRONG&gt; (5)" ?&lt;BR /&gt;2) Is it needed to reconfigure something on switch or it is a firmware bug ?&lt;/P&gt;&lt;P&gt;3) Is the "VLAN10" interface useful (eg. Can it be used as routing destination output port instead of action "NORMAL" ?) ?&lt;BR /&gt;&lt;BR /&gt;There is also other useful files other.zip:&lt;BR /&gt;- vlanif_ping.pcapng&lt;BR /&gt;- vlanif_setup.pcapng&lt;BR /&gt;- there are &lt;STRONG&gt;screenshots of correct&lt;/STRONG&gt; communication on the same switch between two host (hwif_*)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Additional questions&lt;/STRONG&gt; for normal correct flows (see hwif_ping.png in other.zip):&lt;BR /&gt;&lt;BR /&gt;+1) Why pathdeamon connect "arp" path after arp request/response from both sides (eg. after 4 packets - 20:58:30.650). I think the there is possibility to&lt;STRONG&gt; connect "arp-path" and "ip-path" after first arp response&lt;/STRONG&gt; ?&lt;BR /&gt;+2) There is the same situation for "ip-path" (after ip packet flooded from on side to another - 20:58:30.861 + 20:58:31.605). Arp is not sufficient or secure ?&lt;BR /&gt;&lt;BR /&gt;Thanks for answers, Martin Cerveny&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2014 13:13:44 GMT</pubDate>
    <dc:creator>Martin Cerveny</dc:creator>
    <dc:date>2014-08-04T13:13:44Z</dc:date>
    <item>
      <title>Problem with "interface vlan" on 5500EI</title>
      <link>https://community.hpe.com/t5/software-defined-networking/problem-with-quot-interface-vlan-quot-on-5500ei/m-p/6562108#M371</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;&lt;BR /&gt;I setup local ip interface on openflow vlan (openflow-only mode &lt;STRONG&gt;not hybrid&lt;/STRONG&gt;) on 5500EI (5.20.99 R2221P02).&lt;BR /&gt;The interface is not working and generate &lt;STRONG&gt;many openflow errors&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Partial config:&lt;/P&gt;&lt;PRE&gt;vlan 10
#
interface Vlan-interface10
 ip address 10.10.10.101 255.255.255.0
#
openflow instance 10
 controller 1 address ip 192.168.56.7
 description vlan10
 classification vlan 10
#&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interface is "visible" in openflow instance as "VLAN10" (see vlanif_ports.png).&lt;BR /&gt;There is many errors on setup and discovery (see vlanif_setup_1.png and vlanif_setup_2.png) (It should be corrected too.).&lt;BR /&gt;The main problem is &lt;STRONG&gt;simple ping&lt;/STRONG&gt; (see vlanif_ping.png):&lt;BR /&gt;&lt;BR /&gt;1) ping begins with arp request/response (host is connected on port2 and ip is 10.10.10.15, vlan10 interface on switch have ip 10.10.10.101)&lt;BR /&gt;&amp;nbsp;- 22:28:46.751 - &lt;STRONG&gt;arp request&lt;/STRONG&gt; accepted from switch (PACKET_IN)&lt;BR /&gt;&amp;nbsp;- 22:28:46.755 - flooded (PACKET_OUT)&lt;BR /&gt;&amp;nbsp;- 22:28:46.756 - &lt;STRONG&gt;arp resonse&lt;/STRONG&gt; accepted (PACKET_IN)&lt;BR /&gt;&amp;nbsp;- 22:28:46.758 - flooded (PACKET_OUT)&lt;BR /&gt;&lt;BR /&gt;2) &lt;STRONG&gt;problem A&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;- 22:28:46.844 - unexpected error for flooded packet (22:28:46.758), but the host received the packet without problem, on switch there was no debug&amp;nbsp; error message (debugging openflow error + terminal debugging).&lt;BR /&gt;&lt;BR /&gt;3) now the host has mapping ip/mac address and send icmp ping&lt;BR /&gt;&amp;nbsp;- 22:28:52.012 - icmp echo request accepted from switch (PACKET_IN)&lt;BR /&gt;&amp;nbsp;- 22:28:52.012 - flooded (PACKET_OUT)&lt;BR /&gt;&lt;BR /&gt;4) &lt;STRONG&gt;problem B&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;- 22:28:52.018 -&amp;nbsp;&amp;nbsp;unexpected error for flooded packet (22:28:52.012), packed &lt;STRONG&gt;does not continue&lt;/STRONG&gt; to destination and response (icmp echo pong) is not generated&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;1) How to interpret errors "Type: OFPET_BAD_REQUEST (1)/Code: &lt;STRONG&gt;OFPBRC_EPERM&lt;/STRONG&gt; (5)" ?&lt;BR /&gt;2) Is it needed to reconfigure something on switch or it is a firmware bug ?&lt;/P&gt;&lt;P&gt;3) Is the "VLAN10" interface useful (eg. Can it be used as routing destination output port instead of action "NORMAL" ?) ?&lt;BR /&gt;&lt;BR /&gt;There is also other useful files other.zip:&lt;BR /&gt;- vlanif_ping.pcapng&lt;BR /&gt;- vlanif_setup.pcapng&lt;BR /&gt;- there are &lt;STRONG&gt;screenshots of correct&lt;/STRONG&gt; communication on the same switch between two host (hwif_*)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Additional questions&lt;/STRONG&gt; for normal correct flows (see hwif_ping.png in other.zip):&lt;BR /&gt;&lt;BR /&gt;+1) Why pathdeamon connect "arp" path after arp request/response from both sides (eg. after 4 packets - 20:58:30.650). I think the there is possibility to&lt;STRONG&gt; connect "arp-path" and "ip-path" after first arp response&lt;/STRONG&gt; ?&lt;BR /&gt;+2) There is the same situation for "ip-path" (after ip packet flooded from on side to another - 20:58:30.861 + 20:58:31.605). Arp is not sufficient or secure ?&lt;BR /&gt;&lt;BR /&gt;Thanks for answers, Martin Cerveny&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/problem-with-quot-interface-vlan-quot-on-5500ei/m-p/6562108#M371</guid>
      <dc:creator>Martin Cerveny</dc:creator>
      <dc:date>2014-08-04T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "interface vlan" on 5500EI</title>
      <link>https://community.hpe.com/t5/software-defined-networking/problem-with-quot-interface-vlan-quot-on-5500ei/m-p/6568140#M385</link>
      <description>&lt;P&gt;Hello Martin Cerveny,&lt;BR /&gt;&lt;BR /&gt;Thanks for your query.&lt;BR /&gt;We will get back to you shortly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 19:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/problem-with-quot-interface-vlan-quot-on-5500ei/m-p/6568140#M385</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-08-08T19:10:07Z</dc:date>
    </item>
  </channel>
</rss>

