<?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: Cisco ios to exos policy based routing in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39261#M8618</link>
    <description>&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;&lt;BR /&gt;
&lt;BR /&gt;
at the end of this article there is a link to a python script which would convert IOS to EXOS</description>
    <pubDate>Thu, 25 May 2017 20:01:00 GMT</pubDate>
    <dc:creator>Balaji</dc:creator>
    <dc:date>2017-05-25T20:01:00Z</dc:date>
    <item>
      <title>Cisco ios to exos policy based routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39260#M8617</link>
      <description>Hi all im quite new to Exos and i would like some help migrating from policy based routes from cisco ios to exos... &lt;BR /&gt;
&lt;BR /&gt;
my extreme version is 21.1.1.4&lt;BR /&gt;
---------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
These are the policy i have configured on my cisco &lt;BR /&gt;
&lt;BR /&gt;
ip policy route-map RTRMAP-BROCHURELAN-toLB&lt;BR /&gt;
&lt;BR /&gt;
ip access-list extended RTRMAP-BROCHURELAN-toLB&lt;BR /&gt;
 permit tcp host 10.0.202.66 eq www any&lt;BR /&gt;
 permit tcp host 10.0.202.67 eq www any&lt;BR /&gt;
 deny   ip any any log&lt;BR /&gt;
 deny   ip any any&lt;BR /&gt;
&lt;BR /&gt;
route-map RTRMAP-BROCHURELAN-toLB permit 10&lt;BR /&gt;
 match ip address RTRMAP-BROCHURELAN-toLB&lt;BR /&gt;
 set ip next-hop 10.0.193.2&lt;BR /&gt;
&lt;BR /&gt;
 interface Vlan206&lt;BR /&gt;
 description Staging Brochure&lt;BR /&gt;
 ip address 10.0.202.65 255.255.255.192 secondary&lt;BR /&gt;
 ip address 10.0.202.1 255.255.255.192&lt;BR /&gt;
 ip helper-address 10.0.196.34&lt;BR /&gt;
 no ip redirects&lt;BR /&gt;
 no ip unreachables&lt;BR /&gt;
 no ip proxy-arp&lt;BR /&gt;
 ip flow ingress&lt;BR /&gt;
 ip route-cache policy&lt;BR /&gt;
 ip policy route-map RTRMAP-BROCHURELAN-toLB&lt;BR /&gt;
 logging event link-status&lt;BR /&gt;
 load-interval 30&lt;BR /&gt;
 snmp ifindex persist&lt;BR /&gt;
--------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2017 19:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39260#M8617</guid>
      <dc:creator>Lutha2</dc:creator>
      <dc:date>2017-05-25T19:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cisco ios to exos policy based routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39261#M8618</link>
      <description>&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;&lt;BR /&gt;
&lt;BR /&gt;
at the end of this article there is a link to a python script which would convert IOS to EXOS</description>
      <pubDate>Thu, 25 May 2017 20:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39261#M8618</guid>
      <dc:creator>Balaji</dc:creator>
      <dc:date>2017-05-25T20:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cisco ios to exos policy based routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39262#M8619</link>
      <description>Hi Lutha,&lt;BR /&gt;
&lt;BR /&gt;
on EXOS, you can write an ACL (.pol file) that matches on the traffic and then redirects it to a different next-hop. That ACL combines the functionality of both the route-map and the ACL you used on Cisco IOS. That ACL can then be bound to e.g. a VLAN.&lt;BR /&gt;
&lt;BR /&gt;
You might want to take a look at the chapter &lt;A href="http://documentation.extremenetworks.com/exos_22.2/EXOS_21_1/Routing_Policies/routing-policies.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;Routing Policies&lt;/A&gt; in the EXOS User Guide.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Mon, 29 May 2017 16:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ios-to-exos-policy-based-routing/m-p/39262#M8619</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-05-29T16:06:00Z</dc:date>
    </item>
  </channel>
</rss>

