<?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: VMAN + ACL in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15621#M181</link>
    <description>Hi ,  Sorry  for delay. Yes it should send all traffic from vman to port 23. I have tested with vlan and it works. I think with vman will be the same behavior.  -- Jarek</description>
    <pubDate>Tue, 12 Apr 2016 18:05:00 GMT</pubDate>
    <dc:creator>Jarek</dc:creator>
    <dc:date>2016-04-12T18:05:00Z</dc:date>
    <item>
      <title>VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15613#M173</link>
      <description>Hello!&lt;BR /&gt;
&lt;BR /&gt;
Have scheme:&lt;BR /&gt;
Cisco  (vman tag) -&amp;gt; (port24 vman tag) Extreme X440 ( port 23 vman untag) -&amp;gt; CheckPoint&lt;BR /&gt;
BUT CheckPoint work in passive mode (only receive traffic), also I can't see MAC of CheckPoint, so traffic don't go to port 23 (X440 don't know whom send it)&lt;BR /&gt;
&lt;BR /&gt;
May be ACL with action &lt;REDIRECT-PORT&gt;&lt;/REDIRECT-PORT&gt;
But for what vlan/port I have to map this ACL?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Tue, 12 Apr 2016 16:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15613#M173</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2016-04-12T16:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15614#M174</link>
      <description>Hi Alexandr, what about creating an static FDB/ARP entry pointing to the checkpoint?</description>
      <pubDate>Tue, 12 Apr 2016 17:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15614#M174</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-04-12T17:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15615#M175</link>
      <description>In this case to this port only will be forwarded traffic which have MAC-dst is Checkpoint, but I need all traffic have to be forwarded there.&lt;BR /&gt;
&lt;BR /&gt;
For now I think 2 variants:&lt;BR /&gt;
1- to do mirror, like:&lt;BR /&gt;
#create mirror test3001&lt;BR /&gt;
&lt;BR /&gt;
  #configure mirror add vlan Int3001&lt;BR /&gt;
&lt;BR /&gt;
  #enable mirror to port 21 &lt;WHICH connected="" checkpoint=""&gt;&lt;BR /&gt;
 &lt;BR /&gt;
2- to do ACL, with match condition vlan-id (is present in EXOS 15.7), and some variants of actions:&lt;BR /&gt;
&lt;BR /&gt;
redirect-name name—Specifies the name of the flow-redirect that must be used to redirect  matching traffic.&lt;BR /&gt;
&lt;BR /&gt;
  redirect-port port—Overrides the forwarding decision and changes the egress port used.&lt;BR /&gt;
&lt;BR /&gt;
  mirror—Rules that contain mirror as an action modifier will use a separate slice.&lt;BR /&gt;
&lt;BR /&gt;
What is your thoughts about this points?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!&lt;BR /&gt;
&lt;BR /&gt;&lt;/WHICH&gt;</description>
      <pubDate>Tue, 12 Apr 2016 18:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15615#M175</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2016-04-12T18:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15616#M176</link>
      <description>Do you want to redirect all traffic (all vlans) or an specific vlan?&lt;BR /&gt;
&lt;BR /&gt;
If you want to redirect an specific vlan traffic then I believe you should use "cvid" match-condition to match the inner-Vlan ID and then "redirect-port 21"&lt;BR /&gt;
&lt;BR /&gt;
Regarding the mirroring, I'm not sure if there is any limitation when mirroring an inner-vlan. A lab might be good to confirm that.</description>
      <pubDate>Tue, 12 Apr 2016 18:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15616#M176</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-04-12T18:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15617#M177</link>
      <description>configure access-list redirect-all ports 24 ingress &lt;BR /&gt;
Policy: redirect-all&lt;BR /&gt;
entry one {&lt;BR /&gt;
if match all {&lt;BR /&gt;
vlan-id 77        # vman outer tag }&lt;BR /&gt;
then {&lt;BR /&gt;
    permit  ;&lt;BR /&gt;
    count all ;&lt;BR /&gt;
    redirect-port 23 ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
Number of clients bound to policy: 1</description>
      <pubDate>Tue, 12 Apr 2016 18:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15617#M177</guid>
      <dc:creator>Necheporenko__N</dc:creator>
      <dc:date>2016-04-12T18:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15618#M178</link>
      <description>Hello, Nikolay!&lt;BR /&gt;
&lt;BR /&gt;
I need to redirect unpacked vlan (vlan without outer vman tag)&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Tue, 12 Apr 2016 18:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15618#M178</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2016-04-12T18:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15619#M179</link>
      <description>Did you try disable learning vman VmanName ?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2016 18:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15619#M179</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-04-12T18:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15620#M180</link>
      <description>You think in this case all traffic will be directly forward to port 23?</description>
      <pubDate>Tue, 12 Apr 2016 18:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15620#M180</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2016-04-12T18:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN + ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15621#M181</link>
      <description>Hi ,  Sorry  for delay. Yes it should send all traffic from vman to port 23. I have tested with vlan and it works. I think with vman will be the same behavior.  -- Jarek</description>
      <pubDate>Tue, 12 Apr 2016 18:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-acl/m-p/15621#M181</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-04-12T18:05:00Z</dc:date>
    </item>
  </channel>
</rss>

