EIGRP Configuration and Operation: Scenario
EIGRP Configuration and Operation: Scenario
Lab 9
EIGRP Configuration and Operation
This CCNA Video Mentor lab shows how to configure EIGRP in an internetwork having one Class B
network that uses variable-length subnet masks (VLSM). The objectives of this lab are as follows:
■ Configure the EIGRP network command
■ Confirm on which interfaces a router has enabled EIGRP
■ Interpret the show ip route command output when VLSM are used
Scenario
This lab contains two main steps, as follows:
Step 1. Configure EIGRP in a network that uses only subnets of the Class B network 172.22.0.0
Step 2. Discover the impact when a router does not enable EIGRP on an interface
Initial Configurations
Examples 9-1 through 9-3 show the pertinent initial configurations of routers R1, R2, and R3 in the
lab video. Note that this lab begins with these three routers having the correct IP addresses config-
ured, but only router R2 has been configured for EIGRP. As usual, the parts of the configurations not
relevant to this lab have been omitted.
hostname R1
!
interface FastEthernet 0/0
ip address 172.22.11.1 255.255.255.128
!
interface serial 0/1/0
ip address 172.22.112.101 255.255.255.252
clock rate 1536000
!
interface serial 0/1/1
ip address 172.22.113.209 255.255.255.252
clock rate 1536000
1682_ch09.qxd 7/14/06 11:48 AM Page 46
hostname R2
!
interface FastEthernet 0/0
ip address 172.22.12.202 255.255.255.192
!
interface serial 0/1/0
ip address 172.22.112.102 255.255.255.252
!
interface serial 0/1/1
ip address 172.22.123.97 255.255.255.252
!
router eigrp 1
network 172.22.0.0
hostname R3
!
interface FastEthernet 0/0
ip address 172.22.13.103 255.255.255.224
!
interface serial 0/1/0
ip address 172.22.123.98 255.255.255.252
clock rate 1536000
!
interface serial 0/1/1
ip address 172.22.113.210 255.255.255.252
Ending Configurations
This lab does not change any of the initial configurations in routers R1, R2, or R3. However, it
does add to the configurations of R1 and R3, as shown in Examples 9-4 and 9-5.
router eigrp 1
network 172.22.0.0
1682_ch09.qxd 7/14/06 11:48 AM Page 47
router eigrp 1
network 172.22.113.0 0.0.0.255
network 172.22.123.0 0.0.0.255
network 172.22.13.0 0.0.0.255
Step 1 Reference
Figure 9-1 Three Routers, Six Subnets of Class B Network 172.22.0.0
network network-number
Figure 9-5 The Impact of the EIGRP network Command – R1, Step 1
172.22.11.1
EIGRP Fa0/0
router eigrp 1
network 172.22.11.0 0.0.0.255
1 network 172.22.112.0 0.0.0.255
S0/1/0 S0/1/1
172.22.112.101 172.22.113.201
EIGRP
Step 2 Reference
Figure 9-6 Problem of Not Advertising Subnet 172.22.13.96/27