<?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: Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6970760#M2146</link>
    <description>&lt;P&gt;HI Shaun,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. Sorry for the delay getting back, I was out of the office.&lt;/P&gt;&lt;P&gt;The match I would like to configure is as follows.&lt;/P&gt;&lt;P&gt;For all packets on a given VLAN, do the normal thing AND also output to a port.&lt;/P&gt;&lt;P&gt;SO match VLAN ID = 63, Output port 25 AND Output NORMAL (?)&lt;BR /&gt;Currently using FlowMaker (have also tried via CURL) , and trying to put this in table 100 but I'm getting the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Failed to validate flowmod: {ofm:[V_1_3,FLOW_MOD,104,2138062],cmd=ADD,match={Match(V_1_3):[type=OXM,len=10],fields=VLAN_VID},...}&lt;/P&gt;&lt;DIV&gt;Server Error – 400: Bad Request&lt;/DIV&gt;&lt;DIV&gt;URL: /sdn/v2.0/of/datapaths/MACADDRESSREDACTED/flows&lt;/DIV&gt;&lt;DIV&gt;View ID: flow_modify&lt;/DIV&gt;&lt;DIV&gt;Type: error&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have enabled the debugging commands per your suggestion.&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Shane&lt;/DIV&gt;</description>
    <pubDate>Thu, 13 Jul 2017 15:47:35 GMT</pubDate>
    <dc:creator>sprogrs2</dc:creator>
    <dc:date>2017-07-13T15:47:35Z</dc:date>
    <item>
      <title>Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6969377#M2140</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to configure an HP switch (HP-2920-48G-POEP) via OpenFlow 1.3 using the HPE VAN SDN Controller.&lt;BR /&gt;What I'd like to do is add a flow that mirrors all traffic through a single port and then processes it normally.&lt;/P&gt;&lt;P&gt;It seems to me that what I'd like to do is add a flow that matches all traffic on all ports and then takes two actions:&amp;nbsp;&lt;BR /&gt;Output=NORMAL and&amp;nbsp;&lt;BR /&gt;Output=&amp;lt;port #&amp;gt;&lt;BR /&gt;But the controller keeps rejecting all the flows I create or ignoring one of these output statements.&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 19:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6969377#M2140</guid>
      <dc:creator>sprogrs2</dc:creator>
      <dc:date>2017-06-27T19:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6969685#M2141</link>
      <description>&lt;P&gt;Hi sprogrs2,&lt;/P&gt;&lt;P&gt;Could you please post the flow (either JSON format or a description of all matches/instructions) which you are attempting to push to a 2920? I ask because the 2920 uses a slightly older ASIC, therefore it doesn't have all of the match/action capabilities that a 2930, 3810, or 5400R would.&lt;/P&gt;&lt;P&gt;Specifically, I don't believe the 2920 can match ethernet destination (MAC), so if your flow is attempting to match eth_dst then it would be rejected for that reason.&lt;/P&gt;&lt;P&gt;In addition to posting the flow you're trying to push, could you please also have the following commands enabled on the 2920 when you're attempting to push the flow? These may give additional output on the switch console to explain why the flow was rejected:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;debug openflow&lt;/LI&gt;&lt;LI&gt;debug destination session&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(to remove these commands, just use "no debug destination session" and "no debug all")&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2017 00:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6969685#M2141</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2017-07-01T00:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6970760#M2146</link>
      <description>&lt;P&gt;HI Shaun,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. Sorry for the delay getting back, I was out of the office.&lt;/P&gt;&lt;P&gt;The match I would like to configure is as follows.&lt;/P&gt;&lt;P&gt;For all packets on a given VLAN, do the normal thing AND also output to a port.&lt;/P&gt;&lt;P&gt;SO match VLAN ID = 63, Output port 25 AND Output NORMAL (?)&lt;BR /&gt;Currently using FlowMaker (have also tried via CURL) , and trying to put this in table 100 but I'm getting the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Failed to validate flowmod: {ofm:[V_1_3,FLOW_MOD,104,2138062],cmd=ADD,match={Match(V_1_3):[type=OXM,len=10],fields=VLAN_VID},...}&lt;/P&gt;&lt;DIV&gt;Server Error – 400: Bad Request&lt;/DIV&gt;&lt;DIV&gt;URL: /sdn/v2.0/of/datapaths/MACADDRESSREDACTED/flows&lt;/DIV&gt;&lt;DIV&gt;View ID: flow_modify&lt;/DIV&gt;&lt;DIV&gt;Type: error&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have enabled the debugging commands per your suggestion.&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Shane&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6970760#M2146</guid>
      <dc:creator>sprogrs2</dc:creator>
      <dc:date>2017-07-13T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6970842#M2147</link>
      <description>&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;It looks like you're hitting a limitation on the 2920. I tried pushing the following flow to a 2920 running 16.03.0003:&lt;/P&gt;&lt;PRE&gt;{
    "flow": {
        "priority": 1000,
        "idle_timeout": 0,
        "hard_timeout": 30,
        "cookie": "0",
        "match": [
            {
                "vlan_vid": "63"
            }
        ],
        "instructions": [
            {
                "apply_actions": [
                    {
                        "output": "25"
                    },
                    {
                        "output": "NORMAL"
                    }
                ]
            }
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;I had the debug commands enabled on the switch, so at the switch console I saw the following error message which explained the reason for the flow being rejected:&lt;/P&gt;&lt;PRE&gt;HP-2920-48G# debug destination session&lt;BR /&gt;HP-2920-48G# debug openflow errors&lt;BR /&gt;HP-2920-48G#&lt;BR /&gt;0000:00:42:29.18 OPFL eOFNetTask:RX from tcp:10.0.10.27:6633: 0:
0000:00:42:29.26 OPFL eOFNetTask:{ "error_code":"OFPBAC_BAD_TYPE","error_reason"
   :"&lt;FONT color="#FF0000"&gt;Rule with output combination of OFPP_NORMAL + (Physical port OR OFPP_FLOOD
   OR OFPP_IN_PORT) is not supported&lt;/FONT&gt;","process_time":"0.271 ms","com
0000:00:42:29.50 OPFL eOFNetTask:mand":"OFPFC_ADD","table_id":100,"cookie":"0x0"
   ,"cookie_mask":"0x0","idle_timeout":0,"hard_timeout":30,"priority":1000,"buff
   er_id":"0xffffffff","out_port":"0xffffffff","out_group":"0xffffff
0000:00:42:29.74 OPFL eOFNetTask:ff","flags":"0x0","match":{"vlan_vid":"63"},"in
   sts":[{"apply_actions":[{"outport":25},{"outport":"normal"}]}]}&lt;/PRE&gt;&lt;P&gt;There are two ways I can think of to work around this limitation:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Upgrade to a 2930F. I tried the same flow (above) on a 2930F running 16.03.0003 and it was accepted.&lt;/LI&gt;&lt;LI&gt;Use an SI tunnel instead of a physical port. As noted in the error message above, this combination is not supported with a physical port. However, I believe it is supported with an SI tunnel (as used by our HPE Aruba Protector application). The only downsides to using SI tunnels for your application would be that the packets would be encapsulated (so you'd have to decapsulate them, or add another switch for decapsulation) and that you'd be limited to a total of 4 (I believe) SI tunnels per box.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could you let us know if either of these solutions would work for you?&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6970842#M2147</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2017-07-14T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6971020#M2150</link>
      <description>&lt;P&gt;Hey Shaun,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the suggestions, but I actually got this to work by moving the flow to table 200.&lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6971020#M2150</guid>
      <dc:creator>sprogrs2</dc:creator>
      <dc:date>2017-07-17T13:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Port mirroring using OpenFlow 1.3 and HPE VAN SDN Controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6971480#M2158</link>
      <description>&lt;P&gt;Glad to hear it is working now, Shane. My apologies for not including that as a potential option in my reply.&amp;nbsp;If you didn't already know this, any flows in table 200 will be handled using the switch CPU. This effectively limits the number of packets-per-second that the flow could handle to a small rate (~1,000/sec). Make sure your solution doesn't see performance spikes above that threshold, otherwise you could end up with dropped packets.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/port-mirroring-using-openflow-1-3-and-hpe-van-sdn-controller/m-p/6971480#M2158</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2017-07-20T20:05:06Z</dc:date>
    </item>
  </channel>
</rss>

