<?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 S-Series OSPF Router Filtering in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/s-series-ospf-router-filtering/m-p/74310#M2123</link>
    <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I’m trying to filter which OSPF routes are imported from a specific neighbor on an S-Series.&lt;BR /&gt;
The only way i can think of doing this is to restrict the route map to the specific interface the neighbor is connected to.&lt;BR /&gt;
I don't want the route map to apply globally to the OSPF process, only this specific neighbor.&lt;BR /&gt;
&lt;BR /&gt;
I have set up the following:&lt;BR /&gt;
&lt;BR /&gt;
!&lt;BR /&gt;
ip access-list standard Guest_OSPF&lt;BR /&gt;
 permit 10.80.8.0 0.0.3.255&lt;BR /&gt;
 permit 10.159.28.0 0.0.1.255&lt;BR /&gt;
 permit 10.20.0.0 0.0.255.255&lt;BR /&gt;
 exit&lt;BR /&gt;
!&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
!&lt;BR /&gt;
route-map filter Guest_OSPF permit 10&lt;BR /&gt;
 match interface vlan.0.2002&lt;BR /&gt;
 match ip address Guest_OSPF&lt;BR /&gt;
 exit&lt;BR /&gt;
!&lt;BR /&gt;
 &lt;BR /&gt;
!&lt;BR /&gt;
router ospf 1&lt;BR /&gt;
 distribute-list route-map Guest_OSPF in&lt;BR /&gt;
!&lt;BR /&gt;
 &lt;BR /&gt;
I want to allow the following subnets to be learned, and everything else ignored:&lt;BR /&gt;
10.80.8.0/22&lt;BR /&gt;
10.159.28.0/23&lt;BR /&gt;
10.20.0.0/16&lt;BR /&gt;
&lt;BR /&gt;
I’m getting some strange behavior, for instance 10.20.193.0/28 is being advertised but will only appear in the routing table if I remove the route-map from the OSPF process.&lt;BR /&gt;
&lt;BR /&gt;
Am i approaching this the right way?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Mark.</description>
    <pubDate>Thu, 17 Jan 2019 22:52:04 GMT</pubDate>
    <dc:creator>Mark_Lamond</dc:creator>
    <dc:date>2019-01-17T22:52:04Z</dc:date>
    <item>
      <title>S-Series OSPF Router Filtering</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/s-series-ospf-router-filtering/m-p/74310#M2123</link>
      <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I’m trying to filter which OSPF routes are imported from a specific neighbor on an S-Series.&lt;BR /&gt;
The only way i can think of doing this is to restrict the route map to the specific interface the neighbor is connected to.&lt;BR /&gt;
I don't want the route map to apply globally to the OSPF process, only this specific neighbor.&lt;BR /&gt;
&lt;BR /&gt;
I have set up the following:&lt;BR /&gt;
&lt;BR /&gt;
!&lt;BR /&gt;
ip access-list standard Guest_OSPF&lt;BR /&gt;
 permit 10.80.8.0 0.0.3.255&lt;BR /&gt;
 permit 10.159.28.0 0.0.1.255&lt;BR /&gt;
 permit 10.20.0.0 0.0.255.255&lt;BR /&gt;
 exit&lt;BR /&gt;
!&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
!&lt;BR /&gt;
route-map filter Guest_OSPF permit 10&lt;BR /&gt;
 match interface vlan.0.2002&lt;BR /&gt;
 match ip address Guest_OSPF&lt;BR /&gt;
 exit&lt;BR /&gt;
!&lt;BR /&gt;
 &lt;BR /&gt;
!&lt;BR /&gt;
router ospf 1&lt;BR /&gt;
 distribute-list route-map Guest_OSPF in&lt;BR /&gt;
!&lt;BR /&gt;
 &lt;BR /&gt;
I want to allow the following subnets to be learned, and everything else ignored:&lt;BR /&gt;
10.80.8.0/22&lt;BR /&gt;
10.159.28.0/23&lt;BR /&gt;
10.20.0.0/16&lt;BR /&gt;
&lt;BR /&gt;
I’m getting some strange behavior, for instance 10.20.193.0/28 is being advertised but will only appear in the routing table if I remove the route-map from the OSPF process.&lt;BR /&gt;
&lt;BR /&gt;
Am i approaching this the right way?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Mark.</description>
      <pubDate>Thu, 17 Jan 2019 22:52:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/s-series-ospf-router-filtering/m-p/74310#M2123</guid>
      <dc:creator>Mark_Lamond</dc:creator>
      <dc:date>2019-01-17T22:52:04Z</dc:date>
    </item>
  </channel>
</rss>

