<?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: ASA OSPF routes in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816242#M429691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not a problem with the ASA but to do with how OSPF advertises loopback addresses. By default OSPF advertises loopback addresses as /32's regardless of the subnet mask you actually use. If you want to to advertise the subnet mask as well you need to add the following to your config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface loopback0&lt;/P&gt;&lt;P&gt;ip address 150.1.2.2 255.255.255.0 &lt;/P&gt;&lt;P&gt;ip ospf network point-to-point &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this under all your loopback interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 13:33:25 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2007-04-10T13:33:25Z</dc:date>
    <item>
      <title>ASA OSPF routes</title>
      <link>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816241#M429688</link>
      <description>&lt;P&gt;Below is my setup, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the router R2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Loopback0&lt;/P&gt;&lt;P&gt; ip address 150.1.2.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Loopback1&lt;/P&gt;&lt;P&gt; ip address 192.168.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Loopback2&lt;/P&gt;&lt;P&gt; ip address 192.168.3.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Loopback3&lt;/P&gt;&lt;P&gt; ip address 192.168.5.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; ip address 136.1.0.2 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt; router-id 150.1.2.2&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; network 136.1.0.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt; network 150.1.2.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt; network 192.168.1.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt; network 192.168.3.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt; network 192.168.5.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;routes on the asa, &lt;/P&gt;&lt;P&gt;C    136.1.0.0 255.255.255.0 is directly connected, outside&lt;/P&gt;&lt;P&gt;O    192.168.5.2 255.255.255.255 [110/11] via 136.1.0.2, 0:14:11, outside&lt;/P&gt;&lt;P&gt;O    192.168.1.2 255.255.255.255 [110/11] via 136.1.0.2, 0:14:11, outside&lt;/P&gt;&lt;P&gt;O    150.1.2.2 255.255.255.255 [110/11] via 136.1.0.2, 0:14:11, outside&lt;/P&gt;&lt;P&gt;O    192.168.3.2 255.255.255.255 [110/11] via 136.1.0.2, 0:14:11, outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the ASA, I see the host routes instead of the networks, Am I missing something? Thanks in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:28:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816241#M429688</guid>
      <dc:creator>Ganesh Iyyappan Pillai</dc:creator>
      <dc:date>2020-02-21T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASA OSPF routes</title>
      <link>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816242#M429691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not a problem with the ASA but to do with how OSPF advertises loopback addresses. By default OSPF advertises loopback addresses as /32's regardless of the subnet mask you actually use. If you want to to advertise the subnet mask as well you need to add the following to your config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface loopback0&lt;/P&gt;&lt;P&gt;ip address 150.1.2.2 255.255.255.0 &lt;/P&gt;&lt;P&gt;ip ospf network point-to-point &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this under all your loopback interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 13:33:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816242#M429691</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-04-10T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA OSPF routes</title>
      <link>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816243#M429697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you are right. it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 13:36:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816243#M429697</guid>
      <dc:creator>Ganesh Iyyappan Pillai</dc:creator>
      <dc:date>2007-04-10T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA OSPF routes</title>
      <link>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816244#M429701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Glad to have helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 13:44:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ospf-routes/m-p/816244#M429701</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-04-10T13:44:45Z</dc:date>
    </item>
  </channel>
</rss>

