<?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 problems with ip route add default in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59003#M1479</link>
    <description>I have  two iproute add default but with different metric , when I ingress sh iproute in console  display me  the route with lower metric  without # , sombody why this??</description>
    <pubDate>Thu, 17 Nov 2016 09:08:00 GMT</pubDate>
    <dc:creator>chrisfipe_f</dc:creator>
    <dc:date>2016-11-17T09:08:00Z</dc:date>
    <item>
      <title>problems with ip route add default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59003#M1479</link>
      <description>I have  two iproute add default but with different metric , when I ingress sh iproute in console  display me  the route with lower metric  without # , sombody why this??</description>
      <pubDate>Thu, 17 Nov 2016 09:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59003#M1479</guid>
      <dc:creator>chrisfipe_f</dc:creator>
      <dc:date>2016-11-17T09:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: problems with ip route add default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59004#M1480</link>
      <description>Hi Chrisfipe..&lt;BR /&gt;
&lt;BR /&gt;
I could see correct iproute info in my lab.&lt;BR /&gt;
&lt;BR /&gt;
* BD1.53 # show iproute&lt;BR /&gt;
Ori  Destination        Gateway         Mtr       Flags                 VLAN       Duration&lt;BR /&gt;
#s   Default Route      192.168.55.1    10   UG---S-um--f     CRBT       0d:0h:0m:52s&lt;BR /&gt;
&lt;BR /&gt;
but in case there is no port assigned on the vlan.. ( in my case CRBT ), "show ip route" output didn't show # mark.&lt;BR /&gt;
&lt;BR /&gt;
 * BD1.63 # sh iproute &lt;BR /&gt;
Ori  Destination        Gateway           Mtr  Flags        VLAN       Duration&lt;BR /&gt;
 s   Default Route      192.168.55.1    10   -G---S-um--- CRBT       0d:0h:0m:2s&lt;BR /&gt;
&lt;BR /&gt;
* BD1.64 # sh vlan "CRBT" &lt;BR /&gt;
VLAN Interface with name CRBT created by user&lt;BR /&gt;
 Admin State: Enabled  Tagging: 802.1Q Tag 10 &lt;BR /&gt;
 Virtual router: VR-Default&lt;BR /&gt;
 Primary IP    : 192.168.55.2/24&lt;BR /&gt;
 IPv6:   None&lt;BR /&gt;
 STPD:   None&lt;BR /&gt;
 Protocol:  Match all unfiltered protocols&lt;BR /&gt;
 Loopback:  Disabled&lt;BR /&gt;
 NetLogin:  Disabled&lt;BR /&gt;
 QosProfile:  None configured&lt;BR /&gt;
 Egress Rate Limit Designated Port: None configured&lt;BR /&gt;
 Flood Rate Limit QosProfile:       None configured&lt;BR /&gt;
 &lt;B&gt;Ports:  0.    (Number of active ports=0)&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59004#M1480</guid>
      <dc:creator>Im_JeongJin</dc:creator>
      <dc:date>2016-11-17T10:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: problems with ip route add default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59005#M1481</link>
      <description>Here is the result, when switch has two different path for default route.&lt;BR /&gt;
&lt;BR /&gt;
* BD1.79 # sh iproute &lt;BR /&gt;
Ori  Destination         Gateway            Mtr  Flags                VLAN       Duration&lt;BR /&gt;
&lt;B&gt; s   Default Route      192.168.55.1    10   -G---S-um---    CRBT       0d:0h:0m:3s&lt;/B&gt;&lt;BR /&gt;
#s   Default Route      192.168.157.1   100  UG---S-um--f  U-CG       0d:0h:1m:17s&lt;BR /&gt;
&lt;BR /&gt;
even 192.168.55.1 configured with lower metric, it has no port on that VLAN, so cannot used as best path for default route.&lt;BR /&gt;
&lt;BR /&gt;
you can also check with the command "debug hal show ipv4fib" to see which path used for forwarding the traffic.&lt;BR /&gt;
&lt;BR /&gt;
* BD1.80 # debug hal show ipv4Fib &lt;BR /&gt;
                            HAL IPv4 FIB: &lt;BR /&gt;
VrId Prefix/Mask        Gateway         Vlan    MAC               Port     Or Ref Ins Flags Bucket&lt;BR /&gt;
===================================================================&lt;BR /&gt;
   2 000.000.000.000/ 0 &lt;B&gt;192.168.157.001&lt;/B&gt; 1000026 00:00:00:00:00:00 00000000  3   1   1 F---  9999&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59005#M1481</guid>
      <dc:creator>Im_JeongJin</dc:creator>
      <dc:date>2016-11-17T10:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: problems with ip route add default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59006#M1482</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
When we have 2 default routes with different metrics, we will not be able to load share the traffic using both the routes. So, in this scenario one route would be active and the other route will be backup and will be used only when the primary route is not present/active. &lt;BR /&gt;
&lt;BR /&gt;
# sign indicates if a particular route is in used for forwarding the traffic or not. So, it is expected not to see the sign for the backup route. &lt;BR /&gt;
&lt;BR /&gt;
#s   Default Route      10.2.0.2        10   UG---S-um--f- pe2_syd1_to_pe1_syd2 0d:0h:0m:56s&lt;BR /&gt;
 s   Default Route      10.2.0.22       30   UG---S-um---- pe2_syd1_to_pe1_syd1 0d:0h:0m:43s&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59006#M1482</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-11-17T10:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: problems with ip route add default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59007#M1483</link>
      <description>When you have a default route as well as any other static route, you should see the # when the GW vlan is UP (at least 1 port UP). If the vlan is down, then you won't see the #.&lt;BR /&gt;
&lt;BR /&gt;
To confirm if the route is being used you can check the &lt;B&gt;"f"&lt;/B&gt; flag that means "Provided to FIB".&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Example 1:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Ori  Destination        Gateway         Mtr        Flags          VLAN       Duration &lt;BR /&gt;
  s   Default Route      10.10.0.181    1    -G---S-um----    Link1    0d:0h:1m:34s&lt;BR /&gt;
#s   Default Route      10.10.0.189    2    UG---S-um--&lt;B&gt;f-&lt;/B&gt;   Link2    0d:0h:1m:25s&lt;BR /&gt;
&lt;BR /&gt;
Route with lower metric through vlan Link1 (metric 1) is down and the next best route will be used (with higher metric).&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Example 2:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags               VLAN       Duration&lt;BR /&gt;
#s   Default Route      10.10.0.181    1    UG---S-um--&lt;B&gt;f&lt;/B&gt;-  Link1    0d:0h:12m:12s&lt;BR /&gt;
#s   Default Route      10.10.0.189    1    UG---S-um----  Link2    0d:0h:0m:5s&lt;BR /&gt;
&lt;BR /&gt;
Both routes are UP, but the route with lower metric is being used. Again, you can confirm that based on the &lt;B&gt;"f"&lt;/B&gt; flag.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 19:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/problems-with-ip-route-add-default/m-p/59007#M1483</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-11-17T19:33:00Z</dc:date>
    </item>
  </channel>
</rss>

