<?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: Netflow config on switches for Stealthwatch in Security Analytics</title>
    <link>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050388#M1034</link>
    <description>&lt;P&gt;But I have recorder in my config&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;flow monitor MON-IN
 exporter SFC_Exp
 cache timeout active 10
 record REC-IN&lt;/LI-CODE&gt;
&lt;P&gt;BTW my config works with cisco vnam analyzer perfectly&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dijix1990_2-1711423448441.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/213867i7342AD1BF3F116A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dijix1990_2-1711423448441.png" alt="dijix1990_2-1711423448441.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and it's strange I found out that on the stealthwatch I can see only outside traffic (outside is shown correctly)&amp;nbsp;but inside isn't correctly&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dijix1990_1-1711423172552.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/213866i78880A24CB185BA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dijix1990_1-1711423172552.png" alt="dijix1990_1-1711423172552.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 03:24:28 GMT</pubDate>
    <dc:creator>dijix1990</dc:creator>
    <dc:date>2024-03-26T03:24:28Z</dc:date>
    <item>
      <title>Netflow config on switches for Stealthwatch</title>
      <link>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050019#M1031</link>
      <description>&lt;P&gt;Anybody know if the c9606R and c9300X-24Y can work with Stealthwatch?&lt;/P&gt;
&lt;P&gt;I try to configure on the c9606R and c9300x-24y&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;flow record REC-IN
match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 match ipv4 protocol
 match interface input
 match ipv4 tos
 match flow direction
 collect interface output
 collect counter bytes long
 collect counter packets long
 collect transport tcp flags
 collect timestamp absolute first
 collect timestamp absolute last

flow record REC-OUT
 match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 match ipv4 protocol
 match interface output
 match ipv4 tos
 match flow direction
 collect interface input
 collect counter bytes long
 collect counter packets long
 collect transport tcp flags
 collect timestamp absolute first
 collect timestamp absolute last

flow monitor MON-IN
 exporter SFC_Exp
 cache timeout active 10
 record REC-IN

flow monitor MON-OUT
 exporter SFC_Exp
 cache timeout active 10
 record REC-OUT

flow exporter SFC_Exp
 destination 192.168.100.1
 source Loopback0
 transport udp 2055

Twe1/0/1
ip flow monitor MON-IN input
ip flow monitor MON-OUT output&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;exporter appeared on the&amp;nbsp;Stealthwatch,&amp;nbsp;Stealthwatch could read name of interfaces but there is not any traffic&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 03:09:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050019#M1031</guid>
      <dc:creator>dijix1990</dc:creator>
      <dc:date>2024-03-26T03:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow config on switches for Stealthwatch</title>
      <link>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050170#M1032</link>
      <description>&lt;P&gt;high level should work, what config on Twe1/0/1 ? what IOS XE code running on switch :&lt;/P&gt;
&lt;P&gt;example working one :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.balajibandi.com/?p=1383" target="_blank"&gt;Netflow Example on Cat Switches | Balaji Bandi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/dam/en/us/td/docs/security/stealthwatch/netflow/config-trouble-netflow-stealth.pdf" target="_blank"&gt;https://www.cisco.com/c/dam/en/us/td/docs/security/stealthwatch/netflow/config-trouble-netflow-stealth.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 17:26:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050170#M1032</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-03-25T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow config on switches for Stealthwatch</title>
      <link>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050286#M1033</link>
      <description>&lt;P&gt;Yes it should work without any problem. If you want you can specify the NetFlow v9 under the flow exporter with the command "export-protocol netflow-v9" but even without specifying it it should work. What I think you are mainly missing is defining the flow record under the flow monitor, you should add that with the command "record ...".&lt;/P&gt;
&lt;P&gt;&lt;A href="https://solarwindscore.my.site.com/SuccessCenter/s/article/How-to-configure-NetFlow-for-Cisco-routers-and-switches-running-IOS-video?language=en_US" target="_blank"&gt;How to configure NetFlow for Cisco routers and switches running IOS - video (site.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 21:24:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050286#M1033</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-03-25T21:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow config on switches for Stealthwatch</title>
      <link>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050388#M1034</link>
      <description>&lt;P&gt;But I have recorder in my config&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;flow monitor MON-IN
 exporter SFC_Exp
 cache timeout active 10
 record REC-IN&lt;/LI-CODE&gt;
&lt;P&gt;BTW my config works with cisco vnam analyzer perfectly&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dijix1990_2-1711423448441.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/213867i7342AD1BF3F116A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dijix1990_2-1711423448441.png" alt="dijix1990_2-1711423448441.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and it's strange I found out that on the stealthwatch I can see only outside traffic (outside is shown correctly)&amp;nbsp;but inside isn't correctly&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dijix1990_1-1711423172552.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/213866i78880A24CB185BA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dijix1990_1-1711423172552.png" alt="dijix1990_1-1711423172552.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 03:24:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050388#M1034</guid>
      <dc:creator>dijix1990</dc:creator>
      <dc:date>2024-03-26T03:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow config on switches for Stealthwatch</title>
      <link>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050391#M1035</link>
      <description>&lt;P&gt;ios xe 17.9.4a and stealthwatch 7.5.0&lt;/P&gt;
&lt;P&gt;I found out that for cisco vnam my config is correct but stealthwatch shows only outside traffic correctly but inside not correctly&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dijix1990_3-1711423615106.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/213868iED314EF3AD19EB1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dijix1990_3-1711423615106.png" alt="dijix1990_3-1711423615106.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 03:27:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/security-analytics/netflow-config-on-switches-for-stealthwatch/m-p/5050391#M1035</guid>
      <dc:creator>dijix1990</dc:creator>
      <dc:date>2024-03-26T03:27:05Z</dc:date>
    </item>
  </channel>
</rss>

