<?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: Static route in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144341#M339100</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&amp;gt; ip route 168.17.101.33 255.255.255.224 192.168.2.2 it gives me error Inconsistent address and mask&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need either one of the below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.&lt;STRONG&gt;32&lt;/STRONG&gt; 255.255.255.224 192.168.2.2&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.33 255.255.255.&lt;STRONG&gt;255&lt;/STRONG&gt; 192.168.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&amp;gt; ip route 168.17.101.65 255.255.255.224 s0/0/1 it gives me error Default route without gateway, if not a point-to-point interface, may impact performance so i felt my command is wrong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not an error, just a warning. On point to point links, it is recommended to use the next hop IP address rather than the outgoing interface. This is because when you use the outgoing interface, the router has to ARP for the other side.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2020 10:30:42 GMT</pubDate>
    <dc:creator>Georg Pauwen</dc:creator>
    <dc:date>2020-09-01T10:30:42Z</dc:date>
    <item>
      <title>Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144303#M339091</link>
      <description>&lt;P&gt;I have two routers in packet tracer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R1 and R2 having g0/1 ip address of 18.200.250.1 and 18.201.250.1 with both subnet mask of 255.255.255.0&lt;/P&gt;&lt;P&gt;Both routers have serial DCE cable connected&lt;/P&gt;&lt;P&gt;R1 with s0/0/1 with ip address of 192.168.2.1 255.255.255.252 and R2 with s0/0/0 with ip address 192.168.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R2 has 2 loop addresses loop address 0, lo0 with ip address of 168.17.101.33 255.255.255.224 and loop address 1,lo1 with 168.17.101.65 255.255.255.224&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i am trying to do static route on R1 for lo0 with next hop static route(recursive static route)&lt;/P&gt;&lt;P&gt;and directly connected static route on lo1 but not sure what command do i use for them both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confused and need help Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 09:26:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144303#M339091</guid>
      <dc:creator>hussainabbas1442</dc:creator>
      <dc:date>2020-09-01T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144307#M339092</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what are you trying to configure ? What do you mean by 'directly connecte static route' ? Basically, whatever static route you configure, if you specify the other side of the serial link as next hop, that should be sufficient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R1&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.22 255.255.255.255 192.168.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R2&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.65 255.255.255.255 192.168.2.1&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 09:39:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144307#M339092</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-09-01T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144324#M339096</link>
      <description>&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;I am trying to configure&lt;STRONG&gt; only&lt;/STRONG&gt; on&lt;STRONG&gt; one&lt;/STRONG&gt; &lt;STRONG&gt;router(R1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When i wrote directly connected static route i meant command such as&lt;STRONG&gt; ip route 168.17.101.33 255.255.255.224 s0/0/1&lt;/STRONG&gt; (interface as an exit instead of ip address you might know this by other term) and when i write&lt;STRONG&gt; ip route 168.17.101.33 255.255.255.224 192.168.2.2&lt;/STRONG&gt; it gives me error &lt;STRONG&gt;Inconsistent address and mask&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt; and if the command is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip route 168.17.101.65 255.255.255.224 s0/0/1&lt;/STRONG&gt; it gives me error &lt;STRONG&gt;Default route without gateway, if not a point-to-point interface, may impact performance &lt;/STRONG&gt;so i felt my command is wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 10:19:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144324#M339096</guid>
      <dc:creator>hussainabbas1442</dc:creator>
      <dc:date>2020-09-01T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144330#M339097</link>
      <description>&lt;P&gt;Hi George, I have replied to your message in the post above&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 10:26:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144330#M339097</guid>
      <dc:creator>hussainabbas1442</dc:creator>
      <dc:date>2020-09-01T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144332#M339099</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1094635"&gt;@hussainabbas1442&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;when you configure static routes you need to refer to the subnet address and not the address on the loop0/loop1 of the other router.&lt;/P&gt;
&lt;P&gt;so you should use&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.32 255.255.255.224 192.168.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this should be accepted&lt;/P&gt;
&lt;P&gt;the second static route should be:&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.64 255.255.255.224 s0/0/1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it will give you the same warning but a serial interface is a p2p link. ! The warning applies to LAN interface where proxy ARP would be involved causing excessive ARP activity when compared to the use of an IP next-hop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope to help&lt;/P&gt;
&lt;P&gt;Giuseppe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 10:27:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144332#M339099</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2020-09-01T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144341#M339100</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&amp;gt; ip route 168.17.101.33 255.255.255.224 192.168.2.2 it gives me error Inconsistent address and mask&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need either one of the below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.&lt;STRONG&gt;32&lt;/STRONG&gt; 255.255.255.224 192.168.2.2&lt;/P&gt;
&lt;P&gt;ip route 168.17.101.33 255.255.255.&lt;STRONG&gt;255&lt;/STRONG&gt; 192.168.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&amp;gt; ip route 168.17.101.65 255.255.255.224 s0/0/1 it gives me error Default route without gateway, if not a point-to-point interface, may impact performance so i felt my command is wrong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not an error, just a warning. On point to point links, it is recommended to use the next hop IP address rather than the outgoing interface. This is because when you use the outgoing interface, the router has to ARP for the other side.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 10:30:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144341#M339100</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-09-01T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144354#M339101</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325924"&gt;@Giuseppe Larosa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;It does work thanks but why .32 and .64&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 11:00:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144354#M339101</guid>
      <dc:creator>hussainabbas1442</dc:creator>
      <dc:date>2020-09-01T11:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144355#M339102</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/162085"&gt;@Georg Pauwen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 11:01:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144355#M339102</guid>
      <dc:creator>hussainabbas1442</dc:creator>
      <dc:date>2020-09-01T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Static route</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144386#M339104</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1094635"&gt;@hussainabbas1442&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;the .32 and .64 are the subnet addresses that is given a subnet mask of 255.255.255.224 it identifies an host portion made of the last 5 bits.&lt;/P&gt;
&lt;P&gt;In the subnet address all the host bits are 0&lt;/P&gt;
&lt;P&gt;so you get&lt;/P&gt;
&lt;P&gt;168.17.103.32/27&amp;nbsp;&amp;nbsp; subnet mask 255.255.255.224&lt;/P&gt;
&lt;P&gt;168.17.103.64/27 subnet mask 255.255.255.224&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to be noted both the subnet adddress ( all zero in host portion) and the subnet broadcast address ( all ones in the host portion) are reserved and cannot be assigned to an host including a loopback interface.&lt;/P&gt;
&lt;P&gt;So for subnet 168.17.103.32/27&amp;nbsp;&amp;nbsp; subnet mask 255.255.255.224&lt;/P&gt;
&lt;P&gt;the first usable address is 168.17.103.33 and the last usable address is 168.17.103.62&lt;/P&gt;
&lt;P&gt;with 168.17.103.63 being the subnet directed broadcast address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Static routes refer to subnets or prefixes so for non host routes ( subnet mask different from 255.255.255.255) you need to refer to the correct subnet address when configurig the static routes. The router CLI parser checks that the specified address and subnet mask are compatible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope to help&lt;/P&gt;
&lt;P&gt;Giuseppe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 12:13:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/static-route/m-p/4144386#M339104</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2020-09-01T12:13:50Z</dc:date>
    </item>
  </channel>
</rss>

