<?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 LLDP Flows in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6376867#M1309</link>
    <description>&lt;P&gt;If I set up my application to create flows for Ethernet Type LLDP and then attempt to view the flow list in the controller UI via the Openflow Monitor component (sdn/ui/app/index#ofmon-dp-flows,&lt;SPAN class="path"&gt;{dpid}&lt;/SPAN&gt;), I get promopted with a generic error code 500 message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the logs, these messages appear when I attempted to view the flows, this is just the last three, there are many more:&lt;/P&gt;&lt;PRE&gt;[2013-04-16 13:05:33.903] WARN  of-io-38-thread-3            hp.of.msglib                                                     DE0005I Parse FAILED: hdr=[V_1_0,MULTIPART_REPLY,492,2174], bytes=[011101ec0000087e00010000006002000010000ffffe0000000000000000000000000000000088cc00000000000000000000000000000000000001cd390aa9400064038407080000000000000000000000000000000000000000000f00000000000007da00000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a86e01000000000000003e014fb1807e2c007800b400000000000000000000000000000000000000000008000000000000033000000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a80106000000000000003111c31e807e2c007800b40000000000000000000000000000000000000000002f00000000000012ba00000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a80106c0a86e3c00000000000000310660b0c07e2c007800b40000000000000000000000000000000000000000002a000000000000000000000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a86e01c0a86e3c000000000000003d314b04c07e2c007800b400000000000000000000000000000000000000000008000000000000000000000008fffa0000] 
[2013-04-16 13:11:12.380] WARN  of-io-38-thread-3            hp.of.msglib                                                     DE0005I Parse FAILED: hdr=[V_1_0,MULTIPART_REPLY,300,2250], bytes=[0111012c000008ca00010000006002000010000ffffe0000000000000000000000000000000088cc000000000000000000000000000000000000032019de50800064038407080000000000000000000000000000000000000000001a0000000000000d9c00000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a801060000000000000019252239c07e2c001e001e00000000000000000000000000000000000000000009000000000000039600000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a80106c0a86e3c00000000000000191945ba007e2c001e001e00000000000000000000000000000000000000000009000000000000000000000008fffa0000] 
[2013-04-16 13:19:38.670] WARN  of-io-38-thread-3            hp.of.msglib                                                     DE0005I Parse FAILED: hdr=[V_1_0,MULTIPART_REPLY,396,2368], bytes=[0111018c000009400001000000600000003820effffe00000000000000000000000000000000080600000000000000000000000000000000000000722489a34000640384070800000000000000000000000000000000000000000006000000000000000000000008fffa0000006002000010000ffffe0000000000000000000000000000000088cc00000000000000000000000000000000000001782cd29c0000640384070800000000000000000000000000000000000000000008000000000000043000000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a80106000000000000001a00b71b007e2c007800b400000000000000000000000000000000000000000006000000000000026400000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a80106c0a86e3c0000000000000019307565407e2c007800b400000000000000000000000000000000000000000006000000000000000000000008fffa0000] &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attempting to retrieve a list of flows using the API (&lt;SPAN class="path"&gt;/of/datapaths/{dpid}/flows&lt;/SPAN&gt;) returns the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "error": "java.lang.IllegalStateException",
  "message": "Timed-out waiting for response"
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am however able to view the flows without any problems using the command "(config)# show openflow instance aggregate flows" on a HP 3800 switch with image version KA.15.10.0009.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is noteworthy that when I try to view the flows on the switch, the Ethernet Type for other protocols are labeled specificly with their short name such as ARP or IP, while the same field for LLDP flows contains 0x88CC and not the short name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an expected behaviour?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2014 02:57:27 GMT</pubDate>
    <dc:creator>sepbot</dc:creator>
    <dc:date>2014-02-17T02:57:27Z</dc:date>
    <item>
      <title>LLDP Flows</title>
      <link>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6376867#M1309</link>
      <description>&lt;P&gt;If I set up my application to create flows for Ethernet Type LLDP and then attempt to view the flow list in the controller UI via the Openflow Monitor component (sdn/ui/app/index#ofmon-dp-flows,&lt;SPAN class="path"&gt;{dpid}&lt;/SPAN&gt;), I get promopted with a generic error code 500 message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the logs, these messages appear when I attempted to view the flows, this is just the last three, there are many more:&lt;/P&gt;&lt;PRE&gt;[2013-04-16 13:05:33.903] WARN  of-io-38-thread-3            hp.of.msglib                                                     DE0005I Parse FAILED: hdr=[V_1_0,MULTIPART_REPLY,492,2174], bytes=[011101ec0000087e00010000006002000010000ffffe0000000000000000000000000000000088cc00000000000000000000000000000000000001cd390aa9400064038407080000000000000000000000000000000000000000000f00000000000007da00000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a86e01000000000000003e014fb1807e2c007800b400000000000000000000000000000000000000000008000000000000033000000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a80106000000000000003111c31e807e2c007800b40000000000000000000000000000000000000000002f00000000000012ba00000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a80106c0a86e3c00000000000000310660b0c07e2c007800b40000000000000000000000000000000000000000002a000000000000000000000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a86e01c0a86e3c000000000000003d314b04c07e2c007800b400000000000000000000000000000000000000000008000000000000000000000008fffa0000] 
[2013-04-16 13:11:12.380] WARN  of-io-38-thread-3            hp.of.msglib                                                     DE0005I Parse FAILED: hdr=[V_1_0,MULTIPART_REPLY,300,2250], bytes=[0111012c000008ca00010000006002000010000ffffe0000000000000000000000000000000088cc000000000000000000000000000000000000032019de50800064038407080000000000000000000000000000000000000000001a0000000000000d9c00000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a801060000000000000019252239c07e2c001e001e00000000000000000000000000000000000000000009000000000000039600000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a80106c0a86e3c00000000000000191945ba007e2c001e001e00000000000000000000000000000000000000000009000000000000000000000008fffa0000] 
[2013-04-16 13:19:38.670] WARN  of-io-38-thread-3            hp.of.msglib                                                     DE0005I Parse FAILED: hdr=[V_1_0,MULTIPART_REPLY,396,2368], bytes=[0111018c000009400001000000600000003820effffe00000000000000000000000000000000080600000000000000000000000000000000000000722489a34000640384070800000000000000000000000000000000000000000006000000000000000000000008fffa0000006002000010000ffffe0000000000000000000000000000000088cc00000000000000000000000000000000000001782cd29c0000640384070800000000000000000000000000000000000000000008000000000000043000000008fffa000000600200003020cbfffe0023df9606060000000000000000000008000001000000000000c0a80106000000000000001a00b71b007e2c007800b400000000000000000000000000000000000000000006000000000000026400000008fffa000000600000003000cffffe00000000000000000000000000000000080000010000c0a80106c0a86e3c0000000000000019307565407e2c007800b400000000000000000000000000000000000000000006000000000000000000000008fffa0000] &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attempting to retrieve a list of flows using the API (&lt;SPAN class="path"&gt;/of/datapaths/{dpid}/flows&lt;/SPAN&gt;) returns the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "error": "java.lang.IllegalStateException",
  "message": "Timed-out waiting for response"
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am however able to view the flows without any problems using the command "(config)# show openflow instance aggregate flows" on a HP 3800 switch with image version KA.15.10.0009.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is noteworthy that when I try to view the flows on the switch, the Ethernet Type for other protocols are labeled specificly with their short name such as ARP or IP, while the same field for LLDP flows contains 0x88CC and not the short name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an expected behaviour?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 02:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6376867#M1309</guid>
      <dc:creator>sepbot</dc:creator>
      <dc:date>2014-02-17T02:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: LLDP Flows</title>
      <link>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6402133#M1310</link>
      <description>&lt;P&gt;Hello Sepbot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks fur posting your query. We are currently looking into the query, in the meantime would you be able to give us the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share the exact JSON that you used for adding the LLDP flow and the Flow as well on the switch.&lt;/P&gt;&lt;P&gt;Is the error intermittent? Do you see the same error when you try to view the Flow from Controller UI?&lt;/P&gt;&lt;P&gt;Is the Flow added successfully?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 09:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6402133#M1310</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-03-13T09:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: LLDP Flows</title>
      <link>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6441488#M1311</link>
      <description>&lt;P&gt;Hello Sepbot,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue you mentioned was a known issue that was affecting HP VAN SDN Controller Release 2.0 operations .This has been fixed with our new Firmware &amp;nbsp;release K/KA/WB.15.15.0006. (For 3800, the KA version must be used). The Web released software can be accessed from this link &lt;A target="_blank" href="http://www.hp.com/networking/support"&gt;www.hp.com/networking/support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Enter a product # or description – e.g 5406” check the box for the 5406&lt;/P&gt;&lt;P&gt;Click on “display selected”&lt;/P&gt;&lt;P&gt;Click on the link “software downloads”-&amp;gt;It will take you to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://h10145.www1.hp.com/downloads/SoftwareReleases.aspx?ProductNumber=J9642A"&gt;https://h10145.www1.hp.com/downloads/SoftwareReleases.aspx?ProductNumber=J9642A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="Image 001.png" src="https://community.hpe.com/t5/image/serverpage/image-id/41140iFFD4A409C70C309D/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" title="Image 001.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sign in with a passport account&amp;nbsp;to dowload the software( specifically that mentions "Early Avaialbility")&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EA –&amp;nbsp; Early Availability – should be evaluated prior to moving it to a production environment&lt;/P&gt;&lt;P&gt;GA – General Availability – considered production ready.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please download the firmware and keep us posted on the status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 22:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/lldp-flows/m-p/6441488#M1311</guid>
      <dc:creator>SudhaHP</dc:creator>
      <dc:date>2014-04-08T22:55:24Z</dc:date>
    </item>
  </channel>
</rss>

