<?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 MAC-IP tables with HP 5900 &amp;amp; HP VAN controller in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6393445#M1334</link>
    <description>&lt;P&gt;After configuring the flow table ID below.&lt;/P&gt;&lt;P&gt;[5900-of-inst-1]flow-table mac-ip 100 extensibility 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I tried to add flow entiry in 5900's flow table 100, proactively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FLOWJSON&lt;/P&gt;&lt;P&gt;{"version" : "1.3.0","flow":{"table_id": 100,"priority" : 29998,"idle_timeout":120,"match":[{"eth_type": "ipv4"},{"eth_dst":"00:1e:37:8a:0f:a4"},{"vlan_vid": "4092"}, {"ipv4_dst": "192.168.0.19"}],"instructions":[{"write_actions":[{"output":24}]}]}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a flow table with an ID of 100 to increase the size of flow entry with HP 5900.&lt;/P&gt;&lt;P&gt;Please help me know how to use multiple tables in pipeline processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2014 10:54:01 GMT</pubDate>
    <dc:creator>3wizard</dc:creator>
    <dc:date>2014-02-27T10:54:01Z</dc:date>
    <item>
      <title>MAC-IP tables with HP 5900 &amp; HP VAN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6393445#M1334</link>
      <description>&lt;P&gt;After configuring the flow table ID below.&lt;/P&gt;&lt;P&gt;[5900-of-inst-1]flow-table mac-ip 100 extensibility 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I tried to add flow entiry in 5900's flow table 100, proactively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FLOWJSON&lt;/P&gt;&lt;P&gt;{"version" : "1.3.0","flow":{"table_id": 100,"priority" : 29998,"idle_timeout":120,"match":[{"eth_type": "ipv4"},{"eth_dst":"00:1e:37:8a:0f:a4"},{"vlan_vid": "4092"}, {"ipv4_dst": "192.168.0.19"}],"instructions":[{"write_actions":[{"output":24}]}]}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a flow table with an ID of 100 to increase the size of flow entry with HP 5900.&lt;/P&gt;&lt;P&gt;Please help me know how to use multiple tables in pipeline processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6393445#M1334</guid>
      <dc:creator>3wizard</dc:creator>
      <dc:date>2014-02-27T10:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: MAC-IP tables with HP 5900 &amp; HP VAN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6401339#M1335</link>
      <description>&lt;P&gt;Hi 3wizard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From your post I am having difficulty understanding the question you are asking. Are you saying that the flow you posted is rejected by the 5900, rejected by the SDN controller, or that it's accepted and not being hit in the hardware table?&lt;BR /&gt;&lt;BR /&gt;If the flow is being rejected by the 5900 or not being hit in the hardware table, then you'd probably need to consult the Comware documentation for the 5900 release you're using. If the flow is being rejected by the controller, you would need to look into the system log and post any exceptions that are being thrown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general, if table 100 is not the default table then you'll need a 'goto' instruction in the default table that tells it to look into table 100 to find your rule. By default the SDN controller puts a 'goto next table' rule at the end of each table, and a 'steal to controller' rule in the last table.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 20:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6401339#M1335</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2014-03-05T20:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: MAC-IP tables with HP 5900 &amp; HP VAN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6417494#M1336</link>
      <description>&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;It was ambiguous about my question. I want to know how to use&amp;nbsp; the syntax of 'flow-table mac-ip 100 extensibility 200&lt;BR /&gt;' because the controller couldn't push flow tables with a table ID of 100 reactively and proactively. Now i'm looking for the best way to add flow entries into table 100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 08:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6417494#M1336</guid>
      <dc:creator>3wizard</dc:creator>
      <dc:date>2014-03-19T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: MAC-IP tables with HP 5900 &amp; HP VAN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6484290#M1337</link>
      <description>&lt;P&gt;Hi 3wizard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the syntax of the "flow-table mac-ip 100 extensibility 200" command, you'll probably need to consult the Comware documentation or maybe someone else can chime in. I'm not as experienced with that command, so I can't assist any further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 17:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6484290#M1337</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2014-05-22T17:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: MAC-IP tables with HP 5900 &amp; HP VAN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6493314#M1338</link>
      <description>&lt;P&gt;Hello 3wizard,&lt;BR /&gt;&lt;BR /&gt;Doing a follow up to check if you need any further assistance with respect to the query posted.&lt;BR /&gt;Please do let us know&amp;nbsp; if your problem is solved.&lt;BR /&gt;&lt;BR /&gt;If you have more questions on the same topic please do reply on the same thread or open a new post if new topic.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2014 08:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mac-ip-tables-with-hp-5900-amp-hp-van-controller/m-p/6493314#M1338</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-05-30T08:03:24Z</dc:date>
    </item>
  </channel>
</rss>

