<?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 XOS equivalent Cisco BGP/Route-Map Commands in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54508#M15567</link>
    <description>Hi, I'm configuring a OSPF/BGP environment and need help configuring two features in Extreme XOS. The equivalent Cisco commands are included below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;1. Mutual Route Redistribution&lt;/B&gt;&lt;BR /&gt;
The first is to configure a XOS equivalent route-map to prevent route-flapping when I perform mutual route redistribution between OSPF and BGP. I'm using the following Cisco doc as a reference:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;A href="http://www.cisco.com/c/dam/en/us/td/docs/solutions/CVD/Aug2014/CVD-MPLSWANDesignGuide-AUG14.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.cisco.com/c/dam/en/us/td/docs/solutions/CVD/Aug2014/CVD-MPLSWANDesignGuide-AUG14.pdf&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;PAGE 32 
&lt;/LI&gt;&lt;LI&gt;Step 2: Configure route-map and inbound distribute-list for EIGRP&lt;/LI&gt;&lt;/UL&gt;&lt;I&gt;route-map BLOCK-TAGGED-ROUTES deny 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;match tag 65401 65402 65512&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;route-map BLOCK-TAGGED-ROUTES permit 20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;router eigrp LAN&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;address-family ipv4 unicast autonomous-system 100&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;topology base&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;distribute-list route-map BLOCK-TAGGED-ROUTES in&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;exit-af-topology&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;exit-address-family&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;2. Prevent Customer AS becoming transient for SPs&lt;/B&gt;&lt;BR /&gt;
Referring to the document above:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;PAGE 56 
&lt;/LI&gt;&lt;LI&gt;Step 2: Configure BGP to prevent the remote site from becoming a transit AS&lt;/LI&gt;&lt;/UL&gt;
&lt;I&gt;router bgp 65511&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;neighbor [IP address of PE] route-map NO-TRANSIT-AS out&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;neighbor [IP address of PE 2] route-map NO-TRANSIT-AS out&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;ip as-path access-list 10 permit ^$&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;route-map NO-TRANSIT-AS permit 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;match as-path 10&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any assistance.&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Oct 2014 10:09:00 GMT</pubDate>
    <dc:creator>AnonymousM</dc:creator>
    <dc:date>2014-10-03T10:09:00Z</dc:date>
    <item>
      <title>XOS equivalent Cisco BGP/Route-Map Commands</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54508#M15567</link>
      <description>Hi, I'm configuring a OSPF/BGP environment and need help configuring two features in Extreme XOS. The equivalent Cisco commands are included below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;1. Mutual Route Redistribution&lt;/B&gt;&lt;BR /&gt;
The first is to configure a XOS equivalent route-map to prevent route-flapping when I perform mutual route redistribution between OSPF and BGP. I'm using the following Cisco doc as a reference:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;A href="http://www.cisco.com/c/dam/en/us/td/docs/solutions/CVD/Aug2014/CVD-MPLSWANDesignGuide-AUG14.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.cisco.com/c/dam/en/us/td/docs/solutions/CVD/Aug2014/CVD-MPLSWANDesignGuide-AUG14.pdf&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;PAGE 32 
&lt;/LI&gt;&lt;LI&gt;Step 2: Configure route-map and inbound distribute-list for EIGRP&lt;/LI&gt;&lt;/UL&gt;&lt;I&gt;route-map BLOCK-TAGGED-ROUTES deny 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;match tag 65401 65402 65512&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;route-map BLOCK-TAGGED-ROUTES permit 20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;router eigrp LAN&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;address-family ipv4 unicast autonomous-system 100&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;topology base&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;distribute-list route-map BLOCK-TAGGED-ROUTES in&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;exit-af-topology&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;exit-address-family&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;2. Prevent Customer AS becoming transient for SPs&lt;/B&gt;&lt;BR /&gt;
Referring to the document above:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;PAGE 56 
&lt;/LI&gt;&lt;LI&gt;Step 2: Configure BGP to prevent the remote site from becoming a transit AS&lt;/LI&gt;&lt;/UL&gt;
&lt;I&gt;router bgp 65511&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;neighbor [IP address of PE] route-map NO-TRANSIT-AS out&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;neighbor [IP address of PE 2] route-map NO-TRANSIT-AS out&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;ip as-path access-list 10 permit ^$&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;route-map NO-TRANSIT-AS permit 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;match as-path 10&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any assistance.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2014 10:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54508#M15567</guid>
      <dc:creator>AnonymousM</dc:creator>
      <dc:date>2014-10-03T10:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS equivalent Cisco BGP/Route-Map Commands</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54509#M15568</link>
      <description>Ok, so first you need to get OSPF and BGP up and going. Once they adjacencies and peers are up and you are receiving routes properly, then you can use the policies below to redistribute the BGP routes into OSPF and prevent the customer AS from being transient. &lt;BR /&gt;
&lt;BR /&gt;
switch# edit policy BLOCKED-TAGGED-ROUTES&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;#VI style editor entries...&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if {&lt;BR /&gt;
tag 65401;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry 2 {&lt;BR /&gt;
if {&lt;BR /&gt;
tag 65402;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry 3 {&lt;BR /&gt;
if {&lt;BR /&gt;
tag 65512;&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry 4 {&lt;BR /&gt;
if {&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;ESC&gt;&lt;BR /&gt;
: &lt;ENTER&gt;&lt;BR /&gt;
wq &lt;ENTER&gt;&lt;BR /&gt;
switch#enable ospf export bgp BLOCKED-TAGGED-ROUTES&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;#This is assuming you have OSPF configured now instead of EIGRP&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
switch#edit policy NO-TRANSIT-AS&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;#VI style editor entries...&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if {&lt;BR /&gt;
as-path "^65511$";&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;ESC&gt;&lt;BR /&gt;
: &lt;ENTER&gt;&lt;BR /&gt;
wq &lt;ENTER&gt;&lt;BR /&gt;
switch# create bgp neighbor x.x.x.x remote-as-number 65511&lt;BR /&gt;
switch# configure bgp neigh x.x.x.x route-policy in NO-TRANSIT-AS&lt;BR /&gt;
&lt;BR /&gt;
This should be pretty close. Let me know if we need to do any tweaking!&lt;BR /&gt;
&lt;BR /&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ESC&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ESC&gt;</description>
      <pubDate>Thu, 18 Dec 2014 05:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54509#M15568</guid>
      <dc:creator>Jeremy_Thornton</dc:creator>
      <dc:date>2014-12-18T05:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS equivalent Cisco BGP/Route-Map Commands</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54510#M15569</link>
      <description>You'll also need to tag the routes going from bgp to ospf...&lt;BR /&gt;
&lt;BR /&gt;
switch# edit policy bgp2ospf&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if {&lt;BR /&gt;
as-path 65401;&lt;BR /&gt;
} then {&lt;BR /&gt;
tag 65401;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
#Each AS will need such a tag applied....&lt;BR /&gt;
&lt;BR /&gt;
switch# configure ospf import-policy bgp2ospf &lt;BR /&gt;
&lt;BR /&gt;
Good Luck!!&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Dec 2014 05:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54510#M15569</guid>
      <dc:creator>Jeremy_Thornton</dc:creator>
      <dc:date>2014-12-18T05:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS equivalent Cisco BGP/Route-Map Commands</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54511#M15570</link>
      <description>Thanks Jeremy. I didn't get to test the config since I moved jobs, but I appreciate your help and will definitely use these configs in the future.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2015 18:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-equivalent-cisco-bgp-route-map-commands/m-p/54511#M15570</guid>
      <dc:creator>Rowan_Sakul</dc:creator>
      <dc:date>2015-03-03T18:23:00Z</dc:date>
    </item>
  </channel>
</rss>

