<?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: OSPF troubleshooting in Routing</title>
    <link>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4899425#M387388</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for helping me out, issue resolved after adding&lt;/P&gt;
&lt;PRE&gt;10.105.255.5 255.255.255.252 on switch 2 and 101.05.255.6 255.255.255.252 on switch 3/core&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 04:55:35 GMT</pubDate>
    <dc:creator>almas1989</dc:creator>
    <dc:date>2023-08-07T04:55:35Z</dc:date>
    <item>
      <title>OSPF troubleshooting</title>
      <link>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898046#M387262</link>
      <description>&lt;P&gt;Hello, Good Day&lt;/P&gt;
&lt;P&gt;I'm new to learning OSPF and made a simple lab in packet tracer and im facing an issue i have two switches connected with core by ospf point to point links 1 switch is connected and i can see it as neighbor but 2nd switch i cant see in ospf neighbor.&lt;/P&gt;
&lt;P&gt;below is configuration from all 3 switches&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;switch 1&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet1/1/1&lt;BR /&gt;&lt;BR /&gt;no switchport&lt;BR /&gt;&lt;BR /&gt;ip flow egress&lt;BR /&gt;&lt;BR /&gt;ip flow ingress&lt;BR /&gt;&lt;BR /&gt;ip address 10.105.255.2 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;ip ospf network point-to-point&lt;BR /&gt;&lt;BR /&gt;ip ospf hello-interval 5&lt;BR /&gt;&lt;BR /&gt;ip ospf dead-interval 20&lt;BR /&gt;&lt;BR /&gt;ip ospf priority 1&lt;BR /&gt;&lt;BR /&gt;router ospf 911&lt;BR /&gt;&lt;BR /&gt;router-id 10.252.5.11&lt;BR /&gt;&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;&lt;BR /&gt;redistribute connected subnets&lt;BR /&gt;&lt;BR /&gt;passive-interface default&lt;BR /&gt;&lt;BR /&gt;no passive-interface GigabitEthernet1/1/1&lt;BR /&gt;&lt;BR /&gt;no passive-interface Vlan85&lt;BR /&gt;&lt;BR /&gt;network 10.105.255.2 0.0.0.0 area 5&lt;BR /&gt;&lt;BR /&gt;switch 2 (this switch is not becoming neighbor with switch 3)&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet1/1/1&lt;BR /&gt;&lt;BR /&gt;no switchport&lt;BR /&gt;&lt;BR /&gt;ip flow egress&lt;BR /&gt;&lt;BR /&gt;ip flow ingress&lt;BR /&gt;&lt;BR /&gt;ip address 10.105.255.3 255.255.255.248&lt;BR /&gt;&lt;BR /&gt;ip ospf network point-to-point&lt;BR /&gt;&lt;BR /&gt;ip ospf hello-interval 5&lt;BR /&gt;&lt;BR /&gt;ip ospf dead-interval 20&lt;BR /&gt;&lt;BR /&gt;ip ospf priority 1&lt;BR /&gt;&lt;BR /&gt;router ospf 911&lt;BR /&gt;&lt;BR /&gt;router-id 10.252.5.12&lt;BR /&gt;&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;&lt;BR /&gt;redistribute connected subnets&lt;BR /&gt;&lt;BR /&gt;passive-interface default&lt;BR /&gt;&lt;BR /&gt;no passive-interface GigabitEthernet1/1/1&lt;BR /&gt;&lt;BR /&gt;network 10.105.255.10 0.0.0.0 area 5&lt;BR /&gt;&lt;BR /&gt;switch 3 core&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet1/1/4&lt;BR /&gt;&lt;BR /&gt;no switchport&lt;BR /&gt;&lt;BR /&gt;no ip address&lt;BR /&gt;&lt;BR /&gt;ip ospf network point-to-point&lt;BR /&gt;&lt;BR /&gt;ip ospf hello-interval 5&lt;BR /&gt;&lt;BR /&gt;ip ospf dead-interval 20&lt;BR /&gt;&lt;BR /&gt;ip ospf priority 1&lt;BR /&gt;&lt;BR /&gt;router ospf 911&lt;BR /&gt;&lt;BR /&gt;router-id 10.252.18.0&lt;BR /&gt;&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;&lt;BR /&gt;redistribute connected subnets&lt;BR /&gt;&lt;BR /&gt;passive-interface default&lt;BR /&gt;&lt;BR /&gt;no passive-interface GigabitEthernet1/1/1&lt;BR /&gt;&lt;BR /&gt;no passive-interface GigabitEthernet1/1/2&lt;BR /&gt;&lt;BR /&gt;no passive-interface GigabitEthernet1/1/3&lt;BR /&gt;&lt;BR /&gt;no passive-interface GigabitEthernet1/1/4&lt;BR /&gt;&lt;BR /&gt;network 10.105.255.0 0.0.0.3 area 5&lt;BR /&gt;&lt;BR /&gt;network 10.117.255.0 0.0.0.3 area 17&lt;BR /&gt;&lt;BR /&gt;network 10.118.255.0 0.0.0.3 area 18&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help would be appreciated thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 04:53:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898046#M387262</guid>
      <dc:creator>almas1989</dc:creator>
      <dc:date>2023-08-07T04:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF troubleshooting</title>
      <link>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898193#M387273</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1565870"&gt;@almas1989&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;there is a subnet mask mismatch&lt;/P&gt;
&lt;PRE&gt;switch 1&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet1/1/1&lt;BR /&gt;&lt;BR /&gt;ip address 10.105.255.2 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;switch2:&lt;BR /&gt;&lt;BR /&gt;ip address 10.105.255.3 &lt;STRONG&gt;255.255.255.248&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;fix it or both use the /30 or both use /29 subnet mask&lt;/PRE&gt;
&lt;P&gt;Hope to help&lt;/P&gt;
&lt;P&gt;Giuseppe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 04:54:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898193#M387273</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2023-08-07T04:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF troubleshooting</title>
      <link>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898206#M387275</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Maybe I missed it but R3 doesn't have any IP addresses. If you're trying to form a neighborship you need an IP address on an interface in the same subnet to accomplish this.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 12:18:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898206#M387275</guid>
      <dc:creator>David Ruess</dc:creator>
      <dc:date>2023-08-03T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF troubleshooting</title>
      <link>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898235#M387277</link>
      <description>&lt;P&gt;As a side question, why are you redistributing connected subnets?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 13:11:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4898235#M387277</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-08-03T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF troubleshooting</title>
      <link>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4899425#M387388</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for helping me out, issue resolved after adding&lt;/P&gt;
&lt;PRE&gt;10.105.255.5 255.255.255.252 on switch 2 and 101.05.255.6 255.255.255.252 on switch 3/core&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 04:55:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-troubleshooting/m-p/4899425#M387388</guid>
      <dc:creator>almas1989</dc:creator>
      <dc:date>2023-08-07T04:55:35Z</dc:date>
    </item>
  </channel>
</rss>

