<?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 ACL- Cisco reflex is to Procurve what? in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707187#M24293</link>
    <description>We have replaced an end Cisco router with a Procurve 5406.  One of the old functions on the cisco was an ACL that uses the reflex command.  I'm not familiar with cisco, but I think that allows for connected traffic to traverse the ACL for connected sessions.  &lt;BR /&gt;&lt;BR /&gt;On the Procurve the best I could do was use:&lt;BR /&gt;Permit tcp any any established.&lt;BR /&gt;&lt;BR /&gt;But that did not allow for all the different protocols of traffic.  So I still have problems.&lt;BR /&gt;&lt;BR /&gt;How do I duplicate the cisco reflex ACL command function on a Procurve?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sun, 31 Oct 2010 21:24:55 GMT</pubDate>
    <dc:creator>Tim Shephard</dc:creator>
    <dc:date>2010-10-31T21:24:55Z</dc:date>
    <item>
      <title>ACL- Cisco reflex is to Procurve what?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707187#M24293</link>
      <description>We have replaced an end Cisco router with a Procurve 5406.  One of the old functions on the cisco was an ACL that uses the reflex command.  I'm not familiar with cisco, but I think that allows for connected traffic to traverse the ACL for connected sessions.  &lt;BR /&gt;&lt;BR /&gt;On the Procurve the best I could do was use:&lt;BR /&gt;Permit tcp any any established.&lt;BR /&gt;&lt;BR /&gt;But that did not allow for all the different protocols of traffic.  So I still have problems.&lt;BR /&gt;&lt;BR /&gt;How do I duplicate the cisco reflex ACL command function on a Procurve?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 31 Oct 2010 21:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707187#M24293</guid>
      <dc:creator>Tim Shephard</dc:creator>
      <dc:date>2010-10-31T21:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACL- Cisco reflex is to Procurve what?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707188#M24294</link>
      <description>You could try "permit ip any any established" and similarly for other protocols, e.g.&lt;BR /&gt;&lt;BR /&gt;"permit gre any any"</description>
      <pubDate>Mon, 01 Nov 2010 08:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707188#M24294</guid>
      <dc:creator>Mohammed Faiz</dc:creator>
      <dc:date>2010-11-01T08:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: ACL- Cisco reflex is to Procurve what?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707189#M24295</link>
      <description>I don't think there is a permit ip any any established.  I thought I tried that.  Which is why I had to go with permit tcp any any established and then permit udp any any.  Thats the part I was worried about since there is not a permit udp any any established.&lt;BR /&gt;&lt;BR /&gt;I know I must be missing something here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 16:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707189#M24295</guid>
      <dc:creator>Tim Shephard</dc:creator>
      <dc:date>2010-11-02T16:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: ACL- Cisco reflex is to Procurve what?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707190#M24296</link>
      <description>My mistake, I wasn't quite clear on how the 'established' parameter works.&lt;BR /&gt;It actually blocks the SYN packets for a TCP session whilst allowing other traffic. Obviously that only applies to TCP traffic.&lt;BR /&gt;Looking (briefly) at Cisco reflexive ACLs, there isn't an equivalent option on Procurves, that kind of thing is normally left for the (stateful) firewall to do!&lt;BR /&gt;A reflexive ACL dynamically creates ACL entries to allow traffic in the opposite direction for a new session.&lt;BR /&gt;Can you describe what you're trying to achieve with your ACL as I'm sure it would be possible to make up something that does the job?</description>
      <pubDate>Wed, 03 Nov 2010 09:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707190#M24296</guid>
      <dc:creator>Mohammed Faiz</dc:creator>
      <dc:date>2010-11-03T09:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: ACL- Cisco reflex is to Procurve what?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707191#M24297</link>
      <description>&lt;!--!*#--&gt;We have networks A, B, and C.&lt;BR /&gt;&lt;BR /&gt;B must be protected all outside networks.  However, there are some hosts on network C that must access B.  Also B needs to be able to use the resources of network A.&lt;BR /&gt;&lt;BR /&gt;So on B i have created an out ACL &lt;BR /&gt;&lt;BR /&gt;permit any C to host B&lt;BR /&gt;permit TCP any any established&lt;BR /&gt;&lt;BR /&gt;This kept network B from getting the resources on network A.  Actually I think it kept the responses from getting back to C.&lt;BR /&gt;&lt;BR /&gt;So I changed the ACL to:&lt;BR /&gt;&lt;BR /&gt;permit any C to host B&lt;BR /&gt;permit TCP any any established&lt;BR /&gt;permit UDP any any&lt;BR /&gt;&lt;BR /&gt;This allows B to access A's resources and effectively protects C, but I think having to use the UDP any any leaves an unnecessary vulnerability.</description>
      <pubDate>Thu, 04 Nov 2010 02:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/acl-cisco-reflex-is-to-procurve-what/m-p/4707191#M24297</guid>
      <dc:creator>Tim Shephard</dc:creator>
      <dc:date>2010-11-04T02:54:41Z</dc:date>
    </item>
  </channel>
</rss>

