<?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 Great! in Switching</title>
    <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061897#M382081</link>
    <description>&lt;P&gt;Great!&lt;/P&gt;
&lt;P&gt;In real environment if the interface is not connected to other device it will be seen as down. So it probably was originated for the simulator.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if the interface is down, the router will not advertise the subnet because it looks like inactive.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Feb 2017 04:19:15 GMT</pubDate>
    <dc:creator>Julio E. Moisa</dc:creator>
    <dc:date>2017-02-11T04:19:15Z</dc:date>
    <item>
      <title>eigrp one of subnet not updated</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061868#M382052</link>
      <description>&lt;P&gt;Can anyone explains me why R2 is not getting information from R1 about his inner subnet: 172.16.1.0?&lt;/P&gt;
&lt;P&gt;R1 has in eigrp network classfull subnet added: 172.16.0.0 so 172.16.1.0 should be attached and R2 should receive it inside his routing table.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Funny thing is R2 has similar situation (also network 172.16.0.0 added) and R1 can see R2's 172.16.2.0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Topology:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/22222_0.png" class="migrated-markup-image" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Heres my configs:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;R1#sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;
&lt;P&gt;Current configuration : 717 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.2&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname "R1"&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip subnet-zero&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0&lt;BR /&gt; ip address 192.168.10.5 255.255.255.252&lt;BR /&gt; half-duplex&lt;BR /&gt; no cdp enable&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt; speed auto&lt;BR /&gt; no cdp enable&lt;BR /&gt;!&lt;BR /&gt;interface Serial0&lt;BR /&gt; ip address 172.16.3.1 255.255.255.252&lt;BR /&gt; clockrate 64000&lt;BR /&gt; no fair-queue&lt;BR /&gt; no cdp enable&lt;BR /&gt;!&lt;BR /&gt;interface Serial1&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; no cdp enable&lt;BR /&gt;!&lt;BR /&gt;router eigrp 1&lt;BR /&gt; network 172.16.0.0&lt;BR /&gt; network 192.168.10.4 0.0.0.3&lt;BR /&gt; no auto-summary&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;no ip http server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no cdp run&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt; login&lt;BR /&gt;!&lt;BR /&gt;no scheduler allocate&lt;BR /&gt;end&lt;/P&gt;
&lt;P&gt;R1#&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;STRONG&gt;R2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;R2#sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;
&lt;P&gt;Current configuration : 759 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname R2&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;!&lt;BR /&gt;resource policy&lt;BR /&gt;!&lt;BR /&gt;ip cef&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 FastEthernet0/0&lt;BR /&gt; ip address 172.16.2.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/0&lt;BR /&gt; ip address 172.16.3.2 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/1&lt;BR /&gt; ip address 192.168.10.9 255.255.255.252&lt;BR /&gt; clock rate 64000&lt;BR /&gt;!&lt;BR /&gt;router eigrp 1&lt;BR /&gt; network 172.16.0.0&lt;BR /&gt; no auto-summary&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;no ip http secure-server&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;!&lt;BR /&gt;line con 0&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt; login&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 17:17:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061868#M382052</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2019-03-08T17:17:23Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061869#M382053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The serial interface on R2 is not on the same segment that the serial interface in R1.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 02:54:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061869#M382053</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T02:54:33Z</dc:date>
    </item>
    <item>
      <title>hi Arie,</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061870#M382054</link>
      <description>&lt;P&gt;hi Arie,&lt;/P&gt;
&lt;P&gt;please share eigrp config of R2 &amp;amp; also share routing tables of both routers.&lt;/P&gt;
&lt;P&gt;regards'&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 02:56:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061870#M382054</guid>
      <dc:creator>azibnaseem</dc:creator>
      <dc:date>2017-02-11T02:56:17Z</dc:date>
    </item>
    <item>
      <title>@Julio: they are both in same</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061871#M382055</link>
      <description>&lt;P&gt;@Julio: they are both in same subnet. Or i dont get it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;R1 &amp;nbsp;routing table: (all subnets correctly added)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R1#show ip route&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;192.168.10.0/30 is subnetted, 1 subnets&lt;BR /&gt;C 192.168.10.4 is directly connected, Ethernet0&lt;BR /&gt; 172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks&lt;BR /&gt;C 172.16.1.0/24 is directly connected, FastEthernet0&lt;BR /&gt;D 172.16.2.0/24 [90/2172416] via 172.16.3.2, 00:33:10, Serial0&lt;BR /&gt;C 172.16.3.0/30 is directly connected, Serial0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R2 &amp;nbsp;routing table:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; 192.168.10.0/30 is subnetted, 2 subnets&lt;BR /&gt;D 192.168.10.4 [90/2195456] via 172.16.3.1, 00:41:40, Serial0/1/0&lt;BR /&gt;C 192.168.10.8 is directly connected, Serial0/1/1&lt;BR /&gt; 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 172.16.2.0/24 is directly connected, FastEthernet0/0&lt;BR /&gt;C 172.16.3.0/30 is directly connected, Serial0/1/0&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:08:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061871#M382055</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:08:19Z</dc:date>
    </item>
    <item>
      <title>Hi Arie</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061872#M382056</link>
      <description>&lt;P&gt;Hi Arie&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;R1&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface Serial0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address &lt;SPAN style="color: #0000ff;"&gt;172.16.3.1&lt;/SPAN&gt; 255.255.255.252&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;clockrate 64000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no fair-queue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no cdp enable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface Serial0/3/0&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;no ip address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shutdown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;clock rate 2000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface Serial0/3/1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address &lt;SPAN style="color: #0000ff;"&gt;192.168.10.10&lt;/SPAN&gt; 255.255.255.252&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If one of these interface is connected to R1, it should be on the same subnet that R1 or vice versa R1 should be on the same subnet of R2. And this subnet must be advertised under the EIGRP process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:08:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061872#M382056</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:08:20Z</dc:date>
    </item>
    <item>
      <title>SORRY ! I provided config</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061873#M382057</link>
      <description>&lt;P&gt;SORRY ! I provided config from R3 (other router) as R2 - now i placed correct config for R2 can you check again?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:11:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061873#M382057</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:11:00Z</dc:date>
    </item>
    <item>
      <title>No worries,</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061874#M382058</link>
      <description>&lt;P&gt;No worries,&lt;/P&gt;
&lt;P&gt;The R2's routing table is receiving the subnet 192.168.10.4. It looks&amp;nbsp;be fine.&lt;/P&gt;
&lt;P&gt;Try to execute these lines on R2&lt;/P&gt;
&lt;P&gt;show ip route 192.168.10.5 and &amp;nbsp;&lt;SPAN&gt;show ip route 172.16.1.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:17:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061874#M382058</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:17:51Z</dc:date>
    </item>
    <item>
      <title>R2#show ip route 192.168.10</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061875#M382059</link>
      <description>&lt;P&gt;&lt;STRONG&gt;R2#show ip route 192.168.10.5&lt;/STRONG&gt;&lt;BR /&gt;Routing entry for 192.168.10.4/30&lt;BR /&gt; Known via "eigrp 1", distance 90, metric 2195456, type internal&lt;BR /&gt; Redistributing via eigrp 1&lt;BR /&gt; Last update from 172.16.3.1 on Serial0/1/0, 00:51:00 ago&lt;BR /&gt; Routing Descriptor Blocks:&lt;BR /&gt; * 172.16.3.1, from 172.16.3.1, 00:51:00 ago, via Serial0/1/0&lt;BR /&gt; Route metric is 2195456, traffic share count is 1&lt;BR /&gt; Total delay is 21000 microseconds, minimum bandwidth is 1544 Kbit&lt;BR /&gt; Reliability 241/255, minimum MTU 1500 bytes&lt;BR /&gt; Loading 1/255, Hops 1&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R2#show ip route 172.16.1.1&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;% Subnet not in table&lt;/SPAN&gt;&lt;BR /&gt;R2#&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:24:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061875#M382059</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:24:46Z</dc:date>
    </item>
    <item>
      <title>Could you please execute this</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061876#M382060</link>
      <description>&lt;P&gt;Could you please execute this command on R1, i would like to see if the interface FastEthernet 0 is up otherwise R1 will not advertise it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;show ip interface brief.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:26:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061876#M382060</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:26:52Z</dc:date>
    </item>
    <item>
      <title>it's up:</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061877#M382061</link>
      <description>&lt;P&gt;it's up, i also checked before.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;R1#show ip int br&lt;BR /&gt;Interface IP-Address OK? Method Status Protocol&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="color: #339966;"&gt;FastEthernet0 172.16.1.1 YES NVRAM up up&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;Ethernet0 192.168.10.5 YES NVRAM up up&lt;BR /&gt;Serial0 172.16.3.1 YES NVRAM up up&lt;BR /&gt;Serial1 unassigned YES NVRAM administratively down down&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:29:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061877#M382061</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:29:00Z</dc:date>
    </item>
    <item>
      <title>Just for testing purpose,</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061878#M382062</link>
      <description>&lt;P&gt;Just for testing purpose, configure &lt;SPAN style="color: #0000ff;"&gt;keepalive&lt;/SPAN&gt; command line under the interface FastEthernet 0 &amp;nbsp;and check again the routing table on R2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Are you able to ping the 172.16.1.1 from the PC?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:32:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061878#M382062</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:32:24Z</dc:date>
    </item>
    <item>
      <title>If that does not work, we are</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061879#M382063</link>
      <description>&lt;P&gt;If that does not work, we are going to remove the IP 172.16.1.1 under the FastEthernet0 and create a loopback on R1&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;interface loopback 100&lt;BR /&gt;ip add 172.16.1.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In order to discard any bug or problem between the PC and the FastEther0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:35:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061879#M382063</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:35:22Z</dc:date>
    </item>
    <item>
      <title>i don't know this what is the</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061880#M382064</link>
      <description>&lt;P&gt;i don't know this what is the full command Julio?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;dont have the pc there, lets first try keepalive and the i create loopback (whats full command for keepalive)?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:37:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061880#M382064</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:37:46Z</dc:date>
    </item>
    <item>
      <title>just keepalive.</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061881#M382065</link>
      <description>&lt;P&gt;just keepalive.&lt;/P&gt;
&lt;P&gt;interface FastEthernet 0&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;keepalive&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:38:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061881#M382065</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:38:38Z</dc:date>
    </item>
    <item>
      <title>Keepalive command is used to</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061882#M382066</link>
      <description>&lt;P&gt;Keepalive command is used to send keepalive packets to the next router or device altough we dont have response from that. So the interface will look up any time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:39:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061882#M382066</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:39:15Z</dc:date>
    </item>
    <item>
      <title>no change after keepalive,</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061883#M382067</link>
      <description>&lt;P&gt;no change after keepalive, trying with loopback...&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:42:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061883#M382067</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:42:53Z</dc:date>
    </item>
    <item>
      <title>ok please keep me posted. </title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061884#M382068</link>
      <description>&lt;P&gt;ok please keep me posted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:44:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061884#M382068</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:44:14Z</dc:date>
    </item>
    <item>
      <title>R1(config)#int loopback 100R1</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061885#M382069</link>
      <description>&lt;P&gt;R1(config)#int loopback 100&lt;BR /&gt;R1(config-if)#ip address 172.16.1.1 255.255.255.0&lt;BR /&gt;% 172.16.1.0 overlaps with FastEthernet0&lt;BR /&gt;R1(config-if)#ip address 172.16.1.2 255.255.255.0&lt;BR /&gt;% 172.16.1.0 overlaps with FastEthernet0&lt;BR /&gt;R1(config-if)#&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:45:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061885#M382069</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:45:21Z</dc:date>
    </item>
    <item>
      <title>see above:</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061886#M382070</link>
      <description>&lt;P&gt;see above:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;R1(config)#int loopback 100&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;R1(config-if)#ip address 172.16.1.1 255.255.255.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;% 172.16.1.0 overlaps with FastEthernet0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;R1(config-if)#ip address 172.16.1.2 255.255.255.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;% 172.16.1.0 overlaps with FastEthernet0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;R1(config-if)#&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:46:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061886#M382070</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2017-02-11T03:46:38Z</dc:date>
    </item>
    <item>
      <title>yeap, you must first remove</title>
      <link>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061887#M382071</link>
      <description>&lt;P&gt;yeap, you must first remove the ip 172.16.1.1 under the interface Fast0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;interface FastEthernet 0&lt;BR /&gt;no ip add 172.16.1.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;then&lt;/P&gt;
&lt;P&gt;Interface loopback0&lt;BR /&gt;ip add 172.16.1.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:47:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/eigrp-one-of-subnet-not-updated/m-p/3061887#M382071</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-11T03:47:53Z</dc:date>
    </item>
  </channel>
</rss>

