<?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: convert cisco acl in to extreme summit X440 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30451#M5191</link>
    <description>Let me know how I can help.</description>
    <pubDate>Wed, 20 Apr 2016 10:10:00 GMT</pubDate>
    <dc:creator>Matthew_Helm1</dc:creator>
    <dc:date>2016-04-20T10:10:00Z</dc:date>
    <item>
      <title>convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30436#M5176</link>
      <description>access-list 10 permit 172.16.66.246&lt;BR /&gt;
access-list 10 permit 172.16.66.241&lt;BR /&gt;
access-list 10 permit 172.16.72.110&lt;BR /&gt;
access-list 10 permit 172.16.72.84&lt;BR /&gt;
access-list 10 permit 172.168.202.100&lt;BR /&gt;
access-list 10 permit 172.16.72.17&lt;BR /&gt;
&lt;BR /&gt;
this is cisco code and i want this code in extreme X440...plz guide me and give me a code in detail.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 09:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30436#M5176</guid>
      <dc:creator>zain_mallick</dc:creator>
      <dc:date>2016-04-19T09:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30437#M5177</link>
      <description>Extreme ACLs take on the following form&lt;BR /&gt;
entry &lt;ENTRY-NAME&gt; { if {condition ; } then {action ; }}for example&lt;BR /&gt;
entry ACL-1 { if source-address 172.16.66.246 ; } then { permit ; } }The following article contains more details including additional match conditions: &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-create-and-apply-an-ACL-in-EXOS/?q=acl&amp;amp;#38;l=en_US&amp;amp;#38;fs=Search&amp;amp;#38;pn=1" target="_blank" rel="nofollow noreferrer noopener"&gt;How to create and apply an ACL in EXOS&lt;/A&gt;&lt;/ENTRY-NAME&gt;</description>
      <pubDate>Tue, 19 Apr 2016 13:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30437#M5177</guid>
      <dc:creator>Kawawa</dc:creator>
      <dc:date>2016-04-19T13:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30438#M5178</link>
      <description>Never tried it, or know how useful it would be in this situation but there is a  module you can install that allows you to put Cisco like commands into EXOS:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Cisco-commands-configuration-in-Extreme-device" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Cisco-commands-configuration-in-Extreme-device&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30438#M5178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-19T14:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30439#M5179</link>
      <description>Hello Zain,&lt;BR /&gt;
&lt;BR /&gt;
simple IOS-like ACLs can be converted to EXOS using E2X (&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-convert-EOS-configurations-to-EXOS-using-e2x-py" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-convert-EOS-configurations-to-EXOS-...&lt;/A&gt;). More complex IOS ACLs can be converted to EXOS using IOStoEXOSACL (&lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/EXOS/Perl/IOStoEXOSACL" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/blob/master/EXOS/Perl/IOStoEXOSACL&lt;/A&gt;).&lt;BR /&gt;
&lt;BR /&gt;
I used E2X to convert your ACL to the following policy file:&lt;BR /&gt;
&lt;BR /&gt;
# acl_10.pol&lt;BR /&gt;
entry 10 {&lt;BR /&gt;
  if {&lt;BR /&gt;
    source-address 172.16.66.246/255.255.255.255;&lt;BR /&gt;
  } then {&lt;BR /&gt;
    permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
entry 20 {&lt;BR /&gt;
  if {&lt;BR /&gt;
    source-address 172.16.66.241/255.255.255.255;&lt;BR /&gt;
  } then {&lt;BR /&gt;
    permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
entry 30 {&lt;BR /&gt;
  if {&lt;BR /&gt;
    source-address 172.16.72.110/255.255.255.255;&lt;BR /&gt;
  } then {&lt;BR /&gt;
    permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
entry 40 {&lt;BR /&gt;
  if {&lt;BR /&gt;
    source-address 172.16.72.84/255.255.255.255;&lt;BR /&gt;
  } then {&lt;BR /&gt;
    permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
entry 50 {&lt;BR /&gt;
  if {&lt;BR /&gt;
    source-address 172.168.202.100/255.255.255.255;&lt;BR /&gt;
  } then {&lt;BR /&gt;
    permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
entry 60 {&lt;BR /&gt;
  if {&lt;BR /&gt;
    source-address 172.16.72.17/255.255.255.255;&lt;BR /&gt;
  } then {&lt;BR /&gt;
    permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
# next entry added to match EOS ACL implicit deny&lt;BR /&gt;
entry 70 {&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;
Best regards,&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30439#M5179</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30440#M5180</link>
      <description>Hi, just an observation:&lt;BR /&gt;
&lt;BR /&gt;
For ingress ACL deny all rule you can skip (source-address 0.0.0.0/0).&lt;BR /&gt;
&lt;BR /&gt;
That's mandatory only when using deny_all ACL for egress.&lt;BR /&gt;
&lt;BR /&gt;
That means:&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Deny All Ingress Rule:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
entry deny_all_ingress {&lt;BR /&gt;
         if {&lt;BR /&gt;
                } then {&lt;BR /&gt;
                             deny;&lt;BR /&gt;
                         }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Deny All Egress Rule:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
entry deny_all_egress {&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;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30440#M5180</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30441#M5181</link>
      <description>Hello Henrique,&lt;BR /&gt;
&lt;BR /&gt;
you need to be careful with the empty match statement!&lt;BR /&gt;
&lt;BR /&gt;
The empty match statement matches any layer two frame (if the ACL is applied inbound). The IOS IPv4 ACL matches IPv4 packets only. At least this means different behaviour between IOS and EXOS. At worst it can break EAPS, ERPS, STP, LACP, ... and thus the network.&lt;BR /&gt;
&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30441#M5181</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30442#M5182</link>
      <description>Hi Erik, good point. Thanks for that.&lt;BR /&gt;
&lt;BR /&gt;
I forgot to mention that it's necessary to permit some traffic etypes before the deny all rule to allow protocols like ARP/DNS/DHCP. Also other L2 protocol frames that you mentioned.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30442#M5182</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30443#M5183</link>
      <description>If it helps, you might also consider using "dynamic ACLs" instead of policy file based ACLs. The latest converter does both (using the -d flag):&lt;BR /&gt;
&lt;BR /&gt;
$ perl aclconverter_0_19.pl simple.acl -d create access-list acl_10_1 "source-address 172.16.66.246/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_2 "source-address 172.16.66.241/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_3 "source-address 172.16.72.110/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_4 "source-address 172.16.72.84/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_5 "source-address 172.168.202.100/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
create access-list acl_10_6 "source-address 172.16.72.17/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
And as mentioned above you would have to add either an egress deny all statement, or an ingress deny all statement:&lt;BR /&gt;
&lt;BR /&gt;
create access-list indenyall " " "deny"&lt;BR /&gt;
&lt;BR /&gt;
create access-list outdenyall "source-address 0.0.0.0/32" "deny"&lt;BR /&gt;
&lt;BR /&gt;
Dynamic ACLs are closer to IOS ACLs in that they are in the config and need to be applied to a port, VLAN, etc. For example using the ACL lines above:&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add acl_10_1 last  ports 1 ingress&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add acl_10_2 last ports 1 ingress&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add acl_10_3 last ports 1 ingress&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add acl_10_4 last ports 1 ingress&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add acl_10_5 last ports 1 ingress&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add acl_10_6 last ports 1 ingress&lt;BR /&gt;
&lt;BR /&gt;
configure access-list add indenyall last port 1 ingress&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30443#M5183</guid>
      <dc:creator>Matthew_Helm1</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30444#M5184</link>
      <description>Hi Matthew,&lt;BR /&gt;
&lt;BR /&gt;
where can I find that ACL converter version? The code at GitHub does not support creation of dynamic EXOS ACLs.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30444#M5184</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30445#M5185</link>
      <description>Hi Matthew&lt;BR /&gt;
&lt;BR /&gt;
I know this is old post , I come across to it and doing the similar &lt;BR /&gt;
configure converting IOS access list to EXOS ACL...&lt;BR /&gt;
and i have been stack for many days now.&lt;BR /&gt;
Can u please help me if i want to convert below configure access using dynamic how can I do it find access list below&lt;BR /&gt;
&lt;BR /&gt;
interface Vlan221description DEV-01&lt;BR /&gt;
ip address 10.8.221.1 255.255.255.0&lt;BR /&gt;
ip access-group DEV-01-ACL in&lt;BR /&gt;
ip access-group DEV-01-ACL out&lt;BR /&gt;
no ip redirects&lt;BR /&gt;
no ip proxy-arp&lt;BR /&gt;
ip wccp web-cache redirect in&lt;BR /&gt;
ip flow ingress&lt;BR /&gt;
ip route-cache policy&lt;BR /&gt;
logging event link-status&lt;BR /&gt;
load-interval 30&lt;BR /&gt;
snmp ifindex persist&lt;BR /&gt;
arp timeout 20&lt;BR /&gt;
hold-queue 100 out&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
!ip access-list extended DEV-01-ACL&lt;BR /&gt;
 permit ip 10.8.2.0 0.0.0.255 10.8.220.0 0.0.0.255&lt;BR /&gt;
 permit ip 10.8.221.0 0.0.0.255 10.8.2.0 0.0.0.255&lt;BR /&gt;
 permit ip 10.8.221.0 0.0.0.255 10.8.5.0 0.0.0.255&lt;BR /&gt;
 permit ip 10.8.221.0 0.0.0.255 10.8.7.0 0.0.0.255&lt;BR /&gt;
 deny   ip 10.8.221.0 0.0.0.255 10.8.0.0 0.0.15.255&lt;BR /&gt;
 permit ip any any log</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30445#M5185</guid>
      <dc:creator>Siva2</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30446#M5186</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
using the &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/EXOS/Perl/IOStoEXOSACL" target="_blank" rel="nofollow noreferrer noopener"&gt;IOStoEXOSACL&lt;/A&gt; converter script I get:&lt;BR /&gt;
create access-list DEV-01-ACL_1 "source-address 10.8.2.0 mask 255.255.255.0; destination-address 10.8.220.0 mask 255.255.255.0;" "permit;"create access-list DEV-01-ACL_2 "source-address 10.8.221.0 mask 255.255.255.0; destination-address 10.8.2.0 mask 255.255.255.0;" "permit;"&lt;BR /&gt;
create access-list DEV-01-ACL_3 "source-address 10.8.221.0 mask 255.255.255.0; destination-address 10.8.5.0 mask 255.255.255.0;" "permit;"&lt;BR /&gt;
create access-list DEV-01-ACL_4 "source-address 10.8.221.0 mask 255.255.255.0; destination-address 10.8.7.0 mask 255.255.255.0;" "permit;"&lt;BR /&gt;
create access-list DEV-01-ACL_5 "source-address 10.8.221.0 mask 255.255.255.0; destination-address 10.8.0.0 mask 255.255.240.0;" "deny;"&lt;BR /&gt;
create access-list DEV-01-ACL_6 " " "permit; log;"You would then need to configure all 6 dynamic ACLs to apply to the ports / vlan.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Erik</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30446#M5186</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30447#M5187</link>
      <description>Thanks Erik&lt;BR /&gt;
Do I need to download &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/EXOS/Perl/IOStoEXOSACL" target="_blank" rel="nofollow noreferrer noopener"&gt;IOStoEXOSACL&lt;/A&gt; converter script  ?</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30447#M5187</guid>
      <dc:creator>Siva2</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30448#M5188</link>
      <description>The converter script is a tool you can use on any computer with Perl to convert an IOS ACL to an EXOS ACL. It is not installed or used on the switch.&lt;BR /&gt;
&lt;BR /&gt;
Information about converting an ACL from IOS to EXOS can be found in this thread and in GTAC Knowledge: &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Convert-a-Cisco-IOS-Access-List-for-Extreme-EXOS/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Convert-a-Cisco-IOS-Access-List-for...&lt;/A&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30448#M5188</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30449#M5189</link>
      <description>Incredible thread guys.  Lots of great stuff going on here.  Well done!</description>
      <pubDate>Tue, 19 Apr 2016 17:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30449#M5189</guid>
      <dc:creator>Ryan_Mathews</dc:creator>
      <dc:date>2016-04-19T17:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30450#M5190</link>
      <description>i m little bit confused,that which code i followed...</description>
      <pubDate>Wed, 20 Apr 2016 09:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30450#M5190</guid>
      <dc:creator>zain_mallick</dc:creator>
      <dc:date>2016-04-20T09:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30451#M5191</link>
      <description>Let me know how I can help.</description>
      <pubDate>Wed, 20 Apr 2016 10:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30451#M5191</guid>
      <dc:creator>Matthew_Helm1</dc:creator>
      <dc:date>2016-04-20T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30452#M5192</link>
      <description>thanx sir for ur kindness..&lt;BR /&gt;
&lt;BR /&gt;
access-list 10 permit 172.16.66.246&lt;BR /&gt;
access-list 10 permit 172.16.66.241&lt;BR /&gt;
access-list 10 permit 172.16.72.110&lt;BR /&gt;
access-list 10 permit 172.16.72.84&lt;BR /&gt;
access-list 10 permit 172.168.202.100&lt;BR /&gt;
access-list 10 permit 172.16.72.17&lt;BR /&gt;
&lt;BR /&gt;
sir this is cisco code,and i want this code in XOS....</description>
      <pubDate>Wed, 20 Apr 2016 10:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30452#M5192</guid>
      <dc:creator>zain_mallick</dc:creator>
      <dc:date>2016-04-20T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30453#M5193</link>
      <description>So, I've lost track of this thread, and I don't remember where the my latest perl IOS to EXOS ACL converter is on the Extreme GTAC sites, but here is a dropbox link:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/s/ax91033mv7owobl/aclconverter_0_19.pl?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/s/ax91033mv7owobl/aclconverter_0_19.pl?dl=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I put the ACL lines in a txt file (ACLlist.txt) and converted it to a dynamic ACL using the -d flag.&lt;BR /&gt;
&lt;BR /&gt;
$ perl aclconverter_0_19.pl ACLlist.txt -d create access-list acl_10_1 "source-address 172.16.66.246/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
create access-list acl_10_2 "source-address 172.16.66.241/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_3 "source-address 172.16.72.110/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_4 "source-address 172.16.72.84/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_5 "source-address 172.168.202.100/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
 create access-list acl_10_6 "source-address 172.16.72.17/32;" "permit;"&lt;BR /&gt;
&lt;BR /&gt;
You can &amp;gt; that output to a file or just copy it from the term into the CLI of the EXOS switch.&lt;BR /&gt;
&lt;BR /&gt;
Each line must be applied to a port or VLAN or any as ingress individually.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
--Matt&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30453#M5193</guid>
      <dc:creator>Matthew_Helm1</dc:creator>
      <dc:date>2016-04-20T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30454#M5194</link>
      <description>Erik above put the non-dropbox / github link: &lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Perl/IOStoEXOSACL" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Perl/IOStoEXOSACL&lt;/A&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30454#M5194</guid>
      <dc:creator>Matthew_Helm1</dc:creator>
      <dc:date>2016-04-20T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: convert cisco acl in to extreme summit X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30455#M5195</link>
      <description>If its any help I have created a post on how to create EXOS ACL's. Its not definitive and still needs a little more work but might help?&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.extremenetworks.guru/exos-acls/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.extremenetworks.guru/exos-acls/&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/convert-cisco-acl-in-to-extreme-summit-x440/m-p/30455#M5195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T13:29:00Z</dc:date>
    </item>
  </channel>
</rss>

