News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Cisco CCNA Exam Tutorial- IGRP And Equal Cost Load Balancing By Chris Bryant At

Started by sb001z83, January 30, 2011, 02:18:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sb001z83

,You are not allowed to view links. Register or Login
To give IGRP a more accurate picture of the network’s bandwidth, configure bandwidth 512 on R1 and R3’s Serial1 interface (the interfaces on the 172.12.13.0 network).
R3#conf t
Remember that the numbers in the brackets following the network number in the routes are the Administrative Distance and the IGRP metric, in that order.
The “1” in the router igrp command refers to the Autonomous System (AS). IGRP is a classful routing protocol, so wildcard masks are not used in the network statements.
R3#conf t
I 172.23.0.0/16 [100/8576] via 172.12.123.2,You are not allowed to view links. Register or Login, 00:00:02, Serial0
R2(config-if)#router igrp 1
One of the paths to 172.23.0.0 is now gone - the route that went through the 172.12.13.0 network. Now that IGRP sees that link as slower than the others,You are not allowed to view links. Register or Login, equal-cost load balancing will not occur over the 172.12.13.0 network.
R2 and R3 are also connected by an Ethernet segment, 172.12.23.0 /24.
Note that classful masks are in use. IGRP does not support variable-length subnet masks (VLSM).
To pass the CCNA exam, you've got to know the role of the bandwidth command with IGRP and EIGRP and when to use it. In this tutorial, we'll configure IGRP over a frame relay hub-and-spoke network using the following networks:
R1#show ip route igrp
R1#clear ip route *
R2(config-router)#network 172.12.0.0
R1#conf t
[100/8576] via 172.12.123.3, 00:00:01, Serial0
R1(config-if)#bandwidth 512
R3(config-router)#network 172.23.0.0
Run show ip route on R1. R1 will see three equal-cost paths to the Ethernet network. IGRP supports load-sharing over up to four equal-cost paths by default, so all three paths appear in the routing table. R1 will also see a route to the loopback address on R2 and two routes to the loopback address on R3. (You can also run show ip route igrp in order to see only the IGRP routes.)
R3(config-if)#router igrp 1
We'll configure IGRP on R1, R2, and R3 with the router igrp 1 command. IGRP will run on all interfaces in the 172.12.0.0 and 172.23.0.0 network.
In the next part of this IGRP load-balancing tutorial, we'll take a look at how to configure unequal-cost load balancing.
R3(config)#interface serial 1
IGRP’s assumption that all serial lines run at 1544 KBPS is overridden by the bandwidth 512 command. IGRP now believes this line runs at 512 KBPS.
It’s important to understand that the bandwidth command does not actually change the bandwidth of the connection; it changes IGRP’s assumption of what the bandwidth is.
R2(config-router)#network 172.23.0.0
R1#conf t
R1 and R3 are also connected on a different subnet, 172.12.13.0 /24. The bandwidth of this connection is 512 KBPS.
R3(config-if)#bandwidth 512
R1#show ip route igrp
R1 (the hub), R2, and R3 are running IGRP over the 172.12.123.0 /24 network. This is a T1 line.
To see the effect of this command, clear your routing table on R1.
[100/8576] via 172.12.123.2, 00:00:17, Serial0/0
R1(config)#interface serial1
[100/8576] via 172.12.13.3, 00:00:02, Serial1
R2#conf t
I 172.23.0.0/16 [100/8576] via 172.12.123.3,You are not allowed to view links. Register or Login, 00:00:24,You are not allowed to view links. Register or Login, Serial0/0
R1(config)#router igrp 1
R1(config-router)#network 172.12.0.0
There are two serial connections between R1 and R3. IGRP is assuming that both lines are T1 lines, running at 1544 KBPS. The 172.12.13.0 network is participating in equal-cost load sharing because of IGRP’s bandwidth assumption - that all serial interfaces are connected to T1 lines.
Cisco CCNA Exam Tutorial: IGRP And Equal Cost Load Balancing By Chris Bryant At You are not allowed to view links. Register or Login Ezine Articles
The routing table is cleared with clear ip route *. To see only the routes received in IGRP updates instead of the entire table, run show ip route igrp.
R3(config-router)#network 172.12.0.0

Quick Reply

Name:
Email:
Shortcuts: ALT+S post or ALT+P preview