<?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 Thanks for the suggestion, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053934#M135782</link>
    <description>&lt;P&gt;Thanks for the suggestion, although not the exact problem, I realized I had the wrong third octet in my neighbor statement. So, with no connected network in the incorrect neighbor subnet, must have kept the ASA from enabling BGP at all. Nice.&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 19:41:24 GMT</pubDate>
    <dc:creator>Daniel Smith</dc:creator>
    <dc:date>2017-05-08T19:41:24Z</dc:date>
    <item>
      <title>ASA Multi Context and BGP</title>
      <link>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053932#M135776</link>
      <description>&lt;P&gt;We need to run BGP with a third party (their requirement), so that we will dynamically lose their routes over a link if some component fails. From what I have seen, it is necessary to configure router bgp NN in the system context, then in the admin context; and finally in the specific context where it is needed. I may be wrong on needing it in the admin context, that just happened to be the example that I found online. At any rate, having configured the protocol, I notice that the neighbor never goes Active, always remaining in Idle mode. Further checking indicates that the firewall is not listening on tcp/179 for BGP:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FW26-multiple/fw26tsnfw3/act# show asp table socket&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Protocol&amp;nbsp;&amp;nbsp; Socket&amp;nbsp;&amp;nbsp;&amp;nbsp; State&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Address&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;&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; Foreign Address&lt;BR /&gt;TCP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00031008&amp;nbsp; LISTEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.41.11.36:22&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;&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; 0.0.0.0:*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is the config in the actual fw context where it is needed (this is lab set up):&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;!&lt;BR /&gt;router bgp 26&lt;BR /&gt;&amp;nbsp;bgp router-id 10.1.1.1&lt;BR /&gt;&amp;nbsp;address-family ipv4 unicast&lt;BR /&gt;&amp;nbsp; neighbor 10.41.78.11 remote-as 11&lt;BR /&gt;&amp;nbsp; neighbor 10.41.78.11 activate&lt;BR /&gt;&amp;nbsp; neighbor 10.41.78.11 prefix-list routesfromxxx in&lt;BR /&gt;&amp;nbsp; no auto-summary&lt;BR /&gt;&amp;nbsp; no synchronization&lt;BR /&gt;&amp;nbsp;exit-address-family&lt;BR /&gt;!&lt;BR /&gt;FW26-multiple/fw26tsnfw3/act#&lt;/P&gt;
&lt;P&gt;I wonder if I am missing some magic configuration to turn this on?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:19:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053932#M135776</guid>
      <dc:creator>Daniel Smith</dc:creator>
      <dc:date>2019-03-12T09:19:57Z</dc:date>
    </item>
    <item>
      <title>Try following command</title>
      <link>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053933#M135778</link>
      <description>&lt;P&gt;Try following command&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;router bgp 26&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;address-family ipv4 unicast&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;STRONG&gt;neighbor 10.41.78.11 ebgp-multihop 5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 18:46:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053933#M135778</guid>
      <dc:creator>Ashish Jhaldiyal</dc:creator>
      <dc:date>2017-05-08T18:46:22Z</dc:date>
    </item>
    <item>
      <title>Thanks for the suggestion,</title>
      <link>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053934#M135782</link>
      <description>&lt;P&gt;Thanks for the suggestion, although not the exact problem, I realized I had the wrong third octet in my neighbor statement. So, with no connected network in the incorrect neighbor subnet, must have kept the ASA from enabling BGP at all. Nice.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 19:41:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053934#M135782</guid>
      <dc:creator>Daniel Smith</dc:creator>
      <dc:date>2017-05-08T19:41:24Z</dc:date>
    </item>
    <item>
      <title>Did you actually test this,</title>
      <link>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053935#M135784</link>
      <description>&lt;P&gt;Did you actually test this, Ashish?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 15:41:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multi-context-and-bgp/m-p/3053935#M135784</guid>
      <dc:creator>abdulhmalik</dc:creator>
      <dc:date>2017-05-15T15:41:08Z</dc:date>
    </item>
  </channel>
</rss>

