Hi, could any one please tell me how to allocate bandwidth percents to point to multipoint connections and point-to-point to connections? Is there any specific method other than allocating them by ip bandwidth-percent cmd?
EIGRP Multipoint Bandwidth Pacing
Scenario:
A large international ISP has hired you as one of their network engineers. The ISP still has a fairly large customer that is using an older frame-relay network. All of your colleagues are too busy working with MPLS and you are the only one who is capable of fixing frame-relay problems. The network is experiencing congestion especially when router Paris is sending traffic to router New York. Can you fix this network?
Goal:
- All IP addresses have been preconfigured for you as specified in the topology picture.
- Every router has a loopback0 interface:
Tilburg: 1.1.1.1 /24
NewDelhi: 2.2.2.2 /24
Berlin: 3.3.3.3 /24
Paris: 4.4.4.4 /24
NewYork: 5.5.5.5 /24 - You are not allowed to make any changes to the frame-relay configurations.
- The ISP has configured the following CIR for each PVC:
NewDelhi: 128kbps
Berlin: 128kbps
Paris: 256kbps
NewYork: 64kbps - Configure EIGRP AS 1 on all routers and make sure you have full connectivity.
- Configure your network so the bandwidth reflects the CIR on the PVCs and there are no congestion problems with EIGRP.
IOS:
c3640-jk9s-mz.124-16.bin
Topology:

You need to register to download the GNS3 Topology File. (Registration is Free!)
- Related Articles
Comments (13)
-
marshjonz 2011-10-02 17:31:00
-
networkagent1 2011-10-21 00:15:40This lab confuses me because the ip addresses are configured under the physical interface. There are no multi-point interfaces configured. And the lab says not to change the framerelay configurations don't we need "frame-relay map" commands to reach full connectivity?
-
ReneMolenaar 2011-10-21 11:16:57Hello James,
Good question. The whole EIGRP "bandwidth" pacing for frame-relay is an annoying topic if you ask me.
Everything is configured on the physical interface so the question is...what type of interface is the physical one? Is it point-to-point or multipoint?
The answer is that the physical interface is always a multipoint interface to frame-relay. You don't need frame-relay mappings because Inverse ARP will take care of that. You only need to do mappings yourself when you use sub-interfaces because the router doesn't know which DLCI belongs to which (sub)interface.
Does that make sense? Let me know if you have any more questions.
Rene
-
ndmitri 2011-12-22 18:58:56Rene,
Router Tilburg learned all Loopback networks:
2.0.0.0/24 is subnetted, 1 subnets
D 2.2.2.0 [90/2297856] via 192.168.1.2, 00:18:52, Serial0/0
3.0.0.0/24 is subnetted, 1 subnets
D 3.3.3.0 [90/2297856] via 192.168.1.3, 00:17:29, Serial0/0
4.0.0.0/24 is subnetted, 1 subnets
D 4.4.4.0 [90/2297856] via 192.168.1.4, 00
0:51, Serial0/0
5.0.0.0/24 is subnetted, 1 subnets
D 5.5.5.0 [90/2297856] via 192.168.1.5, 00
0:12, Serial0/0All other routers only learned 1.1.1.0 loopback network from router Tilburg.
How can I get full connectivity on all the routers?
Thank you.
-
ndmitri 2011-12-22 20:59:54In order to get full connectivity I had to use 'no ip split-horizon eigrp' command under s0/0 interface, although split-horizon is disabled by default on physical interface:
Berlin#show ip route eigrp
1.0.0.0/24 is subnetted, 1 subnets
D 1.1.1.0 [90/2297856] via 192.168.1.1, 00:10
4, Serial0/0
2.0.0.0/24 is subnetted, 1 subnets
D 2.2.2.0 [90/2809856] via 192.168.1.1, 00
8:25, Serial0/0
4.0.0.0/24 is subnetted, 1 subnets
D 4.4.4.0 [90/2809856] via 192.168.1.1, 00
8:25, Serial0/0
5.0.0.0/24 is subnetted, 1 subnets
D 5.5.5.0 [90/2809856] via 192.168.1.1, 00
8:25, Serial0/0
-
ReneMolenaar 2011-12-23 15:12:42Hi Dmitri,
Good that you found the solution. EIGRP is disabled by default on the physical interface, it will be enabled on sub-interfaces.
Not sure why i had split horizon enabled on the physical interface

Rene
-
ndmitri 2011-12-27 19:30:12Rene,
For the last question all I had to do is to set bandwidth to 256kbps on Tilburg and 64kbps on all other routers. Am I right?
Thank you.
-
ReneMolenaar 2012-01-02 12:32:27Hi Dmitri,
That's correct. If you configure bandwidth on the physical interface it will be divided by the number of PVCs.
Rene
-
Twalms86 2012-02-21 04:35:21Rene, Is there anything special or any analogy to help you remember the bandwidth calculations for the different frame relay situations other than Brute Memorization?
-
ReneMolenaar 2012-02-23 20:48:56@Thomas
I don't have an analogy to remember these for EIGRP & Frame-relay. I do have some for OSPF and frame-relay. I always forget about EIGRP frame-relay so i have to look it up ;D
-
jbhummer 2012-04-15 04:09:35Hey Rene',
last part of the question:Configure your network so the bandwidth reflects the CIR on the PVCs and there are no congestion problems with EIGRP.
Why do we use 256 kb on Tilburg, based on what info that was given? Did you say that if you config the 256, it automatically splits it evenly and the other spokes dont need BW config? Note, split horizon was disabled on the physical interface, but had to use
Tilburg(config-router)# no ip split horizon eigrp 1 command
Thats specific for the eigrp updates correct?Thanks, until next time

Joe
-
ReneMolenaar 2012-04-15 10:08:37Hi Joe,
There's a single interface on router Tilburg (multipoint) and we have multiple PVCs with different CIR rates. If you configure multipoint interfaces EIGRP will divide the bandwidth / number of PVCs that you have. In this case the lowest CIR is 64kbps so we can set the bandwidth at 256kbps. 256 / 4 = 64kbps. We need to use the lowest CIR rate to be safe or router NewYork could be overburdened if it were any higher.
The "no ip split horizon" command is specific for EIGRP but I *think* split horizon is disabled by default on the frame-relay physical interface. It's something to be aware of when you use a sub-interface though.
I think I'll record the video for this one next week.
Rene
-
jbhummer 2012-04-16 06:00:12Thanks, that makes sense now.





