<?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: EIGRP with ASA in multiple context flapping in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094766#M1112253</link>
    <description>&lt;P&gt;yep, in the system context the sub interfaces are mapped to the VLAN&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;int e1&lt;BR /&gt;no sh&lt;BR /&gt;!&lt;BR /&gt;int e1.1&lt;BR /&gt;vlan 10&lt;/P&gt;&lt;P&gt;int e1.2&lt;BR /&gt;vlan 20&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;context c1&lt;BR /&gt;allocate-interface Ethernet1.1 inside_c1&lt;BR /&gt;config-url disk0:/c1.cfg&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;context c2&lt;BR /&gt;allocate-interface Ethernet1.2 inside_c2&lt;BR /&gt;config-url disk0:/c2.cfg&lt;BR /&gt;!&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 20:44:38 GMT</pubDate>
    <dc:creator>dhr.tech1</dc:creator>
    <dc:date>2024-05-08T20:44:38Z</dc:date>
    <item>
      <title>EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094496#M1112240</link>
      <description>&lt;P&gt;hi Cisco,&lt;/P&gt;&lt;P&gt;I am using below topology in my lab where &lt;STRONG&gt;ASA in multiple context - C1 and C2&lt;/STRONG&gt; sharing the same physical interface, in different VLANs (sub interface) is not able to establish EIGRP neighborship with 2 cisco routers (point to point). Although, the ASA can ping both routers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhrtech1_0-1715186241740.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217823iA12E522115965D0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhrtech1_0-1715186241740.png" alt="dhrtech1_0-1715186241740.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;##############ASA Configuration#####################&lt;/P&gt;&lt;P&gt;ASA(config)# sh run context&lt;/P&gt;&lt;P&gt;admin-context admin&lt;BR /&gt;context admin&lt;BR /&gt;config-url disk0:/admin.cfg&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;context c1&lt;BR /&gt;&lt;STRONG&gt;allocate-interface Ethernet1.1 inside_c1&lt;/STRONG&gt;&lt;BR /&gt;config-url disk0:/c1.cfg&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;context c2&lt;BR /&gt;&lt;STRONG&gt;allocate-interface Ethernet1.2 inside_c2&lt;/STRONG&gt;&lt;BR /&gt;config-url disk0:/c2.cfg&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;########### ASA context C1 configuration ###############&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface &lt;STRONG&gt;inside_c1&lt;/STRONG&gt;&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;i&lt;STRONG&gt;p address 10.10.10.10 255.0.0.0&lt;/STRONG&gt;&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;router eigrp &lt;STRONG&gt;100&lt;/STRONG&gt;&lt;BR /&gt;network 10.0.0.0 255.0.0.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;##################R1#######################&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address &lt;STRONG&gt;10.10.10.100 255.0.0.0&lt;/STRONG&gt;&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;media-type rj45&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;router eigrp &lt;STRONG&gt;100&lt;/STRONG&gt;&lt;BR /&gt;network 10.0.0.0&lt;BR /&gt;network 17.0.0.0 0.0.0.255&lt;/P&gt;&lt;P&gt;=================ASA context 2========================&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface inside_c2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address &lt;STRONG&gt;11.11.11.11 255.0.0.0&lt;/STRONG&gt;&lt;BR /&gt;hello-interval eigrp 2 12&lt;BR /&gt;hold-time eigrp 2 12&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;router eigrp 2&lt;BR /&gt;neighbor 11.11.11.100 interface inside&lt;BR /&gt;network 11.0.0.0 255.0.0.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;Note: tried both options by specifying the neighbour IP address.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=================== R2==================&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface &lt;STRONG&gt;GigabitEthernet0/0&lt;/STRONG&gt;&lt;BR /&gt;ip address &lt;STRONG&gt;11.11.11.100 255.0.0.0&lt;/STRONG&gt;&lt;BR /&gt;ip hello-interval eigrp 2 12&lt;BR /&gt;ip hold-time eigrp 2 12&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;media-type rj45&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;router eigrp 2&lt;BR /&gt;network 11.0.0.0&lt;BR /&gt;neighbor 11.11.11.11 GigabitEthernet0/0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;================= Troubleshooting done so far ===============&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Manually hardcoded the MTU at both sides&lt;/LI&gt;&lt;LI&gt;Manually hardcoded the EIGRP hello and hold timer&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;=====================error logs============================&lt;/P&gt;&lt;P&gt;*May 8 17:52:30.288: %DUAL-5-NBRCHANGE: EIGRP-IPv4 2: Neighbor 11.11.11.11 (GigabitEthernet0/0) is up: new adjacency&lt;BR /&gt;*May 8 17:52:30.318: EIGRP-IPv4(2): table(default): 11.0.0.0/8 - do advertise out GigabitEthernet0/0&lt;BR /&gt;*May 8 17:52:30.328: EIGRP-IPv4(2): table(default): 11.0.0.0/8 - do advertise out GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;*May 8 17:50:00.968: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.10.10.10 (GigabitEthernet0/0) is down: holding time expired&lt;BR /&gt;*May 8 17:50:05.345: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.10.10.10 (GigabitEthernet0/0) is up: new adjacency&lt;/P&gt;&lt;P&gt;####################ping results##########################&lt;/P&gt;&lt;P&gt;ASA/c2(config)# ping 11.11.11.100&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 11.11.11.100, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/10 ms&lt;/P&gt;&lt;P&gt;ASA/c1(config)# ping 10.10.10.100&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.100, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/10 ms&lt;/P&gt;&lt;P&gt;##################### EIGRP flapping ###############&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA/c1(config)# show eigrp neighbors&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;EIGRP-IPv4 neighbors for process 100&lt;/STRONG&gt;&lt;BR /&gt;ASA/c1(config)# show eigrp neighbors&lt;BR /&gt;EIGRP-IPv4 neighbors for process 100&lt;BR /&gt;H Address Interface Hold Uptime SRTT RTO Q Seq&lt;BR /&gt;(sec) (ms) Cnt Num&lt;BR /&gt;0 10.10.10.100 inside 14 00:00:00 1 2000 2 2241&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 17:18:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094496#M1112240</guid>
      <dc:creator>dhr.tech1</dc:creator>
      <dc:date>2024-05-08T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094501#M1112241</link>
      <description>&lt;P&gt;Is this a bug in my lab ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 17:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094501#M1112241</guid>
      <dc:creator>dhr.tech1</dc:creator>
      <dc:date>2024-05-08T17:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094510#M1112243</link>
      <description>&lt;P&gt;&lt;A href="https://ipwithease.com/configuring-multiple-context-mode-in-cisco-asa/" target="_blank"&gt;https://ipwithease.com/configuring-multiple-context-mode-in-cisco-asa/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You need to use VLAN with interface to make ASA send correct eigrp to correct peer using correct vlan tag&lt;/P&gt;
&lt;P&gt;Or you can use two link to SW each one connect to specfic vlan instead of using trunk&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 17:37:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094510#M1112243</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-05-08T17:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094766#M1112253</link>
      <description>&lt;P&gt;yep, in the system context the sub interfaces are mapped to the VLAN&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;int e1&lt;BR /&gt;no sh&lt;BR /&gt;!&lt;BR /&gt;int e1.1&lt;BR /&gt;vlan 10&lt;/P&gt;&lt;P&gt;int e1.2&lt;BR /&gt;vlan 20&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;context c1&lt;BR /&gt;allocate-interface Ethernet1.1 inside_c1&lt;BR /&gt;config-url disk0:/c1.cfg&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;context c2&lt;BR /&gt;allocate-interface Ethernet1.2 inside_c2&lt;BR /&gt;config-url disk0:/c2.cfg&lt;BR /&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 20:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094766#M1112253</guid>
      <dc:creator>dhr.tech1</dc:creator>
      <dc:date>2024-05-08T20:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094770#M1112254</link>
      <description>&lt;P&gt;Just dont use trunk'&lt;/P&gt;
&lt;P&gt;Use one interface for each context&lt;/P&gt;
&lt;P&gt;And in SW this interface will connect to SW with correct VLAN&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 20:52:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5094770#M1112254</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-05-08T20:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5095095#M1112262</link>
      <description>&lt;P&gt;I think physical will work, but I was wondering what's wrong with the virtual / sub interfaces. I have a feeling there is something wrong in my lab setup. Thanks for your response, much appreciated.&lt;/P&gt;&lt;P&gt;I am sure, I did tried something similar in past.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 08:15:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5095095#M1112262</guid>
      <dc:creator>dhr.tech1</dc:creator>
      <dc:date>2024-05-09T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5095104#M1112263</link>
      <description>&lt;P&gt;Ok' let check what issue&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show interface trunk &amp;lt;-in SW&lt;/P&gt;
&lt;P&gt;Share&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show ip eigrp interface details&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In both routers&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 08:26:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5095104#M1112263</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-05-09T08:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5096231#M1112276</link>
      <description>&lt;P&gt;Hi MHM,&lt;/P&gt;&lt;P&gt;Refer below details. I have attached the R1 configuration and switches configuration for reference.&lt;/P&gt;&lt;P&gt;######################Topology #################&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhrtech1_3-1715265425796.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217933i0591535AD8763F36/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhrtech1_3-1715265425796.png" alt="dhrtech1_3-1715265425796.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;################ output ##################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhrtech1_0-1715264856112.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217930i20B7A6B4F64DB045/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhrtech1_0-1715264856112.png" alt="dhrtech1_0-1715264856112.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhrtech1_2-1715264994966.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217932i31ADE1BC87B260C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhrtech1_2-1715264994966.png" alt="dhrtech1_2-1715264994966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhrtech1_1-1715264928812.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217931iF97A6A844773B740/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhrtech1_1-1715264928812.png" alt="dhrtech1_1-1715264928812.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhruv&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 14:37:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5096231#M1112276</guid>
      <dc:creator>dhr.tech1</dc:creator>
      <dc:date>2024-05-09T14:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5102191#M1112321</link>
      <description>&lt;P&gt;I run lab not multi context and I see same issue flapping in one router&amp;nbsp;&lt;BR /&gt;the solution was&amp;nbsp;&lt;BR /&gt;config eigrp first in router&amp;nbsp;&lt;BR /&gt;then config eigrp in ASA&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;note:- in your case the R2 interface g0/0 there is Zero Peer so it never see ASA&lt;BR /&gt;&lt;BR /&gt;do above workaround&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (406).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218103i3DA0EF1C5AB5A516/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (406).png" alt="Screenshot (406).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (405).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218102i9653A745E42F8A2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (405).png" alt="Screenshot (405).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 11:13:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5102191#M1112321</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-05-11T11:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with ASA in multiple context flapping</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5103031#M1112364</link>
      <description>&lt;P&gt;As i remember last i have tried ASA 9.1 (which is available for Lab with Multi-context ) - which is not worked , so that is limitation i guess.&lt;/P&gt;
&lt;P&gt;even i tried interface and port-channel sub-interface not worked for me.&lt;/P&gt;
&lt;P&gt;real hardware 9.8 onwards works as per the document :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/ha-contexts.html#ID-2171-0000015b" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/ha-contexts.html#ID-2171-0000015b&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also check some limitations :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/route-eigrp.html#ID-2179-0000001b" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/route-eigrp.html#ID-2179-0000001b&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 12:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-with-asa-in-multiple-context-flapping/m-p/5103031#M1112364</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-05-12T12:25:41Z</dc:date>
    </item>
  </channel>
</rss>

