<?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 Input Packets Ignored in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033329#M398656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;I actually tried that and it did not work either.&amp;nbsp; Interesting enough though, I added failover configuration with the secondary ASA and the OSPF neighbor relationship came up with the directly connected switch.&amp;nbsp; I am not sure why this would have caused the neighbor relationship to work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2012 13:34:49 GMT</pubDate>
    <dc:creator>jonathangamlin</dc:creator>
    <dc:date>2012-09-28T13:34:49Z</dc:date>
    <item>
      <title>OSPF Input Packets Ignored</title>
      <link>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033326#M398652</link>
      <description>&lt;P&gt;I am trying to configure my ASA 5545 firewall in area 0 but when I do so, the neighbor relationship never establishes.&amp;nbsp; A debug on OSPF gives only one response:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSPF: Input packet ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 5545:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;router ospf 65310&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;router-id 10.222.171.161&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;network 10.0.0.0 255.0.0.0 area 0&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;area 0 authentication message-digest&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;log-adj-changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;interface GigabitEthernet0/1.20&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;vlan 20&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;nameif INSIDE&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;security-level 100&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ip address 10.222.171.161 255.255.255.248&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ospf message-digest-key 1 md5 *****&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ospf authentication message-digest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4948E:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;router ospf 65310&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;router-id 167.68.126.136&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;log-adjacency-changes&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;area 0 authentication message-digest&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;passive-interface default&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;no passive-interface Vlan20&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;network 10.222.171.164 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;interface Vlan20&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;description wan-eag-diste-fw1 INSIDE&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ip address 10.222.171.164 255.255.255.248&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ip ospf message-digest-key 1 md5 test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already verifed that the key matches on both neighbors.&amp;nbsp; Any idea why the ASA is ignoring the input packets?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:00:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033326#M398652</guid>
      <dc:creator>jonathangamlin</dc:creator>
      <dc:date>2019-03-12T00:00:13Z</dc:date>
    </item>
    <item>
      <title>OSPF Input Packets Ignored</title>
      <link>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033327#M398654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you try to do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;router ospf 65310&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;no network 10.0.0.0 255.0.0.0 area 0&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;network 10.222.171.160 255.255.255.248 area 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Regards&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 18:38:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033327#M398654</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-09-27T18:38:53Z</dc:date>
    </item>
    <item>
      <title>Re:OSPF Input Packets Ignored</title>
      <link>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033328#M398655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you got matching mtu? What does debug ospf events and debug ospf packet give you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 20:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033328#M398655</guid>
      <dc:creator>ICT Networks</dc:creator>
      <dc:date>2012-09-27T20:01:46Z</dc:date>
    </item>
    <item>
      <title>Re:OSPF Input Packets Ignored</title>
      <link>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033329#M398656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;I actually tried that and it did not work either.&amp;nbsp; Interesting enough though, I added failover configuration with the secondary ASA and the OSPF neighbor relationship came up with the directly connected switch.&amp;nbsp; I am not sure why this would have caused the neighbor relationship to work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 13:34:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033329#M398656</guid>
      <dc:creator>jonathangamlin</dc:creator>
      <dc:date>2012-09-28T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re:OSPF Input Packets Ignored</title>
      <link>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033330#M398657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barrie,&lt;/P&gt;&lt;P&gt;The MTU's do match.&amp;nbsp; The debug only shows "OSPF: Input Packet Ignored."&amp;nbsp; Interesting enough though, I added failover configuration with the secondary ASA and the OSPF neighbor relationship came up with the directly connected switch. I am not sure why this would have caused the neighbor relationship to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 13:36:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ospf-input-packets-ignored/m-p/2033330#M398657</guid>
      <dc:creator>jonathangamlin</dc:creator>
      <dc:date>2012-09-28T13:36:23Z</dc:date>
    </item>
  </channel>
</rss>

