<?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: slow-path/fast-path traffic in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12921#M325</link>
    <description>How can i determine if traffic is forwarded via slow-path? &lt;BR /&gt;
And if slow path traffic occurs, how can i determine which systems (source ip - destination ip - maybe port) cause this traffic ?&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Mar 2016 14:57:00 GMT</pubDate>
    <dc:creator>M_Nees</dc:creator>
    <dc:date>2016-03-14T14:57:00Z</dc:date>
    <item>
      <title>slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12918#M322</link>
      <description>Hello!&lt;BR /&gt;
&lt;BR /&gt;
Am I right? Or if not - please correct me.&lt;BR /&gt;
&lt;BR /&gt;
Slow-path forwarded traffic - which processed with ASICs&lt;BR /&gt;
Fast-path forwarded traffic - which rocesses with CPU&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Fri, 23 Oct 2015 17:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12918#M322</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-10-23T17:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12919#M323</link>
      <description>Hello Alexandr.  Close reverse your thinking.   Fast path is ASIC slow path is CPU.  The only data that should be going slow path are packets to the switch, telnet, snmp, route protocols etc.  If in band traffic is going through the CPU it usually is linked to a mistake configuration redirects as an example or the tables on the switch are full and thus the switch treats it as an unknown packet.   Hope that helps  P</description>
      <pubDate>Fri, 23 Oct 2015 17:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12919#M323</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2015-10-23T17:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12920#M324</link>
      <description>Thanks a lot!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12920#M324</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-10-23T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12921#M325</link>
      <description>How can i determine if traffic is forwarded via slow-path? &lt;BR /&gt;
And if slow path traffic occurs, how can i determine which systems (source ip - destination ip - maybe port) cause this traffic ?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12921#M325</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2016-03-14T14:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12922#M326</link>
      <description>"sh ipstats" is the command to look at potential slow-path traffic. You need to look at the "Forward" counter. Issue the command several times to see if the counter increases.&lt;BR /&gt;
&lt;BR /&gt;
show ipstats | inc Forward&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12922#M326</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-03-14T15:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12923#M327</link>
      <description>Hi Stephane,&lt;BR /&gt;
&lt;BR /&gt;
is there no command which exactly tell me if slow-path traffic occur ?&lt;BR /&gt;
&lt;BR /&gt;
What can i do if i see "show ipstats" forward counter increases - how can i see which traffic occurs this ?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12923#M327</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2016-03-14T15:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12924#M328</link>
      <description>Hello, MAtthias!&lt;BR /&gt;
&lt;BR /&gt;
You can take a capture of CPU's slow-path traffic and analize it with Wireshark.&lt;BR /&gt;
Some like - #debug packet capture on interface Broadcom....&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Mon, 14 Mar 2016 15:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12924#M328</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2016-03-14T15:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: slow-path/fast-path traffic</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12925#M329</link>
      <description>I'm not sure of how to capture that info. You certainly could tcpdump that traffic, being careful with the tool as the CPU is already forwarding traffic and so must be stressed. Maybe some debug commands exist, but I don't know them off the top of my head. Maybe people from our GTAC can help here.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/slow-path-fast-path-traffic/m-p/12925#M329</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-03-14T15:18:00Z</dc:date>
    </item>
  </channel>
</rss>

