It is currently Sat Feb 04, 2012 3:57 am


All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Fri Mar 13, 2009 8:09 pm 
Offline

Joined: Tue Jan 06, 2009 5:56 pm
Posts: 21
Learning Objectives
• Review basic configuration of EIGRP on a serial interface
• Configure the bandwidth-percent command
• Configure EIGRP over Frame Relay hub and spoke
• Use EIGRP in non-broadcast mode
• Enable EIGRP manual summarization in topologies with discontiguous
major networks

This is very common in the corporate work enjoy






Attachments:
EIGRP-FRAME-RELAYfile.rar [6.75 KiB]
Downloaded 1722 times
EIGRP-FRAME-RELAY.rar [1.24 KiB]
Downloaded 1402 times
Screenshot-1.png
Screenshot-1.png [ 216.69 KiB | Viewed 4191 times ]
Top
 Profile  
 
 Post subject: Re: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Wed Apr 07, 2010 3:26 pm 
i'm not sure why i can't open your .net file, maybe need a little bit of modification.

but i did almost same lab as your topology, everything work fine except R2(East) network(loopback) didn't show up in R3(West)

Image

R1
Code:
interface Serial0/0
ip address 10.1.123.1 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 10.1.123.1 102
frame-relay map ip 10.1.123.2 102 broadcast
frame-relay map ip 10.1.123.3 103 broadcast
no frame-relay inverse-arp

router eigrp 1
network 0.0.0.0
no auto-summary


R2
Code:
interface Serial0/0
ip address 10.1.123.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 10.1.123.1 201 broadcast
frame-relay map ip 10.1.123.2 201
frame-relay map ip 10.1.123.3 201 broadcast
no frame-relay inverse-arp

router eigrp 1
network 0.0.0.0
no auto-summary


R3
Code:
interface Serial0/0
ip address 10.1.123.3 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 10.1.123.1 301 broadcast
frame-relay map ip 10.1.123.2 301 broadcast
frame-relay map ip 10.1.123.3 301
no frame-relay inverse-arp


router eigrp 1
network 0.0.0.0
no auto-summary


Top
  
 
 Post subject: Re: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Wed Mar 02, 2011 3:45 pm 
Hey

R1 Uses the Split Horizon Rule on ITs Serial Interface

Try This Command on THe Serial INt

no ip split-horizon eigrp AS

I Had the Same Problem But With THis Command it Was Resolved

Hope This Will Help


Top
  
 
 Post subject: Re: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Wed Apr 13, 2011 7:15 pm 
Offline

Joined: Wed Apr 13, 2011 7:04 pm
Posts: 2
hi,
could someone please help me,
I did all that, and I also diabled the split-horizon and the routes showed up in all the routeres
but the problem is that I can not ping the loopback interfaces from one spoke to another, I can ping them both from the hub , and both the spokes can ping the loopback interfaces on the hub, but not on eachother.

I am pasting the routeing table of my hub and then the two sopks here:

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
D 172.16.0.8/30 [90/2297856] via 192.168.0.3, 00:25:37, Serial0/0
D 172.16.0.4/30 [90/2297856] via 192.168.0.2, 00:24:45, Serial0/0
D 172.16.0.0/30 is a summary, 00:26:17, Null0
C 172.16.0.1/32 is directly connected, Loopback1
C 172.16.0.2/32 is directly connected, Loopback2
C 172.16.0.3/32 is directly connected, Loopback3
192.168.0.0/29 is subnetted, 1 subnets
C 192.168.0.0 is directly connected, Serial0/0


this was the hub, and here is the spoks:


Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
D 172.16.0.8/30 [90/2809856] via 192.168.0.1, 00:26:57, Serial0/0
D 172.16.0.4/30 is a summary, 00:26:57, Null0
C 172.16.0.5/32 is directly connected, Loopback1
C 172.16.0.6/32 is directly connected, Loopback2
C 172.16.0.7/32 is directly connected, Loopback3
D 172.16.0.0/30 [90/2297856] via 192.168.0.1, 00:26:57, Serial0/0
192.168.0.0/29 is subnetted, 1 subnets
C 192.168.0.0 is directly connected, Serial0/0


and the other one:


Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
D 172.16.0.8/30 is a summary, 00:28:21, Null0
C 172.16.0.9/32 is directly connected, Loopback1
C 172.16.0.10/32 is directly connected, Loopback2
C 172.16.0.11/32 is directly connected, Loopback3
D 172.16.0.4/30 [90/2809856] via 192.168.0.1, 00:27:28, Serial0/0
D 172.16.0.0/30 [90/2297856] via 192.168.0.1, 00:28:21, Serial0/0
192.168.0.0/29 is subnetted, 1 subnets
C 192.168.0.0 is directly connected, Serial0/0


Attachments:
net.jpg
net.jpg [ 48.48 KiB | Viewed 1250 times ]
Top
 Profile  
 
 Post subject: Re: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Wed Apr 13, 2011 7:21 pm 
Offline

Joined: Wed Apr 13, 2011 7:04 pm
Posts: 2
oh and also I did not place a broadcast statement at the end of my frame map ip ... command and instead I hard coded the neighbors, the adjacencies formed and all was fine about that, I just thought I should say that :-)


Top
 Profile  
 
 Post subject: Re: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Tue May 17, 2011 8:55 pm 
Offline

Joined: Wed Apr 27, 2011 12:41 am
Posts: 6
I have tried running this example and when I do the CPU shoots to nearly 100%
and stays there until I stop all devices.

What can I do to find out where the issue is ?


Top
 Profile  
 
 Post subject: Re: EIGRP Frame Relay Hub and Spoke: Router Used As
PostPosted: Wed May 18, 2011 2:20 pm 
Offline

Joined: Wed Dec 22, 2010 10:03 am
Posts: 20
Have you assign idle-pc for the IOS image? If you have, you need to repeat changing the idle-pc until you find the one that will not use too much CPU. Also, idle-pc is assigned for each IOS image, not for each device.

LtRav3nw00d wrote:
I have tried running this example and when I do the CPU shoots to nearly 100%
and stays there until I stop all devices.

What can I do to find out where the issue is ?






Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO