<?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: Exclude single direct VLAN from RIP routes in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-single-direct-vlan-from-rip-routes/m-p/83998#M20385</link>
    <description>&lt;P&gt;Hey Piotr,&lt;BR /&gt;&lt;BR /&gt;You can accomplish this with a RIP routing policy.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Routing Policies, Page 818:&lt;/P&gt;
&lt;P&gt;https://documentation.extremenetworks.com/exos_31.4/downloads/EXOS_User_Guide_31.4.pdf&lt;BR /&gt;&lt;BR /&gt;You could use either:&lt;BR /&gt;A) An outbound policy on the advertising router to tell that router to not advertise a specific route.&lt;BR /&gt;configure rip vlan [ &amp;lt;VLAN&amp;gt; | all ] route-policy out &amp;lt;PolicyFile.pol&amp;gt;&lt;BR /&gt;&lt;BR /&gt;B) An inbound policy on the receiving router(s) to tell them to not accept in a specific route.&lt;BR /&gt;configure rip vlan [ &amp;lt;VLAN&amp;gt; | all ] route-policy in &amp;lt;PolicyFile.pol&amp;gt;&lt;BR /&gt;&lt;BR /&gt;These are configured on a per-VLAN basis, or you can specify VLAN 'all'.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;The policy file would look something like this, using permit/deny to either allow or block the specified routes from being advertised out/accepted in. Note that the default routing policy action is 'deny', so you'll need to specify routes to allow at some point. Also note that you can use 0.0.0.0/0 as a 'match all' type of match.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;#Permit a subnet to be advertised (outbound) or accepted (inbound)&lt;BR /&gt;entry one {&lt;BR /&gt;if {nlri &amp;lt;Subnet/Mask&amp;gt;;}&lt;BR /&gt;then {permit;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#Deny a route to be advertised (outbound) or accepted (inbound)&lt;BR /&gt;entry two {&lt;BR /&gt;if {nlri &amp;lt;Subnet/Mask&amp;gt;;}&lt;BR /&gt;then {deny;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#Can add more entries&lt;BR /&gt;#Default action is deny&lt;BR /&gt;&lt;BR /&gt;​​​​More examples are in the User Guide I linked. I hope that helps!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2021 17:21:50 GMT</pubDate>
    <dc:creator>Gabriel_G</dc:creator>
    <dc:date>2021-11-02T17:21:50Z</dc:date>
    <item>
      <title>Exclude single direct VLAN from RIP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-single-direct-vlan-from-rip-routes/m-p/83997#M20384</link>
      <description>Hi,&lt;BR /&gt;Sorry if I copy something that was already discussed but I haven't found answer for my issue in the archives.&lt;BR /&gt;I have a case in which I need to have one switch propagate its' direct routes to other. This works fine but now I need to exclude one of the directly connected VLANs from this list. Is there any simple solution for that?</description>
      <pubDate>Tue, 02 Nov 2021 02:39:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-single-direct-vlan-from-rip-routes/m-p/83997#M20384</guid>
      <dc:creator>Piotr_L_</dc:creator>
      <dc:date>2021-11-02T02:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude single direct VLAN from RIP routes</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-single-direct-vlan-from-rip-routes/m-p/83998#M20385</link>
      <description>&lt;P&gt;Hey Piotr,&lt;BR /&gt;&lt;BR /&gt;You can accomplish this with a RIP routing policy.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Routing Policies, Page 818:&lt;/P&gt;
&lt;P&gt;https://documentation.extremenetworks.com/exos_31.4/downloads/EXOS_User_Guide_31.4.pdf&lt;BR /&gt;&lt;BR /&gt;You could use either:&lt;BR /&gt;A) An outbound policy on the advertising router to tell that router to not advertise a specific route.&lt;BR /&gt;configure rip vlan [ &amp;lt;VLAN&amp;gt; | all ] route-policy out &amp;lt;PolicyFile.pol&amp;gt;&lt;BR /&gt;&lt;BR /&gt;B) An inbound policy on the receiving router(s) to tell them to not accept in a specific route.&lt;BR /&gt;configure rip vlan [ &amp;lt;VLAN&amp;gt; | all ] route-policy in &amp;lt;PolicyFile.pol&amp;gt;&lt;BR /&gt;&lt;BR /&gt;These are configured on a per-VLAN basis, or you can specify VLAN 'all'.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;The policy file would look something like this, using permit/deny to either allow or block the specified routes from being advertised out/accepted in. Note that the default routing policy action is 'deny', so you'll need to specify routes to allow at some point. Also note that you can use 0.0.0.0/0 as a 'match all' type of match.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;#Permit a subnet to be advertised (outbound) or accepted (inbound)&lt;BR /&gt;entry one {&lt;BR /&gt;if {nlri &amp;lt;Subnet/Mask&amp;gt;;}&lt;BR /&gt;then {permit;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#Deny a route to be advertised (outbound) or accepted (inbound)&lt;BR /&gt;entry two {&lt;BR /&gt;if {nlri &amp;lt;Subnet/Mask&amp;gt;;}&lt;BR /&gt;then {deny;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#Can add more entries&lt;BR /&gt;#Default action is deny&lt;BR /&gt;&lt;BR /&gt;​​​​More examples are in the User Guide I linked. I hope that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:21:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-single-direct-vlan-from-rip-routes/m-p/83998#M20385</guid>
      <dc:creator>Gabriel_G</dc:creator>
      <dc:date>2021-11-02T17:21:50Z</dc:date>
    </item>
  </channel>
</rss>

