<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Help with 5 router Frame Relay Config in Cisco</title>
<link>http://www.dslreports.com/forum/r22637782</link>
<description></description>
<language>en</language>
<pubDate>Fri, 27 Nov 2009 15:58:23 EDT</pubDate>
<lastBuildDate>Fri, 27 Nov 2009 15:58:23 EDT</lastBuildDate>

<item>
<title>Re: Help with 5 router Frame Relay Config</title>
<link>http://www.dslreports.com/forum/remark,22656703</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : thanks that does help.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22656703</guid>
<pubDate>Sun, 05 Jul 2009 11:25:10 EDT</pubDate>
</item>

<item>
<title>Re: Help with 5 router Frame Relay Config</title>
<link>http://www.dslreports.com/forum/remark,22653972</link>
<description><![CDATA[<A HREF="/useremail/u/210670"><b>xsponder</b></A> : EIGRP auto-summarization is turned on by default. You can turn it off if you have no discontiguous network, but I always turn it off regardless and manually summarizing routes if necessary.<br><br>Turning auto-summarization off allows it to advertise the correct subnet mask. How would a router know where to send a packet if each router has a network with 10.0.0.0/8 and 20.0.0.0/8? <br><br>Turning it off allows it to recognize and advertise the correct subnet, 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24, 10.0.4.0/24 and the same with the 20.0.0.0/24 networks. Hope this helped.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22653972</guid>
<pubDate>Sat, 04 Jul 2009 14:06:21 EDT</pubDate>
</item>

<item>
<title>Re: Help with 5 router Frame Relay Config</title>
<link>http://www.dslreports.com/forum/remark,22643290</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : thank you very much, i never thought about turning off auto summary, if it's not too much trouble could you tell me why turning off auto summary works?<br><br>Thank you.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22643290</guid>
<pubDate>Thu, 02 Jul 2009 04:25:20 EDT</pubDate>
</item>

<item>
<title>Re: Help with 5 router Frame Relay Config</title>
<link>http://www.dslreports.com/forum/remark,22639372</link>
<description><![CDATA[<A HREF="/useremail/u/325265"><b>ladino</b></A> : On all the routers enable the following Eigrp commands<br><br>!<br>router eigrp 100<br> network 10.0.0.0<br> network 20.0.0.0<br> no auto-summary<br>!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22639372</guid>
<pubDate>Wed, 01 Jul 2009 12:10:34 EDT</pubDate>
</item>

<item>
<title>Help with 5 router Frame Relay Config</title>
<link>http://www.dslreports.com/forum/remark,22637782</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : I'm working on a project for school we are using 5 routers in a star layout with a main hub, i managed to config FR into all the routers and they all ping each others interfaces just fine, my problem is that i can't ping through the ethernet intefaces, i can ping the interface itself but not the devices connected to it.<br><br>a picture is worth a thousand words:<br><IMG SRC="http://img29.imageshack.us/img29/8765/15992405.jpg" width=600><br><br>here are my configs<br><br>hostname Hub<br>!<br>frame-relay switching<br>!<br>interface FastEthernet0/0<br> no ip address<br> shutdown<br> duplex auto<br> speed auto<br>!<br>interface FastEthernet0/1<br> no ip address<br> shutdown<br> duplex auto<br> speed auto<br>!<br>interface Serial1/0<br> no ip address<br> shutdown<br>!<br>interface Serial1/1<br> ip address 20.0.1.2 255.255.255.0<br> encapsulation frame-relay<br> clock rate 72000<br> frame-relay map ip 20.0.1.2 102 broadcast<br> frame-relay interface-dlci 102<br> frame-relay intf-type dce<br>!<br>interface Serial1/2<br> ip address 20.0.2.2 255.255.255.0<br> encapsulation frame-relay<br> clock rate 72000<br> frame-relay map ip 20.0.2.2 103 broadcast<br> frame-relay interface-dlci 103<br> frame-relay intf-type dce<br>!<br>interface Serial1/3<br> ip address 20.0.3.2 255.255.255.0<br> encapsulation frame-relay<br> clock rate 72000<br> frame-relay map ip 20.0.3.2 104 broadcast<br> frame-relay interface-dlci 104<br> frame-relay intf-type dce<br>!<br>interface Serial1/4<br> ip address 20.0.4.2 255.255.255.0<br> encapsulation frame-relay<br> clock rate 72000<br> frame-relay map ip 20.0.4.2 105 broadcast<br> frame-relay interface-dlci 105<br> frame-relay intf-type dce<br>!<br>interface Serial1/5<br> no ip address<br> shutdown<br>!<br>interface Serial1/6<br> no ip address<br> shutdown<br>!<br>interface Serial1/7<br> no ip address<br> shutdown<br>!<br>router eigrp 100<br> network 0.0.0.0<br> auto-summary<br>!<br>ip forward-protocol nd<br>!<br>!<br>ip http server<br>no ip http secure-server<br>!<br>control-plane<br>!<br>scheduler allocate 20000 1000<br>!<br>end<br><br>***********************************************************************<br><br>hostname Daytona<br>!<br>frame-relay switching<br>!<br>interface FastEthernet0/0<br> ip address 10.0.3.1 255.255.255.0<br> no shutdown<br> duplex auto<br> speed auto<br>!<br>interface Serial0/1/0<br> ip address 20.0.3.1 255.255.255.0<br> no shutdown<br> encapsulation frame-relay<br> frame-relay interface-dlci 401<br>!<br>interface Serial0/2/0<br> no ip address<br> shutdown<br> clock rate 2000000<br>!<br>router eigrp 100<br> network 0.0.0.0<br> auto-summary<br>!<br>dial-peer voice 1 pots<br> destination-pattern 1111<br> port 0/0/1<br>!<br>dial-peer voice 2 voip<br> destination-pattern 2222<br> session target ipv4:20.0.4.1<br>!<br>scheduler allocate 20000 1000<br>end<br><br>***********************************************************************<br><br>hostname Miami<br>!<br>frame-relay switching<br>!<br>interface FastEthernet0/0<br> ip address 10.0.4.1 255.255.255.0<br> no shutdown<br> duplex auto<br> speed auto<br>!<br>interface Serial0/1/0<br> ip address 20.0.4.1 255.255.255.0<br> no shutdown<br> encapsulation frame-relay<br> frame-relay interface-dlci 501<br>!<br>interface Serial0/2/0<br> no ip address<br> shutdown<br> clock rate 2000000<br>!<br>router eigrp 100<br> network 0.0.0.0<br> auto-summary<br>!<br>dial-peer voice 1 pots<br> destination-pattern 2222<br> port 0/0/1<br>!<br>dial-peer voice 2 voip<br> destination-pattern 1111<br> session target ipv4:20.0.3.1<br>!<br>scheduler allocate 20000 1000<br>end<br><br>***********************************************************************<br><br>hostname Tampa<br>!<br>frame-relay switching<br>!<br>interface FastEthernet0/0<br> ip address 10.0.2.1 255.255.255.0<br> no shutdown<br> duplex auto<br> speed auto<br>!<br>interface Serial0/1/0<br> ip address 20.0.2.1 255.255.255.0<br> no shutdown<br> encapsulation frame-relay<br> frame-relay interface-dlci 301<br>!<br>interface Serial0/2/0<br> no ip address<br> shutdown<br> clock rate 2000000<br>!<br>router eigrp 100<br> network 0.0.0.0<br> auto-summary<br>!<br>scheduler allocate 20000 1000<br>end<br><br>***********************************************************************<br><br>hostname Orlando<br>!<br>frame-relay switching<br>!<br>interface FastEthernet0/0<br> ip address 10.0.1.1 255.255.255.0<br> no shutdown<br> duplex auto<br> speed auto<br>!<br>interface Serial0/1/0<br> ip address 20.0.1.1 255.255.255.0<br> no shutdown<br> encapsulation frame-relay<br> frame-relay interface-dlci 201<br>!<br>interface Serial0/2/0<br> no ip address<br> shutdown<br> clock rate 2000000<br>!<br>router eigrp 100<br> network 0.0.0.0<br> auto-summary<br>!<br>scheduler allocate 20000 1000<br>end<br><br>***********************************************************************]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22637782</guid>
<pubDate>Wed, 01 Jul 2009 00:50:21 EDT</pubDate>
</item>

</channel>
</rss>
