<?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 The reason for doing this is in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834164#M262545</link>
    <description>&lt;P&gt;The reason for doing this is you have router on a stick configuration and thus, multiple vlans are being terminated on it.&lt;/P&gt;
&lt;P&gt;If you have a sub-interface configuration, then you cannot use access mode on the switch. You will have to use trunk mode.&lt;/P&gt;
&lt;P&gt;Hope this clarifies.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vinit&lt;/P&gt;
&lt;P&gt;PS: Please mark the question as answered, if your query has been resolved.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Nov 2015 16:40:26 GMT</pubDate>
    <dc:creator>Vinit Jain</dc:creator>
    <dc:date>2015-11-28T16:40:26Z</dc:date>
    <item>
      <title>Cant ping sub interface gateway</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834156#M262537</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to setup a cisco router to work with 5 sub-interface vlans. Issue i am currently having is that a device on one network (192.168.10.100) cant ping the gateway IP of 192.168.10.1. The sub-interface is up as i can ping it from the router itself. I noticed in the router ARP table its showing as an imcomplete MAC address. Right now all im concerned with is pinging within the VLANs and accross other sub interfaces on the router. Eventually ill hook this network to others and expand but one step at a time. I have verified the gateway/subnet are set correctly on the computer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Info from the router is below. Any and all help is greatly appreciated!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;interface FastEthernet0/0&lt;BR /&gt;ip address 192.168.0.2 255.255.255.248&lt;BR /&gt;ip route-cache flow&lt;BR /&gt;duplex full&lt;BR /&gt;speed 100&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;description LINK 192.168.10.6&lt;BR /&gt;no ip address&lt;BR /&gt;ip route-cache flow&lt;BR /&gt;duplex full&lt;BR /&gt;speed 100&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.101&lt;BR /&gt;description WHA1992&lt;BR /&gt;encapsulation dot1Q 101&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.0.43&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;interface FastEthernet0/1.102&lt;BR /&gt;description WHA1992-WL&lt;BR /&gt;encapsulation dot1Q 102&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.0.43&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.103&lt;BR /&gt;description PARENT&lt;BR /&gt;encapsulation dot1Q 103&lt;BR /&gt;ip address 192.168.3.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.0.43&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.104&lt;BR /&gt;description PARENT-WL&lt;BR /&gt;encapsulation dot1Q 104&lt;BR /&gt;ip address 192.168.4.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.0.43&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.105&lt;BR /&gt;description SECURITY&lt;BR /&gt;encapsulation dot1Q 105&lt;BR /&gt;ip address 192.168.5.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.0.43&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.110&lt;BR /&gt;description MANAGEMENT&lt;BR /&gt;encapsulation dot1Q 110&lt;BR /&gt;ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.0.43&lt;BR /&gt;!&lt;BR /&gt;ip default-gateway 192.168.0.9&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 FastEthernet0/0&lt;BR /&gt;ip route 192.168.10.0 255.255.255.0 FastEthernet0/1&lt;BR /&gt;!&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Aug 2022 06:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834156#M262537</guid>
      <dc:creator>brentr678</dc:creator>
      <dc:date>2022-08-18T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cant ping sub interface gateway</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834157#M262538</link>
      <description>&lt;P&gt;Could you please explain the reason for having the static route&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;ip route 192.168.10.0 255.255.255.0 FastEthernet0/1&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Since&amp;nbsp;you already have the network as part of local network, you do not require this static route.&lt;/P&gt;
&lt;P&gt;Could you please remove the same and see if that helps.&lt;/P&gt;
&lt;P&gt;Also, please share the topology (how the router is connected to the host from where the ping is initiated)&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vinit&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:02:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834157#M262538</guid>
      <dc:creator>Vinit Jain</dc:creator>
      <dc:date>2022-08-18T09:02:26Z</dc:date>
    </item>
    <item>
      <title>That static route i added</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834158#M262539</link>
      <description>&lt;P&gt;That static route i added when i was testing random things. I removed it now with no luck.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The 192.168.0.0/24 network is the parent network. Then the new router connects to that network with the IP 192.168.0.2. On that new router are the sub-interfaces 192.168.1-10.0/24s. The pings are started from the 192.168.10.1 interface on the&amp;nbsp;new router and go through a managed switch on VLAN 110 to the device on IP 192.168.10.100. I appologize for not having a Vizio diagram to better explain it. Hopefully that helps.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 06:14:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834158#M262539</guid>
      <dc:creator>brentr678</dc:creator>
      <dc:date>2015-11-28T06:14:22Z</dc:date>
    </item>
    <item>
      <title>Brent, </title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834159#M262540</link>
      <description>&lt;P&gt;Brent,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just to confirm, do&amp;nbsp;you have the router connected to a switch which has got vlan's created in it and to which the hosts are connected to the switch ? pls confirm.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 06:39:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834159#M262540</guid>
      <dc:creator>Raja_D</dc:creator>
      <dc:date>2015-11-28T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: That static route i added</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834160#M262541</link>
      <description>&lt;P&gt;So, if i understand correctly, you have the below topology:&lt;/P&gt;
&lt;P&gt;Internet / Internal network----192.168.0.2(RTR)192.168.10.1-----SW-----192.168.10.100(host)&lt;/P&gt;
&lt;P&gt;And you are unable to ping from 192.168.10.100 to 192.168.10.1. Is that the correct problem statement?&lt;/P&gt;
&lt;P&gt;If thats the case, Could you please share the switch configuration from the interfaces connecting the router as well as the host along with&lt;/P&gt;
&lt;PRE&gt;show vlan id 100&lt;/PRE&gt;
&lt;P&gt;output.&lt;/P&gt;
&lt;P&gt;Could you please perform debug ip icmp on the router and then perform the ping test from the host. Also, please share the below output from the router along with debug output&lt;/P&gt;
&lt;PRE&gt;show ip arp&lt;/PRE&gt;
&lt;PRE&gt;show ip route&lt;/PRE&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vinit&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:03:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834160#M262541</guid>
      <dc:creator>Vinit Jain</dc:creator>
      <dc:date>2022-08-18T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: That static route i added</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834161#M262542</link>
      <description>&lt;P&gt;Yes that is the correct layout and the correct problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch interface connecting to router:&lt;/P&gt;
&lt;PRE&gt;interface FastEthernet0/1&lt;BR /&gt;description MGMT TESTING UPLNK&lt;BR /&gt;switchport access vlan 110&lt;BR /&gt;switchport mode access&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch interface connecting to host:&lt;/P&gt;
&lt;PRE&gt;description MGMT AP 2 TEST&lt;BR /&gt;switchport access vlan 110&lt;BR /&gt;switchport mode access&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Show VLAN110 output:&lt;BR /&gt;&lt;BR /&gt;WHA1992-168.0.6#show vlan id 110&lt;BR /&gt;&lt;BR /&gt;VLAN Name Status Ports&lt;BR /&gt;---- -------------------------------- --------- ------------------------------&lt;BR /&gt;110 MANAGEMENT active Fa0/1, Fa0/2, Fa0/47&lt;BR /&gt;&lt;BR /&gt;VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2&lt;BR /&gt;---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;BR /&gt;110 enet 100110 1500 - - - - - 0 0&lt;BR /&gt;&lt;BR /&gt;Primary Secondary Type Ports&lt;BR /&gt;------- --------- ----------------- ------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran the debug with ICMP but the output didnt change. What should it show?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Show IP ARP:&lt;/PRE&gt;
&lt;PRE&gt;Protocol Address Age (min) Hardware Addr Type Interface&lt;BR /&gt;Internet 192.168.10.100 0 Incomplete ARPA&lt;BR /&gt;Internet 192.168.0.43 0 94de.80bb.bc1b ARPA FastEthernet0/0&lt;BR /&gt;Internet 192.168.0.9 13 2076.0013.91a8 ARPA FastEthernet0/0&lt;BR /&gt;Internet 192.168.10.1 - 0017.e051.d429 ARPA FastEthernet0/1.110&lt;BR /&gt;Internet 192.168.1.1 - 0017.e051.d429 ARPA FastEthernet0/1.101&lt;BR /&gt;Internet 192.168.0.2 - 0017.e051.d428 ARPA FastEthernet0/0&lt;BR /&gt;Internet 192.168.3.1 - 0017.e051.d429 ARPA FastEthernet0/1.103&lt;BR /&gt;Internet 192.168.2.1 - 0017.e051.d429 ARPA FastEthernet0/1.102&lt;BR /&gt;Internet 192.168.5.1 - 0017.e051.d429 ARPA FastEthernet0/1.105&lt;BR /&gt;Internet 192.168.4.1 - 0017.e051.d429 ARPA FastEthernet0/1.104&lt;BR /&gt;Internet 192.168.0.181 13 94de.80bb.bc1b ARPA FastEthernet0/0&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Show IP Route:&lt;/PRE&gt;
&lt;PRE&gt;WHA1992-R1#sho ip route&lt;BR /&gt;Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;o - ODR, P - periodic downloaded static route&lt;BR /&gt;&lt;BR /&gt;Gateway of last resort is 0.0.0.0 to network 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;C 192.168.10.0/24 is directly connected, FastEthernet0/1.110&lt;BR /&gt;C 192.168.4.0/24 is directly connected, FastEthernet0/1.104&lt;BR /&gt;C 192.168.5.0/24 is directly connected, FastEthernet0/1.105&lt;BR /&gt;192.168.0.0/29 is subnetted, 1 subnets&lt;BR /&gt;C 192.168.0.0 is directly connected, FastEthernet0/0&lt;BR /&gt;C 192.168.1.0/24 is directly connected, FastEthernet0/1.101&lt;BR /&gt;C 192.168.2.0/24 is directly connected, FastEthernet0/1.102&lt;BR /&gt;C 192.168.3.0/24 is directly connected, FastEthernet0/1.103&lt;BR /&gt;S* 0.0.0.0/0 is directly connected, FastEthernet0/0&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brent&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:04:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834161#M262542</guid>
      <dc:creator>brentr678</dc:creator>
      <dc:date>2022-08-18T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Yes the router is connected</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834162#M262543</link>
      <description>&lt;P&gt;Yes the router is connected to a 2960 switch with VLANS 100-110 created on it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brent&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 16:16:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834162#M262543</guid>
      <dc:creator>brentr678</dc:creator>
      <dc:date>2015-11-28T16:16:00Z</dc:date>
    </item>
    <item>
      <title>Please change the</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834163#M262544</link>
      <description>&lt;P&gt;Please change the configuration of the switch interface connecting to the router to trunk mode.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;int fa0/1&lt;BR /&gt;no sw mode access&lt;BR /&gt;sw trunk encap dot&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw trunk allowed vlan 110&lt;/PRE&gt;
&lt;P&gt;Please let me know if that resolves your problem.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vinit&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 16:34:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834163#M262544</guid>
      <dc:creator>Vinit Jain</dc:creator>
      <dc:date>2015-11-28T16:34:53Z</dc:date>
    </item>
    <item>
      <title>The reason for doing this is</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834164#M262545</link>
      <description>&lt;P&gt;The reason for doing this is you have router on a stick configuration and thus, multiple vlans are being terminated on it.&lt;/P&gt;
&lt;P&gt;If you have a sub-interface configuration, then you cannot use access mode on the switch. You will have to use trunk mode.&lt;/P&gt;
&lt;P&gt;Hope this clarifies.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vinit&lt;/P&gt;
&lt;P&gt;PS: Please mark the question as answered, if your query has been resolved.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 16:40:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834164#M262545</guid>
      <dc:creator>Vinit Jain</dc:creator>
      <dc:date>2015-11-28T16:40:26Z</dc:date>
    </item>
    <item>
      <title>That did the trick and makes</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834165#M262546</link>
      <description>&lt;P&gt;That did the trick and makes sense why you need to set it as trunk. But here is a follow up question. After i changed the port then i was able to ping 192.168.10.100 from any interface. To be sure things were working i changed the host IP to 192.168.10.102 but now i cant ping it from any other interface besides the gatway 192.168.10.1. The ARP table shows the updated IP but i cant ping it from other subnets. Thoughts?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your help answering the main question!&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 17:41:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834165#M262546</guid>
      <dc:creator>brentr678</dc:creator>
      <dc:date>2015-11-28T17:41:09Z</dc:date>
    </item>
    <item>
      <title>I am not sure how you</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834166#M262547</link>
      <description>&lt;P&gt;I am not sure how you confirmed that the ping was working from other interfaces. I dont think it is supposed to work. You can only reach the subnet within single broadcast domain unless you have routing enabled between subnets.&lt;/P&gt;
&lt;PRE class="p1 prettyprint"&gt;&lt;SPAN class="s1"&gt;R3(config)#int e0/1.101&lt;BR /&gt;&lt;/SPAN&gt;R3(config-subif)#encap dot 102 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;SPAN class="s1"&gt;R3(config-subif)#ip add 10.2.1.1 255.255.255.0&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;R3(config-subif)#int e0/1.102&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;R3(config-subif)#encap dot 101&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;R3(config-subif)#ip add 10.101.1.1 255.255.255.0&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;R3(config-subif)#end&lt;BR /&gt;&lt;/SPAN&gt;R3#ping 10.1.1.100 so 10.101.1.1&lt;BR /&gt;&lt;SPAN class="s1"&gt;Type escape sequence to abort.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Sending 5, 100-byte ICMP Echos to 10.1.1.100, timeout is 2 seconds:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Packet sent with a source address of 10.101.1.1 &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.....&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;R3#ping 10.1.1.100 so 10.2.1.1&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Type escape sequence to abort.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Sending 5, 100-byte ICMP Echos to 10.1.1.100, timeout is 2 seconds:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Packet sent with a source address of 10.2.1.1 &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.....&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Success rate is 0 percent (0/5)&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Vinit&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 18:06:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cant-ping-sub-interface-gateway/m-p/2834166#M262547</guid>
      <dc:creator>Vinit Jain</dc:creator>
      <dc:date>2015-11-28T18:06:42Z</dc:date>
    </item>
  </channel>
</rss>

