<?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 on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3824570#M30165</link>
    <description>&lt;P&gt;Are you able to ping&amp;nbsp;&lt;SPAN&gt;192.168.2.1 from the ASA ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you can reach with no issues try adding an access list to the inside interface permitting EIGRP or IP traffic.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-list eigrptest extended permit eigrp any any&lt;BR /&gt;access-group eigrptest in interface inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 19:20:55 GMT</pubDate>
    <dc:creator>pappacrunch</dc:creator>
    <dc:date>2019-03-22T19:20:55Z</dc:date>
    <item>
      <title>eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3821913#M30159</link>
      <description>&lt;P&gt;Hi I am trying to use eigrp on the cisco asa, simple setup (see diagram below)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the link between sw1 and sw2 is just trunk (allow all the vlans)&lt;/P&gt;&lt;P&gt;the link between sw2 and ASA is a layer3 link&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 svi created on sw1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;===============================================&lt;/P&gt;&lt;P&gt;hostname &lt;STRONG&gt;sw1&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;clock timezone EET 2 0&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;ipv6 multicast rpf use-bgp&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;vlan internal allocation policy ascending&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Vlan202&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan203&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;router eigrp 10&lt;BR /&gt;network 192.168.0.0 0.0.255.255&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;====================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostname &lt;STRONG&gt;sw2&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;clock timezone EET 2 0&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;ipv6 multicast rpf use-bgp&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;vlan internal allocation policy ascending&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;switchport access vlan 203&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;======================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostname &lt;STRONG&gt;ASA&lt;/STRONG&gt;&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.2.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-649-103.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;router eigrp 10&lt;BR /&gt;network 192.168.0.0 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;anyconnect-essentials&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;crashinfo save disable&lt;BR /&gt;Cryptochecksum:2909b4530ac7da987c55507885401501&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;==================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;once the eigrp neighbor forms, it keeps up and down, I tried to allow ip any any and allow eigrp on the ASA, but that doesn't make any difference (see output below)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=======================================================================================&lt;/P&gt;&lt;P&gt;sw1#&lt;BR /&gt;*Mar 19 11:07:50.275: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:07:53.931: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:08:09.183: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:08:13.554: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:08:28.858: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:08:31.803: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:08:47.050: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:08:50.927: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:09:06.179: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:09:09.520: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:09:24.771: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:09:28.100: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:09:43.359: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:09:46.889: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:10:02.128: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:10:04.616: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:10:19.867: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:10:22.865: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is up: new adjacency&lt;BR /&gt;sw1#&lt;BR /&gt;*Mar 19 11:10:38.099: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 192.168.2.2 (Vlan203) is down: holding time expired&lt;BR /&gt;sw1#&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I debug the eigrp hello packet on the ASA and looks like it's receiving termination from it's peer (which is the sw1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==============================================================================&lt;/P&gt;&lt;P&gt;ASA(config)# EIGRP: Sending HELLO on Ethernet1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/1 iidbQ un/rely 0/0&lt;BR /&gt;EIGRP: Received HELLO on Ethernet1 nbr 192.168.2.1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/0&lt;BR /&gt;EIGRP: Sending HELLO on Ethernet1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/1 iidbQ un/rely 0/1&lt;BR /&gt;EIGRP(0:10): Processing incoming UPDATE packet&lt;BR /&gt;EIGRP-IPv4(Default-IP-Routing-Table:10): route installed for 192.168.1.0 ()&lt;BR /&gt;EIGRP: Received HELLO on Ethernet1 nbr 192.168.2.1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0&lt;BR /&gt;EIGRP: Received HELLO on Ethernet1 nbr 192.168.2.1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0&lt;BR /&gt;EIGRP: Received HELLO on Ethernet1 nbr 192.168.2.1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0&lt;BR /&gt;EIGRP: Received HELLO on Ethernet1 nbr 192.168.2.1&lt;BR /&gt;AS 655361, Flags 0x0, Seq 0/0 interfaceQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0&lt;BR /&gt;Interface PEER-TERMINATION received&lt;/P&gt;&lt;P&gt;=====================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea what's caused this? thanks in advance&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="Capture.PNG" style="width: 981px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32256iF008CEE9A8D7EC78/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 11:18:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3821913#M30159</guid>
      <dc:creator>standrews</dc:creator>
      <dc:date>2019-03-19T11:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3821985#M30160</link>
      <description>any suggestion guys? thanks</description>
      <pubDate>Tue, 19 Mar 2019 13:14:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3821985#M30160</guid>
      <dc:creator>standrews</dc:creator>
      <dc:date>2019-03-19T13:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3822209#M30161</link>
      <description>&lt;P&gt;any thoughts guys? thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 16:22:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3822209#M30161</guid>
      <dc:creator>standrews</dc:creator>
      <dc:date>2019-03-19T16:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3822289#M30162</link>
      <description>Is this happening in a virtual environment like EVE or are all of them hardware appliances?&lt;BR /&gt;Connetivity is not bidirectional, SW1 stops receiving hello packets from the ASA,  while ASA receives hello packets from the.&lt;BR /&gt;You can try to disable igmp snooping on sw2 and see how it behaves.</description>
      <pubDate>Tue, 19 Mar 2019 18:48:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3822289#M30162</guid>
      <dc:creator>Ilkin</dc:creator>
      <dc:date>2019-03-19T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3822687#M30163</link>
      <description>&lt;P&gt;Hi Thanks llkin&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is on the virtual environment EVE, I have tried to disable the igmp globally on sw2 and also on vlan 203, but that didn't make any difference, any other thoughts? thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:14:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3822687#M30163</guid>
      <dc:creator>standrews</dc:creator>
      <dc:date>2019-03-20T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3823717#M30164</link>
      <description>any more suggestion? thanks</description>
      <pubDate>Thu, 21 Mar 2019 14:28:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3823717#M30164</guid>
      <dc:creator>standrews</dc:creator>
      <dc:date>2019-03-21T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3824570#M30165</link>
      <description>&lt;P&gt;Are you able to ping&amp;nbsp;&lt;SPAN&gt;192.168.2.1 from the ASA ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you can reach with no issues try adding an access list to the inside interface permitting EIGRP or IP traffic.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-list eigrptest extended permit eigrp any any&lt;BR /&gt;access-group eigrptest in interface inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 19:20:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3824570#M30165</guid>
      <dc:creator>pappacrunch</dc:creator>
      <dc:date>2019-03-22T19:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3825511#M30166</link>
      <description>Thanks pappacrunch&lt;BR /&gt;&lt;BR /&gt;yes I can ping 192.168.2.1 from the ASA, as it's connected and on the same vlan.&lt;BR /&gt;&lt;BR /&gt;I have already tried to allow eigrp on the ASA, but that's not working, as you can see from the debug, the termination actually is sent from the sw1, I checked all the hello time mismatch .etc. but all looks fine&lt;BR /&gt;&lt;BR /&gt;I have also tried to use the eigrp neighbour command to manually assign the neighbour to avoid any multicast issue, but still no luck&lt;BR /&gt;&lt;BR /&gt;any other suggestion? or this is just the limitation of the eve? thanks</description>
      <pubDate>Mon, 25 Mar 2019 12:18:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3825511#M30166</guid>
      <dc:creator>standrews</dc:creator>
      <dc:date>2019-03-25T12:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3826055#M30167</link>
      <description>You can try to bypass SW2 and connect ASA directly to SW1. Sometimes unexpected behaviour happens on virtual environment.</description>
      <pubDate>Tue, 26 Mar 2019 07:26:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3826055#M30167</guid>
      <dc:creator>Ilkin</dc:creator>
      <dc:date>2019-03-26T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: eigrp on ASA</title>
      <link>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3826091#M30168</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Remove the SW2 and try again. I hope you will get success. Once I have faced the same issue with GNS3 but after restart the GNS3 project, my issue as fixed. But I hope you tested with restart the project so remove the switch2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 08:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/eigrp-on-asa/m-p/3826091#M30168</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-03-26T08:46:52Z</dc:date>
    </item>
  </channel>
</rss>

