<?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: Two sites, two switches, and issue setting up RIP in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34479#M6765</link>
    <description>So we should not expect to see all routes in the table at once, correct?  For instance, using your example, we shouldn't expect to see one entry for a learned RIP route that is preferred and another RIP route waiting in standby?&lt;BR /&gt;
&lt;BR /&gt;
#r   10.1.0.0/24        192.168.2.1     2    UG-D---um--f- l2         0d:0h:0m:1s&lt;BR /&gt;
  r   10.1.0.0/24        192.168.1.1     3    UG-D---um--f- l1         0d:0h:0m:58s&lt;BR /&gt;
&lt;BR /&gt;
If we shouldn't see anything like that via "show iproute", should we at least see all of the RIP routes (active or not) when issuing "show rip routes"?&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Apr 2015 19:45:00 GMT</pubDate>
    <dc:creator>Stephen_Stormon</dc:creator>
    <dc:date>2015-04-28T19:45:00Z</dc:date>
    <item>
      <title>Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34467#M6753</link>
      <description>We have two sites with two Summit switches at each.  We had a MPLS connection between the two sites and have since added a direct point to point (P2P) connection between the two locations.  What we want to do it to configure the network so that all traffic between these sites will default to using the P2P connection and fail over to the MPLS is necessary.  We don't believe our license allows for the use of OSPF, so we decided to attempt to implement RIP.  We configured RIP to only export "direct routes".  Things seem to be going well, but there is a route in each site that for some reason will not become the default and we don't know why:&lt;BR /&gt;
&lt;BR /&gt;
Related routes at one end (172.22.16.5 is the MPLS router at the site and 172.19.1.1 is the P2P address at the far end of the P2P)&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#s   172.22.62.0/20     172.22.16.5     2    UG---S-um--f- Internal_Appliances 0d:0h:40m:13s&lt;BR /&gt;
 r   172.22.62.0/20     172.19.1.1      2    UG-D---um---- P2P_Express 0d:1h:56m:37s&lt;BR /&gt;
#s   201.133.58.0/24    172.22.16.5     1    UG---S-um--f- Internal_Appliances 0d:2h:3m:4s&lt;BR /&gt;
#r   201.133.58.64/26   172.19.1.1      2    UG-D---um--f- P2P_Express 0d:1h:56m:37s&lt;BR /&gt;
&lt;BR /&gt;
Related routes at the other end (172.22.62.3 is the MPLS router at the site and 172.19.1.14 is the P2P address at the far end of the P2P):&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#s   144.202.234.0/24   172.22.62.3     1    UG---S-um--f- Default    775d:17h:39m:55s&lt;BR /&gt;
#r   144.202.234.128/25 172.19.1.14     2    UG-D---um--f- P2P_Express 0d:2h:9m:37s&lt;BR /&gt;
#s   172.22.16.0/20     172.22.62.3     1    UG---S-um--f- Default    0d:1h:55m:38s&lt;BR /&gt;
 r   172.22.16.0/20     172.19.1.14     2    UG-D---um---- P2P_Express 0d:2h:9m:38s&lt;BR /&gt;
Why is it that the one route acquired by rip became the "Preferred unicast and multicast route" but the other one did not?  Is the issue because there is already a statically defined route for that network and static routes take precedence over RIP imported routes?</description>
      <pubDate>Mon, 27 Apr 2015 22:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34467#M6753</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-27T22:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34468#M6754</link>
      <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
From EXOS User Guide:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Multiple Routes&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;When   there are multiple, conflicting choices of a route to a particular   destination, the router picks the route with the longest matching   network mask. If these are still equal, the router picks the route using   the following default criteria (in the order specified):&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• Directly attached network interfaces&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• Static routes&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• ICMP redirects&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• Dynamic routes&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• Directly attached network interfaces that are not active.&lt;BR /&gt;
&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
In   the first case, the static route and the dynamic route to &lt;B&gt;172.22.62.0/20&lt;/B&gt; have the same   cost, so the precedence rule dictates that the static route will be the   one chosen as active.&lt;BR /&gt;
&lt;BR /&gt;
The second RIP route is active even though it has a higher cost, because it is MORE SPECIFIC (/26) than the static route (/24). That means that all traffic to 201.133.58.0/24 will use the static route EXCEPT traffic destined to 201.133.58.64/26, that will use the dynamic route.&lt;BR /&gt;
&lt;BR /&gt;
In the second case, the cost of the static route to 172.122.16.0 is LOWER than the dynamic route, so it will be preferred.&lt;BR /&gt;
&lt;BR /&gt;
Again, the second RIP route is active even though it has a higher cost, because   it is MORE SPECIFIC (/25) than the static route (/24). That means that   all traffic to 144.202.234.0/24 will use the static route EXCEPT traffic   destined to 144.202.234.128/25, that will use the dynamic route.&lt;BR /&gt;
&lt;BR /&gt;
If you want your dynamic routes (RIP) to have precedence, you have to increase the cost of the static routes using the &lt;B&gt;metric&lt;/B&gt; keyword.&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
configure iproute add [ipNetmask | ip_addr mask] gateway {bfd} {&lt;B&gt;metric&lt;/B&gt;} {multicast | multicast-only | unicast | unicast-only} {vlan egress_vlan} {vr vrname}&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 00:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34468#M6754</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-28T00:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34469#M6755</link>
      <description>When I attempt to issue the command "enable rip export direct cost" with either a "0" or "1" as the value for the metric, the rip routes still get exported as having a metric of "2".  Is there any way around that, or do I just deal with it and then assign the static routes a value of "3" or higher?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 00:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34469#M6755</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-28T00:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34470#M6756</link>
      <description>Change the cost of the static routes so it is higher than the cost of the RIP routes. &lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 00:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34470#M6756</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-28T00:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34471#M6757</link>
      <description>I just tried it with no change:&lt;BR /&gt;
&lt;BR /&gt;
#s   172.22.62.0/20     172.22.16.5     3    UG---S-um--f- Internal_Appliances 0d:0h:3m:13s&lt;BR /&gt;
 r   172.22.62.0/20     172.19.1.1      2    UG-D---um---- P2P_Express 0d:4h:35m:12s</description>
      <pubDate>Tue, 28 Apr 2015 00:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34471#M6757</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-28T00:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34472#M6758</link>
      <description>Can you post the whole routing table, including direct interfaces?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 01:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34472#M6758</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-28T01:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34473#M6759</link>
      <description>The one end:    Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration  #s   Default Route      172.22.62.11    1    UG---S-um--f- Default    729d:18h:53m:18s  #s   61.254.101.100/32  172.22.62.30    1    UG---S-um--f- Default    775d:20h:32m:20s  #s   61.254.101.101/32  172.22.62.31    1    UG---S-um--f- Default    775d:20h:32m:9s  #s   61.254.101.104/32  172.22.62.251   1    UG---S-um--f- Default    307d:1h:9m:16s  #s   62.41.11.112/30    172.22.62.3     1    UG---S-um--f- Default    775d:20h:31m:41s  #s   141.206.228.0/26   172.22.62.3     1    UG---S-um--f- Default    737d:19h:29m:40s  #s   141.206.234.0/24   172.22.62.3     1    UG---S-um--f- Default    775d:20h:30m:8s  #r   141.206.234.128/25 172.19.1.14     2    UG-D---um--f- P2P_Express 0d:0h:16m:54s  #s   170.140.183.112/29 172.22.62.251   1    UG---S-um--f- Default    19d:2h:38m:37s  #d   172.19.1.0/28      172.19.1.1      1    U------um--f- P2P_Express 33d:0h:47m:28s  #s   172.19.6.0/24      172.22.62.3     1    UG---S-um--f- Default    775d:20h:30m:0s  #s   172.19.7.0/24      172.22.62.3     1    UG---S-um--f- Default    775d:20h:29m:51s  #s   172.19.9.0/24      172.22.62.251   1    UG---S-um--f- Default    285d:1h:42m:24s  #s   172.22.0.0/20      172.22.62.3     1    UG---S-um--f- Default    775d:20h:29m:13s  #s   172.22.16.0/20     172.22.62.3     1    UG---S-um--f- Default    0d:4h:45m:50s   r   172.22.16.0/20     172.19.1.14     2    UG-D---um---- P2P_Express 0d:4h:59m:50s  #s   172.22.32.0/20     172.22.62.3     1    UG---S-um--f- Default    775d:20h:28m:50s  #d   172.22.62.0/20     172.22.62.1     1    U------um--f- Default    729d:14h:53m:11s  #s   172.22.112.0/20    172.22.62.3     1    UG---S-um--f- Default    775d:20h:28m:31s  #s   172.22.226.0/24    172.22.62.3     1    UG---S-um--f- Default    775d:20h:30m:17s  #d   201.64.34.64/26   201.64.34.65   1    U------um--f- Servers    729d:19h:1m:51s  #s   201.64.34.128/26  172.22.62.251   1    UG---S-um--f- Default    74d:0h:15m:54s  #s   207.87.151.72/30   172.22.62.3     1    UG---S-um--f- Default    775d:20h:31m:57s  #s   216.30.60.204/30   172.22.62.3     1    UG---S-um--f- Default    775d:20h:31m:32s  #s   216.149.31.92/30   172.22.62.3     1    UG---S-um--f- Default    775d:20h:31m:20s        The other end:    Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration  #s   Default Route      172.22.16.11    1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   61.254.108.128/25  172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   62.41.11.112/30    172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #d   141.206.234.128/25 141.206.234.129 1    U------um--f- Routable   289d:10h:46m:51s  #s   141.206.238.157/32 172.22.16.11    1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #d   172.19.1.0/28      172.19.1.14     1    U------um--f- P2P_Express 33d:1h:24m:22s  #s   172.19.6.0/24      172.22.16.15    1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   172.19.8.0/24      172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   172.19.9.0/24      172.22.16.5     1    UG---S-um--f- Internal_Appliances 285d:8h:19m:36s  #s   172.22.0.0/20      172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #d   172.22.16.0/20     172.22.16.1     1    U------um--f- Internal_Appliances 289d:10h:46m:51s  #s   172.22.32.0/20     172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   172.22.62.0/20     172.22.16.5     3    UG---S-um--f- Internal_Appliances 0d:0h:7m:9s   r   172.22.62.0/20     172.19.1.1      2    UG-D---um---- P2P_Express 0d:4h:39m:8s  #s   172.22.112.0/20    172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   172.22.226.0/24    172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   201.64.34.0/24    172.22.16.5     1    UG---S-um--f- Internal_Appliances 0d:4h:45m:35s  #r   201.64.34.64/26   172.19.1.1      2    UG-D---um--f- P2P_Express 0d:0h:5m:0s  #s   207.87.151.72/30   172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   216.30.60.204/30   172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s  #s   216.149.31.92/30   172.22.16.5     1    UG---S-um--f- Internal_Appliances 289d:10h:44m:17s</description>
      <pubDate>Tue, 28 Apr 2015 01:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34473#M6759</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-28T01:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34474#M6760</link>
      <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
I'm sorry. I made a mistake. I can only say in my defense that today is Monday...&lt;BR /&gt;
&lt;BR /&gt;
Your problem is the PRIORITY of the route origin and that is not solved by changing costs.&lt;BR /&gt;
&lt;BR /&gt;
Each route origin has a certain relative priority. &lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;A href="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150427-3585-1il109m-Captura_de_pantalla_2015-04-27_a_las_18.03.03_inline.png" rel="image" class="fancybox"&gt;&lt;IMG src="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150427-3585-1il109m-Captura_de_pantalla_2015-04-27_a_las_18.03.03_inline.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;
Static has a higher priority than RIP so a static route will ALWAYS be preferred over RIP routes, no matter the cost.&lt;BR /&gt;
&lt;BR /&gt;
The command to change the PRIORITY of route origin is:&lt;BR /&gt;
configure iproute {ipv4} priority [blackhole | bootp | ebgp | ibgp | icmp | isis | isis-level-1 | isis-level-1-external | isis-level-2 | isis-level-2-external | mpls | ospf-as-external | ospf-extern1 | ospf-extern2 | ospf-inter | ospf-intra | rip | static] priority {vr vrname} &lt;BR /&gt;
However,THIS IS NOT RECOMMENDED. The documentation says:&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;BR /&gt;
Although these priorities can be changed, do not attempt any manipulation unless you are expertly&lt;/I&gt;&lt;/B&gt; &lt;B&gt;&lt;I&gt;familiar with the possible consequences. If you change the route priority, you must save the&lt;/I&gt;&lt;/B&gt; &lt;B&gt;&lt;I&gt;configuration and reboot the system.&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Note&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;The priority for a blackhole route cannot overlap with the priority of any other route origin.&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 02:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34474#M6760</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-28T02:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34475#M6761</link>
      <description>So I guess there is no way to do what we want (without changing settings that aren't recommended to be changed) unless we change our static routes to point to the other end of the dedicated P2P line and then let the router create RIP routes for the MPLS connection?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 04:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34475#M6761</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-28T04:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34476#M6762</link>
      <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
You have two vlans through which the networks can be reached: the one that connects to MPLS and the one that connects to P2P. Why don't you simply enable RIP in both of them and forget about static routes?&lt;BR /&gt;
&lt;BR /&gt;
RIP lets you change the cost of routes received through a vlan with the command:&lt;BR /&gt;
configure rip vlan [vlan_name | all] cost cost&lt;BR /&gt;
The cost you configure is added to the cost of the route. So, if your preferred route is through the P2P link, you should increase the cost of the vlan that connects to the MPLS link in both switches. Since the default cost is 1, using 2 should be enough.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34476#M6762</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-28T18:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34477#M6763</link>
      <description>And we would only need to enable RIP on the VLAN connected to the MPLS link and the one connected to the P2P, correct?&lt;BR /&gt;
&lt;BR /&gt;
If that is the case and I have enabled RIP on those two VLANs, then when I remove the static route listed below, the RIP one should take over and then a new one will also appear that will basically take the place of the existing static but it will be a RIP advertised one?&lt;BR /&gt;
&lt;BR /&gt;
#s   172.22.62.0/20     172.22.16.5     3    UG---S-um--f- Internal_Appliances 0d:0h:7m:9s&lt;BR /&gt;
 r   172.22.62.0/20     172.19.1.1      2    UG-D---um---- P2P_Express 0d:4h:39m:8s&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 19:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34477#M6763</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-28T19:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34478#M6764</link>
      <description>When you remove the static route you should only see the preferred route. If that preferred route disappears, the secondary route will appear in the routing table.&lt;BR /&gt;
&lt;BR /&gt;
An example:&lt;BR /&gt;
Preferred route available&lt;BR /&gt;
lab9.sw0.2 # sh ipr&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#d   10.0.0.0/24        10.0.0.1        1    U------um--f- r0         0d:0h:2m:29s&lt;BR /&gt;
&lt;B&gt;#r   10.1.0.0/24        192.168.2.1     2    UG-D---um--f- l2         0d:0h:0m:1s&lt;/B&gt;&lt;BR /&gt;
#d   192.168.1.0/24     192.168.1.2     1    U------um--f- l1         0d:0h:2m:29s&lt;BR /&gt;
#d   192.168.2.0/24     192.168.2.2     1    U------um--f- l2         0d:0h:2m:29s&lt;BR /&gt;
Preferred route not available&lt;BR /&gt;
lab9.sw0.2 # sh ipr&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#d   10.0.0.0/24        10.0.0.1        1    U------um--f- r0         0d:0h:2m:25s&lt;BR /&gt;
&lt;B&gt;#r   10.1.0.0/24        192.168.1.1     3    UG-D---um--f- l1         0d:0h:0m:58s&lt;/B&gt;&lt;BR /&gt;
#d   192.168.1.0/24     192.168.1.2     1    U------um--f- l1         0d:0h:2m:25s&lt;BR /&gt;
#d   192.168.2.0/24     192.168.2.2     1    U------um--f- l2         0d:0h:2m:25s&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 19:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34478#M6764</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-28T19:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two sites, two switches, and issue setting up RIP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34479#M6765</link>
      <description>So we should not expect to see all routes in the table at once, correct?  For instance, using your example, we shouldn't expect to see one entry for a learned RIP route that is preferred and another RIP route waiting in standby?&lt;BR /&gt;
&lt;BR /&gt;
#r   10.1.0.0/24        192.168.2.1     2    UG-D---um--f- l2         0d:0h:0m:1s&lt;BR /&gt;
  r   10.1.0.0/24        192.168.1.1     3    UG-D---um--f- l1         0d:0h:0m:58s&lt;BR /&gt;
&lt;BR /&gt;
If we shouldn't see anything like that via "show iproute", should we at least see all of the RIP routes (active or not) when issuing "show rip routes"?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 19:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/two-sites-two-switches-and-issue-setting-up-rip/m-p/34479#M6765</guid>
      <dc:creator>Stephen_Stormon</dc:creator>
      <dc:date>2015-04-28T19:45:00Z</dc:date>
    </item>
  </channel>
</rss>

