<?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: unable to run ospf between two ASA's running l2l ipsec tunne in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759608#M1022170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can somebody please help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kirti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 15:19:46 GMT</pubDate>
    <dc:creator>kirti_bapat</dc:creator>
    <dc:date>2007-05-23T15:19:46Z</dc:date>
    <item>
      <title>unable to run ospf between two ASA's running l2l ipsec tunnel.</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759600#M1022162</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my scenario is as shown below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1&amp;gt;&amp;gt;ASA1&amp;gt;&amp;gt;internet&amp;gt;&amp;gt;ASA2&amp;gt;&amp;gt;R2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have established the ipsec tunnel between the two ASA's. now, when i run ospf on both these ASA's ,they do not become neighbors. as per the cisco doc ASA allows OSPF unicast to work over the IPSEC tunnel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly advise me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kirti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:17:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759600#M1022162</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2019-03-11T10:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759601#M1022163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the interface configuration of the ASAs look like and what does your OSPF config on the routers look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 17:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759601#M1022163</guid>
      <dc:creator>laurent.geyer</dc:creator>
      <dc:date>2007-05-21T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759602#M1022164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the configs are as follows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on R1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 10&lt;/P&gt;&lt;P&gt;net 10.1.1.1 0.0.0.0 a 0 (loopback IP)&lt;/P&gt;&lt;P&gt;net 1.1.1.1 0.0.0.0 a 0&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the ASA1 outside interface e0/1 the config is:  &lt;/P&gt;&lt;P&gt;int e0/1&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;sec 0&lt;/P&gt;&lt;P&gt;ip add 2.1.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ospf net point-to-point non-broadcast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 10&lt;/P&gt;&lt;P&gt;net 1.1.1.2 255.255.255.255 a 0&lt;/P&gt;&lt;P&gt;net 2.1.1.2 255.255.255.255 a 0&lt;/P&gt;&lt;P&gt;net 3.1.1.0 255.255.255.0 a 0&lt;/P&gt;&lt;P&gt;neigh 3.1.1.2 int outside (this is the outside IP of the ASA2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;config on ASA 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int e0/1&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;sec 0&lt;/P&gt;&lt;P&gt;ip add 3.1.1.2 255.255.255.0 &lt;/P&gt;&lt;P&gt;ospf net point-to-point non-broadcast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 10&lt;/P&gt;&lt;P&gt;net 3.1.1.2 255.255.255.255 a 0&lt;/P&gt;&lt;P&gt;net 4.1.1.2 255.255.255.255 a 0&lt;/P&gt;&lt;P&gt;net 2.1.1.0 255.255.255.0 a 0&lt;/P&gt;&lt;P&gt;neigh 2.1.1.2 int outside (this is the outside IP of ASA1)&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;on R2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 10&lt;/P&gt;&lt;P&gt;net 20.1.1.1 0.0.0.0 a 0 (loopback IP)&lt;/P&gt;&lt;P&gt;net 4.1.1.1 0.0.0.0 a 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;kirti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 17:32:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759602#M1022164</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2007-05-21T17:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759603#M1022165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, are R1 and R2 supposed to be able to talk OSPF or only ASA1 and ASA2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 17:36:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759603#M1022165</guid>
      <dc:creator>laurent.geyer</dc:creator>
      <dc:date>2007-05-21T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759604#M1022166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have enabled ospf on R1 and R2, so that the respective loopbacks on these routers are advertised; and thus i can send traffic from one loopback to another over the IPSEC tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence i am running ospf on routers as well as asa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kirti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 17:40:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759604#M1022166</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2007-05-21T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759605#M1022167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see your loopback, but I don't see the interface you share with firewall on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get this OSPF traffic accross the tunnel you need your router to be connected to the firewall on the inside interface in some sort of fashion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 18:00:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759605#M1022167</guid>
      <dc:creator>laurent.geyer</dc:creator>
      <dc:date>2007-05-21T18:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759606#M1022168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am already running opsf between the asa inside and the inside router and the loopback is on the inside router. on the asa i am receiving the loopback route via ospf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is the ospf running on the outside of the asa . i am not able ot establish ospf neighbourship between the 2 asa outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ipsec tunnel is up and running.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kirti &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:12:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759606#M1022168</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2007-05-22T11:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759607#M1022169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, just FYI i am configuring as per this doc: &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00804acfea.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00804acfea.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;kirti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:55:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759607#M1022169</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2007-05-22T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759608#M1022170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can somebody please help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kirti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:19:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759608#M1022170</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2007-05-23T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run ospf between two ASA's running l2l ipsec tunne</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759609#M1022171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;has anybody been able to implement ospf over ipsec vpn tunnel ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kirti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2007 13:36:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-run-ospf-between-two-asa-s-running-l2l-ipsec-tunnel/m-p/759609#M1022171</guid>
      <dc:creator>kirti_bapat</dc:creator>
      <dc:date>2007-05-26T13:36:55Z</dc:date>
    </item>
  </channel>
</rss>

