<?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: Layer 3 Switch cant communicate with Router (PT LAB) in Switching</title>
    <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697218#M531207</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;hi Dave I have post the questions with explanation and the entire tasks ,with the issue exactly where exist, I'm doing traineeship in a company but my supervisor he is not helpful man so would you mind helping me try open it in your packet tracer and you will see the problem thanks in advance Dave I really appreciate you help imjust a beginner in this world&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 02 Oct 2022 13:31:20 GMT</pubDate>
    <dc:creator>mahdi benameur</dc:creator>
    <dc:date>2022-10-02T13:31:20Z</dc:date>
    <item>
      <title>Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4466615#M510876</link>
      <description>&lt;P&gt;Hello world, newbie here,&lt;/P&gt;&lt;P&gt;I am working on a lab studying for the CCNA which is related to OSPF. The lab has 3 sites, AZ, NV and FL which when usingRouter on a Stick everything works to perfection. However, the instructor on his video doesn't have any sub-interfaces on the routers which led me to believe that he is using SVI's on the L3 switch(s) that connects to the edge router (topography attached) i could have let this go at theRouter on a Stick config w/ OSPF but i'm curious and want to learn how to config withoutRouter on a Stick (if possible) and now its been DAYS messing with configs on AZ with no result of the L3 switch communicating/ forming an adjacency with the router.&lt;/P&gt;&lt;P&gt;On my lab when using only SVIs on the AZ site, VLANS can communicate with each other but they don't get passed the default gateway i set for them on the L3 switch SVI and OSPF adjacencies are formed between the two core L3 switches but not the router on AZ.... YET, adjacencies are formed with all site routers and i can ping devices from NV to FL without issues; again i kept Router on a Stick there since a L2 switch is the main device there per the lab. Can anyone advise me on why this could be and yes i have enabled Ip routing on the switch and have the correct default gateway for the computers to get to.. just that after trace route the computers get to their respective gateway and stop there...&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I tried various other things such as a new SVI to connect to the router for communication but its not working... i will add as details emerge ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 00:09:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4466615#M510876</guid>
      <dc:creator>BrogsB12</dc:creator>
      <dc:date>2021-09-15T00:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4466628#M510878</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;post the zipped Packet Tracer project (.pkt) file...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 02:12:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4466628#M510878</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2021-09-15T02:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4466660#M510881</link>
      <description>&lt;P&gt;You have 4 subnets and two of them overlap &lt;STRONG&gt;*&lt;/STRONG&gt;&lt;BR /&gt;10.0.0.0/21 Arizona -10.0.0.1 to 10.0.7.254 &lt;STRONG&gt;*&lt;/STRONG&gt;&lt;BR /&gt;10.0.7.0/28 Metro&amp;nbsp; -10.0.7.1 - 10.0.7.14&lt;STRONG&gt;&amp;nbsp; *&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;10.0.8.0/21 Nevada -10.0.8.1 to 10.0.15.254&lt;BR /&gt;10.0.16.0/21 Florida -10.0.16.1 to 10.0.23.254&lt;BR /&gt;&lt;BR /&gt;Regards using L3 on the switches you would create a svi for each subnet taken from there respective assigned ip range and then have either a default static route pointing upstream towards there related site rtr or enable dynamic routing between rtr and switch&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;(OSPF)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Arizona - AZW1&amp;nbsp;&lt;BR /&gt;svi 10-17&lt;BR /&gt;&lt;BR /&gt;Nevada - NVSW1&lt;BR /&gt;svi 10-17&lt;BR /&gt;&lt;BR /&gt;Florida - FLSW1&lt;BR /&gt;svi 10-17&lt;BR /&gt;&lt;BR /&gt;On the site rtrs they should share a public address subnet (METRO -other than&amp;nbsp;10.0.7.0/28 and no&amp;nbsp;NAT) so they can OSPF peer with each other (p2mp network type) and advertise their related site subnets.&lt;BR /&gt;&lt;BR /&gt;Arizona -AZ-RT-1&amp;nbsp; -metro 172.16.1.1/29&amp;nbsp; &amp;nbsp;(10.0.0.0/21)&lt;BR /&gt;Nevada -NV-RT-1&amp;nbsp; -metro 172.16.1.2/29&amp;nbsp; &amp;nbsp;(10.0.8.0/21)&lt;BR /&gt;Florida - FL-RT-1&amp;nbsp; &amp;nbsp; -metro 172.16.1.3/29&amp;nbsp; &amp;nbsp;(10.0.16.0/21)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 05:16:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4466660#M510881</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-09-15T05:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697046#M531192</link>
      <description>&lt;P&gt;hi guys i need help urgently i have three routers and a switch between ,the router in the other side were not able to learn the two other router using OSPF and the other routers has the same issues i would send the packetracer task which would one do me a favor and see what is in the hands because im studying for CCNA exam.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 09:29:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697046#M531192</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-01T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697191#M531202</link>
      <description>&lt;P&gt;can someone help me urgently for the topics posted above im very thankful to you&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 11:42:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697191#M531202</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-02T11:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697195#M531204</link>
      <description>&lt;P&gt;Mahdi,&lt;/P&gt;&lt;P&gt;Which Packet Tracer are you having trouble with?&amp;nbsp; Please provide an image of the topology, the instructions file, and the Packet Tracer file.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 12:24:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697195#M531204</guid>
      <dc:creator>NetworkDave</dc:creator>
      <dc:date>2022-10-02T12:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697205#M531206</link>
      <description>&lt;P&gt;Hi Dave thanks for your reply&amp;nbsp; I meant I have uploaded the .pkt from packet tracer above my the last question&amp;nbsp; it's ospftrouble.txt&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 13:14:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697205#M531206</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-02T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697218#M531207</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;hi Dave I have post the questions with explanation and the entire tasks ,with the issue exactly where exist, I'm doing traineeship in a company but my supervisor he is not helpful man so would you mind helping me try open it in your packet tracer and you will see the problem thanks in advance Dave I really appreciate you help imjust a beginner in this world&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Oct 2022 13:31:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697218#M531207</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-02T13:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697223#M531208</link>
      <description>&lt;P&gt;Mahdi,&lt;/P&gt;&lt;P&gt;There is only a text file that shows output of the running-config. Please attach the actual .PKA or .PKT file along with the instructions. Also, which packet Tracer is it? Example 11.5.6 OSPF?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 13:45:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697223#M531208</guid>
      <dc:creator>NetworkDave</dc:creator>
      <dc:date>2022-10-02T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697230#M531209</link>
      <description>&lt;P&gt;hi dave i have packet tracer 8.1.1 version but i would attach the file .pkt right know and as i said try open it with packet tracer , and the left side of the topology&amp;nbsp; there is three router (router 0, router 1, and router 13 and a switch 3 in between) they are not able to make an ospf connection learn each other even .i m not able to attach the .pkt file in this communoty do you have an email? where can is end the the .pkt format thanks in advance?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 14:05:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697230#M531209</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-02T14:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697235#M531212</link>
      <description>&lt;P&gt;Ihi dave would you mind do me a favor for making things easier send me your email where i will be able to attach my .pkt tracer tasks because in this comuunity im not able to attach anything .&lt;/P&gt;&lt;P&gt;you sincerley&lt;/P&gt;&lt;P&gt;Mahdi&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 14:24:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697235#M531212</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-02T14:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697239#M531213</link>
      <description>&lt;P&gt;hi dave ihave send you the email with tasks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 15:06:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697239#M531213</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-02T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697425#M531224</link>
      <description>&lt;P&gt;Mahdi,&lt;/P&gt;&lt;P&gt;Solution&lt;BR /&gt;--------&lt;BR /&gt;On R13, add Sub-interface FastEthernet0/0.5&lt;BR /&gt;&amp;nbsp; &amp;nbsp;interface FastEthernet0/0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;no ip address 10.5.0.3 255.255.255.0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;exit&lt;BR /&gt;&amp;nbsp; &amp;nbsp;interface FastEthernet0/0.5&lt;BR /&gt;&amp;nbsp; &amp;nbsp;encapsulation dot1Q 5&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ip address 10.5.0.3 255.255.255.0&lt;/P&gt;&lt;P&gt;On R13, change ospf 1 network 10.5.0.0 0.0.0.255 to area 1 (from area 0)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;router ospf 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp;network 10.5.0.0 0.0.0.255 area 1&lt;/P&gt;&lt;P&gt;Verify:&amp;nbsp;show ospf neighbors and&amp;nbsp;show ip route.&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 08:53:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697425#M531224</guid>
      <dc:creator>NetworkDave</dc:creator>
      <dc:date>2022-10-03T08:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697432#M531225</link>
      <description>&lt;P&gt;hi dave thanks for your solution concerning this part , its work perfectly ospf , but there is one problem i im not able to ping from pc1 to the internet or even to the the router 12 where i got unreachable what is the reason thanks in advance .&lt;/P&gt;&lt;P&gt;your sincelery \mahdi&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 09:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697432#M531225</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-03T09:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697538#M531236</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;hi dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im not able to ping from host1 to router and vice versa while the ospf works perfectly do you have any idea about this what would be the main issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mahdi&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Oct 2022 13:44:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697538#M531236</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-03T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697624#M531257</link>
      <description>&lt;P&gt;Mahid,&lt;/P&gt;&lt;P&gt;Thanks for the update, I'm glad you were able to implement the solution successfully!&lt;/P&gt;&lt;P&gt;You mentioned the internet; There is no internet cloud in this topology?&lt;/P&gt;&lt;P&gt;Please be specific when describing the problem.&amp;nbsp;Examples:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Unable to ping from PC1 to PC7,&amp;nbsp;Unable to ping from R1 to R12., or&amp;nbsp;R13 Link to S3 is will not come up.&lt;/P&gt;&lt;P&gt;There are multiple problems. So, they need to be worked on one by one. The main issue is that some invalid networks are being advertised and some networks are not configured to be advertised.&amp;nbsp;It would be really helpful if there was a list of valid networks and IP address assignments. Please provide the problems that you are aware of...remember, be specific.&lt;/P&gt;&lt;P&gt;I'll be looking into why you can't ping from PC1 to R12&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 16:31:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4697624#M531257</guid>
      <dc:creator>NetworkDave</dc:creator>
      <dc:date>2022-10-03T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698038#M531281</link>
      <description>&lt;P&gt;Mahdi,&lt;/P&gt;&lt;P&gt;I've expanded the scope of the problem that you mentioned (PC1 to R12 - Ping failure).&lt;/P&gt;&lt;P&gt;Problem (expanded): No Connectivity from 10.3.x.x to 10.6.x.x / 10.7.x.x / 10.8.x.x networks.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;example: PC1 to PC3, PC4, PC5, PC6, and PC7.&lt;/P&gt;&lt;P&gt;Solutions:&lt;BR /&gt;Shutdown R12 F0/0 interface&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Next hop R2 advertising duplicate networks via OSPF.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Other issues (Ip addressing, links down, etc.)&lt;BR /&gt;Configure R1 to advertise 10.3.x.x network.&lt;BR /&gt;Assign default gateways on PC6 and PC7&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; PC6 (10.8.0.253) = Default Gateway 10.8.0.1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; PC7 (10.7.0.253) = Default Gateway 10.7.0.1&lt;/P&gt;&lt;P&gt;Connectivity established between 10.3.x.x / 10.6.x.x / 10.7.x.x / 10.8.x.x networks.&lt;BR /&gt;example: PC1 to PC3, PC4, PC5, PC6, and PC7.&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 09:40:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698038#M531281</guid>
      <dc:creator>NetworkDave</dc:creator>
      <dc:date>2022-10-04T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698069#M531285</link>
      <description>&lt;P&gt;hi dave&lt;/P&gt;&lt;P&gt;i have a question you said&amp;nbsp;&lt;SPAN&gt;Configure R1 to advertise 10.3.x.x network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;means that i should add this interface (ip address) under the router ospf 1&lt;/P&gt;&lt;P&gt;ospf configuration&lt;/P&gt;&lt;P&gt;your sincerly Mahdi&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 11:34:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698069#M531285</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-04T11:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698074#M531286</link>
      <description>&lt;P&gt;Mahdi,&lt;/P&gt;&lt;P&gt;Configure Router&amp;nbsp; R1 to advertise network 10.3.x.x. via OSPF.&lt;BR /&gt;Router(config)#router ospf 1&lt;BR /&gt;Router(config-router)#network 10.3.0.0 0.0.0.255 area 1&lt;BR /&gt;Router(config-router)#end&lt;BR /&gt;Router#&lt;/P&gt;&lt;P&gt;show running-config&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;auto-cost reference-bandwidth 1000&lt;BR /&gt;network 10.5.0.0 0.0.0.255 area 1&lt;BR /&gt;network 10.2.0.0 0.0.0.255 area 1&lt;BR /&gt;network 10.3.0.0 0.0.0.255 area 1&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 11:53:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698074#M531286</guid>
      <dc:creator>NetworkDave</dc:creator>
      <dc:date>2022-10-04T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 3 Switch cant communicate with Router (PT LAB)</title>
      <link>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698105#M531291</link>
      <description>&lt;P&gt;hi dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;when i wrote show ip route&amp;nbsp; i didn t see any ospf changement .&lt;/P&gt;&lt;P&gt;i see only this&lt;/P&gt;&lt;P&gt;Router#show ip ro&lt;/P&gt;&lt;P&gt;Router#show ip route&lt;/P&gt;&lt;P&gt;Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;/P&gt;&lt;P&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;/P&gt;&lt;P&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;/P&gt;&lt;P&gt;E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP&lt;/P&gt;&lt;P&gt;i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area&lt;/P&gt;&lt;P&gt;* - candidate default, U - per-user static route, o - ODR&lt;/P&gt;&lt;P&gt;P - periodic downloaded static route&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gateway of last resort is not set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.0.0.0/8 is variably subnetted, 8 subnets, 2 masks&lt;/P&gt;&lt;P&gt;C 10.2.0.0/24 is directly connected, GigabitEthernet0/0/0.2&lt;/P&gt;&lt;P&gt;L 10.2.0.253/32 is directly connected, GigabitEthernet0/0/0.2&lt;/P&gt;&lt;P&gt;C 10.3.0.0/24 is directly connected, GigabitEthernet0/0/0.3&lt;/P&gt;&lt;P&gt;L 10.3.0.253/32 is directly connected, GigabitEthernet0/0/0.3&lt;/P&gt;&lt;P&gt;C 10.4.0.0/24 is directly connected, GigabitEthernet0/0/0.4&lt;/P&gt;&lt;P&gt;L 10.4.0.253/32 is directly connected, GigabitEthernet0/0/0.4&lt;/P&gt;&lt;P&gt;C 10.5.0.0/24 is directly connected, GigabitEthernet0/0/1.5&lt;/P&gt;&lt;P&gt;L 10.5.0.4/32 is directly connected, GigabitEthernet0/0/1.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 13:08:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/layer-3-switch-cant-communicate-with-router-pt-lab/m-p/4698105#M531291</guid>
      <dc:creator>mahdi benameur</dc:creator>
      <dc:date>2022-10-04T13:08:01Z</dc:date>
    </item>
  </channel>
</rss>

