<?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 not going through VPN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514811#M922782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try that and let you know the outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 20:44:18 GMT</pubDate>
    <dc:creator>jasonww04</dc:creator>
    <dc:date>2010-10-29T20:44:18Z</dc:date>
    <item>
      <title>Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514805#M922770</link>
      <description>&lt;P&gt;Here is my config on a Cisco 1841. The Netflow server is 10.11.1.61 which is behind an ISA firewall. The ISA firewall has been set to allow Netflow traffic from 172.18.32.1 to 10.11.1.61. However, it never sees any traffic even attempting to reach 10.11.1.61 from 172.18.32.1. Is there something missing from my router config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;ip flow-cache timeout inactive 10&lt;BR /&gt;ip flow-cache timeout active 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt;&amp;nbsp; ip address 172.18.32.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; ip route-cache flow&lt;BR /&gt;&amp;nbsp; ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip flow-export source FastEthernet0/0&lt;BR /&gt;ip flow-export version 5&lt;BR /&gt;ip flow-export destination 10.11.1.61 9996&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended NAT&lt;BR /&gt; deny&amp;nbsp;&amp;nbsp; ip any 10.11.0.0 0.0.255.255&lt;BR /&gt; permit ip 172.18.32.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended VPN&lt;BR /&gt; permit ip 172.18.32.0 0.0.0.255 10.11.0.0 0.0.255.255&lt;BR /&gt; permit ip 172.18.32.0 0.0.0.255 10.18.0.0 0.0.0.255&lt;BR /&gt; permit ip 172.18.32.0 0.0.0.255 10.15.1.0 0.0.0.255&lt;BR /&gt; permit ip 172.20.32.0 0.0.0.255 10.18.0.0 0.0.0.255&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514805#M922770</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2020-02-21T12:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514806#M922772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the netflow traffic is supposed to go over the IPSec tunnel before reaching the collector behind the remote tunnel end point? If so, This is a known problem with Netflow and IPSec, you can find more info about this limitation here:&lt;A class="jive-link-external-small" href="http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&amp;amp;bugId=CSCsk25481"&gt;http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&amp;amp;bugId=CSCsk25481&lt;/A&gt;&lt;SPAN&gt;. I&lt;/SPAN&gt;t's been addressed in IOS version 12.4(20)T and later, however you must use flexible netflow (as opposed to legacy netflow) to make it work with the command "output-features" under the "flow exporter" config. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 01:49:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514806#M922772</guid>
      <dc:creator>wzhang</dc:creator>
      <dc:date>2010-10-15T01:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514807#M922775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I used the Flexible Netflow config guide to set up Netflow on my router. Still, nothing reaches the appliance on the other end. Am I missing anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flow exporter test&lt;BR /&gt; destination 10.11.1.61&lt;BR /&gt; source Vlan1&lt;BR /&gt; output-features&lt;BR /&gt; transport udp 9996&lt;BR /&gt; export-protocol netflow-v5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;BR /&gt; description WAN&lt;BR /&gt; ip address dhcp&lt;BR /&gt; ip flow monitor Test input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flow monitor Test&lt;BR /&gt; record netflow ipv4 original-input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 15:58:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514807#M922775</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2010-10-27T15:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514808#M922777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the original post, I guess we can use a little clarification on the problem itself. I assume your vpn is working fine? and if you were to ping the netflow collector from the exporter source interface, that ping would go over the tunnel and also work just fine? Can I also assume flow export works fine without VPN (by looking at flow statistics, debug, etc.), and it's only not working with VPN enabled? When you do have a problem, does the flow export traffic not go out at all, or does it go out in the clear? Also, what version of IOS are you running? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 20:08:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514808#M922777</guid>
      <dc:creator>wzhang</dc:creator>
      <dc:date>2010-10-27T20:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514809#M922779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VPN is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping the collector from the source interface through the tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any collector to send to outside of the VPN. When I run debug, I get the following which makes me think at least the router is trying to send to the flow through the VPN.&lt;/P&gt;&lt;P&gt;Oct 27 11:50:37: IPFLOW: Sending UDP export pak 1098 to 10.11.1.61 port 9996&lt;BR /&gt;Oct 27 11:50:49: IPFLOW: Sending UDP export pak 1114 to 10.11.1.61 port 9996&lt;BR /&gt;Oct 27 11:51:02: IPFLOW: Sending UDP export pak 1126 to 10.11.1.61 port 9996&lt;BR /&gt;Oct 27 11:51:15: IPFLOW: Sending UDP export pak 1151 to 10.11.1.61 port 9996&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statistics also indicate no issues.&lt;/P&gt;&lt;P&gt;Flow export v5 is enabled for main cache&lt;BR /&gt;&amp;nbsp; Export source and destination details :&lt;BR /&gt;&amp;nbsp; VRF ID : Default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source(1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.18.244.1 (Vlan1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination(1)&amp;nbsp; 10.11.1.61 (9996)&lt;BR /&gt;&amp;nbsp; Version 5 flow records&lt;BR /&gt;&amp;nbsp; 449 flows exported in 29 udp datagrams&lt;BR /&gt;&amp;nbsp; 0 flows failed due to lack of export packet&lt;BR /&gt;&amp;nbsp; 0 export packets were sent up to process level&lt;BR /&gt;&amp;nbsp; 0 export packets were dropped due to no fib&lt;BR /&gt;&amp;nbsp; 0 export packets were dropped due to adjacency issues&lt;BR /&gt;&amp;nbsp; 0 export packets were dropped due to fragmentation failures&lt;BR /&gt;&amp;nbsp; 0 export packets were dropped due to encapsulation fixup failures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IOS is 12.4(24)T3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 20:44:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514809#M922779</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2010-10-27T20:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514810#M922781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you change your crypto ACL to a host based ACL instead of network, ie., 172.18.244.1-&amp;gt;10.11.1.61, and look at the "show crypto ipsec sa" output to see if you are seeing encrypts for that flow? We need to change the ACL so that we can separate the netflow export traffic from other background traffic going into the tunnel. This would at least tell us whether the router is attempting to encrypt the exporter traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Wen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:24:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514810#M922781</guid>
      <dc:creator>wzhang</dc:creator>
      <dc:date>2010-10-29T14:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514811#M922782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try that and let you know the outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:44:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514811#M922782</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2010-10-29T20:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514812#M922783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, the above show and debug output seems to come from a legacy netflow configuration, and not flexible netflow. Were these captured with your new configuration? Note in order to work with crypto, you have to use Flexible Netflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:58:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514812#M922783</guid>
      <dc:creator>wzhang</dc:creator>
      <dc:date>2010-10-29T20:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514813#M922784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will change to Flexible Netflow and isolate the traffic through the VPN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 16:49:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514813#M922784</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2010-11-01T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514814#M922785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isolated VPN traffic to just 172.18.244.1 to 10.11.1.61 and set up Flexible Netflow. When I clear crypto isa and crypto sa, show crypto ipsec sa shows 0 packets being encrypted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I ping 10.11.1.61 source 172.18.244.1, then I get packets encrypted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show flow exporter statistics says I have hundreds of successfully sent packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flow exporter test&lt;BR /&gt; destination 10.11.1.61&lt;BR /&gt; source Vlan1&lt;BR /&gt; transport udp 9996&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;flow monitor test&lt;BR /&gt; record netflow ipv4 original-input&lt;BR /&gt; exporter test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;BR /&gt; description WAN&lt;BR /&gt; ip address dhcp&lt;BR /&gt; ip flow monitor test input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:23:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514814#M922785</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2010-11-01T17:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514815#M922786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you add "output-features" under the flow exporter configuration and try again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:26:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514815#M922786</guid>
      <dc:creator>wzhang</dc:creator>
      <dc:date>2010-11-01T17:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow not going through VPN</title>
      <link>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514816#M922787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding output-features seems to have done the trick. The tunnel comes up automatically since Netflow traffic is actually passing. Now I need to figure out the other end.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:17:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/netflow-not-going-through-vpn/m-p/1514816#M922787</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2010-11-01T18:17:22Z</dc:date>
    </item>
  </channel>
</rss>

