Cisco CCNA Exam Tutorial: IGRP And Equal Cost Load Balancing

Posted in Computers on May 13th, 2009 by cahyo

To the , you’ve got to know the role of the command with and and when to use it. In this tutorial, we’ll configure over a -and-spoke network using the following networks:

R1 (the ), , and R3 are running over the 172.12.123.0 /24 network. This is a T1 line.

R1 and R3 are also connected on a different , 172.12.13.0 /24. The of this connection is 512 KBPS.

and R3 are also connected by an , 172.23.0.0 /16.

We’ll configure on R1, , and R3 with the 1 command. will run on all interfaces in the 172.12.0.0 and 172.23.0.0 network.

R1#conf t

R1(config)# 1

R1(config-)#network 172.12.0.0

The “1” in the command refers to the (AS). is a classful routing protocol, so wildcard masks are not used in the network statements.

#conf t

(config-if)# 1

(config-)#network 172.12.0.0

(config-)#network 172.23.0.0

R3#conf t

R3(config-if)# 1

R3(config-)#network 172.12.0.0

R3(config-)#network 172.23.0.0

Run on R1. R1 will see three equal-cost paths to the Ethernet network. supports load-sharing over up to four equal-cost paths by default, so all three paths appear in the . R1 will also see a route to the on and two routes to the on R3. (You can also run in order to see only the routes.)
Read more »

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,