<?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 MPLS tagging using SDN controller in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6300975#M1234</link>
    <description>&lt;P&gt;From the REST API guide it is not clear how to insert MPLS tags while inserting the flows into switches. The group stats shows the capabilities. So what is the json format for inserting the MPLS tag in the flow and where o do it&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2013 11:30:59 GMT</pubDate>
    <dc:creator>raghuram369</dc:creator>
    <dc:date>2013-12-11T11:30:59Z</dc:date>
    <item>
      <title>MPLS tagging using SDN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6300975#M1234</link>
      <description>&lt;P&gt;From the REST API guide it is not clear how to insert MPLS tags while inserting the flows into switches. The group stats shows the capabilities. So what is the json format for inserting the MPLS tag in the flow and where o do it&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6300975#M1234</guid>
      <dc:creator>raghuram369</dc:creator>
      <dc:date>2013-12-11T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: MPLS tagging using SDN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6326489#M1235</link>
      <description>&lt;P&gt;json models&amp;nbsp; can be found at &amp;nbsp;&lt;A href="https://%3cSDN_Controller_IP%3e:8443/sdn/v2.0/models" target="_blank"&gt;https://&amp;lt;SDN_Controller_IP&amp;gt;:8443/sdn/v2.0/models&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a flow&amp;nbsp; -&amp;nbsp; (you can take help from &lt;A href="https://community.hpe.com/t5/SDN-Development/Flow-creation-via-REST-API/td-p/6197697#.UsvhPPtNzKh" target="_blank"&gt;http://h30499.www3.hp.com/t5/SDN-Development/Flow-creation-via-REST-API/td-p/6197697#.UsvhPPtNzKh&lt;/A&gt; &amp;nbsp;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;POST /sdn/v2.0/of/datapaths/{dpid}/flows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample request for applying MPLS tag push action to the packet :&lt;/P&gt;&lt;P&gt;{"flow": {&lt;/P&gt;&lt;P&gt;"priority": 30000,&lt;/P&gt;&lt;P&gt;"table_id": 200,&lt;/P&gt;&lt;P&gt;"idle_timeout": 60,&lt;/P&gt;&lt;P&gt;"match": [&lt;/P&gt;&lt;P&gt;{"ipv4_src": "10.0.0.1"},&lt;/P&gt;&lt;P&gt;{"ipv4_dst": "10.0.0.22"},&lt;/P&gt;&lt;P&gt;{"ip_proto": "tcp"},&lt;/P&gt;&lt;P&gt;{"eth_type": "ipv4"},&lt;/P&gt;&lt;P&gt;{"tcp_dst": "80"}&lt;/P&gt;&lt;P&gt;],&lt;/P&gt;&lt;P&gt;"instructions": [&lt;/P&gt;&lt;P&gt;{"apply_actions": [&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{"push_mpls" : "mpls_u"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2014 11:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6326489#M1235</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-01-07T11:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: MPLS tagging using SDN controller</title>
      <link>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6357191#M1236</link>
      <description>&lt;P&gt;Hello Raghuram,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just following up to see if the previous post answers your query. Please feel free to reply incase you have more questions around the same topic or open a new thread if new&amp;nbsp; topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;If you feel we have&amp;nbsp;answered your question, please do let us know&amp;nbsp;by marking this response as an 'accepted solution’.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;Sukar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;HP SDN Team &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2014 12:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/mpls-tagging-using-sdn-controller/m-p/6357191#M1236</guid>
      <dc:creator>Sukar</dc:creator>
      <dc:date>2014-01-30T12:11:48Z</dc:date>
    </item>
  </channel>
</rss>

