<?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 I'm sorry, I'm just to new to in Switching</title>
    <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807387#M341765</link>
    <description>&lt;P&gt;I'm sorry, I'm just to new to PT and I'm not sure how do you want me to copy the configurations if you mean from the PT itself. If you mean what configuration's I'm using, it is this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Router 0 is connected through serial 000 to serial 000 of Router 1. Router one is connected though serial 001 to serial 000 of Router 2. Router 2 is connected through serial 001 to serial 001 of Router 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Router 0:&lt;BR /&gt;Serial 000: 192.168.0.193 255.255.255.252&lt;BR /&gt;Serial 001: 192.168.0.202 255.255.255.252&lt;BR /&gt;Ethernt 00: 192.168.0.1 255.255.255.128&lt;/P&gt;
&lt;P&gt;PC0 and PC1 are behind a switch that is part of Router 0's network.&lt;/P&gt;
&lt;P&gt;PC0&lt;BR /&gt; IP: 192.168.0.2&lt;BR /&gt; Mask: 255.255.255.128&lt;BR /&gt;Gatway: 192.168.0.1&lt;/P&gt;
&lt;P&gt;PC1&lt;BR /&gt; IP: 192.168.0.3&lt;BR /&gt; Mask: 255.255.255.128 &lt;BR /&gt;Gatway: 192.168.0.1&lt;/P&gt;
&lt;P&gt;Router 1:&lt;/P&gt;
&lt;P&gt;Serial 000: 192.168.0.194 255.255.255.252&lt;BR /&gt;Serial 001: 192.168.0.197 255.255.255.252&lt;BR /&gt;Ethernt 00: 192.168.0.129 255.255.255.224&lt;BR /&gt;Ethernt 01: 192.168.0.205 255.255.255.252&lt;/P&gt;
&lt;P&gt;PC2&lt;BR /&gt; IP: 192.168.0.130&lt;BR /&gt; Mask: 255.255.255.224&lt;BR /&gt;Gatway: 192.168.0.129&lt;/P&gt;
&lt;P&gt;PC3&lt;BR /&gt; IP: 192.168.0.131&lt;BR /&gt; Mask: 255.255.255.224&lt;BR /&gt;Gatway: 192.168.0.129&lt;/P&gt;
&lt;P&gt;PC2 and PC3 are on the same switch, PC4 is in another switch, both switches are part of Router 1's network.&lt;/P&gt;
&lt;P&gt;PC4&lt;BR /&gt; IP: 192.168.0.206&lt;BR /&gt; Mask: 255.255.255.252&lt;BR /&gt;Gatway: 192.168.0.205&lt;/P&gt;
&lt;P&gt;Router 2:&lt;BR /&gt;Serial 000: 192.168.0.198 255.255.255.252&lt;BR /&gt;Serial 001: 192.168.0.201 255.255.255.252&lt;BR /&gt;Ethernt 01: 192.168.0.161 255.255.255.224&lt;/P&gt;
&lt;P&gt;PC5 is directly connected to Router 2.&lt;/P&gt;
&lt;P&gt;PC5&lt;BR /&gt; IP: 192.168.0.162&lt;BR /&gt; Mask: 255.255.255.224&lt;BR /&gt;Gatway: 192.168.0.161&lt;/P&gt;
&lt;P&gt;By the way, I uploaded the PKT file on the 1st post.&lt;/P&gt;</description>
    <pubDate>Sun, 22 Nov 2015 20:16:59 GMT</pubDate>
    <dc:creator>kwanbisCCNA</dc:creator>
    <dc:date>2015-11-22T20:16:59Z</dc:date>
    <item>
      <title>Packet Tracert Excercise with RIPv2</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807383#M341761</link>
      <description>&lt;P&gt;Hello everybody. I have started learning VLSM and RIPv2.&amp;nbsp;I have 3 routers, 4, lans, etc. You can see the topology on the file.&lt;/P&gt;
&lt;P&gt;I have connected the reouters through their&amp;nbsp;0-0, 1-0 and 1-1 (last to first) serial ports.&lt;/P&gt;
&lt;P&gt;And I have configured the routers like this:&lt;/P&gt;
&lt;P&gt;R0:&lt;/P&gt;
&lt;P&gt;000: 192.168.0.193 255.255.255.252&lt;BR /&gt; 001: 192.168.0.202 255.255.255.252&lt;BR /&gt; ETH: 192.168.0.1 255.255.255.128&lt;/P&gt;
&lt;P&gt;R1:&lt;/P&gt;
&lt;P&gt;000: 192.168.0.194 255.255.255.252&lt;BR /&gt; 001: 192.168.0.197 255.255.255.252&lt;BR /&gt; ET1: 192.168.0.129 255.255.255.224&lt;BR /&gt; ET2: 192.168.0.205 255.255.255.252&lt;/P&gt;
&lt;P&gt;R2:&lt;/P&gt;
&lt;P&gt;000: 192.168.0.198 255.255.255.252&lt;BR /&gt; 001: 192.168.0.201 255.255.255.252&lt;BR /&gt; ETH: 192.168.0.161 255.255.255.224&lt;/P&gt;
&lt;P&gt;For router 0 y executed on RIP mode on the CLI:&lt;BR /&gt;version 2&lt;BR /&gt;network 192.168.0.193&lt;BR /&gt;network 192.168.0.202&lt;BR /&gt;network 192.168.0.1&lt;BR /&gt;(I understand that I can just execute:&amp;nbsp;network 192.168.0.0, is that so?)&lt;/P&gt;
&lt;P&gt;For router 1 y executed on RIP mode on the CLI:&lt;BR /&gt;version 2&lt;BR /&gt;network 192.168.0.194&lt;BR /&gt;network 192.168.0.197&lt;BR /&gt;network 192.168.0.129&lt;BR /&gt;network 192.168.0.205&lt;/P&gt;
&lt;P&gt;For router 2 y executed on RIP mode on the CLI:&lt;BR /&gt;version 2&lt;BR /&gt;network 192.168.0.198&lt;BR /&gt;network 192.168.0.201&lt;BR /&gt;network 192.168.0.161&lt;/P&gt;
&lt;P&gt;The IP, Mask, Gatway of the PCs are:&lt;BR /&gt;PC0 192.168.0.2 255.255.255.128 192.168.0.1&lt;BR /&gt;PC1 192.168.0.3 255.255.255.128 192.168.0.1&lt;/P&gt;
&lt;P&gt;PC2 192.168.0.130 255.255.255.224 192.168.0.129&lt;BR /&gt;PC3 192.168.0.131 255.255.255.224 192.168.0.129&lt;/P&gt;
&lt;P&gt;PC4 192.168.0.206 255.255.255.252 192.168.0.205&lt;/P&gt;
&lt;P&gt;PC5 192.168.0.162 255.255.255.224 192.168.0.161&lt;/P&gt;
&lt;P&gt;If I ping from PC0 to the others,&amp;nbsp;&lt;BR /&gt;ping 192.168.0.2 OK (itself)&lt;BR /&gt;ping 192.168.0.3 OK&lt;BR /&gt;ping 192.168.0.130 x (dies on router 1)&lt;BR /&gt;ping 192.168.0.131 x (dies on router 1)&lt;BR /&gt;ping 192.168.0.206 x (dies on router 1)&lt;BR /&gt;ping 192.168.0.162 ok&lt;/P&gt;
&lt;P&gt;Any idea why is not working?&lt;/P&gt;
&lt;P&gt;THANKS!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 10:48:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807383#M341761</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2019-03-08T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807384#M341762</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please share your configuration in text format.&lt;/P&gt;
&lt;P&gt;setting network 192.168.0.0 is fine.&lt;/P&gt;
&lt;P&gt;Try to set&lt;STRONG&gt; &lt;SPAN class="st"&gt;&lt;EM&gt;no auto&lt;/EM&gt;-&lt;EM&gt;summary&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; under RIB configuration and test the result.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 18:10:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807384#M341762</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T18:10:11Z</dc:date>
    </item>
    <item>
      <title>Thansk for replying. How do I</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807385#M341763</link>
      <description>&lt;P&gt;Thansk for replying.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How do I share it in text format? Like so?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Needed Allocated Address Mask Dec Mask Assignable Range Broadcast&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; 80 126 192.168.0.0 &amp;nbsp; /25 255.255.255.128 192.168.0.1 &amp;nbsp;- &amp;nbsp;192.168.0.126 192.168.0.127&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; 20 &amp;nbsp;30 192.168.0.128 /27 255.255.255.224 192.168.0.129 - 192.168.0.158 192.168.0.159&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; 20 &amp;nbsp;30 192.168.0.160 /27 255.255.255.224 192.168.0.161 - 192.168.0.190 192.168.0.191&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; 20 &amp;nbsp;30 192.168.0.192 /27 255.255.255.224 192.168.0.193 - 192.168.0.222 192.168.0.223&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;02 &amp;nbsp;02 192.168.0.224 /30 255.255.255.252 192.168.0.225 - 192.168.0.226 192.168.0.227&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;02 &amp;nbsp;02 192.168.0.228 /30 255.255.255.252 192.168.0.229 - 192.168.0.230 192.168.0.231&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;02 &amp;nbsp;02 192.168.0.232 /30 255.255.255.252 192.168.0.233 - 192.168.0.234 192.168.0.235&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You mean this?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Router(config)#router rip&lt;/P&gt;
&lt;P&gt;Router(config-router)#no auto-summary&lt;/P&gt;
&lt;P&gt;Router(config-router)#&lt;/P&gt;
&lt;P&gt;On all 3 routers?&lt;/P&gt;
&lt;P&gt;I just did that and it did not work.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 18:38:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807385#M341763</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T18:38:50Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807386#M341764</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Copy pasye all 3 configurations in a text file with specifing the name of the routers. Then attach the text file.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 19:53:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807386#M341764</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T19:53:12Z</dc:date>
    </item>
    <item>
      <title>I'm sorry, I'm just to new to</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807387#M341765</link>
      <description>&lt;P&gt;I'm sorry, I'm just to new to PT and I'm not sure how do you want me to copy the configurations if you mean from the PT itself. If you mean what configuration's I'm using, it is this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Router 0 is connected through serial 000 to serial 000 of Router 1. Router one is connected though serial 001 to serial 000 of Router 2. Router 2 is connected through serial 001 to serial 001 of Router 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Router 0:&lt;BR /&gt;Serial 000: 192.168.0.193 255.255.255.252&lt;BR /&gt;Serial 001: 192.168.0.202 255.255.255.252&lt;BR /&gt;Ethernt 00: 192.168.0.1 255.255.255.128&lt;/P&gt;
&lt;P&gt;PC0 and PC1 are behind a switch that is part of Router 0's network.&lt;/P&gt;
&lt;P&gt;PC0&lt;BR /&gt; IP: 192.168.0.2&lt;BR /&gt; Mask: 255.255.255.128&lt;BR /&gt;Gatway: 192.168.0.1&lt;/P&gt;
&lt;P&gt;PC1&lt;BR /&gt; IP: 192.168.0.3&lt;BR /&gt; Mask: 255.255.255.128 &lt;BR /&gt;Gatway: 192.168.0.1&lt;/P&gt;
&lt;P&gt;Router 1:&lt;/P&gt;
&lt;P&gt;Serial 000: 192.168.0.194 255.255.255.252&lt;BR /&gt;Serial 001: 192.168.0.197 255.255.255.252&lt;BR /&gt;Ethernt 00: 192.168.0.129 255.255.255.224&lt;BR /&gt;Ethernt 01: 192.168.0.205 255.255.255.252&lt;/P&gt;
&lt;P&gt;PC2&lt;BR /&gt; IP: 192.168.0.130&lt;BR /&gt; Mask: 255.255.255.224&lt;BR /&gt;Gatway: 192.168.0.129&lt;/P&gt;
&lt;P&gt;PC3&lt;BR /&gt; IP: 192.168.0.131&lt;BR /&gt; Mask: 255.255.255.224&lt;BR /&gt;Gatway: 192.168.0.129&lt;/P&gt;
&lt;P&gt;PC2 and PC3 are on the same switch, PC4 is in another switch, both switches are part of Router 1's network.&lt;/P&gt;
&lt;P&gt;PC4&lt;BR /&gt; IP: 192.168.0.206&lt;BR /&gt; Mask: 255.255.255.252&lt;BR /&gt;Gatway: 192.168.0.205&lt;/P&gt;
&lt;P&gt;Router 2:&lt;BR /&gt;Serial 000: 192.168.0.198 255.255.255.252&lt;BR /&gt;Serial 001: 192.168.0.201 255.255.255.252&lt;BR /&gt;Ethernt 01: 192.168.0.161 255.255.255.224&lt;/P&gt;
&lt;P&gt;PC5 is directly connected to Router 2.&lt;/P&gt;
&lt;P&gt;PC5&lt;BR /&gt; IP: 192.168.0.162&lt;BR /&gt; Mask: 255.255.255.224&lt;BR /&gt;Gatway: 192.168.0.161&lt;/P&gt;
&lt;P&gt;By the way, I uploaded the PKT file on the 1st post.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 20:16:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807387#M341765</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T20:16:59Z</dc:date>
    </item>
    <item>
      <title>PKT version is not compatible</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807388#M341766</link>
      <description>&lt;P&gt;PKT version is not compatible with my packet tracer version.&lt;/P&gt;
&lt;P&gt;For example go on R1 and Show running config. Copy whole configuration and paste it to a text file. repeat on R2 and R3.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 20:20:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807388#M341766</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T20:20:46Z</dc:date>
    </item>
    <item>
      <title>I understand now. I just</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807389#M341767</link>
      <description>&lt;P&gt;I understand now. I just uploaded all 3 configs inside a ZIP. By the way, I'm using version 6.2.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 20:30:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807389#M341767</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T20:30:42Z</dc:date>
    </item>
    <item>
      <title>Confuguration looks good;</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807390#M341768</link>
      <description>&lt;P&gt;Confuguration looks good; however, I do not see "no autosummarization command". I am trying to update my packet tracer to 6.2.&lt;/P&gt;
&lt;P&gt;Just make sure you can ping IP addresses of serial interfaces from other routers.&lt;/P&gt;
&lt;P&gt;I will get back to you.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 20:45:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807390#M341768</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T20:45:31Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot for your help.</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807391#M341769</link>
      <description>&lt;P&gt;Thanks a lot for your help. Be waiting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807391#M341769</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T21:07:25Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807392#M341770</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I checked the configuration. The IP addresses on router1 are wrong. you need to replace IP address G0/0 with G0/1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 192.168.0.205 255.255.255.252&lt;BR /&gt;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;ip address 192.168.0.129 255.255.255.224&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807392#M341770</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T21:09:55Z</dc:date>
    </item>
    <item>
      <title>I'm sorry, but I don't</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807393#M341771</link>
      <description>&lt;P&gt;I'm sorry, but I don't understand your solution.&lt;/P&gt;
&lt;P&gt;CURRENTLY&lt;/P&gt;
&lt;P&gt;GigabitEthernet0/0&lt;BR /&gt;192.168.0.129 255.255.255.224&lt;/P&gt;
&lt;P&gt;GigabitEthernet0/1&lt;BR /&gt;192.168.0.205 255.255.255.252&lt;/P&gt;
&lt;P&gt;"SOLUTION"&lt;/P&gt;
&lt;P&gt;GigabitEthernet0/0&lt;BR /&gt;192.168.0.205 255.255.255.252&lt;/P&gt;
&lt;P&gt;GigabitEthernet0/1&lt;BR /&gt;192.168.0.129 255.255.255.224&lt;/P&gt;
&lt;P&gt;So basically we are just switching the IPs. Why would that work? (I'm changing the config as I write this).&lt;/P&gt;
&lt;P&gt;I just uploaded the topology just in case.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:22:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807393#M341771</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T21:22:40Z</dc:date>
    </item>
    <item>
      <title>Because PC2 and PC3 are</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807394#M341772</link>
      <description>&lt;P&gt;Because &lt;STRONG&gt;PC2 and PC3&lt;/STRONG&gt; are connected to switch3 and switch3 are connected to&lt;STRONG&gt; R1 G0/1&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;PC2 ip address is &lt;STRONG&gt;192.168.0.130&amp;nbsp;&lt;/STRONG&gt; while interface G0/1 ip is currently is &lt;STRONG&gt;192.168.0.205&lt;/STRONG&gt;. They are in the same range. You need to put 192.168.0.129 on G0/1 because 192.168.0.130 and 192.168.0.129 are in the same page.&lt;/P&gt;
&lt;P&gt;Replace the IPs and try to ping again.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:29:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807394#M341772</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T21:29:53Z</dc:date>
    </item>
    <item>
      <title>So the problem is that I</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807395#M341773</link>
      <description>&lt;P&gt;So the problem is that I configured por A for Network X but then the PCs wrong? How can you know which&amp;nbsp;port is connecting to any switch?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:31:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807395#M341773</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T21:31:47Z</dc:date>
    </item>
    <item>
      <title>Go to option, preference, you</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807396#M341774</link>
      <description>&lt;P&gt;Go to option, preference, you see an option.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"Always show port labels"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You will see the port labels on your topology.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Another way is keeping mouse on the link( just keeping ,not clicking). interfaces name will be shown.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807396#M341774</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T21:36:52Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot for all your</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807397#M341775</link>
      <description>&lt;P&gt;Thanks a lot for all your help. I was getting crazy &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:46:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807397#M341775</guid>
      <dc:creator>kwanbisCCNA</dc:creator>
      <dc:date>2015-11-22T21:46:02Z</dc:date>
    </item>
    <item>
      <title>Glad to help.
Masoud</title>
      <link>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807398#M341776</link>
      <description>&lt;P&gt;Glad to help.&lt;/P&gt;
&lt;P&gt;Masoud&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 21:47:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/packet-tracert-excercise-with-ripv2/m-p/2807398#M341776</guid>
      <dc:creator>Masoud Pourshabanian</dc:creator>
      <dc:date>2015-11-22T21:47:54Z</dc:date>
    </item>
  </channel>
</rss>

