<?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: allow EIGRP through the PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-eigrp-through-the-pix/m-p/483822#M532133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To permit outbound eigrp you will need to add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside permit eigrp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to establish the neighbors on seperate subnets, on the routers add the eigrp nieghbor command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neighbor x.x.x.x (the ip of the peer router)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that using the neighbor command can cause some undesireable results by disabling the processing or sending of multicast packets on that eigrp interface.  The last link below provide additional info on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a00800eb733.html" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a00800eb733.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017d02a.html#wp1076355" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017d02a.html#wp1076355&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/tech/tk365/technologies_q_and_a_item09186a008012dac4.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/tech/tk365/technologies_q_and_a_item09186a008012dac4.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2005 17:45:43 GMT</pubDate>
    <dc:creator>bobd</dc:creator>
    <dc:date>2005-10-07T17:45:43Z</dc:date>
    <item>
      <title>allow EIGRP through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/allow-eigrp-through-the-pix/m-p/483821#M532131</link>
      <description>&lt;P&gt;I have a customer who wants to allow EIGRP through the PIX. I have tried this in my lab (one router on PIX inside and another router on PIX outside) and can't get it to work. I also put the two routers on the same subnet (changed the IP address of one) and verified EIGRP was working correctly on each router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the relevant portions of the PIX config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any any &lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host 172.16.1.22 eq www &lt;/P&gt;&lt;P&gt;access-list outside permit eigrp any any &lt;/P&gt;&lt;P&gt;access-list outside permit ip any host 224.0.0.10 &lt;/P&gt;&lt;P&gt;access-list inside permit ip any any &lt;/P&gt;&lt;P&gt;ip address outside 172.16.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 10.1.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 172.16.1.22 10.1.1.2 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 172.16.1.5 10.1.1.5 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 224.0.0.10 224.0.0.10 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;access-group inside in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't say this is a wise thing to do, I just want to know if it's possible. After all, the PIX accepts 'eigrp' as a keyword.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:27:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-eigrp-through-the-pix/m-p/483821#M532131</guid>
      <dc:creator>jvhaysx</dc:creator>
      <dc:date>2020-02-21T08:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: allow EIGRP through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/allow-eigrp-through-the-pix/m-p/483822#M532133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To permit outbound eigrp you will need to add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside permit eigrp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to establish the neighbors on seperate subnets, on the routers add the eigrp nieghbor command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neighbor x.x.x.x (the ip of the peer router)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that using the neighbor command can cause some undesireable results by disabling the processing or sending of multicast packets on that eigrp interface.  The last link below provide additional info on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a00800eb733.html" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a00800eb733.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017d02a.html#wp1076355" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017d02a.html#wp1076355&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/tech/tk365/technologies_q_and_a_item09186a008012dac4.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/tech/tk365/technologies_q_and_a_item09186a008012dac4.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 17:45:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-eigrp-through-the-pix/m-p/483822#M532133</guid>
      <dc:creator>bobd</dc:creator>
      <dc:date>2005-10-07T17:45:43Z</dc:date>
    </item>
  </channel>
</rss>

