<?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: Reflexive ACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747393#M1008899</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;Your config needs some slight modifications. I assume you want to create a reflexive access list to track all tcp traffic, not just smtp, originated from the inside (trusted) network. The following config would cause the router create a temporary access list entry for all tcp originated from the inside network. The config that you have in there now would only allow create a temporary ACE for the SMTP traffic defined in your first statement in the ACL named smtp-racl and all other traffic would be dropped on it ways back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a different requirement please clarify that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended internal-smtp&lt;/P&gt;&lt;P&gt;permit tcp any any reflect smtp-racl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended external-acl&lt;/P&gt;&lt;P&gt;&lt;OTHER acl="" statements=""&gt;&lt;/OTHER&gt;&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq smtp&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq www&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq 443 &lt;/P&gt;&lt;P&gt;evaluate smtp-racl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 19:22:50 GMT</pubDate>
    <dc:creator>sundar.palaniappan</dc:creator>
    <dc:date>2007-03-28T19:22:50Z</dc:date>
    <item>
      <title>Reflexive ACL</title>
      <link>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747392#M1008894</link>
      <description>&lt;P&gt;Hello.  I am trying to build a reflexive acl on a 7206 router (Version 12.3(17)) to help secure email without interrupting&lt;/P&gt;&lt;P&gt;any other services, especially ftp.  Here is what I have so far:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended internal-smtp &lt;/P&gt;&lt;P&gt;permit tcp 192.168.x.y any host reflect smtp-racl&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended external-acl&lt;/P&gt;&lt;P&gt;&amp;lt;other acl statements&amp;gt;&lt;/P&gt;&lt;P&gt;evaluate smtp-racl&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq smtp&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq www&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq 443&lt;/P&gt;&lt;P&gt;&amp;lt;other acl statements&amp;gt;&lt;/P&gt;&lt;P&gt;deny ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface serial01&lt;/P&gt;&lt;P&gt;ip access-group internal-smtp out&lt;/P&gt;&lt;P&gt;ip access-group external-acl in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP addresses refer to inside local and outside global of email server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this going to be effective?  Is there a configuration that would be more effective?  We do not have CBAC capabilities.  Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:53:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747392#M1008894</guid>
      <dc:creator>pdriscoll</dc:creator>
      <dc:date>2019-03-11T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reflexive ACL</title>
      <link>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747393#M1008899</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;Your config needs some slight modifications. I assume you want to create a reflexive access list to track all tcp traffic, not just smtp, originated from the inside (trusted) network. The following config would cause the router create a temporary access list entry for all tcp originated from the inside network. The config that you have in there now would only allow create a temporary ACE for the SMTP traffic defined in your first statement in the ACL named smtp-racl and all other traffic would be dropped on it ways back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a different requirement please clarify that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended internal-smtp&lt;/P&gt;&lt;P&gt;permit tcp any any reflect smtp-racl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended external-acl&lt;/P&gt;&lt;P&gt;&lt;OTHER acl="" statements=""&gt;&lt;/OTHER&gt;&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq smtp&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq www&lt;/P&gt;&lt;P&gt;permit tcp any host 216.aaa.bbb.ccc eq 443 &lt;/P&gt;&lt;P&gt;evaluate smtp-racl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 19:22:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747393#M1008899</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2007-03-28T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reflexive ACL</title>
      <link>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747394#M1008912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sundar - thanks for your response.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assumption is correct.  However, I am not certain how FTP traffic, both inbound and outbound, would be affected by your configuration.  Please advise whether FTP would or would not be affected.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 19:48:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747394#M1008912</guid>
      <dc:creator>pdriscoll</dc:creator>
      <dc:date>2007-03-28T19:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reflexive ACL</title>
      <link>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747395#M1008919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your outbound, from inside to outside, FTP traffic would work fine as the reflexive access list will create a temporary access list entry when the first ftp packets in the session leaves the router and the return traffic will be allowed back in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, for traffic originated from outside to inside you need to explicitly allow the traffic on your inbound ACL and outbound ACL. Adding an entry each to the ACL(s) should address your concern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended external-acl &lt;/P&gt;&lt;P&gt;permit tcp &lt;NETWORK&gt; host &lt;FTP_SERVER&gt; eq ftp&lt;/FTP_SERVER&gt;&lt;/NETWORK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended internal-smtp &lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 19:58:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reflexive-acl/m-p/747395#M1008919</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2007-03-28T19:58:39Z</dc:date>
    </item>
  </channel>
</rss>

