<?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: InterVLAN routing in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069027#M332862</link>
    <description>&lt;P&gt;That are results with disabled firewall.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Apr 2020 10:37:36 GMT</pubDate>
    <dc:creator>DavitiAbesalashvili</dc:creator>
    <dc:date>2020-04-19T10:37:36Z</dc:date>
    <item>
      <title>InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068874#M332836</link>
      <description>&lt;P&gt;Hello. I have been practicing in interVLAN routing and faced trouble.&lt;/P&gt;&lt;P&gt;I have GNS3 and my topology looks like this:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 757px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/72104i2F7575C880757A6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Device MY_PC is cloud connected to virtual interface on my PC. I can ping gateway subinterface of all subnets. Although I can ping PC2 from PC1. Can ping VLAN 10 from my pc (using CMD) and gateway but not other devices or even router subinterfaces.&lt;/P&gt;&lt;P&gt;Here are configurations:&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Router:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 1331 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname R1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;memory-size iomem 5&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.10&lt;BR /&gt;encapsulation dot1Q 10&lt;BR /&gt;ip address 192.168.10.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.20&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 192.168.20.254 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.40.1&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.30&lt;BR /&gt;encapsulation dot1Q 30&lt;BR /&gt;ip address 192.168.30.254 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.40.1&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.40&lt;BR /&gt;encapsulation dot1Q 40&lt;BR /&gt;ip address 192.168.40.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;logging synchronous&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Switch:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Current configuration : 1795 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 22:40:09 UTC Sat Apr 18 2020&lt;BR /&gt;!&lt;BR /&gt;version 15.2&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;service compress-config&lt;BR /&gt;!&lt;BR /&gt;hostname SW1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;logging discriminator EXCESS severity drops 6 msg-body drops EXCESSCOLL&lt;BR /&gt;logging buffered 50000&lt;BR /&gt;logging console discriminator EXCESS&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain-lookup&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode rapid-pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;vlan internal allocation policy ascending&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;switchport trunk allowed vlan 10,20,30,40&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport trunk native vlan 99&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;switchport access vlan 20&lt;BR /&gt;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;switchport access vlan 30&lt;BR /&gt;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;switchport access vlan 40&lt;BR /&gt;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2/0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3/0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3/3&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt;ip address 192.168.10.253 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ip default-gateway 192.168.10.254&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;logging synchronous&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 22:55:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068874#M332836</guid>
      <dc:creator>DavitiAbesalashvili</dc:creator>
      <dc:date>2020-04-18T22:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068876#M332838</link>
      <description>&lt;BR /&gt;What is MY_PC default gateway? is it Router's IP of 192.168.10.254?&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Apr 2020 23:06:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068876#M332838</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2020-04-18T23:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068892#M332844</link>
      <description>&lt;P&gt;Here is output of &lt;STRONG&gt;ipconfig&lt;/STRONG&gt; and pinging default gateway of MY_PCs subnet and default gateway of another subnet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 554px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/72107i0671AD8AC3B81D9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 23:52:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068892#M332844</guid>
      <dc:creator>DavitiAbesalashvili</dc:creator>
      <dc:date>2020-04-18T23:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068899#M332846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1035382"&gt;@DavitiAbesalashvili&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Occasionally, PC firewalls block pinging of external networks.&lt;BR /&gt;Check that the firewall of your S.O. it is not blocking the ping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 00:22:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068899#M332846</guid>
      <dc:creator>luis_cordova</dc:creator>
      <dc:date>2020-04-19T00:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068914#M332848</link>
      <description>&lt;P&gt;&lt;BR /&gt;I see you are using VMNet10 as a connection to your GNS3 Cloud but not Microsoft Loopback interface. In the past, I always use MS Loopback interface to connect to GNS3 and were able to ping GNS3 device via CMD of my Host PC.&lt;BR /&gt;Please check GNS3 doc or forums which way you should use it. I think only way is via MS Loop and not via VMnet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, ML&lt;BR /&gt;**Please Rate All Helpful Responses **&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 00:59:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068914#M332848</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2020-04-19T00:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068917#M332849</link>
      <description>&lt;BR /&gt;briefly disabling PC firewall during testing is good idea&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Apr 2020 01:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068917#M332849</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2020-04-19T01:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068921#M332852</link>
      <description>&lt;P&gt;Can you share route print from your machine? And try doing capture on your pc and start a ping from router.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 01:12:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4068921#M332852</guid>
      <dc:creator>RaviM</dc:creator>
      <dc:date>2020-04-19T01:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069026#M332861</link>
      <description>&lt;P&gt;That are results with disabled firewall.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:36:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069026#M332861</guid>
      <dc:creator>DavitiAbesalashvili</dc:creator>
      <dc:date>2020-04-19T10:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069027#M332862</link>
      <description>&lt;P&gt;That are results with disabled firewall.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:37:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069027#M332862</guid>
      <dc:creator>DavitiAbesalashvili</dc:creator>
      <dc:date>2020-04-19T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069043#M332864</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;You a missing the native vlan on the router, by default the physical interface of the subinterfaces would be it (vlan 1) but as you have stated a native vlan 99 you need to create this on your router&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;RTR&lt;/U&gt;&lt;STRONG&gt;&lt;BR /&gt;conf t&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;int fa0/1.99&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;encapsulation dot1Q 99 native&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 11:52:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069043#M332864</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-04-19T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069124#M332876</link>
      <description>&lt;P&gt;Changed VMware virtual interface to MS loopback and have same issue. can ping router;s subinterface in my subnet but not another one. When I change it to VPC I can ping everything. Guess something is wrong with interaction between MS and GNS3&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 16:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069124#M332876</guid>
      <dc:creator>DavitiAbesalashvili</dc:creator>
      <dc:date>2020-04-19T16:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069130#M332877</link>
      <description>&lt;UL&gt;&lt;LI&gt;Use a native vlan dot1q on the router and check if that works.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Try using a normal PC instead of cloud and check if the ping works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 17:20:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069130#M332877</guid>
      <dc:creator>Vishnu Vardhan S</dc:creator>
      <dc:date>2020-04-19T17:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069148#M332880</link>
      <description>&lt;P&gt;&lt;BR /&gt;did you disable Firewall on Host PC for testing? if still fails; save and exit. Create new project with MS Loop to Cloud to GNS3 Router without IOU switch.&lt;/P&gt;&lt;P&gt;Check GNS3 forums for help. Things might be different if you use GNS3 Server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, ML&lt;BR /&gt;**Please Rate All Helpful Responses **&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 18:44:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4069148#M332880</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2020-04-19T18:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: InterVLAN routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4070217#M332936</link>
      <description>Yes, firewall was disabled, tried config changes, advised here, and Vmware forum is quiet, couldn't figure out thing. Same works with use of VPCs.</description>
      <pubDate>Tue, 21 Apr 2020 01:10:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/intervlan-routing/m-p/4070217#M332936</guid>
      <dc:creator>DavitiAbesalashvili</dc:creator>
      <dc:date>2020-04-21T01:10:27Z</dc:date>
    </item>
  </channel>
</rss>

