<?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: Egress ACL - many TCP/UDP ports in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43270#M10395</link>
    <description>Create Date: Mar  2 2012  2:41PM&lt;BR /&gt;
&lt;BR /&gt;
I believe you are re-directing all the traffic to port 2,6 and then you want to filter them based on your ACLs. I am not sure If you can apply any ACLs on the ports that you are mirroring the traffic to (2,6) as they do not belong to any VLAN's. They simply get the mirrored traffic.&lt;BR /&gt;
&lt;BR /&gt;
 I would suggest you use a flow re-direct which would be very helpful in your case instead of mirroring the trafffic. Use the conditions to match the traffic and re-direct the traffic to the desired port.&lt;BR /&gt;
&lt;BR /&gt;
  (from Arpit_Bhatt)</description>
    <pubDate>Wed, 08 Jan 2014 05:51:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T05:51:00Z</dc:date>
    <item>
      <title>Egress ACL - many TCP/UDP ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43269#M10394</link>
      <description>Create Date: Feb 26 2012 12:03AM&lt;BR /&gt;
&lt;BR /&gt;
Hello, friends!&lt;BR /&gt;
&lt;BR /&gt;
 I have some problem with configure my ex670 (EXOS12.6.1.3, Advanced Edge)... I need mirror, separate and filter traffic from some VLANs between two ports. I create 2 policy files,&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;P-FLOW1.pol&lt;BR /&gt;
 entry FLOW-TCP-SYN-1 {&lt;BR /&gt;
 if {&lt;BR /&gt;
 source-address 0.0.0.0/0;&lt;BR /&gt;
 protocol tcp;&lt;BR /&gt;
 source-port &amp;lt;= 16384;&lt;BR /&gt;
 TCP-flags SYN;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 permit;&lt;BR /&gt;
 }&lt;BR /&gt;
 }&lt;BR /&gt;
 entry FLOW-TCP-SYN-2 {&lt;BR /&gt;
 if {&lt;BR /&gt;
 source-address 0.0.0.0/0;&lt;BR /&gt;
 protocol tcp;&lt;BR /&gt;
 destination-port &amp;lt;= 16384;&lt;BR /&gt;
 TCP-flags SYN;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 permit;&lt;BR /&gt;
 }&lt;BR /&gt;
 }&lt;BR /&gt;
 entry FLOW-ALL-1 {&lt;BR /&gt;
 if {&lt;BR /&gt;
 source-address 0.0.0.0/0;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 deny;&lt;BR /&gt;
 }&lt;BR /&gt;
 }&lt;BR /&gt;
 &lt;BR /&gt;
 P-FLOW2.pol&lt;BR /&gt;
 entry FLOW-UDP-PORTS-1 {&lt;BR /&gt;
 if {&lt;BR /&gt;
 source-address 0.0.0.0/0;&lt;BR /&gt;
 protocol udp;&lt;BR /&gt;
 destination-port 9995 - 9997;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 deny;&lt;BR /&gt;
 }&lt;BR /&gt;
 }&lt;BR /&gt;
 entry FLOW-UDP-PORTS-2 {&lt;BR /&gt;
 if {&lt;BR /&gt;
 source-address 0.0.0.0/0;&lt;BR /&gt;
 protocol udp;&lt;BR /&gt;
 source-port 9995 - 9997;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 deny;&lt;BR /&gt;
 }&lt;BR /&gt;
 }&lt;BR /&gt;
 entry FLOW-ALL-2 {&lt;BR /&gt;
 if {&lt;BR /&gt;
 source-address 0.0.0.0/0;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 permit;&lt;BR /&gt;
 }&lt;BR /&gt;
 }&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
 In config:&lt;BR /&gt;
 &lt;I&gt;enable mirroring to port-list 2, 6 loopback-port 11&lt;BR /&gt;
 configure mirroring add vlan VLAN11&lt;BR /&gt;
 configure mirroring add vlan VLAN12&lt;/I&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 Mirror traffic across P-FLOW1 must follow to port 2, mirror traffic across P-FLOW2 must follow to port 6. I make&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;configure access-list P-FLOW1 port 2 egress&lt;/I&gt;&lt;BR /&gt;
 but switch get Error: ACL install operation failed - conditions specified in rule "&lt;I&gt;FLOW-TCP-SYN-1&lt;/I&gt;" cannot be satisfied by hardware on vlan *, port 2&lt;BR /&gt;
&lt;BR /&gt;
 I need help!... Maybe there is another way to solve the problem?&lt;BR /&gt;
&lt;BR /&gt;
  (from Denis_A.P.)</description>
      <pubDate>Wed, 08 Jan 2014 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43269#M10394</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Egress ACL - many TCP/UDP ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43270#M10395</link>
      <description>Create Date: Mar  2 2012  2:41PM&lt;BR /&gt;
&lt;BR /&gt;
I believe you are re-directing all the traffic to port 2,6 and then you want to filter them based on your ACLs. I am not sure If you can apply any ACLs on the ports that you are mirroring the traffic to (2,6) as they do not belong to any VLAN's. They simply get the mirrored traffic.&lt;BR /&gt;
&lt;BR /&gt;
 I would suggest you use a flow re-direct which would be very helpful in your case instead of mirroring the trafffic. Use the conditions to match the traffic and re-direct the traffic to the desired port.&lt;BR /&gt;
&lt;BR /&gt;
  (from Arpit_Bhatt)</description>
      <pubDate>Wed, 08 Jan 2014 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43270#M10395</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Egress ACL - many TCP/UDP ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43271#M10396</link>
      <description>Create Date: Mar  5 2012  6:57AM&lt;BR /&gt;
&lt;BR /&gt;
Cisco 65 with Sup720bxl - a great power! And the Extreme... able only to aggregate traffic at L2. Nothing more.&lt;BR /&gt;
&lt;BR /&gt;
 Thanx.&lt;BR /&gt;
&lt;BR /&gt;
  (from Denis_A.P.)</description>
      <pubDate>Wed, 08 Jan 2014 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43271#M10396</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Egress ACL - many TCP/UDP ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43272#M10397</link>
      <description>Create Date: Mar  5 2012 11:41AM&lt;BR /&gt;
&lt;BR /&gt;
 would not agree with that...anways i believe you have resolved the issue with a different switch.&lt;BR /&gt;
&lt;BR /&gt;
  (from Arpit_Bhatt)</description>
      <pubDate>Wed, 08 Jan 2014 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/egress-acl-many-tcp-udp-ports/m-p/43272#M10397</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:51:00Z</dc:date>
    </item>
  </channel>
</rss>

