<?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: Passing EIGRP through a PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131291#M710113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you shoudl be able to do it (eigrp over pix).  But not sure you would want to do it from a security point of view.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the neighbor command is accepted by the Cisco IOS under EIGRP, it should not be used. The neighbor statement does not behave as intended and can have a negative effect on EIGRP neighbors.  See bug CSCdv19648 for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to accomplish this would be to set-up a GRE tunnel between the routers and open the PIX access-lists to allow gre between the routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;hostname R1 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Loopback0 &lt;/P&gt;&lt;P&gt; ip address 10.1.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Tunnel0 &lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; tunnel source Loopback0 &lt;/P&gt;&lt;P&gt; tunnel destination 10.3.3.3 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;router eigrp 1 &lt;/P&gt;&lt;P&gt; network 10.1.1.0 0.0.0.255 &lt;/P&gt;&lt;P&gt; network 192.168.1.0 &lt;/P&gt;&lt;P&gt; network y.y.y.y&lt;/P&gt;&lt;P&gt; no auto-summary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname R3 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Loopback0 &lt;/P&gt;&lt;P&gt; ip address 10.3.3.3 255.255.255.0 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Tunnel0 &lt;/P&gt;&lt;P&gt; ip address 192.168.1.3 255.255.255.0 &lt;/P&gt;&lt;P&gt; tunnel source Loopback0 &lt;/P&gt;&lt;P&gt; tunnel destination 10.1.1.1  &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;router eigrp 1 &lt;/P&gt;&lt;P&gt; network 10.3.3.0 0.0.0.255 &lt;/P&gt;&lt;P&gt; network 192.168.1.0&lt;/P&gt;&lt;P&gt; network x.x.x.x &lt;/P&gt;&lt;P&gt; no auto-summary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX would look something like this (minus the static/NAT/global commands):&lt;/P&gt;&lt;P&gt;access-list 101 permit gre host 10.3.3.3 host 10.1.1.1 (if no nat used, if nat used the nat'ed IP would be used instead of 10.1.1.1)&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2003 16:13:36 GMT</pubDate>
    <dc:creator>steve.barlow</dc:creator>
    <dc:date>2003-02-04T16:13:36Z</dc:date>
    <item>
      <title>Passing EIGRP through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131290#M710045</link>
      <description>&lt;P&gt;Is it possible to pass EIGRP through a PIX.  I know that the PIX will not pass multicast packets and EIGRP uses multicast.  I have read that you can use the neighbor command on the routers to send unicast instead of multicast.  If i set this up and permit eigrp on an access list on the PIX between the 2 routers will that allow the routing updates to occur between the 2 routers?  In this scenario I would have one router on a DMZ interface and the other router on the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;MIke&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:32:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131290#M710045</guid>
      <dc:creator>m-raft</dc:creator>
      <dc:date>2020-02-21T06:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Passing EIGRP through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131291#M710113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you shoudl be able to do it (eigrp over pix).  But not sure you would want to do it from a security point of view.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the neighbor command is accepted by the Cisco IOS under EIGRP, it should not be used. The neighbor statement does not behave as intended and can have a negative effect on EIGRP neighbors.  See bug CSCdv19648 for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to accomplish this would be to set-up a GRE tunnel between the routers and open the PIX access-lists to allow gre between the routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;hostname R1 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Loopback0 &lt;/P&gt;&lt;P&gt; ip address 10.1.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Tunnel0 &lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; tunnel source Loopback0 &lt;/P&gt;&lt;P&gt; tunnel destination 10.3.3.3 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;router eigrp 1 &lt;/P&gt;&lt;P&gt; network 10.1.1.0 0.0.0.255 &lt;/P&gt;&lt;P&gt; network 192.168.1.0 &lt;/P&gt;&lt;P&gt; network y.y.y.y&lt;/P&gt;&lt;P&gt; no auto-summary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname R3 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Loopback0 &lt;/P&gt;&lt;P&gt; ip address 10.3.3.3 255.255.255.0 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Tunnel0 &lt;/P&gt;&lt;P&gt; ip address 192.168.1.3 255.255.255.0 &lt;/P&gt;&lt;P&gt; tunnel source Loopback0 &lt;/P&gt;&lt;P&gt; tunnel destination 10.1.1.1  &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;router eigrp 1 &lt;/P&gt;&lt;P&gt; network 10.3.3.0 0.0.0.255 &lt;/P&gt;&lt;P&gt; network 192.168.1.0&lt;/P&gt;&lt;P&gt; network x.x.x.x &lt;/P&gt;&lt;P&gt; no auto-summary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX would look something like this (minus the static/NAT/global commands):&lt;/P&gt;&lt;P&gt;access-list 101 permit gre host 10.3.3.3 host 10.1.1.1 (if no nat used, if nat used the nat'ed IP would be used instead of 10.1.1.1)&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2003 16:13:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131291#M710113</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2003-02-04T16:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing EIGRP through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131292#M710184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;Would this work with RIPv2?&lt;/P&gt;&lt;P&gt;and ..&lt;/P&gt;&lt;P&gt;do you know if we can set up a GRE tunnel between Cisco and Bay networks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2003 15:18:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131292#M710184</guid>
      <dc:creator>kdarmstrong</dc:creator>
      <dc:date>2003-02-10T15:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Passing EIGRP through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131293#M710239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will work with RIPv2 as it uses a multicast address (224.0.0.9).  And as for GRE between Cisco and Bay, sorry I have no idea, but I would guess yes as GRE uses protocol 47 (not proprietary to either company).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2003 20:28:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/passing-eigrp-through-a-pix/m-p/131293#M710239</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2003-02-10T20:28:34Z</dc:date>
    </item>
  </channel>
</rss>

