<?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: HPE VAN Controller and PICA in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/hpe-van-controller-and-pica/m-p/7023235#M2439</link>
    <description>&lt;P&gt;When I've seen issues like this previously, it's been because the controller pushed down the "delete all flows" flowmod to initialize the OpenFlow tables, and the control-plane connection was crossing the OpenFlow tables. This meant the switch dropped packets on the control-plane, which severed the connection. Would packets on the control-plane cross any data-plane tables in this case?&lt;/P&gt;&lt;P&gt;We may need to capture control-plane packets using tcpdump on the controller. That would let you know about any TCP retries or other messages which lead to the controller thinking it cannot reach the switch.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2018 16:29:23 GMT</pubDate>
    <dc:creator>ShaunWackerly</dc:creator>
    <dc:date>2018-10-25T16:29:23Z</dc:date>
    <item>
      <title>HPE VAN Controller and PICA</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hpe-van-controller-and-pica/m-p/7022280#M2437</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am using an HPE VAN&amp;nbsp;&lt;SPAN&gt;SDN Controller Version: 2.8.8.0366 and a PICA8&amp;nbsp;P3297 switch on my network. I want to create ovs bridges on PICA8 that are controlled by the HPE VAN controller. The OVS version on the PICA8 switch is&amp;nbsp;2.9.1.2/e9c9eaf.&amp;nbsp; Unfortunately, the controller is able to negotiate the OpenFlow version with the switch, but it cannot get any further information. Any help would be much appreceated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The configuration on the PICA8 is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vs-vsctl add-br test_br&lt;BR /&gt;ovs-vsctl set bridge test_br datapath_type=pica8&lt;BR /&gt;ovs-vsctl set-controller test_br tcp:10.30.0.90:6653&lt;BR /&gt;ovs-vsctl set bridge&amp;nbsp;test_br protocols=OpenFlow10,OpenFlow13&lt;BR /&gt;# Create the external ports&lt;BR /&gt;for i in {5..10};&lt;BR /&gt;do&lt;BR /&gt;ovs-vsctl add-port test_br ge-1/1/$i vlan_mode=access -- set interface ge-1/1/$i type=pica8;&lt;BR /&gt;done0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bridge&amp;nbsp;test_br&lt;BR /&gt;Controller "tcp:10.30.0.90:6653"&lt;BR /&gt;is_connected: true&lt;BR /&gt;Port "ge-1/1/6"&lt;BR /&gt;Interface "ge-1/1/6"&lt;BR /&gt;type: "pica8"&lt;BR /&gt;Port test_br&lt;BR /&gt;Interface sixers&lt;BR /&gt;type: internal&lt;BR /&gt;Port "ge-1/1/9"&lt;BR /&gt;Interface "ge-1/1/9"&lt;BR /&gt;type: "pica8"&lt;BR /&gt;Port "ge-1/1/8"&lt;BR /&gt;Interface "ge-1/1/8"&lt;BR /&gt;type: "pica8"&lt;BR /&gt;Port "ge-1/1/10"&lt;BR /&gt;Interface "ge-1/1/10"&lt;BR /&gt;type: "pica8"&lt;BR /&gt;Port "ge-1/1/7"&lt;BR /&gt;Interface "ge-1/1/7"&lt;BR /&gt;type: "pica8"&lt;BR /&gt;Port "ge-1/1/5"&lt;BR /&gt;Interface "ge-1/1/5"&lt;BR /&gt;type: "pica8"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The OF messages between the controller and the switch are:&lt;/P&gt;&lt;P&gt;* 301 2018-10-18T09:37:30.066Z Disc 75:e5:48:6e:73:02:00:20&amp;nbsp;&lt;/P&gt;&lt;P&gt;* 302 2018-10-18T09:37:30.815Z Conn 75:e5:48:6e:73:02:00:20&amp;nbsp;&lt;/P&gt;&lt;P&gt;* 303 2018-10-18T09:37:30.815Z Rx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,HELLO,8,12050]}&lt;/P&gt;&lt;P&gt;* 304 2018-10-18T09:37:30.815Z Tx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,HELLO,16,12050],elems=VERSION_BITMAP}&lt;/P&gt;&lt;P&gt;* 305 2018-10-18T09:37:30.815Z Tx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,FEATURES_REQUEST,8,982291]}&lt;/P&gt;&lt;P&gt;* 306 2018-10-18T09:37:30.835Z Rx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,FEATURES_REPLY,32,982291],dpid=75:e5:48:6e:73:02:00:20,#buf=256,#tab=254,aux=0,cap=[flowStats, tableStats, portStats, groupStats]}&lt;/P&gt;&lt;P&gt;* 307 2018-10-18T09:37:30.835Z Tx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,SET_CONFIG,12,982292],flags=null,msLen=65535}&lt;/P&gt;&lt;P&gt;* 308 2018-10-18T09:37:30.835Z Tx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,MULTIPART_REQUEST,16,982293],DESC,flgs=null,body=(no body)}&lt;/P&gt;&lt;P&gt;* 309 2018-10-18T09:37:30.835Z Tx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,MULTIPART_REQUEST,16,982294],PORT_DESC,flgs=null,body=(no body)}&lt;/P&gt;&lt;P&gt;* 310 2018-10-18T09:37:30.835Z Tx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,MULTIPART_REQUEST,16,982295],TABLE_FEATURES,flgs=null,body={TableFeats: count=0}}&lt;/P&gt;&lt;P&gt;* 311 2018-10-18T09:37:30.857Z Rx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,MULTIPART_REPLY,1072,982293],DESC,flgs=[],body={mfr:Pica8, Inc,hw=P3297,sw=PicOS 2.9.1.2,...}}&lt;/P&gt;&lt;P&gt;* 312 2018-10-18T09:37:30.857Z Rx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,MULTIPART_REPLY,208,982294],PORT_DESC,flgs=[],body={Array::Ports: count=3}}&lt;/P&gt;&lt;P&gt;* 313 2018-10-18T09:37:30.992Z Rx 75:e5:48:6e:73:02:00:20 {ofm:[V_1_3,MULTIPART_REPLY,64000,982295],TABLE_FEATURES,flgs=[replyMore],body={TableFeats: count=38}}&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;The log messages on the HPE VAN Controller are:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;* today 12:35:57.043&lt;/DIV&gt;&lt;DIV&gt;INFO&lt;/DIV&gt;&lt;DIV&gt;hp.of.ctl&lt;/DIV&gt;&lt;DIV&gt;of-idle-timer&lt;/DIV&gt;&lt;DIV&gt;Datapath removed: 75:e5:48:6e:73:02:00:20, neg=V_1_3, ip=10.143.143.100&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;* today 12:36:28.050&lt;/DIV&gt;&lt;DIV&gt;WARN&lt;/DIV&gt;&lt;DIV&gt;hp.of.ctl&lt;/DIV&gt;&lt;DIV&gt;of-idle-timer&lt;/DIV&gt;&lt;DIV&gt;Closing unresponsive connection from 10.143.143.100&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Oct 2018 10:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hpe-van-controller-and-pica/m-p/7022280#M2437</guid>
      <dc:creator>themisAnagno</dc:creator>
      <dc:date>2018-10-18T10:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: HPE VAN Controller and PICA</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hpe-van-controller-and-pica/m-p/7023235#M2439</link>
      <description>&lt;P&gt;When I've seen issues like this previously, it's been because the controller pushed down the "delete all flows" flowmod to initialize the OpenFlow tables, and the control-plane connection was crossing the OpenFlow tables. This meant the switch dropped packets on the control-plane, which severed the connection. Would packets on the control-plane cross any data-plane tables in this case?&lt;/P&gt;&lt;P&gt;We may need to capture control-plane packets using tcpdump on the controller. That would let you know about any TCP retries or other messages which lead to the controller thinking it cannot reach the switch.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 16:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hpe-van-controller-and-pica/m-p/7023235#M2439</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2018-10-25T16:29:23Z</dc:date>
    </item>
  </channel>
</rss>

