Hello everyone,
I'm a bit confuse calculating ratios when it comes to manipulating the bandwidth I hope for someone to help me out. I'm currently doing a lab which includes 3 different paths towards destination network 192.168.10.0/24...The following in the config I have please see if I'm doing it correct:
Interface config from the router that is doing the load balancing:
R7#show run int fa1/0
Building configuration...
Current configuration : 115 bytes
!
interface FastEthernet1/0
bandwidth 100000
ip address 172.16.100.7 255.255.255.0
duplex auto
speed auto
end
R7#
R7#show run int fa2/0
Building configuration...
Current configuration : 113 bytes
!
interface FastEthernet2/0
bandwidth 3831
ip address 172.16.200.7 255.255.255.0
duplex auto
speed auto
end
R7#
R7#show run int s0/0
Building configuration...
Current configuration : 163 bytes
!
interface Serial0/0
bandwidth 963
ip address 172.16.50.7 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay interface-dlci 701
end
R7#
++++++++++++++++++++++++++++++++++==
R7#show ip eigrp top 192.168.10.0/24
IP-EIGRP (AS 100): Topology entry for 192.168.10.0/24
State is Passive, Query origin flag is 1, 1 Successor(s), FD is 412160
Routing Descriptor Blocks:
172.16.100.2 (FastEthernet1/0), from 172.16.100.2, Send flag is 0x0
Composite metric is (412160/409600), Route is Internal
Vector metric:
Minimum bandwidth is 10000 Kbit
Total delay is 6100 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 2
172.16.50.1 (Serial0/0), from 172.16.50.1, Send flag is 0x0
Composite metric is (3298304/128256), Route is Internal
Vector metric:
Minimum bandwidth is 963 Kbit
Total delay is 25000 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 1
172.16.200.2 (FastEthernet2/0), from 172.16.200.2, Send flag is 0x0
Composite metric is (824320/409600), Route is Internal
Vector metric:
Minimum bandwidth is 3831 Kbit
Total delay is 6100 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 2
R7#
Below is the traffic shared counts, any idea based on the eigrp topology above
WHY I'm still not achieving a 8/4/1 ratio? Thanks in advance.
R7#show ip route 192.168.10.0
Routing entry for 192.168.10.0/24
Known via "eigrp 100", distance 90, metric 412160, type internal
Redistributing via eigrp 100
Last update from 172.16.200.2 on FastEthernet2/0, 00:09:14 ago
Routing Descriptor Blocks:
172.16.200.2, from 172.16.200.2, 00:09:14 ago, via FastEthernet2/0
Route metric is 824320, traffic share count is 1
Total delay is 6100 microseconds, minimum bandwidth is 3831 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
* 172.16.100.2, from 172.16.100.2, 00:09:14 ago, via FastEthernet1/0
Route metric is 412160, traffic share count is 2
Total delay is 6100 microseconds, minimum bandwidth is 10000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
R7#
R7#show ip protocol
Routing Protocol is "eigrp 100"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 8
Redistributing: eigrp 100
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
172.16.50.0/24
172.16.100.0/24
172.16.200.0/24
Routing Information Sources:
Gateway Distance Last Update
172.16.200.2 90 00:18:56
172.16.50.1 90 00:18:56
172.16.100.2 90 00:18:56
Distance: internal 90 external 170
R7#
The goal ratio is 8/4/1, 8 packets on Fa 1/0, 4 packets on Fa 2/0, and 1 packet on Serial 0/0. Formula used:
Worked with the 8/4 ratio in simplified form 1/2...
FD is 412160
412160 x 2 = 824320
10^7/( (824320/256) - (6100/10) ) = BW
10^7/( (3220) - (610) ) = BW
10^7/( 2610 )=3831Kb
Up to this point I have accomplished a 1 to 2 ratio:
R7#show ip route 192.168.10.0
Routing entry for 192.168.10.0/24
Known via "eigrp 100", distance 90, metric 412160, type internal
Redistributing via eigrp 100
Last update from 172.16.200.2 on FastEthernet2/0, 00:09:14 ago
Routing Descriptor Blocks:
172.16.200.2, from 172.16.200.2, 00:09:14 ago, via FastEthernet2/0
Route metric is 824320, traffic share count is 1
Total delay is 6100 microseconds, minimum bandwidth is 3831 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
* 172.16.100.2, from 172.16.100.2, 00:09:14 ago, via FastEthernet1/0
Route metric is 412160, traffic share count is 2
Total delay is 6100 microseconds, minimum bandwidth is 10000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
R7#
After adding the 3rd one:
412160 x 8 = 3297280
10^7/( (3297280/256) - (25000/10) ) = BW
10^7/ ( (12880)-(2500) ) = BW
10^7/ ( 10380 ) = 963Kb
Still stuck with a 1 to 2 ratio:
R7#show ip route 192.168.10.0
Routing entry for 192.168.10.0/24
Known via "eigrp 100", distance 90, metric 412160, type internal
Redistributing via eigrp 100
Last update from 172.16.200.2 on FastEthernet2/0, 00:09:14 ago
Routing Descriptor Blocks:
172.16.200.2, from 172.16.200.2, 00:09:14 ago, via FastEthernet2/0
Route metric is 824320, traffic share count is 1
Total delay is 6100 microseconds, minimum bandwidth is 3831 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
* 172.16.100.2, from 172.16.100.2, 00:09:14 ago, via FastEthernet1/0
Route metric is 412160, traffic share count is 2
Total delay is 6100 microseconds, minimum bandwidth is 10000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
R7#
Any idea why?