<?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>NXP DesignsのトピックLS1028ARDB Switch FELIX : How to properly use the &amp;quot;tsntool cbstreamidset&amp;quot; function</title>
    <link>https://community.nxp.com/t5/NXP-Designs/LS1028ARDB-Switch-FELIX-How-to-properly-use-the-quot-tsntool/m-p/1618602#M1039</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm currently setting a network with the following topology :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ring2Switches.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215407i723C776FC1F48E9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ring2Switches.PNG" alt="Ring2Switches.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Ring2Switches.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can notice a ring. I have chosen this topology in order to add redundancy in my network (use duplicate frames for more reliability).&lt;/P&gt;&lt;P&gt;I use the TSN standard 802.1CB (Frame Replication and Elimination for Reliability) to ensure the redundancy.&lt;/P&gt;&lt;P&gt;A basic exemple&amp;nbsp;of this standard is illustrated in the section 4.1.4.2.7 of this doc :&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG_REV2.2.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG_REV2.2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After having set up the sequence generator on SWITCHA and the sequence recovery on SWITCHB as explained in the doc, I can see on swp2 one frame (because the redundant frame has been eliminated by the cbrec function).&lt;/P&gt;&lt;P&gt;At this point, everything works as expected.&lt;/P&gt;&lt;P&gt;But know, &lt;STRONG&gt;I would like the remaining frame to be forwarded on swp2 AND swp3.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;With the configuration detailed in the doc, the remaining frame is only forwarded on swp2. It is because we typed the command on SWICTHB :&lt;BR /&gt;&lt;EM&gt;# cbstreamidset --device swp2 --index 1 --nullstreamid --nulldmac 0x7EA88C9B41DD --nullvid 1 --streamhandle 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;--device&lt;/EM&gt; option set the port where the frame will be forwarded (we can verify this with &lt;EM&gt;cbstreamidget &lt;/EM&gt;command (option&amp;nbsp;&lt;EM&gt;outfacoutport&lt;/EM&gt;)). For example, if we have typed this command instead :&lt;BR /&gt;&lt;EM&gt;# cbstreamidset --device swp&lt;STRONG&gt;3&lt;/STRONG&gt; --index 1 --nullstreamid --nulldmac 0x7EA88C9B41DD --nullvid 1 --streamhandle 1&lt;/EM&gt;&lt;BR /&gt;the frame would have been forwarded on swp3.&lt;/P&gt;&lt;P&gt;Do you know how I can configure the &lt;EM&gt;cbstreamidset&lt;/EM&gt; on SWITCHB for the remaining frame to be forwarded on &lt;STRONG&gt;swp2 and swp3&lt;/STRONG&gt;. I think the key is with the option&amp;nbsp;&lt;EM&gt;--outfacoutport&lt;/EM&gt; of &lt;EM&gt;cbstreamidset&lt;/EM&gt;. There no details or example of this option in the doc...&lt;/P&gt;&lt;P&gt;Could you help me ?&lt;/P&gt;&lt;P&gt;Thanks by advance for your answer.&lt;/P&gt;&lt;P&gt;asanson&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 16:27:46 GMT</pubDate>
    <dc:creator>asanson</dc:creator>
    <dc:date>2023-03-20T16:27:46Z</dc:date>
    <item>
      <title>LS1028ARDB Switch FELIX : How to properly use the "tsntool cbstreamidset" function</title>
      <link>https://community.nxp.com/t5/NXP-Designs/LS1028ARDB-Switch-FELIX-How-to-properly-use-the-quot-tsntool/m-p/1618602#M1039</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm currently setting a network with the following topology :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ring2Switches.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215407i723C776FC1F48E9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ring2Switches.PNG" alt="Ring2Switches.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Ring2Switches.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can notice a ring. I have chosen this topology in order to add redundancy in my network (use duplicate frames for more reliability).&lt;/P&gt;&lt;P&gt;I use the TSN standard 802.1CB (Frame Replication and Elimination for Reliability) to ensure the redundancy.&lt;/P&gt;&lt;P&gt;A basic exemple&amp;nbsp;of this standard is illustrated in the section 4.1.4.2.7 of this doc :&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG_REV2.2.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG_REV2.2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After having set up the sequence generator on SWITCHA and the sequence recovery on SWITCHB as explained in the doc, I can see on swp2 one frame (because the redundant frame has been eliminated by the cbrec function).&lt;/P&gt;&lt;P&gt;At this point, everything works as expected.&lt;/P&gt;&lt;P&gt;But know, &lt;STRONG&gt;I would like the remaining frame to be forwarded on swp2 AND swp3.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;With the configuration detailed in the doc, the remaining frame is only forwarded on swp2. It is because we typed the command on SWICTHB :&lt;BR /&gt;&lt;EM&gt;# cbstreamidset --device swp2 --index 1 --nullstreamid --nulldmac 0x7EA88C9B41DD --nullvid 1 --streamhandle 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;--device&lt;/EM&gt; option set the port where the frame will be forwarded (we can verify this with &lt;EM&gt;cbstreamidget &lt;/EM&gt;command (option&amp;nbsp;&lt;EM&gt;outfacoutport&lt;/EM&gt;)). For example, if we have typed this command instead :&lt;BR /&gt;&lt;EM&gt;# cbstreamidset --device swp&lt;STRONG&gt;3&lt;/STRONG&gt; --index 1 --nullstreamid --nulldmac 0x7EA88C9B41DD --nullvid 1 --streamhandle 1&lt;/EM&gt;&lt;BR /&gt;the frame would have been forwarded on swp3.&lt;/P&gt;&lt;P&gt;Do you know how I can configure the &lt;EM&gt;cbstreamidset&lt;/EM&gt; on SWITCHB for the remaining frame to be forwarded on &lt;STRONG&gt;swp2 and swp3&lt;/STRONG&gt;. I think the key is with the option&amp;nbsp;&lt;EM&gt;--outfacoutport&lt;/EM&gt; of &lt;EM&gt;cbstreamidset&lt;/EM&gt;. There no details or example of this option in the doc...&lt;/P&gt;&lt;P&gt;Could you help me ?&lt;/P&gt;&lt;P&gt;Thanks by advance for your answer.&lt;/P&gt;&lt;P&gt;asanson&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 16:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/LS1028ARDB-Switch-FELIX-How-to-properly-use-the-quot-tsntool/m-p/1618602#M1039</guid>
      <dc:creator>asanson</dc:creator>
      <dc:date>2023-03-20T16:27:46Z</dc:date>
    </item>
  </channel>
</rss>

