<?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 Missing a route? in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925381#M189621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Guisseppe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly correct...you are the man...thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2012 19:22:00 GMT</pubDate>
    <dc:creator>bellaireroad</dc:creator>
    <dc:date>2012-04-30T19:22:00Z</dc:date>
    <item>
      <title>Missing a route?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925377#M189617</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a new VLAN on a HP 3550 and use a 1941 router. the setup seems fairly straight forward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the following configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On the switch&lt;/STRONG&gt; -&lt;STRONG&gt;192.168.1.37 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;ip default-gateway 192.168.1.1&lt;/P&gt;&lt;P&gt;ip routing&lt;/P&gt;&lt;P&gt;vlan 1&amp;nbsp;&amp;nbsp; name "DEFAULT_VLAN"&lt;/P&gt;&lt;P&gt;untagged 1-36,38-48&lt;/P&gt;&lt;P&gt;ip address 192.168.1.37 255.255.255.0&lt;/P&gt;&lt;P&gt;no untagged 37&lt;/P&gt;&lt;P&gt;jumbo&lt;/P&gt;&lt;P&gt;ip igmp&amp;nbsp; &lt;/P&gt;&lt;P&gt;exit &lt;/P&gt;&lt;P&gt;vlan 2&lt;/P&gt;&lt;P&gt;name "VLAN 2"&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;untagged 37&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on the router – 192.168.1.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.0.0 255.255.255.0 192.168.1.37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;client ip address 192.168.0.4 255.255.255.0 GW 192.168.0.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ping 192.168.0.1 from switch - success &lt;/P&gt;&lt;P&gt;ping 192.168.0.4 from switch - success &lt;/P&gt;&lt;P&gt;ping 192.168.0.1 from router - success &lt;/P&gt;&lt;P&gt;ping 192.168.0.4 from router – success &lt;/P&gt;&lt;P&gt;ping 192.168.0.1 from 192.168.1.113 on VLAN 1 -success &lt;/P&gt;&lt;P&gt;ping 192.168.0.4 from 192.168.1.113 on VLAN 1– success &lt;/P&gt;&lt;P&gt;ping 192.168.1.1 from client on VLAN 2 – success &lt;/P&gt;&lt;P&gt;ping 192.168.1.118 from client&amp;nbsp; on VLAN 2– success&lt;/P&gt;&lt;P&gt;ping &lt;A href="https://community.cisco.com/www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; from client on VLAN 2– fails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no internet access for the client on VLAN 2 , although the client can ping the router, and the router can ping the client, what am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 00:10:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925377#M189617</guid>
      <dc:creator>bellaireroad</dc:creator>
      <dc:date>2019-03-05T00:10:03Z</dc:date>
    </item>
    <item>
      <title>Missing a route?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925378#M189618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roger,&lt;/P&gt;&lt;P&gt;likely a NAT configuration is missing so that the IP address 192.168.0.X are translated when accessing the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually 192.168.0.0/24 and 192.168.1.0/24 are private addresses per RFC 1918. Your router should have two statements like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface GigabitEthernet0/1 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all you need is to add a line to the access list to make VLAN2 IP subnet to be translated:&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.0.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: your network setup may be more complex then this you may need to use NAT only towards internet but the idea is the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 08:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925378#M189618</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2012-04-27T08:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a route?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925379#M189619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Giuseppe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&amp;nbsp; I have changed the ACL to permit all traffic, but still cannot connect to the internet from VLAN 2,&amp;nbsp; I have attached the router configuration.&amp;nbsp; Not sure what is happening here!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2012 00:51:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925379#M189619</guid>
      <dc:creator>bellaireroad</dc:creator>
      <dc:date>2012-04-28T00:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a route?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925380#M189620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roger,&lt;/P&gt;&lt;P&gt;the router configuration looks like fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A point to be checked is the following:&lt;/P&gt;&lt;P&gt;the HP 3550 switch has a default route pointing to C1941 internal IP address 192.168.1.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have used ip default-gateway. In cisco world that would be a command effective only when ip routing is disabled and you have also enabled ip routing on the HP switch. This is correct so the question might be providing an effective default route to the HP switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the cisco syntax for a static default route is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try to add a static route on the HP using the appropriate syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 13:17:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925380#M189620</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2012-04-30T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Missing a route?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925381#M189621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Guisseppe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly correct...you are the man...thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 19:22:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/missing-a-route/m-p/1925381#M189621</guid>
      <dc:creator>bellaireroad</dc:creator>
      <dc:date>2012-04-30T19:22:00Z</dc:date>
    </item>
  </channel>
</rss>

