<?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: allow netflow through pix 515e in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022397#M940401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that works - i pointed netflow on the internet router to one of our available public ip's, the i natted the public ip to the internal ip, then i allowed access to the netflow server via an acl incoming from the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 00:53:15 GMT</pubDate>
    <dc:creator>jerry.mcrae</dc:creator>
    <dc:date>2008-03-26T00:53:15Z</dc:date>
    <item>
      <title>allow netflow through pix 515e</title>
      <link>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022393#M940394</link>
      <description>&lt;P&gt;i have a multilink connected to our isp that i want to monitor but it sits outside of our pix. how can i make this work? i searched this site but didnt find anything that applies to me. i attached a visio of our network.&lt;/P&gt;&lt;P&gt;im sure ill need a static nat and an acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance - Jerry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022393#M940394</guid>
      <dc:creator>jerry.mcrae</dc:creator>
      <dc:date>2019-03-11T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: allow netflow through pix 515e</title>
      <link>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022394#M940396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1- Are you routing or NAT throught the firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- If you're routing through the firewall, does&lt;/P&gt;&lt;P&gt;the router have a static route so that it knows&lt;/P&gt;&lt;P&gt;how to get back to the netflow server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- If you're natting, are you natting everything&lt;/P&gt;&lt;P&gt;behind the firewall to 3.3.3.2?  In other words:&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- If item #3 is true, what udp port is the &lt;/P&gt;&lt;P&gt;netflow running on the netflow server?  I&lt;/P&gt;&lt;P&gt;know that freeware ipflow default is 20000,&lt;/P&gt;&lt;P&gt;what do you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5- do this:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 20000 172.16.1.15 20000 netmask 255.255.255.255 (check the syntax).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list External permit icmp any any log&lt;/P&gt;&lt;P&gt;access-list External permit ip any any log (test)&lt;/P&gt;&lt;P&gt;access-group External in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  configure netflow on the router to point&lt;/P&gt;&lt;P&gt;to 3.3.3.2 and you will be good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 18:20:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022394#M940396</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-03-25T18:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: allow netflow through pix 515e</title>
      <link>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022395#M940398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1- nat - i have static routes to the inside - i can ping the netflow box from the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- no the isp router cannot ping netflow server via private ip - it can ping outside int of pix though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- yes - nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;         global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- were using 9996 udp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5- ill try and reply back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks - jerry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 19:03:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022395#M940398</guid>
      <dc:creator>jerry.mcrae</dc:creator>
      <dc:date>2008-03-25T19:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: allow netflow through pix 515e</title>
      <link>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022396#M940399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in step five the "interface" keyword in the static nat is refering to outside int on the pix (3.3.3.2)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 19:06:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022396#M940399</guid>
      <dc:creator>jerry.mcrae</dc:creator>
      <dc:date>2008-03-25T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: allow netflow through pix 515e</title>
      <link>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022397#M940401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that works - i pointed netflow on the internet router to one of our available public ip's, the i natted the public ip to the internal ip, then i allowed access to the netflow server via an acl incoming from the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 00:53:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-netflow-through-pix-515e/m-p/1022397#M940401</guid>
      <dc:creator>jerry.mcrae</dc:creator>
      <dc:date>2008-03-26T00:53:15Z</dc:date>
    </item>
  </channel>
</rss>

