<?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: Need help with Cisco router/switch config for internet in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510080#M359020</link>
    <description>&lt;P&gt;Thank you so much.&lt;BR /&gt;How come the&amp;nbsp;website used this permit instead of what you suggested?&amp;nbsp;&lt;A href="https://deltaconfig.com/cisco-router-initial-internet-access/" target="_blank" rel="noopener"&gt;Configuring Cisco Router for Internet Access-IP Route Cisco | Configuring Cisco (deltaconfig.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Define a list of&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;internal&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;addresses for translation to the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;external&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class=""&gt;R-DELTACONFIG (config)#&lt;BR /&gt;ip access-list standard&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ACL_NAT&lt;/SPAN&gt;&lt;BR /&gt;permit&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;192.168.0.0 0.0.0.255&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 05:41:27 GMT</pubDate>
    <dc:creator>tripline</dc:creator>
    <dc:date>2021-11-30T05:41:27Z</dc:date>
    <item>
      <title>Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4509978#M359004</link>
      <description>&lt;P&gt;I have a Cisco ASR&amp;nbsp;&lt;A href="https://pastebin.com/fe0R4AeJ" target="_blank"&gt;https://pastebin.com/fe0R4AeJ&lt;/A&gt;&amp;nbsp;and a Cisco Nexus switch&amp;nbsp;&lt;A href="https://pastebin.com/jFs6jRqg" target="_blank"&gt;https://pastebin.com/jFs6jRqg&lt;/A&gt;&lt;BR /&gt;I can console in the ASR and ping the public ISP and pubic gateway. I connect my computer to the Nexus switch and get a private IP. However, I am not on the internet. I am thinking it may be a vlan issue but I am not sure. I am new to this and could use some guidance.&lt;BR /&gt;&lt;BR /&gt;These are the sites I am using to help with initial setup.&lt;BR /&gt;&lt;A href="https://deltaconfig.com/cisco-router-initial-internet-access/" target="_blank"&gt;Configuring Cisco Router for Internet Access-IP Route Cisco | Configuring Cisco (deltaconfig.com)&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.yourictmagazine.com/howtos/434-basics-to-configure-a-cisco-router-to-connect-to-internet" target="_blank"&gt;Basics to configure a CISCO router to connect to internet. - ICT Magazine - Embracing the ICT World (yourictmagazine.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:39:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4509978#M359004</guid>
      <dc:creator>tripline</dc:creator>
      <dc:date>2021-11-29T13:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510015#M359008</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;On the isr you will need to add some network address translation (NAT) for the nexus lan then you should be able to reach the internet from the switch&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;example -asr-&lt;BR /&gt;int x/x&lt;BR /&gt;description WAN&lt;BR /&gt;ip nat outside&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;int y/y&lt;BR /&gt;description LAN&lt;BR /&gt;ip nat inside&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;access-list 10 permit y.y.y.0 0.0.0.255 (lan subnets)&lt;BR /&gt;&lt;BR /&gt;etc..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ip nat inside source list 10 interface x/x&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 x/x &amp;nbsp;z.z.z. (wan ip nexthop)&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510015#M359008</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-11-30T05:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510016#M359009</link>
      <description>&lt;P&gt;On the ASR, I have nat setup for inside&amp;nbsp;&lt;SPAN&gt;GigabitEthernet0/0/2&lt;/SPAN&gt; and out&amp;nbsp;&lt;SPAN&gt;TenGigabitEthernet0/1/0&lt;/SPAN&gt; NAT.&amp;nbsp;&lt;BR /&gt;I also have the access list setup on the ASR. Is there something wrong with it? The config is in the original PasteBin post.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:01:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510016#M359009</guid>
      <dc:creator>tripline</dc:creator>
      <dc:date>2021-11-29T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510053#M359015</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your NAT access list does not look right. Make sure you use the one below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ip access-list standard ACL_NAT&lt;BR /&gt;permit 192.168.0.0 0.0.&lt;STRONG&gt;255&lt;/STRONG&gt;.255&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:14:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510053#M359015</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2021-11-30T05:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510078#M359019</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;TBH I didnt see you had posted any config, your lan interface is in mgt-intf&amp;nbsp; VRF take it out of any vrf and test again, it should then work.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 16:18:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510078#M359019</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-11-29T16:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510080#M359020</link>
      <description>&lt;P&gt;Thank you so much.&lt;BR /&gt;How come the&amp;nbsp;website used this permit instead of what you suggested?&amp;nbsp;&lt;A href="https://deltaconfig.com/cisco-router-initial-internet-access/" target="_blank" rel="noopener"&gt;Configuring Cisco Router for Internet Access-IP Route Cisco | Configuring Cisco (deltaconfig.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Define a list of&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;internal&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;addresses for translation to the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;external&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class=""&gt;R-DELTACONFIG (config)#&lt;BR /&gt;ip access-list standard&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ACL_NAT&lt;/SPAN&gt;&lt;BR /&gt;permit&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;192.168.0.0 0.0.0.255&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:41:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510080#M359020</guid>
      <dc:creator>tripline</dc:creator>
      <dc:date>2021-11-30T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510090#M359021</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that is because the internal network in the document has 192.168.0.0/24 configured. The access list needs to match that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R-DELTACONFIG#conf t&lt;BR /&gt;interface Vlan 1&lt;BR /&gt;Ip address 192.168.0.1 255.255.255.0&lt;BR /&gt;no shutdown&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:21:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510090#M359021</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2021-11-30T05:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Cisco router/switch config for internet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510778#M359078</link>
      <description>&lt;P&gt;Can you take another look and see if there's something I need to change to ssh into the Switch? I can ssh into it from the MGMT port but not from the network.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 20:14:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/need-help-with-cisco-router-switch-config-for-internet/m-p/4510778#M359078</guid>
      <dc:creator>tripline</dc:creator>
      <dc:date>2021-11-30T20:14:32Z</dc:date>
    </item>
  </channel>
</rss>

